2023-12-06T06:35:48.567 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-06T06:35:48.568 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/on mon_election/connectivity} --archive /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479308 --owner scheduled_adking@teuthology --name adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi --verbose -- /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479308/orig.config.yaml 2023-12-06T06:35:48.598 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T06:35:48.692 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479308 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: '7479308' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-06_06:12:16-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: 80 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: smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi141.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_06:12:16 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-06T06:35:48.692 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-06T06:35:48.693 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks 2023-12-06T06:35:48.693 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-06T06:35:48.694 INFO:teuthology.task.internal:Checking packages... 2023-12-06T06:35:48.717 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '0482646fcf78576d871bc87843257d82edb79541' 2023-12-06T06:35:48.717 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-06T06:35:48.718 INFO:teuthology.packaging:ref: None 2023-12-06T06:35:48.718 INFO:teuthology.packaging:tag: None 2023-12-06T06:35:48.718 INFO:teuthology.packaging:branch: wip-adk-testing-2023-12-05-1905 2023-12-06T06:35:48.718 INFO:teuthology.packaging:sha1: 0482646fcf78576d871bc87843257d82edb79541 2023-12-06T06:35:48.718 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-06T06:35:48.932 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-26-g0482646f-1focal 2023-12-06T06:35:48.933 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-06T06:35:48.940 INFO:teuthology.task.internal:no buildpackages task found 2023-12-06T06:35:48.940 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-06T06:35:48.990 INFO:teuthology.task.internal:Saving configuration 2023-12-06T06:35:49.003 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-06T06:35:49.009 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T06:35:49.036 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479308', '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 06:29:54.105675', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-06T06:35:49.061 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi141.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479308', '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 06:29:54.107093', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-06T06:35:49.061 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-06T06:35:49.067 INFO:teuthology.task.internal:roles: ubuntu@smithi040.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-06T06:35:49.067 INFO:teuthology.task.internal:roles: ubuntu@smithi141.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-06T06:35:49.067 INFO:teuthology.run_tasks:Running task console_log... 2023-12-06T06:35:49.138 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3cc10241f0>, signals=[15]) 2023-12-06T06:35:49.139 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-06T06:35:49.145 INFO:teuthology.task.internal:Opening connections... 2023-12-06T06:35:49.145 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2023-12-06T06:35:49.147 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:35:49.195 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi141.front.sepia.ceph.com 2023-12-06T06:35:49.196 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:35:49.245 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-06T06:35:49.252 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2023-12-06T06:35:49.279 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2023-12-06T06:35:49.279 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2023-12-06T06:35:49.330 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="Ubuntu" 2023-12-06T06:35:49.330 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-06T06:35:49.330 INFO:teuthology.orchestra.run.smithi040.stdout:ID=ubuntu 2023-12-06T06:35:49.330 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE=debian 2023-12-06T06:35:49.330 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-06T06:35:49.330 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="20.04" 2023-12-06T06:35:49.331 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-06T06:35:49.331 INFO:teuthology.orchestra.run.smithi040.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-06T06:35:49.331 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-06T06:35:49.331 INFO:teuthology.orchestra.run.smithi040.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-06T06:35:49.331 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_CODENAME=focal 2023-12-06T06:35:49.331 INFO:teuthology.orchestra.run.smithi040.stdout:UBUNTU_CODENAME=focal 2023-12-06T06:35:49.331 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2023-12-06T06:35:49.360 DEBUG:teuthology.orchestra.run.smithi141:> uname -m 2023-12-06T06:35:49.367 INFO:teuthology.orchestra.run.smithi141.stdout:x86_64 2023-12-06T06:35:49.368 DEBUG:teuthology.orchestra.run.smithi141:> cat /etc/os-release 2023-12-06T06:35:49.417 INFO:teuthology.orchestra.run.smithi141.stdout:NAME="Ubuntu" 2023-12-06T06:35:49.417 INFO:teuthology.orchestra.run.smithi141.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-06T06:35:49.417 INFO:teuthology.orchestra.run.smithi141.stdout:ID=ubuntu 2023-12-06T06:35:49.417 INFO:teuthology.orchestra.run.smithi141.stdout:ID_LIKE=debian 2023-12-06T06:35:49.417 INFO:teuthology.orchestra.run.smithi141.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-06T06:35:49.417 INFO:teuthology.orchestra.run.smithi141.stdout:VERSION_ID="20.04" 2023-12-06T06:35:49.417 INFO:teuthology.orchestra.run.smithi141.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-06T06:35:49.417 INFO:teuthology.orchestra.run.smithi141.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-06T06:35:49.417 INFO:teuthology.orchestra.run.smithi141.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-06T06:35:49.417 INFO:teuthology.orchestra.run.smithi141.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-06T06:35:49.417 INFO:teuthology.orchestra.run.smithi141.stdout:VERSION_CODENAME=focal 2023-12-06T06:35:49.418 INFO:teuthology.orchestra.run.smithi141.stdout:UBUNTU_CODENAME=focal 2023-12-06T06:35:49.418 INFO:teuthology.lock.ops:Updating smithi141.front.sepia.ceph.com on lock server 2023-12-06T06:35:49.436 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-06T06:35:49.446 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-06T06:35:49.451 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-06T06:35:49.451 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2023-12-06T06:35:49.454 DEBUG:teuthology.orchestra.run.smithi141:> test '!' -e /home/ubuntu/cephtest 2023-12-06T06:35:49.459 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-06T06:35:49.466 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-06T06:35:49.466 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2023-12-06T06:35:49.469 DEBUG:teuthology.orchestra.run.smithi141:> test -z $(ls -A /var/lib/ceph) 2023-12-06T06:35:49.516 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-06T06:35:49.572 INFO:teuthology.run_tasks:Running task kernel... 2023-12-06T06:35:49.588 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-06T06:35:49.588 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-06T06:35:49.588 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T06:35:49.589 DEBUG:teuthology.orchestra.run.smithi141:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T06:35:49.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T06:35:49.594 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2023-12-06T06:35:49.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T06:35:49.595 DEBUG:teuthology.orchestra.run.smithi141:> uname -r 2023-12-06T06:35:49.601 INFO:teuthology.orchestra.run.smithi040.stdout:5.4.0-124-generic 2023-12-06T06:35:49.601 INFO:teuthology.task.kernel:Running kernel on smithi040: 5.4.0-124-generic 2023-12-06T06:35:49.601 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get clean 2023-12-06T06:35:49.645 INFO:teuthology.orchestra.run.smithi141.stdout:5.4.0-124-generic 2023-12-06T06:35:49.645 INFO:teuthology.task.kernel:Running kernel on smithi141: 5.4.0-124-generic 2023-12-06T06:35:49.645 DEBUG:teuthology.orchestra.run.smithi141:> sudo apt-get clean 2023-12-06T06:35:49.711 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get update 2023-12-06T06:35:49.784 DEBUG:teuthology.orchestra.run.smithi141:> sudo apt-get update 2023-12-06T06:35:49.889 INFO:teuthology.orchestra.run.smithi040.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-06T06:35:49.948 INFO:teuthology.orchestra.run.smithi141.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T06:35:49.956 INFO:teuthology.orchestra.run.smithi141.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-06T06:35:50.016 INFO:teuthology.orchestra.run.smithi141.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-06T06:35:50.055 INFO:teuthology.orchestra.run.smithi141.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-06T06:35:50.187 INFO:teuthology.orchestra.run.smithi040.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-06T06:35:50.276 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T06:35:50.293 INFO:teuthology.orchestra.run.smithi040.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-06T06:35:50.298 INFO:teuthology.orchestra.run.smithi040.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-06T06:35:50.324 INFO:teuthology.orchestra.run.smithi141.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-06T06:35:50.383 INFO:teuthology.orchestra.run.smithi040.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-06T06:35:50.385 INFO:teuthology.orchestra.run.smithi040.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-06T06:35:50.389 INFO:teuthology.orchestra.run.smithi040.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-06T06:35:50.390 INFO:teuthology.orchestra.run.smithi040.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-06T06:35:50.411 INFO:teuthology.orchestra.run.smithi141.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,992 kB] 2023-12-06T06:35:50.420 INFO:teuthology.orchestra.run.smithi040.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-06T06:35:50.420 INFO:teuthology.orchestra.run.smithi040.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-06T06:35:50.424 INFO:teuthology.orchestra.run.smithi040.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T06:35:50.424 INFO:teuthology.orchestra.run.smithi040.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-06T06:35:50.436 INFO:teuthology.orchestra.run.smithi040.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-06T06:35:50.445 INFO:teuthology.orchestra.run.smithi040.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-06T06:35:50.447 INFO:teuthology.orchestra.run.smithi040.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-06T06:35:50.448 INFO:teuthology.orchestra.run.smithi040.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-06T06:35:50.448 INFO:teuthology.orchestra.run.smithi040.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-06T06:35:50.448 INFO:teuthology.orchestra.run.smithi141.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-06T06:35:50.451 INFO:teuthology.orchestra.run.smithi141.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-06T06:35:50.452 INFO:teuthology.orchestra.run.smithi141.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-06T06:35:50.452 INFO:teuthology.orchestra.run.smithi141.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-06T06:35:50.465 INFO:teuthology.orchestra.run.smithi040.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-06T06:35:50.466 INFO:teuthology.orchestra.run.smithi040.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-06T06:35:50.470 INFO:teuthology.orchestra.run.smithi141.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-06T06:35:50.473 INFO:teuthology.orchestra.run.smithi141.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T06:35:50.473 INFO:teuthology.orchestra.run.smithi141.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-06T06:35:50.481 INFO:teuthology.orchestra.run.smithi141.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-06T06:35:50.487 INFO:teuthology.orchestra.run.smithi141.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-06T06:35:50.489 INFO:teuthology.orchestra.run.smithi141.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-06T06:35:50.489 INFO:teuthology.orchestra.run.smithi141.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-06T06:35:50.489 INFO:teuthology.orchestra.run.smithi141.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-06T06:35:50.490 INFO:teuthology.orchestra.run.smithi141.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-06T06:35:50.499 INFO:teuthology.orchestra.run.smithi141.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-06T06:35:50.499 INFO:teuthology.orchestra.run.smithi141.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-06T06:35:50.500 INFO:teuthology.orchestra.run.smithi141.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-06T06:35:50.501 INFO:teuthology.orchestra.run.smithi141.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-06T06:35:50.516 INFO:teuthology.orchestra.run.smithi141.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-06T06:35:50.516 INFO:teuthology.orchestra.run.smithi141.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-06T06:35:50.517 INFO:teuthology.orchestra.run.smithi141.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-06T06:35:50.550 INFO:teuthology.orchestra.run.smithi040.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-06T06:35:50.640 INFO:teuthology.orchestra.run.smithi040.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,992 kB] 2023-12-06T06:35:50.646 INFO:teuthology.orchestra.run.smithi141.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-06T06:35:50.691 INFO:teuthology.orchestra.run.smithi040.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-06T06:35:50.697 INFO:teuthology.orchestra.run.smithi040.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-06T06:35:50.697 INFO:teuthology.orchestra.run.smithi040.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-06T06:35:50.697 INFO:teuthology.orchestra.run.smithi040.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-06T06:35:50.731 INFO:teuthology.orchestra.run.smithi040.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-06T06:35:50.734 INFO:teuthology.orchestra.run.smithi040.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T06:35:50.734 INFO:teuthology.orchestra.run.smithi040.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-06T06:35:50.746 INFO:teuthology.orchestra.run.smithi040.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-06T06:35:50.761 INFO:teuthology.orchestra.run.smithi040.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-06T06:35:50.766 INFO:teuthology.orchestra.run.smithi040.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-06T06:35:50.769 INFO:teuthology.orchestra.run.smithi040.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-06T06:35:50.770 INFO:teuthology.orchestra.run.smithi040.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-06T06:35:50.770 INFO:teuthology.orchestra.run.smithi040.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-06T06:35:50.770 INFO:teuthology.orchestra.run.smithi040.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-06T06:35:50.791 INFO:teuthology.orchestra.run.smithi040.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-06T06:35:50.792 INFO:teuthology.orchestra.run.smithi040.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-06T06:35:50.793 INFO:teuthology.orchestra.run.smithi040.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-06T06:35:50.793 INFO:teuthology.orchestra.run.smithi040.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-06T06:35:50.793 INFO:teuthology.orchestra.run.smithi040.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-06T06:35:50.794 INFO:teuthology.orchestra.run.smithi040.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-06T06:35:51.127 INFO:teuthology.orchestra.run.smithi141.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-06T06:35:51.141 INFO:teuthology.orchestra.run.smithi141.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-06T06:35:51.150 INFO:teuthology.orchestra.run.smithi141.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-06T06:35:51.151 INFO:teuthology.orchestra.run.smithi141.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-06T06:35:51.151 INFO:teuthology.orchestra.run.smithi141.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-06T06:35:51.227 INFO:teuthology.orchestra.run.smithi141.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-06T06:35:51.234 INFO:teuthology.orchestra.run.smithi141.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T06:35:51.234 INFO:teuthology.orchestra.run.smithi141.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-06T06:35:51.254 INFO:teuthology.orchestra.run.smithi141.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-06T06:35:51.430 INFO:teuthology.orchestra.run.smithi141.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-06T06:35:51.857 INFO:teuthology.orchestra.run.smithi141.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-06T06:35:51.863 INFO:teuthology.orchestra.run.smithi141.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-06T06:35:51.865 INFO:teuthology.orchestra.run.smithi141.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-06T06:35:51.872 INFO:teuthology.orchestra.run.smithi141.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-06T06:35:51.873 INFO:teuthology.orchestra.run.smithi141.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-06T06:35:54.551 INFO:teuthology.orchestra.run.smithi141.stdout:Fetched 18.3 MB in 3s (6,853 kB/s) 2023-12-06T06:35:54.657 INFO:teuthology.orchestra.run.smithi040.stdout:Fetched 18.3 MB in 3s (6,843 kB/s) 2023-12-06T06:35:56.041 INFO:teuthology.orchestra.run.smithi141.stdout:Reading package lists... 2023-12-06T06:35:56.068 DEBUG:teuthology.orchestra.run.smithi141:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T06:35:56.119 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2023-12-06T06:35:56.143 INFO:teuthology.orchestra.run.smithi141.stdout:Reading package lists... 2023-12-06T06:35:56.144 DEBUG:teuthology.orchestra.run.smithi040:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T06:35:56.226 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2023-12-06T06:35:56.348 INFO:teuthology.orchestra.run.smithi141.stdout:Building dependency tree... 2023-12-06T06:35:56.349 INFO:teuthology.orchestra.run.smithi141.stdout:Reading state information... 2023-12-06T06:35:56.413 INFO:teuthology.orchestra.run.smithi040.stdout:Building dependency tree... 2023-12-06T06:35:56.413 INFO:teuthology.orchestra.run.smithi040.stdout:Reading state information... 2023-12-06T06:35:56.536 INFO:teuthology.orchestra.run.smithi141.stdout:The following additional packages will be installed: 2023-12-06T06:35:56.536 INFO:teuthology.orchestra.run.smithi141.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T06:35:56.536 INFO:teuthology.orchestra.run.smithi141.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-06T06:35:56.537 INFO:teuthology.orchestra.run.smithi141.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-06T06:35:56.537 INFO:teuthology.orchestra.run.smithi141.stdout:Suggested packages: 2023-12-06T06:35:56.537 INFO:teuthology.orchestra.run.smithi141.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-06T06:35:56.538 INFO:teuthology.orchestra.run.smithi141.stdout:Recommended packages: 2023-12-06T06:35:56.538 INFO:teuthology.orchestra.run.smithi141.stdout: thermald 2023-12-06T06:35:56.598 INFO:teuthology.orchestra.run.smithi141.stdout:The following NEW packages will be installed: 2023-12-06T06:35:56.598 INFO:teuthology.orchestra.run.smithi141.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T06:35:56.598 INFO:teuthology.orchestra.run.smithi141.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-06T06:35:56.599 INFO:teuthology.orchestra.run.smithi141.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-06T06:35:56.600 INFO:teuthology.orchestra.run.smithi141.stdout:The following packages will be upgraded: 2023-12-06T06:35:56.601 INFO:teuthology.orchestra.run.smithi141.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-06T06:35:56.601 INFO:teuthology.orchestra.run.smithi040.stdout:The following additional packages will be installed: 2023-12-06T06:35:56.601 INFO:teuthology.orchestra.run.smithi040.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T06:35:56.601 INFO:teuthology.orchestra.run.smithi040.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-06T06:35:56.601 INFO:teuthology.orchestra.run.smithi040.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-06T06:35:56.602 INFO:teuthology.orchestra.run.smithi040.stdout:Suggested packages: 2023-12-06T06:35:56.603 INFO:teuthology.orchestra.run.smithi040.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-06T06:35:56.603 INFO:teuthology.orchestra.run.smithi040.stdout:Recommended packages: 2023-12-06T06:35:56.603 INFO:teuthology.orchestra.run.smithi040.stdout: thermald 2023-12-06T06:35:56.677 INFO:teuthology.orchestra.run.smithi040.stdout:The following NEW packages will be installed: 2023-12-06T06:35:56.678 INFO:teuthology.orchestra.run.smithi040.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T06:35:56.678 INFO:teuthology.orchestra.run.smithi040.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-06T06:35:56.678 INFO:teuthology.orchestra.run.smithi040.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-06T06:35:56.679 INFO:teuthology.orchestra.run.smithi040.stdout:The following packages will be upgraded: 2023-12-06T06:35:56.680 INFO:teuthology.orchestra.run.smithi040.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-06T06:35:56.782 INFO:teuthology.orchestra.run.smithi141.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T06:35:56.782 INFO:teuthology.orchestra.run.smithi141.stdout:Need to get 77.0 MB of archives. 2023-12-06T06:35:56.782 INFO:teuthology.orchestra.run.smithi141.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-06T06:35:56.782 INFO:teuthology.orchestra.run.smithi141.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-06T06:35:56.861 INFO:teuthology.orchestra.run.smithi040.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T06:35:56.861 INFO:teuthology.orchestra.run.smithi040.stdout:Need to get 77.0 MB of archives. 2023-12-06T06:35:56.861 INFO:teuthology.orchestra.run.smithi040.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-06T06:35:56.861 INFO:teuthology.orchestra.run.smithi040.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-06T06:35:57.934 INFO:teuthology.orchestra.run.smithi141.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-06T06:35:58.046 INFO:teuthology.orchestra.run.smithi040.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-06T06:35:58.286 INFO:teuthology.orchestra.run.smithi141.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-06T06:35:58.359 INFO:teuthology.orchestra.run.smithi040.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-06T06:35:59.513 INFO:teuthology.orchestra.run.smithi141.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-06T06:35:59.513 INFO:teuthology.orchestra.run.smithi141.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-06T06:35:59.513 INFO:teuthology.orchestra.run.smithi141.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-06T06:35:59.714 INFO:teuthology.orchestra.run.smithi040.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-06T06:35:59.715 INFO:teuthology.orchestra.run.smithi040.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-06T06:35:59.715 INFO:teuthology.orchestra.run.smithi040.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-06T06:35:59.842 INFO:teuthology.orchestra.run.smithi141.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-06T06:35:59.880 INFO:teuthology.orchestra.run.smithi141.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-06T06:36:00.045 INFO:teuthology.orchestra.run.smithi040.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-06T06:36:00.085 INFO:teuthology.orchestra.run.smithi040.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-06T06:36:00.556 INFO:teuthology.orchestra.run.smithi141.stdout:Fetched 77.0 MB in 3s (23.5 MB/s) 2023-12-06T06:36:00.743 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-06T06:36:00.830 INFO:teuthology.orchestra.run.smithi040.stdout:Fetched 77.0 MB in 3s (22.7 MB/s) 2023-12-06T06:36:01.013 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-06T06:36:02.568 INFO:teuthology.orchestra.run.smithi141.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-06T06:36:02.573 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T06:36:02.698 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:02.744 INFO:teuthology.orchestra.run.smithi040.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-06T06:36:02.749 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T06:36:02.886 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:04.609 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-06T06:36:04.624 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T06:36:04.728 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:04.820 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-06T06:36:04.833 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T06:36:04.944 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:05.803 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-06T06:36:05.817 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T06:36:05.862 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:06.081 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-06T06:36:06.096 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T06:36:06.139 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:10.677 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T06:36:10.776 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T06:36:11.103 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T06:36:11.111 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T06:36:11.238 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T06:36:11.263 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T06:36:11.591 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-06T06:36:11.605 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-06T06:36:11.613 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T06:36:11.649 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T06:36:11.766 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T06:36:12.128 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-06T06:36:12.144 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-06T06:36:12.186 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T06:36:17.650 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-06T06:36:17.673 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T06:36:17.707 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:18.925 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-06T06:36:18.944 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T06:36:18.980 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:20.410 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T06:36:20.538 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T06:36:20.846 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:21.834 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T06:36:21.963 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T06:36:22.303 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:22.886 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T06:36:23.045 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:23.171 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:23.710 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T06:36:23.828 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:23.979 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:24.343 INFO:teuthology.orchestra.run.smithi141.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-06T06:36:24.343 INFO:teuthology.orchestra.run.smithi141.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-06T06:36:24.474 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:25.188 INFO:teuthology.orchestra.run.smithi040.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-06T06:36:25.188 INFO:teuthology.orchestra.run.smithi040.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-06T06:36:25.481 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:25.692 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-06T06:36:25.818 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-06T06:36:25.944 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-06T06:36:26.087 INFO:teuthology.orchestra.run.smithi141.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:26.151 INFO:teuthology.orchestra.run.smithi141.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-06T06:36:26.151 INFO:teuthology.orchestra.run.smithi141.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-06T06:36:26.716 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-06T06:36:26.863 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-06T06:36:26.993 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-06T06:36:27.111 INFO:teuthology.orchestra.run.smithi040.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T06:36:27.216 INFO:teuthology.orchestra.run.smithi040.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-06T06:36:27.216 INFO:teuthology.orchestra.run.smithi040.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-06T06:36:48.564 INFO:teuthology.orchestra.run.smithi141.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-06T06:36:48.564 INFO:teuthology.orchestra.run.smithi141.stdout:Sourcing file `/etc/default/grub' 2023-12-06T06:36:48.578 INFO:teuthology.orchestra.run.smithi141.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T06:36:48.600 INFO:teuthology.orchestra.run.smithi141.stdout:Generating grub configuration file ... 2023-12-06T06:36:48.894 INFO:teuthology.orchestra.run.smithi141.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T06:36:48.920 INFO:teuthology.orchestra.run.smithi141.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T06:36:49.326 INFO:teuthology.orchestra.run.smithi141.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T06:36:49.338 INFO:teuthology.orchestra.run.smithi141.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T06:36:50.124 INFO:teuthology.orchestra.run.smithi040.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-06T06:36:50.124 INFO:teuthology.orchestra.run.smithi040.stdout:Sourcing file `/etc/default/grub' 2023-12-06T06:36:50.141 INFO:teuthology.orchestra.run.smithi040.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T06:36:50.161 INFO:teuthology.orchestra.run.smithi040.stdout:Generating grub configuration file ... 2023-12-06T06:36:50.589 INFO:teuthology.orchestra.run.smithi040.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T06:36:50.615 INFO:teuthology.orchestra.run.smithi040.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T06:36:51.032 INFO:teuthology.orchestra.run.smithi040.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T06:36:51.044 INFO:teuthology.orchestra.run.smithi040.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T06:36:52.060 INFO:teuthology.orchestra.run.smithi141.stdout:done 2023-12-06T06:36:52.467 DEBUG:teuthology.orchestra.run.smithi141:> dpkg -s linux-image-generic 2023-12-06T06:36:52.508 INFO:teuthology.orchestra.run.smithi141.stdout:Package: linux-image-generic 2023-12-06T06:36:52.508 INFO:teuthology.orchestra.run.smithi141.stdout:Status: install ok installed 2023-12-06T06:36:52.508 INFO:teuthology.orchestra.run.smithi141.stdout:Priority: optional 2023-12-06T06:36:52.508 INFO:teuthology.orchestra.run.smithi141.stdout:Section: kernel 2023-12-06T06:36:52.508 INFO:teuthology.orchestra.run.smithi141.stdout:Installed-Size: 20 2023-12-06T06:36:52.508 INFO:teuthology.orchestra.run.smithi141.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T06:36:52.508 INFO:teuthology.orchestra.run.smithi141.stdout:Architecture: amd64 2023-12-06T06:36:52.508 INFO:teuthology.orchestra.run.smithi141.stdout:Source: linux-meta 2023-12-06T06:36:52.508 INFO:teuthology.orchestra.run.smithi141.stdout:Version: 5.4.0.167.164 2023-12-06T06:36:52.508 INFO:teuthology.orchestra.run.smithi141.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-06T06:36:52.509 INFO:teuthology.orchestra.run.smithi141.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-06T06:36:52.509 INFO:teuthology.orchestra.run.smithi141.stdout:Recommends: thermald 2023-12-06T06:36:52.509 INFO:teuthology.orchestra.run.smithi141.stdout:Description: Generic Linux kernel image 2023-12-06T06:36:52.509 INFO:teuthology.orchestra.run.smithi141.stdout: This package will always depend on the latest generic kernel image 2023-12-06T06:36:52.509 INFO:teuthology.orchestra.run.smithi141.stdout: available. 2023-12-06T06:36:52.509 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-06T06:36:52.509 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T06:36:52.509 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T06:36:52.509 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-06T06:36:52.509 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi141.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T06:36:52.510 DEBUG:teuthology.orchestra.run.smithi141:> sudo apt-get clean 2023-12-06T06:36:52.601 DEBUG:teuthology.orchestra.run.smithi141:> sudo apt-get update 2023-12-06T06:36:52.878 INFO:teuthology.orchestra.run.smithi141.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-06T06:36:52.878 INFO:teuthology.orchestra.run.smithi141.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T06:36:52.951 INFO:teuthology.orchestra.run.smithi141.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-06T06:36:53.033 INFO:teuthology.orchestra.run.smithi141.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-06T06:36:53.877 INFO:teuthology.orchestra.run.smithi040.stdout:done 2023-12-06T06:36:54.347 DEBUG:teuthology.orchestra.run.smithi040:> dpkg -s linux-image-generic 2023-12-06T06:36:54.399 INFO:teuthology.orchestra.run.smithi040.stdout:Package: linux-image-generic 2023-12-06T06:36:54.400 INFO:teuthology.orchestra.run.smithi040.stdout:Status: install ok installed 2023-12-06T06:36:54.400 INFO:teuthology.orchestra.run.smithi040.stdout:Priority: optional 2023-12-06T06:36:54.400 INFO:teuthology.orchestra.run.smithi040.stdout:Section: kernel 2023-12-06T06:36:54.400 INFO:teuthology.orchestra.run.smithi040.stdout:Installed-Size: 20 2023-12-06T06:36:54.400 INFO:teuthology.orchestra.run.smithi040.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T06:36:54.400 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: amd64 2023-12-06T06:36:54.400 INFO:teuthology.orchestra.run.smithi040.stdout:Source: linux-meta 2023-12-06T06:36:54.400 INFO:teuthology.orchestra.run.smithi040.stdout:Version: 5.4.0.167.164 2023-12-06T06:36:54.400 INFO:teuthology.orchestra.run.smithi040.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-06T06:36:54.400 INFO:teuthology.orchestra.run.smithi040.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-06T06:36:54.400 INFO:teuthology.orchestra.run.smithi040.stdout:Recommends: thermald 2023-12-06T06:36:54.400 INFO:teuthology.orchestra.run.smithi040.stdout:Description: Generic Linux kernel image 2023-12-06T06:36:54.400 INFO:teuthology.orchestra.run.smithi040.stdout: This package will always depend on the latest generic kernel image 2023-12-06T06:36:54.400 INFO:teuthology.orchestra.run.smithi040.stdout: available. 2023-12-06T06:36:54.401 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-06T06:36:54.401 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T06:36:54.401 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T06:36:54.401 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-06T06:36:54.401 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi040.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T06:36:54.401 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get clean 2023-12-06T06:36:54.475 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get update 2023-12-06T06:36:54.609 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T06:36:54.609 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-06T06:36:54.614 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-06T06:36:54.626 INFO:teuthology.orchestra.run.smithi141.stdout:Reading package lists... 2023-12-06T06:36:54.631 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-06T06:36:54.650 DEBUG:teuthology.orchestra.run.smithi141:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T06:36:54.717 INFO:teuthology.orchestra.run.smithi141.stdout:Reading package lists... 2023-12-06T06:36:54.921 INFO:teuthology.orchestra.run.smithi141.stdout:Building dependency tree... 2023-12-06T06:36:54.922 INFO:teuthology.orchestra.run.smithi141.stdout:Reading state information... 2023-12-06T06:36:55.135 INFO:teuthology.orchestra.run.smithi141.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-06T06:36:55.135 INFO:teuthology.orchestra.run.smithi141.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T06:36:55.137 DEBUG:teuthology.orchestra.run.smithi141:> dpkg -s linux-image-generic 2023-12-06T06:36:55.154 INFO:teuthology.orchestra.run.smithi141.stdout:Package: linux-image-generic 2023-12-06T06:36:55.154 INFO:teuthology.orchestra.run.smithi141.stdout:Status: install ok installed 2023-12-06T06:36:55.154 INFO:teuthology.orchestra.run.smithi141.stdout:Priority: optional 2023-12-06T06:36:55.154 INFO:teuthology.orchestra.run.smithi141.stdout:Section: kernel 2023-12-06T06:36:55.154 INFO:teuthology.orchestra.run.smithi141.stdout:Installed-Size: 20 2023-12-06T06:36:55.154 INFO:teuthology.orchestra.run.smithi141.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T06:36:55.155 INFO:teuthology.orchestra.run.smithi141.stdout:Architecture: amd64 2023-12-06T06:36:55.155 INFO:teuthology.orchestra.run.smithi141.stdout:Source: linux-meta 2023-12-06T06:36:55.155 INFO:teuthology.orchestra.run.smithi141.stdout:Version: 5.4.0.167.164 2023-12-06T06:36:55.155 INFO:teuthology.orchestra.run.smithi141.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-06T06:36:55.155 INFO:teuthology.orchestra.run.smithi141.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-06T06:36:55.155 INFO:teuthology.orchestra.run.smithi141.stdout:Recommends: thermald 2023-12-06T06:36:55.155 INFO:teuthology.orchestra.run.smithi141.stdout:Description: Generic Linux kernel image 2023-12-06T06:36:55.155 INFO:teuthology.orchestra.run.smithi141.stdout: This package will always depend on the latest generic kernel image 2023-12-06T06:36:55.155 INFO:teuthology.orchestra.run.smithi141.stdout: available. 2023-12-06T06:36:55.155 DEBUG:teuthology.orchestra.run.smithi141:> mktemp 2023-12-06T06:36:55.160 INFO:teuthology.orchestra.run.smithi141.stdout:/tmp/tmp.vom3YPU1Gx 2023-12-06T06:36:55.160 DEBUG:teuthology.orchestra.run.smithi141:> sudo cp /boot/grub/grub.cfg /tmp/tmp.vom3YPU1Gx 2023-12-06T06:36:55.171 DEBUG:teuthology.orchestra.run.smithi141:> sudo chmod 0666 /tmp/tmp.vom3YPU1Gx 2023-12-06T06:36:55.251 DEBUG:teuthology.orchestra.remote:smithi141:/tmp/tmp.vom3YPU1Gx is 9KB 2023-12-06T06:36:55.265 DEBUG:teuthology.orchestra.run.smithi141:> rm -fr /tmp/tmp.vom3YPU1Gx 2023-12-06T06:36:55.271 DEBUG:teuthology.orchestra.run.smithi141:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-06T06:36:55.284 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-06T06:36:55.284 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-06T06:36:55.284 DEBUG:teuthology.orchestra.run.smithi141:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-06T06:36:55.314 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-06T06:36:55.314 DEBUG:teuthology.orchestra.run.smithi141:> sudo update-grub 2023-12-06T06:36:56.435 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2023-12-06T06:36:56.460 DEBUG:teuthology.orchestra.run.smithi040:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T06:36:56.532 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2023-12-06T06:36:56.671 INFO:teuthology.orchestra.run.smithi141.stderr:Sourcing file `/etc/default/grub' 2023-12-06T06:36:56.676 INFO:teuthology.orchestra.run.smithi141.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T06:36:56.690 INFO:teuthology.orchestra.run.smithi141.stderr:Generating grub configuration file ... 2023-12-06T06:36:56.719 INFO:teuthology.orchestra.run.smithi040.stdout:Building dependency tree... 2023-12-06T06:36:56.720 INFO:teuthology.orchestra.run.smithi040.stdout:Reading state information... 2023-12-06T06:36:56.939 INFO:teuthology.orchestra.run.smithi141.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T06:36:56.943 INFO:teuthology.orchestra.run.smithi040.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-06T06:36:56.943 INFO:teuthology.orchestra.run.smithi040.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T06:36:56.945 DEBUG:teuthology.orchestra.run.smithi040:> dpkg -s linux-image-generic 2023-12-06T06:36:56.951 INFO:teuthology.orchestra.run.smithi141.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T06:36:56.965 INFO:teuthology.orchestra.run.smithi040.stdout:Package: linux-image-generic 2023-12-06T06:36:56.965 INFO:teuthology.orchestra.run.smithi040.stdout:Status: install ok installed 2023-12-06T06:36:56.965 INFO:teuthology.orchestra.run.smithi040.stdout:Priority: optional 2023-12-06T06:36:56.966 INFO:teuthology.orchestra.run.smithi040.stdout:Section: kernel 2023-12-06T06:36:56.966 INFO:teuthology.orchestra.run.smithi040.stdout:Installed-Size: 20 2023-12-06T06:36:56.966 INFO:teuthology.orchestra.run.smithi040.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T06:36:56.966 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: amd64 2023-12-06T06:36:56.966 INFO:teuthology.orchestra.run.smithi040.stdout:Source: linux-meta 2023-12-06T06:36:56.966 INFO:teuthology.orchestra.run.smithi040.stdout:Version: 5.4.0.167.164 2023-12-06T06:36:56.966 INFO:teuthology.orchestra.run.smithi040.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-06T06:36:56.966 INFO:teuthology.orchestra.run.smithi040.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-06T06:36:56.966 INFO:teuthology.orchestra.run.smithi040.stdout:Recommends: thermald 2023-12-06T06:36:56.966 INFO:teuthology.orchestra.run.smithi040.stdout:Description: Generic Linux kernel image 2023-12-06T06:36:56.966 INFO:teuthology.orchestra.run.smithi040.stdout: This package will always depend on the latest generic kernel image 2023-12-06T06:36:56.966 INFO:teuthology.orchestra.run.smithi040.stdout: available. 2023-12-06T06:36:56.967 DEBUG:teuthology.orchestra.run.smithi040:> mktemp 2023-12-06T06:36:57.015 INFO:teuthology.orchestra.run.smithi040.stdout:/tmp/tmp.9zDzVuVWxN 2023-12-06T06:36:57.015 DEBUG:teuthology.orchestra.run.smithi040:> sudo cp /boot/grub/grub.cfg /tmp/tmp.9zDzVuVWxN 2023-12-06T06:36:57.031 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0666 /tmp/tmp.9zDzVuVWxN 2023-12-06T06:36:57.069 DEBUG:teuthology.orchestra.remote:smithi040:/tmp/tmp.9zDzVuVWxN is 9KB 2023-12-06T06:36:57.083 DEBUG:teuthology.orchestra.run.smithi040:> rm -fr /tmp/tmp.9zDzVuVWxN 2023-12-06T06:36:57.089 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-06T06:36:57.144 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-06T06:36:57.144 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-06T06:36:57.144 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-06T06:36:57.193 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-06T06:36:57.194 DEBUG:teuthology.orchestra.run.smithi040:> sudo update-grub 2023-12-06T06:36:57.361 INFO:teuthology.orchestra.run.smithi141.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T06:36:57.373 INFO:teuthology.orchestra.run.smithi141.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T06:36:58.605 INFO:teuthology.orchestra.run.smithi040.stderr:Sourcing file `/etc/default/grub' 2023-12-06T06:36:58.614 INFO:teuthology.orchestra.run.smithi040.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T06:36:58.662 INFO:teuthology.orchestra.run.smithi040.stderr:Generating grub configuration file ... 2023-12-06T06:36:59.006 INFO:teuthology.orchestra.run.smithi040.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T06:36:59.017 INFO:teuthology.orchestra.run.smithi040.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T06:36:59.028 INFO:teuthology.orchestra.run.smithi141.stderr:done 2023-12-06T06:36:59.029 DEBUG:teuthology.orchestra.run.smithi141:> sudo shutdown -r now 2023-12-06T06:36:59.500 INFO:teuthology.orchestra.run.smithi040.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T06:36:59.512 INFO:teuthology.orchestra.run.smithi040.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T06:37:01.177 INFO:teuthology.orchestra.run.smithi040.stderr:done 2023-12-06T06:37:01.179 DEBUG:teuthology.orchestra.run.smithi040:> sudo shutdown -r now 2023-12-06T06:37:29.058 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-06T06:37:29.059 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-06T06:37:29.059 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:37:31.182 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-06T06:37:31.182 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-12-06T06:37:31.183 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:37:47.494 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.141 2023-12-06T06:37:49.542 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.40 2023-12-06T06:37:56.502 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-06T06:37:56.503 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:37:58.545 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-12-06T06:37:58.545 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:37:59.554 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.141 2023-12-06T06:38:01.602 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.40 2023-12-06T06:38:11.564 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-06T06:38:11.565 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:38:13.605 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-12-06T06:38:13.606 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:38:29.986 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.141 2023-12-06T06:38:44.999 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-06T06:38:45.000 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:38:45.213 DEBUG:teuthology.orchestra.run.smithi141:> true 2023-12-06T06:38:45.280 DEBUG:teuthology.orchestra.run.smithi040:> true 2023-12-06T06:38:45.811 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-06T06:38:45.811 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-167-generic"... 2023-12-06T06:38:45.811 DEBUG:teuthology.orchestra.run.smithi141:> uname -r 2023-12-06T06:38:45.817 INFO:teuthology.orchestra.run.smithi141.stdout:5.4.0-167-generic 2023-12-06T06:38:45.818 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-06T06:38:45.818 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T06:38:45.818 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-06T06:38:45.861 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-12-06T06:38:45.862 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-167-generic"... 2023-12-06T06:38:45.862 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2023-12-06T06:38:45.908 INFO:teuthology.orchestra.run.smithi040.stdout:5.4.0-167-generic 2023-12-06T06:38:45.908 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-06T06:38:45.909 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T06:38:45.909 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-06T06:38:46.818 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-06T06:38:46.819 DEBUG:teuthology.orchestra.run.smithi141:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T06:38:46.909 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-06T06:38:46.910 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T06:38:46.928 INFO:teuthology.orchestra.run.smithi141.stdout:ttyS1 2023-12-06T06:38:46.947 DEBUG:teuthology.parallel:result is None 2023-12-06T06:38:47.003 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2023-12-06T06:38:47.025 DEBUG:teuthology.parallel:result is None 2023-12-06T06:38:47.025 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-06T06:38:47.032 INFO:teuthology.task.internal:Creating test directory... 2023-12-06T06:38:47.033 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T06:38:47.035 DEBUG:teuthology.orchestra.run.smithi141:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T06:38:47.042 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-06T06:38:47.048 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-06T06:38:47.058 INFO:teuthology.task.internal:Creating archive directory... 2023-12-06T06:38:47.058 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T06:38:47.085 DEBUG:teuthology.orchestra.run.smithi141:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T06:38:47.106 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-06T06:38:47.113 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-06T06:38:47.113 DEBUG:teuthology.orchestra.run.smithi040:> 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-06T06:38:47.115 DEBUG:teuthology.orchestra.run.smithi141:> 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-06T06:38:47.131 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T06:38:47.142 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T06:38:47.162 INFO:teuthology.orchestra.run.smithi141.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T06:38:47.172 INFO:teuthology.orchestra.run.smithi141.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T06:38:47.173 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-06T06:38:47.182 INFO:teuthology.task.internal:Configuring sudo... 2023-12-06T06:38:47.182 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T06:38:47.188 DEBUG:teuthology.orchestra.run.smithi141:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T06:38:47.204 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-06T06:38:47.213 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-06T06:38:47.213 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T06:38:47.215 DEBUG:teuthology.orchestra.run.smithi141:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T06:38:47.221 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T06:38:47.269 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T06:38:47.276 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-06T06:38:47.276 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T06:38:47.301 DEBUG:teuthology.orchestra.run.smithi141:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T06:38:47.308 DEBUG:teuthology.orchestra.run.smithi141:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T06:38:47.315 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-06T06:38:47.315 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T06:38:47.343 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2023-12-06T06:38:47.346 DEBUG:teuthology.orchestra.run.smithi141:> sudo service rsyslog restart 2023-12-06T06:38:47.399 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-06T06:38:47.450 INFO:teuthology.task.internal:Starting timer... 2023-12-06T06:38:47.450 INFO:teuthology.run_tasks:Running task pcp... 2023-12-06T06:38:47.459 INFO:teuthology.run_tasks:Running task selinux... 2023-12-06T06:38:47.472 DEBUG:teuthology.task.selinux:Excluding smithi040: OS 'ubuntu' does not support SELinux 2023-12-06T06:38:47.472 DEBUG:teuthology.task.selinux:Excluding smithi141: OS 'ubuntu' does not support SELinux 2023-12-06T06:38:47.472 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-06T06:38:47.472 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-06T06:38:47.472 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-06T06:38:47.473 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-06T06:38:47.481 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-06T06:38:47.481 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-06T06:38:47.497 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-06T06:38:47.498 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi040.front.sepia.ceph.com,smithi141.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-06T06:44:45.502 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi040.front.sepia.ceph.com'), Remote(name='ubuntu@smithi141.front.sepia.ceph.com')] 2023-12-06T06:44:45.504 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-12-06T06:44:45.505 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:44:45.570 DEBUG:teuthology.orchestra.run.smithi040:> true 2023-12-06T06:44:45.700 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-12-06T06:44:45.700 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-06T06:44:45.701 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T06:44:45.751 DEBUG:teuthology.orchestra.run.smithi141:> true 2023-12-06T06:44:45.868 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-06T06:44:45.868 INFO:teuthology.run_tasks:Running task clock... 2023-12-06T06:44:45.881 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-06T06:44:45.882 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T06:44:45.882 DEBUG:teuthology.orchestra.run.smithi040:> 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-06T06:44:45.885 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T06:44:45.885 DEBUG:teuthology.orchestra.run.smithi141:> 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-06T06:44:45.916 INFO:teuthology.orchestra.run.smithi141.stdout: 6 Dec 06:44:45 ntpd[23531]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-06T06:44:45.916 INFO:teuthology.orchestra.run.smithi141.stdout: 6 Dec 06:44:45 ntpd[23531]: Command line: ntpd -gq 2023-12-06T06:44:45.917 INFO:teuthology.orchestra.run.smithi141.stdout: 6 Dec 06:44:45 ntpd[23531]: proto: precision = 0.116 usec (-23) 2023-12-06T06:44:45.917 INFO:teuthology.orchestra.run.smithi141.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T06:44:45.918 INFO:teuthology.orchestra.run.smithi141.stdout: 6 Dec 06:44:45 ntpd[23531]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T06:44:45.918 INFO:teuthology.orchestra.run.smithi141.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-06T06:44:45.919 INFO:teuthology.orchestra.run.smithi141.stdout: 6 Dec 06:44:45 ntpd[23531]: restrict ::: KOD does nothing without LIMITED. 2023-12-06T06:44:45.919 INFO:teuthology.orchestra.run.smithi141.stdout: 6 Dec 06:44:45 ntpd[23531]: Listen and drop on 0 v6wildcard [::]:123 2023-12-06T06:44:45.919 INFO:teuthology.orchestra.run.smithi141.stdout: 6 Dec 06:44:45 ntpd[23531]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-06T06:44:45.919 INFO:teuthology.orchestra.run.smithi141.stdout: 6 Dec 06:44:45 ntpd[23531]: Listen normally on 2 lo 127.0.0.1:123 2023-12-06T06:44:45.919 INFO:teuthology.orchestra.run.smithi141.stdout: 6 Dec 06:44:45 ntpd[23531]: Listen normally on 3 enp3s0f1 172.21.15.141:123 2023-12-06T06:44:45.919 INFO:teuthology.orchestra.run.smithi141.stdout: 6 Dec 06:44:45 ntpd[23531]: Listen normally on 4 lo [::1]:123 2023-12-06T06:44:45.919 INFO:teuthology.orchestra.run.smithi141.stdout: 6 Dec 06:44:45 ntpd[23531]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:726d%5]:123 2023-12-06T06:44:45.919 INFO:teuthology.orchestra.run.smithi141.stdout: 6 Dec 06:44:45 ntpd[23531]: Listening on routing socket on fd #22 for interface updates 2023-12-06T06:44:45.920 INFO:teuthology.orchestra.run.smithi040.stdout: 6 Dec 06:44:45 ntpd[23511]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-06T06:44:45.920 INFO:teuthology.orchestra.run.smithi040.stdout: 6 Dec 06:44:45 ntpd[23511]: Command line: ntpd -gq 2023-12-06T06:44:45.920 INFO:teuthology.orchestra.run.smithi040.stdout: 6 Dec 06:44:45 ntpd[23511]: proto: precision = 0.084 usec (-23) 2023-12-06T06:44:45.920 INFO:teuthology.orchestra.run.smithi040.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T06:44:45.921 INFO:teuthology.orchestra.run.smithi040.stdout: 6 Dec 06:44:45 ntpd[23511]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T06:44:45.921 INFO:teuthology.orchestra.run.smithi040.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-06T06:44:45.922 INFO:teuthology.orchestra.run.smithi040.stdout: 6 Dec 06:44:45 ntpd[23511]: restrict ::: KOD does nothing without LIMITED. 2023-12-06T06:44:45.922 INFO:teuthology.orchestra.run.smithi040.stdout: 6 Dec 06:44:45 ntpd[23511]: Listen and drop on 0 v6wildcard [::]:123 2023-12-06T06:44:45.922 INFO:teuthology.orchestra.run.smithi040.stdout: 6 Dec 06:44:45 ntpd[23511]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-06T06:44:45.922 INFO:teuthology.orchestra.run.smithi040.stdout: 6 Dec 06:44:45 ntpd[23511]: Listen normally on 2 lo 127.0.0.1:123 2023-12-06T06:44:45.922 INFO:teuthology.orchestra.run.smithi040.stdout: 6 Dec 06:44:45 ntpd[23511]: Listen normally on 3 ens1f0 172.21.15.40:123 2023-12-06T06:44:45.922 INFO:teuthology.orchestra.run.smithi040.stdout: 6 Dec 06:44:45 ntpd[23511]: Listen normally on 4 lo [::1]:123 2023-12-06T06:44:45.922 INFO:teuthology.orchestra.run.smithi040.stdout: 6 Dec 06:44:45 ntpd[23511]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:12cc%4]:123 2023-12-06T06:44:45.922 INFO:teuthology.orchestra.run.smithi040.stdout: 6 Dec 06:44:45 ntpd[23511]: Listening on routing socket on fd #22 for interface updates 2023-12-06T06:44:46.917 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:46 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:46.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:46 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:46.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:46 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:46.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:46 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:46.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:46 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:46.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:46 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:46.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:46 ntpd[23531]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:46.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:46 ntpd[23531]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:46.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:46 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:46.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:46 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:46.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:46 ntpd[23531]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:46.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:46 ntpd[23531]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:46.919 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:46 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:46.919 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:46 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:47.916 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:47 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:47.917 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:47 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:47.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:47 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:47.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:47 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:47.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:47 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:47.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:47 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:47.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:47 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:47.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:47 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:47.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:47 ntpd[23511]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:47.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:47 ntpd[23511]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:47.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:47 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:47.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:47 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:47.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:47 ntpd[23511]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:47.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:47 ntpd[23511]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:48.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:48 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:48.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:48 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:48.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:48 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:48.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:48 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:48.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:48 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:48.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:48 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:48.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:48 ntpd[23531]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:48.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:48 ntpd[23531]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:48.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:48 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:48.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:48 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:48.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:48 ntpd[23531]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:48.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:48 ntpd[23531]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:49.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:49.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:49.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:49.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:49.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:49.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:49.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:49.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:49.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:49.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:49.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:49.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:49.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:49.922 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:49.922 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:49.922 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:49.922 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:49.922 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:49 ntpd[23511]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:50.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:50.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:50.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:50.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:50.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:50.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:50.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:50.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:50.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:50.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:50.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:50.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:50.920 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:50.920 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:50.920 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:50.920 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:50.920 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:50.920 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:50 ntpd[23531]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:51.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:51.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:51.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:51.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:51.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:51.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:51.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:51.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:51.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:51.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:51.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:51.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:51.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:51.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:51.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:51.922 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:51.922 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:51.922 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:51 ntpd[23511]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:52.917 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:52 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:52.917 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:52 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:52.917 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:52 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:52.917 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:52 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:52.917 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:52 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:52.917 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:52 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:52.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:52 ntpd[23531]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:52.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:52 ntpd[23531]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:52.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:52 ntpd[23531]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:52.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:52 ntpd[23531]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:52.918 INFO:teuthology.orchestra.run.smithi141.stdout: 6 Dec 06:44:52 ntpd[23531]: ntpd: time slew -0.000065 s 2023-12-06T06:44:52.918 INFO:teuthology.orchestra.run.smithi141.stdout:ntpd: time slew -0.000065s 2023-12-06T06:44:52.918 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:52 ntpd[23531]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-06T06:44:52.919 INFO:teuthology.orchestra.run.smithi141.stderr: 6 Dec 06:44:52 ntpd[23531]: can't open /var/log/ntpstats/loopstats.20231206: Permission denied 2023-12-06T06:44:52.988 INFO:teuthology.orchestra.run.smithi141.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T06:44:52.988 INFO:teuthology.orchestra.run.smithi141.stdout:============================================================================== 2023-12-06T06:44:52.988 INFO:teuthology.orchestra.run.smithi141.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T06:44:52.988 INFO:teuthology.orchestra.run.smithi141.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T06:44:52.988 INFO:teuthology.orchestra.run.smithi141.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T06:44:52.988 INFO:teuthology.orchestra.run.smithi141.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T06:44:53.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:53.920 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:53.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:53.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:53.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:53.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:53.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:53.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:53.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:53.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:53.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T06:44:53.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T06:44:53.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T06:44:53.921 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T06:44:53.922 INFO:teuthology.orchestra.run.smithi040.stdout: 6 Dec 06:44:53 ntpd[23511]: ntpd: time slew +0.003607 s 2023-12-06T06:44:53.922 INFO:teuthology.orchestra.run.smithi040.stdout:ntpd: time slew +0.003607s 2023-12-06T06:44:53.922 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-06T06:44:53.922 INFO:teuthology.orchestra.run.smithi040.stderr: 6 Dec 06:44:53 ntpd[23511]: can't open /var/log/ntpstats/loopstats.20231206: Permission denied 2023-12-06T06:44:53.987 INFO:teuthology.orchestra.run.smithi040.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T06:44:53.987 INFO:teuthology.orchestra.run.smithi040.stdout:============================================================================== 2023-12-06T06:44:53.987 INFO:teuthology.orchestra.run.smithi040.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T06:44:53.987 INFO:teuthology.orchestra.run.smithi040.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T06:44:53.988 INFO:teuthology.orchestra.run.smithi040.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T06:44:53.988 INFO:teuthology.orchestra.run.smithi040.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T06:44:53.989 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-06T06:44:54.081 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-06T06:44:54.081 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-06T06:44:54.082 INFO:tasks.cephadm:Cluster fsid is f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:44:54.082 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-06T06:44:54.082 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.40', 'mon.c': '[v2:172.21.15.40:3301,v1:172.21.15.40:6790]', 'mon.b': '172.21.15.141'} 2023-12-06T06:44:54.082 INFO:tasks.cephadm:First mon is mon.a on smithi040 2023-12-06T06:44:54.082 INFO:tasks.cephadm:First mgr is y 2023-12-06T06:44:54.082 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-06T06:44:54.083 DEBUG:teuthology.orchestra.run.smithi040:> sudo hostname $(hostname -s) 2023-12-06T06:44:54.101 DEBUG:teuthology.orchestra.run.smithi141:> sudo hostname $(hostname -s) 2023-12-06T06:44:54.118 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-06T06:44:54.119 DEBUG:teuthology.orchestra.run.smithi040:> 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-06T06:44:54.366 INFO:teuthology.orchestra.run.smithi040.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 6 06:44 /home/ubuntu/cephtest/cephadm 2023-12-06T06:44:54.366 DEBUG:teuthology.orchestra.run.smithi141:> 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-06T06:44:54.574 INFO:teuthology.orchestra.run.smithi141.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 6 06:44 /home/ubuntu/cephtest/cephadm 2023-12-06T06:44:54.574 DEBUG:teuthology.orchestra.run.smithi040:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T06:44:54.583 DEBUG:teuthology.orchestra.run.smithi141:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T06:44:54.602 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-06T06:44:54.602 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-06T06:44:54.604 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-06T06:44:54.887 INFO:teuthology.orchestra.run.smithi040.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T06:44:54.901 INFO:teuthology.orchestra.run.smithi141.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T06:45:30.916 INFO:teuthology.orchestra.run.smithi141.stdout:{ 2023-12-06T06:45:30.917 INFO:teuthology.orchestra.run.smithi141.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-06T06:45:30.917 INFO:teuthology.orchestra.run.smithi141.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-06T06:45:30.917 INFO:teuthology.orchestra.run.smithi141.stdout: "repo_digests": [ 2023-12-06T06:45:30.917 INFO:teuthology.orchestra.run.smithi141.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-06T06:45:30.917 INFO:teuthology.orchestra.run.smithi141.stdout: ] 2023-12-06T06:45:30.917 INFO:teuthology.orchestra.run.smithi141.stdout:} 2023-12-06T06:45:31.337 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T06:45:31.337 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-06T06:45:31.337 INFO:teuthology.orchestra.run.smithi040.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-06T06:45:31.338 INFO:teuthology.orchestra.run.smithi040.stdout: "repo_digests": [ 2023-12-06T06:45:31.338 INFO:teuthology.orchestra.run.smithi040.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-06T06:45:31.338 INFO:teuthology.orchestra.run.smithi040.stdout: ] 2023-12-06T06:45:31.338 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T06:45:31.362 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /etc/ceph 2023-12-06T06:45:31.374 DEBUG:teuthology.orchestra.run.smithi141:> sudo mkdir -p /etc/ceph 2023-12-06T06:45:31.391 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 777 /etc/ceph 2023-12-06T06:45:31.430 DEBUG:teuthology.orchestra.run.smithi141:> sudo chmod 777 /etc/ceph 2023-12-06T06:45:31.445 INFO:tasks.cephadm:Writing seed config... 2023-12-06T06:45:31.446 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-06T06:45:31.446 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-06T06:45:31.446 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-06T06:45:31.446 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2023-12-06T06:45:31.446 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-06T06:45:31.446 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-06T06:45:31.447 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-06T06:45:31.447 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-06T06:45:31.447 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-06T06:45:31.447 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-06T06:45:31.447 DEBUG:teuthology.orchestra.run.smithi040:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-06T06:45:31.453 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 = f675b9d0-9402-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-06T06:45:31.454 DEBUG:teuthology.orchestra.run.smithi040:mon.a> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.a.service 2023-12-06T06:45:31.455 DEBUG:teuthology.orchestra.run.smithi040:mgr.y> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.y.service 2023-12-06T06:45:31.457 INFO:tasks.cephadm:Bootstrapping... 2023-12-06T06:45:31.458 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid f675b9d0-9402-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.40 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-06T06:45:31.618 INFO:teuthology.orchestra.run.smithi040.stderr:-------------------------------------------------------------------------------- 2023-12-06T06:45:31.619 INFO:teuthology.orchestra.run.smithi040.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'f675b9d0-9402-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.40', '--skip-admin-label'] 2023-12-06T06:45:31.619 INFO:teuthology.orchestra.run.smithi040.stderr:Verifying podman|docker is present... 2023-12-06T06:45:31.619 INFO:teuthology.orchestra.run.smithi040.stderr:Verifying lvm2 is present... 2023-12-06T06:45:31.619 INFO:teuthology.orchestra.run.smithi040.stderr:Verifying time synchronization is in place... 2023-12-06T06:45:31.626 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T06:45:31.633 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: inactive 2023-12-06T06:45:31.641 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-06T06:45:31.647 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: inactive 2023-12-06T06:45:31.654 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: masked 2023-12-06T06:45:31.661 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: inactive 2023-12-06T06:45:31.667 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-06T06:45:31.674 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: inactive 2023-12-06T06:45:31.682 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: enabled 2023-12-06T06:45:31.689 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: active 2023-12-06T06:45:31.690 INFO:teuthology.orchestra.run.smithi040.stderr:Unit ntp.service is enabled and running 2023-12-06T06:45:31.690 INFO:teuthology.orchestra.run.smithi040.stderr:Repeating the final host check... 2023-12-06T06:45:31.690 INFO:teuthology.orchestra.run.smithi040.stderr:docker (/usr/bin/docker) is present 2023-12-06T06:45:31.690 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl is present 2023-12-06T06:45:31.690 INFO:teuthology.orchestra.run.smithi040.stderr:lvcreate is present 2023-12-06T06:45:31.696 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T06:45:31.701 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: inactive 2023-12-06T06:45:31.707 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-06T06:45:31.713 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: inactive 2023-12-06T06:45:31.722 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: masked 2023-12-06T06:45:31.726 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: inactive 2023-12-06T06:45:31.733 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-06T06:45:31.740 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: inactive 2023-12-06T06:45:31.748 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: enabled 2023-12-06T06:45:31.756 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: active 2023-12-06T06:45:31.757 INFO:teuthology.orchestra.run.smithi040.stderr:Unit ntp.service is enabled and running 2023-12-06T06:45:31.757 INFO:teuthology.orchestra.run.smithi040.stderr:Host looks OK 2023-12-06T06:45:31.758 INFO:teuthology.orchestra.run.smithi040.stderr:Cluster fsid: f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:45:31.758 INFO:teuthology.orchestra.run.smithi040.stderr:Acquiring lock 140161174706496 on /run/cephadm/f675b9d0-9402-11ee-95a2-87774f69a715.lock 2023-12-06T06:45:31.758 INFO:teuthology.orchestra.run.smithi040.stderr:Lock 140161174706496 acquired on /run/cephadm/f675b9d0-9402-11ee-95a2-87774f69a715.lock 2023-12-06T06:45:31.758 INFO:teuthology.orchestra.run.smithi040.stderr:Verifying IP 172.21.15.40 port 3300 ... 2023-12-06T06:45:31.758 INFO:teuthology.orchestra.run.smithi040.stderr:Verifying IP 172.21.15.40 port 6789 ... 2023-12-06T06:45:31.758 INFO:teuthology.orchestra.run.smithi040.stderr:Base mon IP is 172.21.15.40, final addrv is [v2:172.21.15.40:3300,v1:172.21.15.40:6789] 2023-12-06T06:45:31.761 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/sbin/ip: default via 172.21.15.254 dev ens1f0 2023-12-06T06:45:31.762 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-06T06:45:31.762 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.40 2023-12-06T06:45:31.766 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-06T06:45:31.766 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-06T06:45:31.767 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2023-12-06T06:45:31.771 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-06T06:45:31.771 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-12-06T06:45:31.771 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T06:45:31.771 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-06T06:45:31.771 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:febd:12cc/64 scope link 2023-12-06T06:45:31.771 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T06:45:31.772 INFO:teuthology.orchestra.run.smithi040.stderr:Mon IP `172.21.15.40` is in CIDR network `172.21.0.0/20` 2023-12-06T06:45:31.772 INFO:teuthology.orchestra.run.smithi040.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-06T06:45:31.774 INFO:teuthology.orchestra.run.smithi040.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T06:45:31.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:45:31.850 INFO:journalctl@ceph.mgr.y.smithi040.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:45:32.218 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2023-12-06T06:45:32.347 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2023-12-06T06:45:32.347 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2023-12-06T06:45:32.371 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2023-12-06T06:45:33.289 INFO:teuthology.orchestra.run.smithi040.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-06T06:45:33.774 INFO:teuthology.orchestra.run.smithi040.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-06T06:45:33.774 INFO:teuthology.orchestra.run.smithi040.stderr:Extracting ceph user uid/gid from container image... 2023-12-06T06:45:34.492 INFO:teuthology.orchestra.run.smithi040.stderr:stat: 167 167 2023-12-06T06:45:35.036 INFO:teuthology.orchestra.run.smithi040.stderr:Creating initial keys... 2023-12-06T06:45:35.749 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-authtool: AQCPGHBle3eaLBAAh9Gi9hcH8lbZtt6I2wV6Vg== 2023-12-06T06:45:37.076 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-authtool: AQCRGHBlaXWDBBAAAK0Z2Tajn5Dn2C6LPclK6g== 2023-12-06T06:45:38.361 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-authtool: AQCSGHBlcol/FRAAuYHZdaD3sQsiroNieJjqvw== 2023-12-06T06:45:38.943 INFO:teuthology.orchestra.run.smithi040.stderr:Creating initial monmap... 2023-12-06T06:45:39.679 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T06:45:39.679 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-06T06:45:39.680 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:45:39.680 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T06:45:40.289 INFO:teuthology.orchestra.run.smithi040.stderr:monmaptool for a [v2:172.21.15.40:3300,v1:172.21.15.40:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T06:45:40.289 INFO:teuthology.orchestra.run.smithi040.stderr:setting min_mon_release = octopus 2023-12-06T06:45:40.290 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/monmaptool: set fsid to f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:45:40.290 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T06:45:40.290 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-06T06:45:40.290 INFO:teuthology.orchestra.run.smithi040.stderr:Creating mon... 2023-12-06T06:45:41.006 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.000+0000 7fa206184880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T06:45:41.006 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.000+0000 7fa206184880 1 imported monmap: 2023-12-06T06:45:41.007 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-06T06:45:41.007 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: fsid f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:45:41.007 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: last_changed 2023-12-06T06:45:39.677926+0000 2023-12-06T06:45:41.007 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: created 2023-12-06T06:45:39.677926+0000 2023-12-06T06:45:41.007 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2023-12-06T06:45:41.007 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-06T06:45:41.007 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2023-12-06T06:45:41.007 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.007 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.000+0000 7fa206184880 0 /usr/bin/ceph-mon: set fsid to f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:45:41.008 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.000+0000 7fa206184880 4 rocksdb: RocksDB version: 6.15.5 2023-12-06T06:45:41.008 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.008 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.000+0000 7fa206184880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T06:45:41.008 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.000+0000 7fa206184880 4 rocksdb: Compile date Apr 18 2022 2023-12-06T06:45:41.009 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: DB SUMMARY 2023-12-06T06:45:41.009 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.010 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: DB Session ID: 27ZH9VBOTL2GT37N8GFG 2023-12-06T06:45:41.010 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.010 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-06T06:45:41.010 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.010 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-06T06:45:41.010 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.010 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T06:45:41.010 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.create_if_missing: 1 2023-12-06T06:45:41.010 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T06:45:41.012 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T06:45:41.012 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.env: 0x5567e5bff860 2023-12-06T06:45:41.012 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.fs: Posix File System 2023-12-06T06:45:41.012 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.info_log: 0x5567e7c0f320 2023-12-06T06:45:41.012 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T06:45:41.012 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.statistics: (nil) 2023-12-06T06:45:41.012 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.use_fsync: 0 2023-12-06T06:45:41.012 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T06:45:41.012 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T06:45:41.012 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T06:45:41.012 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T06:45:41.013 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T06:45:41.013 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T06:45:41.014 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T06:45:41.014 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T06:45:41.014 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T06:45:41.014 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T06:45:41.014 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T06:45:41.014 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.db_log_dir: 2023-12-06T06:45:41.014 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-06T06:45:41.014 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T06:45:41.017 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T06:45:41.017 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T06:45:41.017 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T06:45:41.017 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T06:45:41.017 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T06:45:41.017 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T06:45:41.017 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T06:45:41.017 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.write_buffer_manager: 0x5567e7eaf950 2023-12-06T06:45:41.017 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T06:45:41.018 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T06:45:41.018 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T06:45:41.018 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T06:45:41.018 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T06:45:41.018 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T06:45:41.018 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T06:45:41.018 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T06:45:41.018 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T06:45:41.018 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.unordered_write: 0 2023-12-06T06:45:41.018 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T06:45:41.018 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T06:45:41.018 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T06:45:41.018 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T06:45:41.018 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.row_cache: None 2023-12-06T06:45:41.018 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.wal_filter: None 2023-12-06T06:45:41.019 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T06:45:41.019 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T06:45:41.019 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T06:45:41.019 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T06:45:41.038 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T06:45:41.038 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T06:45:41.038 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T06:45:41.038 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T06:45:41.038 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T06:45:41.039 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T06:45:41.039 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T06:45:41.039 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T06:45:41.039 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T06:45:41.039 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T06:45:41.039 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T06:45:41.039 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T06:45:41.039 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T06:45:41.039 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T06:45:41.039 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T06:45:41.039 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T06:45:41.039 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T06:45:41.039 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T06:45:41.039 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T06:45:41.039 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.max_open_files: -1 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Compression algorithms supported: 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: kZSTD supported: 0 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T06:45:41.040 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.004+0000 7fa206184880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.merge_operator: 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compaction_filter: None 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T06:45:41.041 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T06:45:41.042 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5567e7bd8d10) 2023-12-06T06:45:41.042 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-06T06:45:41.042 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T06:45:41.042 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T06:45:41.042 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-06T06:45:41.042 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-06T06:45:41.042 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-06T06:45:41.042 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-06T06:45:41.042 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-06T06:45:41.042 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-06T06:45:41.042 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-06T06:45:41.042 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-06T06:45:41.042 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: block_cache: 0x5567e7c40170 2023-12-06T06:45:41.042 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-06T06:45:41.042 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-06T06:45:41.043 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-06T06:45:41.044 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-06T06:45:41.044 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: format_version: 4 2023-12-06T06:45:41.044 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-06T06:45:41.044 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-06T06:45:41.044 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.044 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T06:45:41.044 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T06:45:41.044 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compression: NoCompression 2023-12-06T06:45:41.044 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T06:45:41.044 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T06:45:41.044 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T06:45:41.044 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.num_levels: 7 2023-12-06T06:45:41.044 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T06:45:41.044 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T06:45:41.044 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T06:45:41.045 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T06:45:41.045 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T06:45:41.045 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T06:45:41.045 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T06:45:41.045 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T06:45:41.045 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T06:45:41.045 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T06:45:41.045 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T06:45:41.045 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T06:45:41.045 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T06:45:41.045 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T06:45:41.045 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T06:45:41.045 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T06:45:41.045 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T06:45:41.045 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T06:45:41.046 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T06:45:41.046 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T06:45:41.046 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T06:45:41.046 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T06:45:41.046 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T06:45:41.046 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T06:45:41.046 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T06:45:41.046 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T06:45:41.046 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T06:45:41.046 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T06:45:41.046 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T06:45:41.046 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T06:45:41.046 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T06:45:41.046 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T06:45:41.047 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T06:45:41.048 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T06:45:41.048 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T06:45:41.048 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T06:45:41.048 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T06:45:41.048 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T06:45:41.048 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T06:45:41.048 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T06:45:41.048 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T06:45:41.048 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T06:45:41.048 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T06:45:41.048 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T06:45:41.048 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T06:45:41.048 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T06:45:41.048 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.ttl: 2592000 2023-12-06T06:45:41.049 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T06:45:41.049 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.enable_blob_files: false 2023-12-06T06:45:41.049 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.min_blob_size: 0 2023-12-06T06:45:41.049 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T06:45:41.049 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T06:45:41.049 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T06:45:41.049 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T06:45:41.049 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 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-06T06:45:41.049 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.049 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-06T06:45:41.049 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.049 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.008+0000 7fa206184880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2023-12-06T06:45:41.049 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.049 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.012+0000 7fa206184880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5567e7c26700 2023-12-06T06:45:41.049 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.012+0000 7fa206184880 4 rocksdb: DB pointer 0x5567e7c9a000 2023-12-06T06:45:41.050 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.012+0000 7fa1f7d6e700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T06:45:41.050 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.012+0000 7fa1f7d6e700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T06:45:41.050 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-06T06:45:41.050 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T06:45:41.050 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.050 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.050 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T06:45:41.050 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.050 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.050 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T06:45:41.050 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.050 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T06:45:41.050 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.050 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:45:41.050 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.051 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.051 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.051 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T06:45:41.051 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.051 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:45:41.051 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T06:45:41.051 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T06:45:41.051 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T06:45:41.051 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T06:45:41.051 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T06:45:41.051 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-06T06:45:41.051 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.051 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.051 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.051 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T06:45:41.052 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T06:45:41.053 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-06T06:45:41.053 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.053 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.053 INFO:teuthology.orchestra.run.smithi040.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-06T06:45:41.053 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.053 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-06T06:45:41.053 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: 2023-12-06T06:45:41.053 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.016+0000 7fa206184880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2023-12-06T06:45:41.053 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.016+0000 7fa206184880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2023-12-06T06:45:41.053 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-mon: debug 2023-12-06T06:45:41.016+0000 7fa206184880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-06T06:45:41.560 INFO:teuthology.orchestra.run.smithi040.stderr:create mon.a on 2023-12-06T06:45:41.786 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-06T06:45:42.004 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-f675b9d0-9402-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-f675b9d0-9402-11ee-95a2-87774f69a715.target. 2023-12-06T06:45:42.005 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-f675b9d0-9402-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-f675b9d0-9402-11ee-95a2-87774f69a715.target. 2023-12-06T06:45:42.401 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Failed to reset failed state of unit ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.a.service: Unit ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.a.service not loaded. 2023-12-06T06:45:42.408 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Created symlink /etc/systemd/system/ceph-f675b9d0-9402-11ee-95a2-87774f69a715.target.wants/ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-f675b9d0-9402-11ee-95a2-87774f69a715@.service. 2023-12-06T06:45:42.608 INFO:teuthology.orchestra.run.smithi040.stderr:firewalld does not appear to be present 2023-12-06T06:45:42.608 INFO:teuthology.orchestra.run.smithi040.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T06:45:42.609 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for mon to start... 2023-12-06T06:45:42.609 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for mon... 2023-12-06T06:45:42.635 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:42 smithi040 systemd[1]: Started Ceph mon.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T06:45:44.230 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: cluster: 2023-12-06T06:45:44.230 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: id: f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:45:44.230 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-06T06:45:44.230 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-06T06:45:44.230 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: services: 2023-12-06T06:45:44.230 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.253302s) 2023-12-06T06:45:44.231 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-06T06:45:44.231 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-06T06:45:44.231 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-06T06:45:44.231 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: data: 2023-12-06T06:45:44.231 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-06T06:45:44.231 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-06T06:45:44.231 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-06T06:45:44.231 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: pgs: 2023-12-06T06:45:44.231 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-06T06:45:44.251 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:43 smithi040 bash[24530]: cluster 2023-12-06T06:45:43.974159+0000 mon.a (mon.0) 0 : cluster [INF] mkfs f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:45:44.251 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:43 smithi040 bash[24530]: cluster 2023-12-06T06:45:43.964046+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-06T06:45:44.834 INFO:teuthology.orchestra.run.smithi040.stderr:mon is available 2023-12-06T06:45:44.834 INFO:teuthology.orchestra.run.smithi040.stderr:Assimilating anything we can from ceph.conf... 2023-12-06T06:45:45.112 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:44 smithi040 bash[24530]: cluster 2023-12-06T06:45:43.972723+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-06T06:45:45.113 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:44 smithi040 bash[24530]: cluster 2023-12-06T06:45:43.972990+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0]} 2023-12-06T06:45:45.113 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:44 smithi040 bash[24530]: cluster 2023-12-06T06:45:43.976853+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-06T06:45:45.113 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:44 smithi040 bash[24530]: cluster 2023-12-06T06:45:43.982066+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-06T06:45:45.113 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:44 smithi040 bash[24530]: cluster 2023-12-06T06:45:43.983038+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-06T06:45:45.113 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:44 smithi040 bash[24530]: audit 2023-12-06T06:45:44.225968+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.40:0/2201364020' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-06T06:45:45.868 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-06T06:45:45.868 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: [global] 2023-12-06T06:45:45.868 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: fsid = f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:45:45.868 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.40:3300,v1:172.21.15.40:6789] 2023-12-06T06:45:45.868 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T06:45:45.868 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T06:45:45.868 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T06:45:45.869 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T06:45:45.869 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-06T06:45:45.869 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: [mgr] 2023-12-06T06:45:45.869 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = True 2023-12-06T06:45:45.869 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T06:45:45.869 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-06T06:45:45.869 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: [osd] 2023-12-06T06:45:45.869 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T06:45:45.869 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T06:45:46.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:45 smithi040 bash[24530]: audit 2023-12-06T06:45:45.857784+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.40:0/4206473269' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T06:45:46.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:45 smithi040 bash[24530]: audit 2023-12-06T06:45:45.863993+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.40:0/4206473269' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-06T06:45:46.406 INFO:teuthology.orchestra.run.smithi040.stderr:Generating new minimal ceph.conf... 2023-12-06T06:45:47.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:47 smithi040 bash[24530]: audit 2023-12-06T06:45:47.437708+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.40:0/3334874190' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:45:48.077 INFO:teuthology.orchestra.run.smithi040.stderr:Restarting the monitor... 2023-12-06T06:45:48.423 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:48 smithi040 systemd[1]: Stopping Ceph mon.a for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T06:45:48.423 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:48 smithi040 bash[24923]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mon.a 2023-12-06T06:45:48.423 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:48 smithi040 bash[24530]: debug 2023-12-06T06:45:48.192+0000 7f0be36cc700 -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-06T06:45:48.423 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:48 smithi040 bash[24530]: debug 2023-12-06T06:45:48.192+0000 7f0be36cc700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-06T06:45:49.005 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:48 smithi040 bash[24932]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mon-a 2023-12-06T06:45:49.005 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:48 smithi040 bash[24969]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mon.a 2023-12-06T06:45:49.012 INFO:teuthology.orchestra.run.smithi040.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-06T06:45:49.075 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:49 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-06T06:45:49.075 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:49 smithi040 systemd[1]: Stopped Ceph mon.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T06:45:49.075 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:49 smithi040 systemd[1]: Started Ceph mon.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T06:45:50.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.176+0000 7f6477879880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T06:45:50.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.176+0000 7f6477879880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-06T06:45:50.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.176+0000 7f6477879880 0 pidfile_write: ignore empty --pid-file 2023-12-06T06:45:50.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 0 load: jerasure load: lrc 2023-12-06T06:45:50.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: RocksDB version: 6.15.5 2023-12-06T06:45:50.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T06:45:50.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Compile date Apr 18 2022 2023-12-06T06:45:50.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: DB SUMMARY 2023-12-06T06:45:50.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: DB Session ID: ZV5L3A9GZ21D3U1PZJVB 2023-12-06T06:45:50.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: CURRENT file: CURRENT 2023-12-06T06:45:50.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T06:45:50.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-06T06:45:50.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-06T06:45:50.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82109 ; 2023-12-06T06:45:50.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T06:45:50.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.create_if_missing: 0 2023-12-06T06:45:50.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T06:45:50.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T06:45:50.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.env: 0x557e93e2e860 2023-12-06T06:45:50.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.fs: Posix File System 2023-12-06T06:45:50.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.info_log: 0x557e95e0de00 2023-12-06T06:45:50.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T06:45:50.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.statistics: (nil) 2023-12-06T06:45:50.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.use_fsync: 0 2023-12-06T06:45:50.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T06:45:50.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T06:45:50.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T06:45:50.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T06:45:50.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T06:45:50.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T06:45:50.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T06:45:50.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T06:45:50.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T06:45:50.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T06:45:50.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T06:45:50.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.db_log_dir: 2023-12-06T06:45:50.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-06T06:45:50.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T06:45:50.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T06:45:50.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T06:45:50.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T06:45:50.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T06:45:50.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T06:45:50.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T06:45:50.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T06:45:50.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.write_buffer_manager: 0x557e95efe2d0 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.unordered_write: 0 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.row_cache: None 2023-12-06T06:45:50.507 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.wal_filter: None 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T06:45:50.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_open_files: -1 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T06:45:50.509 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T06:45:50.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T06:45:50.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Compression algorithms supported: 2023-12-06T06:45:50.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T06:45:50.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: kZSTD supported: 0 2023-12-06T06:45:50.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T06:45:50.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T06:45:50.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T06:45:50.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T06:45:50.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T06:45:50.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T06:45:50.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T06:45:50.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2023-12-06T06:45:50.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T06:45:50.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T06:45:50.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.merge_operator: 2023-12-06T06:45:50.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compaction_filter: None 2023-12-06T06:45:50.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T06:45:50.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T06:45:50.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T06:45:50.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T06:45:50.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557e95ddbd00) 2023-12-06T06:45:50.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: cache_index_and_filter_blocks: 1 2023-12-06T06:45:50.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T06:45:50.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T06:45:50.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: pin_top_level_index_and_filter: 1 2023-12-06T06:45:50.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: index_type: 0 2023-12-06T06:45:50.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: data_block_index_type: 0 2023-12-06T06:45:50.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: index_shortening: 1 2023-12-06T06:45:50.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T06:45:50.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: hash_index_allow_collision: 1 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: checksum: 1 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: no_block_cache: 0 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: block_cache: 0x557e95e42170 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: block_cache_name: BinnedLRUCache 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: block_cache_options: 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: capacity : 536870912 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: num_shard_bits : 4 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: strict_capacity_limit : 0 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: high_pri_pool_ratio: 0.000 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: block_cache_compressed: (nil) 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: persistent_cache: (nil) 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: block_size: 4096 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: block_size_deviation: 10 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: block_restart_interval: 16 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: index_block_restart_interval: 1 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: metadata_block_size: 4096 2023-12-06T06:45:50.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: partition_filters: 0 2023-12-06T06:45:50.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: use_delta_encoding: 1 2023-12-06T06:45:50.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T06:45:50.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: whole_key_filtering: 1 2023-12-06T06:45:50.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: verify_compression: 0 2023-12-06T06:45:50.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: read_amp_bytes_per_bit: 0 2023-12-06T06:45:50.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: format_version: 4 2023-12-06T06:45:50.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: enable_index_compression: 1 2023-12-06T06:45:50.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: block_align: 0 2023-12-06T06:45:50.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T06:45:50.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T06:45:50.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compression: NoCompression 2023-12-06T06:45:50.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T06:45:50.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T06:45:50.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T06:45:50.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.num_levels: 7 2023-12-06T06:45:50.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T06:45:50.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T06:45:50.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T06:45:50.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T06:45:50.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T06:45:50.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T06:45:50.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T06:45:50.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T06:45:50.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T06:45:50.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T06:45:50.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T06:45:50.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T06:45:50.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T06:45:50.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T06:45:50.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T06:45:50.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T06:45:50.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T06:45:50.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T06:45:50.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T06:45:50.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T06:45:50.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T06:45:50.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T06:45:50.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T06:45:50.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T06:45:50.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T06:45:50.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T06:45:50.516 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T06:45:50.516 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T06:45:50.517 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T06:45:50.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T06:45:50.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T06:45:50.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T06:45:50.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T06:45:50.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T06:45:50.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T06:45:50.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T06:45:50.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T06:45:50.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T06:45:50.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T06:45:50.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T06:45:50.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T06:45:50.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T06:45:50.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T06:45:50.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.ttl: 2592000 2023-12-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.enable_blob_files: false 2023-12-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.min_blob_size: 0 2023-12-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 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-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701845150186848, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.180+0000 7f6477879880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-06T06:45:50.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.184+0000 7f6477879880 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-06T06:45:50.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.184+0000 7f6477879880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701845150187811, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78818, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77081, "index_size": 225, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9896, "raw_average_key_size": 47, "raw_value_size": 71352, "raw_average_value_size": 341, "num_data_blocks": 10, "num_entries": 209, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1701845150, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "4132fa65-2c3a-465e-aa9d-d93f96098d31", "db_session_id": "ZV5L3A9GZ21D3U1PZJVB"}} 2023-12-06T06:45:50.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.184+0000 7f6477879880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-06T06:45:50.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.184+0000 7f6477879880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701845150188435, "job": 1, "event": "recovery_finished"} 2023-12-06T06:45:50.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.184+0000 7f6477879880 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-06T06:45:50.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.184+0000 7f6477879880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x557e95e28a80 2023-12-06T06:45:50.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.184+0000 7f6477879880 4 rocksdb: DB pointer 0x557e95e38000 2023-12-06T06:45:50.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.188+0000 7f6477879880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] at bind addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:45:50.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.188+0000 7f6467601700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T06:45:50.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.188+0000 7f6467601700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T06:45:50.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: ** DB Stats ** 2023-12-06T06:45:50.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T06:45:50.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: 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-06T06:45:50.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T06:45:50.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T06:45:50.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: 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-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: ** Compaction Stats [default] ** 2023-12-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: 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-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: L0 2/0 78.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.4 0.00 0.00 1 0.001 0 0 2023-12-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: Sum 2/0 78.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.4 0.00 0.00 1 0.001 0 0 2023-12-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.4 0.00 0.00 1 0.001 0 0 2023-12-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: ** Compaction Stats [default] ** 2023-12-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: 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-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 122.4 0.00 0.00 1 0.001 0 0 2023-12-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T06:45:50.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T06:45:50.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T06:45:50.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T06:45:50.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: Cumulative compaction: 0.00 GB write, 11.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T06:45:50.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: Interval compaction: 0.00 GB write, 11.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T06:45:50.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: 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-06T06:45:50.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T06:45:50.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: ** Compaction Stats [default] ** 2023-12-06T06:45:50.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: 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-06T06:45:50.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:45:50.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: L0 2/0 78.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.4 0.00 0.00 1 0.001 0 0 2023-12-06T06:45:50.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: Sum 2/0 78.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.4 0.00 0.00 1 0.001 0 0 2023-12-06T06:45:50.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: 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-06T06:45:50.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: ** Compaction Stats [default] ** 2023-12-06T06:45:50.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: 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-06T06:45:50.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 122.4 0.00 0.00 1 0.001 0 0 2023-12-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: Cumulative compaction: 0.00 GB write, 11.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: 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-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: 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-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.188+0000 7f6477879880 1 mon.a@-1(???) e1 preinit fsid f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.188+0000 7f6477879880 0 mon.a@-1(???).mds e1 new map 2023-12-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.188+0000 7f6477879880 0 mon.a@-1(???).mds e1 print_map 2023-12-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: e1 2023-12-06T06:45:50.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: 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-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: legacy client fscid: -1 2023-12-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: 2023-12-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: No filesystems configured 2023-12-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.188+0000 7f6477879880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.188+0000 7f6477879880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.188+0000 7f6477879880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.188+0000 7f6477879880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.188+0000 7f6477879880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.192+0000 7f6477879880 20 expand_channel_meta expand map: {default=false} 2023-12-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.192+0000 7f6477879880 20 expand_channel_meta from 'false' to 'false' 2023-12-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.192+0000 7f6477879880 20 expand_channel_meta expanded map: {default=false} 2023-12-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.192+0000 7f6477879880 20 expand_channel_meta expand map: {default=info} 2023-12-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.192+0000 7f6477879880 20 expand_channel_meta from 'info' to 'info' 2023-12-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.192+0000 7f6477879880 20 expand_channel_meta expanded map: {default=info} 2023-12-06T06:45:50.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.192+0000 7f6477879880 20 expand_channel_meta expand map: {default=daemon} 2023-12-06T06:45:50.525 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.192+0000 7f6477879880 20 expand_channel_meta from 'daemon' to 'daemon' 2023-12-06T06:45:50.525 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.192+0000 7f6477879880 20 expand_channel_meta expanded map: {default=daemon} 2023-12-06T06:45:50.525 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.192+0000 7f6477879880 20 expand_channel_meta expand map: {default=debug} 2023-12-06T06:45:50.525 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.192+0000 7f6477879880 20 expand_channel_meta from 'debug' to 'debug' 2023-12-06T06:45:50.525 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: debug 2023-12-06T06:45:50.192+0000 7f6477879880 20 expand_channel_meta expanded map: {default=debug} 2023-12-06T06:45:50.525 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: cluster 2023-12-06T06:45:50.199576+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-06T06:45:50.525 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: cluster 2023-12-06T06:45:50.199681+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0]} 2023-12-06T06:45:50.525 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: cluster 2023-12-06T06:45:50.199823+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2023-12-06T06:45:50.525 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: cluster 2023-12-06T06:45:50.199887+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-06T06:45:50.525 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:50 smithi040 bash[25004]: cluster 2023-12-06T06:45:50.200516+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-06T06:45:51.109 INFO:teuthology.orchestra.run.smithi040.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-06T06:45:51.110 INFO:teuthology.orchestra.run.smithi040.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-06T06:45:51.110 INFO:teuthology.orchestra.run.smithi040.stderr:Creating mgr... 2023-12-06T06:45:51.110 INFO:teuthology.orchestra.run.smithi040.stderr:Verifying port 9283 ... 2023-12-06T06:45:51.303 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Failed to reset failed state of unit ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.y.service: Unit ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.y.service not loaded. 2023-12-06T06:45:51.312 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Created symlink /etc/systemd/system/ceph-f675b9d0-9402-11ee-95a2-87774f69a715.target.wants/ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.y.service -> /etc/systemd/system/ceph-f675b9d0-9402-11ee-95a2-87774f69a715@.service. 2023-12-06T06:45:51.500 INFO:teuthology.orchestra.run.smithi040.stderr:firewalld does not appear to be present 2023-12-06T06:45:51.501 INFO:teuthology.orchestra.run.smithi040.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T06:45:51.501 INFO:teuthology.orchestra.run.smithi040.stderr:firewalld does not appear to be present 2023-12-06T06:45:51.501 INFO:teuthology.orchestra.run.smithi040.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-06T06:45:51.501 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for mgr to start... 2023-12-06T06:45:51.501 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for mgr... 2023-12-06T06:45:51.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:51 smithi040 bash[25004]: audit 2023-12-06T06:45:50.471009+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.40:0/2058147639' entity='client.admin' 2023-12-06T06:45:52.967 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-06T06:45:52.967 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-06T06:45:52.967 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsid": "f675b9d0-9402-11ee-95a2-87774f69a715", 2023-12-06T06:45:52.967 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "health": { 2023-12-06T06:45:52.967 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T06:45:52.967 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T06:45:52.967 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T06:45:52.967 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:45:52.967 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T06:45:52.967 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T06:45:52.967 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 0 2023-12-06T06:45:52.967 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "a" 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T06:45:52.968 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T06:45:52.969 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T06:45:52.969 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:45:52.969 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T06:45:52.969 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T06:45:52.969 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T06:45:52.969 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T06:45:52.969 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T06:45:52.969 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T06:45:52.969 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T06:45:52.969 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T06:45:52.969 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T06:45:52.969 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:45:52.969 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T06:45:52.969 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:45:52.969 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T06:45:52.970 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T06:45:52.970 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:45:52.970 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T06:45:52.970 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "available": false, 2023-12-06T06:45:52.970 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T06:45:52.970 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T06:45:52.970 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "iostat", 2023-12-06T06:45:52.970 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "nfs", 2023-12-06T06:45:52.970 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "restful" 2023-12-06T06:45:52.970 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-06T06:45:52.970 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:45:52.970 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:45:52.971 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T06:45:52.971 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:45:52.971 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modified": "2023-12-06T06:45:43.974732+0000", 2023-12-06T06:45:52.971 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:45:52.971 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:45:52.971 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T06:45:52.971 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-06T06:45:53.168 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:53 smithi040 bash[25004]: audit 2023-12-06T06:45:52.958851+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.40:0/266189321' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T06:45:53.169 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:52 smithi040 bash[25276]: debug 2023-12-06T06:45:52.860+0000 7f8ca82a8000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T06:45:53.573 INFO:teuthology.orchestra.run.smithi040.stderr:mgr not available, waiting (1/15)... 2023-12-06T06:45:53.864 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:53 smithi040 bash[25276]: debug 2023-12-06T06:45:53.568+0000 7f8ca82a8000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T06:45:53.864 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:53 smithi040 bash[25276]: debug 2023-12-06T06:45:53.696+0000 7f8ca82a8000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T06:45:54.200 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:53 smithi040 bash[25276]: debug 2023-12-06T06:45:53.856+0000 7f8ca82a8000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T06:45:54.503 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:54 smithi040 bash[25276]: debug 2023-12-06T06:45:54.196+0000 7f8ca82a8000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T06:45:54.503 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:54 smithi040 bash[25276]: debug 2023-12-06T06:45:54.288+0000 7f8ca82a8000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T06:45:55.699 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:54 smithi040 bash[25276]: debug 2023-12-06T06:45:54.496+0000 7f8ca82a8000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T06:45:55.700 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:55 smithi040 bash[25276]: debug 2023-12-06T06:45:55.380+0000 7f8ca82a8000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T06:45:55.700 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:55 smithi040 bash[25276]: debug 2023-12-06T06:45:55.484+0000 7f8ca82a8000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T06:45:56.025 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:55 smithi040 bash[25276]: debug 2023-12-06T06:45:55.692+0000 7f8ca82a8000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T06:45:56.337 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:56 smithi040 bash[25276]: debug 2023-12-06T06:45:56.052+0000 7f8ca82a8000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T06:45:56.701 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-06T06:45:56.702 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-06T06:45:56.702 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsid": "f675b9d0-9402-11ee-95a2-87774f69a715", 2023-12-06T06:45:56.702 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "health": { 2023-12-06T06:45:56.703 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T06:45:56.708 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T06:45:56.708 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T06:45:56.709 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:45:56.709 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T06:45:56.709 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T06:45:56.709 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 0 2023-12-06T06:45:56.709 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-06T06:45:56.709 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T06:45:56.709 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "a" 2023-12-06T06:45:56.709 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-06T06:45:56.709 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-06T06:45:56.709 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T06:45:56.709 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:45:56.709 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T06:45:56.709 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T06:45:56.709 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:45:56.709 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T06:45:56.710 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:45:56.710 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T06:45:56.710 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T06:45:56.710 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T06:45:56.710 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T06:45:56.710 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T06:45:56.710 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T06:45:56.710 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:45:56.710 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T06:45:56.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T06:45:56.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T06:45:56.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T06:45:56.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T06:45:56.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T06:45:56.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T06:45:56.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T06:45:56.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T06:45:56.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:45:56.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T06:45:56.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:45:56.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T06:45:56.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T06:45:56.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:45:56.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T06:45:56.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "available": false, 2023-12-06T06:45:56.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T06:45:56.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T06:45:56.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "iostat", 2023-12-06T06:45:56.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "nfs", 2023-12-06T06:45:56.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "restful" 2023-12-06T06:45:56.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-06T06:45:56.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:45:56.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:45:56.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T06:45:56.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:45:56.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modified": "2023-12-06T06:45:43.974732+0000", 2023-12-06T06:45:56.713 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:45:56.713 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:45:56.713 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T06:45:56.713 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-06T06:45:56.729 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:56 smithi040 bash[25276]: debug 2023-12-06T06:45:56.384+0000 7f8ca82a8000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T06:45:57.026 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:56 smithi040 bash[25276]: debug 2023-12-06T06:45:56.772+0000 7f8ca82a8000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T06:45:57.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:56 smithi040 bash[25004]: audit 2023-12-06T06:45:56.700015+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.40:0/162413371' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T06:45:57.230 INFO:teuthology.orchestra.run.smithi040.stderr:mgr not available, waiting (2/15)... 2023-12-06T06:45:57.275 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:57 smithi040 bash[25276]: debug 2023-12-06T06:45:57.048+0000 7f8ca82a8000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T06:45:58.021 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:57 smithi040 bash[25276]: debug 2023-12-06T06:45:57.748+0000 7f8ca82a8000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T06:45:58.021 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:57 smithi040 bash[25276]: debug 2023-12-06T06:45:57.852+0000 7f8ca82a8000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T06:45:58.272 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:58 smithi040 bash[25276]: debug 2023-12-06T06:45:58.016+0000 7f8ca82a8000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T06:45:58.272 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:58 smithi040 bash[25276]: debug 2023-12-06T06:45:58.124+0000 7f8ca82a8000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T06:45:58.526 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:58 smithi040 bash[25276]: debug 2023-12-06T06:45:58.268+0000 7f8ca82a8000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T06:45:58.874 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:58 smithi040 bash[25276]: debug 2023-12-06T06:45:58.560+0000 7f8ca82a8000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T06:45:58.874 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:58 smithi040 bash[25276]: debug 2023-12-06T06:45:58.680+0000 7f8ca82a8000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T06:45:59.263 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:58 smithi040 bash[25276]: debug 2023-12-06T06:45:58.868+0000 7f8ca82a8000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T06:45:59.263 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:58 smithi040 bash[25276]: debug 2023-12-06T06:45:58.988+0000 7f8ca82a8000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T06:46:00.270 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-06T06:46:00.270 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-06T06:46:00.270 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsid": "f675b9d0-9402-11ee-95a2-87774f69a715", 2023-12-06T06:46:00.271 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "health": { 2023-12-06T06:46:00.271 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T06:46:00.271 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T06:46:00.271 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T06:46:00.271 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:46:00.271 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T06:46:00.271 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T06:46:00.271 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 0 2023-12-06T06:46:00.271 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-06T06:46:00.271 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T06:46:00.271 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "a" 2023-12-06T06:46:00.272 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-06T06:46:00.272 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-06T06:46:00.272 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T06:46:00.272 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:46:00.272 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T06:46:00.272 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T06:46:00.272 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:46:00.272 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T06:46:00.272 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:46:00.272 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T06:46:00.273 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T06:46:00.273 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T06:46:00.276 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T06:46:00.276 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T06:46:00.276 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T06:46:00.276 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:46:00.276 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T06:46:00.276 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "available": false, 2023-12-06T06:46:00.277 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T06:46:00.278 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T06:46:00.278 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "iostat", 2023-12-06T06:46:00.278 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "nfs", 2023-12-06T06:46:00.278 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "restful" 2023-12-06T06:46:00.278 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-06T06:46:00.278 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:46:00.278 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:46:00.278 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T06:46:00.278 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:46:00.278 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modified": "2023-12-06T06:45:43.974732+0000", 2023-12-06T06:46:00.278 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:46:00.278 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:46:00.278 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T06:46:00.278 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-06T06:46:00.279 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:45:59 smithi040 bash[25276]: debug 2023-12-06T06:45:59.868+0000 7f8ca82a8000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T06:46:00.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:59 smithi040 bash[25004]: cluster 2023-12-06T06:45:59.894250+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2023-12-06T06:46:00.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:59 smithi040 bash[25004]: cluster 2023-12-06T06:45:59.901594+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00756713s) 2023-12-06T06:46:00.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:59 smithi040 bash[25004]: audit 2023-12-06T06:45:59.904247+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.40:0/4017603097' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T06:46:00.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:59 smithi040 bash[25004]: audit 2023-12-06T06:45:59.904379+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.40:0/4017603097' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T06:46:00.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:59 smithi040 bash[25004]: audit 2023-12-06T06:45:59.904514+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.40:0/4017603097' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T06:46:00.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:59 smithi040 bash[25004]: audit 2023-12-06T06:45:59.904647+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.40:0/4017603097' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:46:00.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:59 smithi040 bash[25004]: audit 2023-12-06T06:45:59.905479+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.40:0/4017603097' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T06:46:00.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:59 smithi040 bash[25004]: cluster 2023-12-06T06:45:59.913437+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2023-12-06T06:46:00.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:59 smithi040 bash[25004]: audit 2023-12-06T06:45:59.927411+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.40:0/4017603097' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:46:00.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:59 smithi040 bash[25004]: audit 2023-12-06T06:45:59.929335+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.40:0/4017603097' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:46:00.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:45:59 smithi040 bash[25004]: audit 2023-12-06T06:45:59.941209+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.40:0/4017603097' entity='mgr.y' 2023-12-06T06:46:00.861 INFO:teuthology.orchestra.run.smithi040.stderr:mgr not available, waiting (3/15)... 2023-12-06T06:46:01.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:00 smithi040 bash[25004]: audit 2023-12-06T06:45:59.947119+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.40:0/4017603097' entity='mgr.y' 2023-12-06T06:46:01.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:00 smithi040 bash[25004]: audit 2023-12-06T06:45:59.959957+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.40:0/4017603097' entity='mgr.y' 2023-12-06T06:46:01.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:00 smithi040 bash[25004]: audit 2023-12-06T06:46:00.266353+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.40:0/1425407686' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T06:46:01.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:00 smithi040 bash[25004]: cluster 2023-12-06T06:46:00.908405+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.01439s) 2023-12-06T06:46:03.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:02 smithi040 bash[25004]: cluster 2023-12-06T06:46:01.958285+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2023-12-06T06:46:04.366 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-06T06:46:04.367 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-06T06:46:04.367 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsid": "f675b9d0-9402-11ee-95a2-87774f69a715", 2023-12-06T06:46:04.367 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "health": { 2023-12-06T06:46:04.367 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T06:46:04.367 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T06:46:04.367 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T06:46:04.367 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:46:04.369 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T06:46:04.369 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T06:46:04.369 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 0 2023-12-06T06:46:04.369 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-06T06:46:04.369 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T06:46:04.370 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "a" 2023-12-06T06:46:04.370 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-06T06:46:04.370 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_age": 14, 2023-12-06T06:46:04.370 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T06:46:04.370 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:46:04.370 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T06:46:04.370 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T06:46:04.370 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:46:04.370 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T06:46:04.370 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:46:04.370 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T06:46:04.370 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T06:46:04.370 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T06:46:04.374 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T06:46:04.374 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T06:46:04.374 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T06:46:04.374 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:46:04.374 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T06:46:04.374 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T06:46:04.374 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T06:46:04.374 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T06:46:04.374 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T06:46:04.374 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T06:46:04.375 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T06:46:04.375 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T06:46:04.375 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T06:46:04.375 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:46:04.375 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T06:46:04.375 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:46:04.375 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T06:46:04.375 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T06:46:04.375 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:46:04.375 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T06:46:04.375 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "available": true, 2023-12-06T06:46:04.375 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T06:46:04.375 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T06:46:04.375 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "iostat", 2023-12-06T06:46:04.375 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "nfs", 2023-12-06T06:46:04.376 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "restful" 2023-12-06T06:46:04.376 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-06T06:46:04.376 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:46:04.376 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:46:04.376 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T06:46:04.376 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T06:46:04.376 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modified": "2023-12-06T06:45:43.974732+0000", 2023-12-06T06:46:04.376 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-06T06:46:04.376 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-06T06:46:04.376 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T06:46:04.377 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-06T06:46:04.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:04 smithi040 bash[25004]: audit 2023-12-06T06:46:04.364068+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.40:0/1029419487' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T06:46:05.083 INFO:teuthology.orchestra.run.smithi040.stderr:mgr is available 2023-12-06T06:46:06.414 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-06T06:46:06.414 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: [global] 2023-12-06T06:46:06.414 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: fsid = f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:46:06.414 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T06:46:06.414 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T06:46:06.414 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T06:46:06.414 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T06:46:06.414 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-06T06:46:06.414 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: [mgr] 2023-12-06T06:46:06.415 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T06:46:06.415 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-06T06:46:06.415 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: [osd] 2023-12-06T06:46:06.415 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T06:46:06.415 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T06:46:06.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:06 smithi040 bash[25004]: audit 2023-12-06T06:46:06.404599+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.40:0/3547566859' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T06:46:06.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:06 smithi040 bash[25004]: audit 2023-12-06T06:46:06.411257+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.40:0/3547566859' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-06T06:46:06.947 INFO:teuthology.orchestra.run.smithi040.stderr:Enabling cephadm module... 2023-12-06T06:46:08.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:08 smithi040 bash[25004]: audit 2023-12-06T06:46:08.283450+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.40:0/2044501911' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-06T06:46:08.778 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:08 smithi040 bash[25276]: ignoring --setuser ceph since I am not root 2023-12-06T06:46:08.778 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:08 smithi040 bash[25276]: ignoring --setgroup ceph since I am not root 2023-12-06T06:46:08.778 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:08 smithi040 bash[25276]: debug 2023-12-06T06:46:08.524+0000 7f4affa18000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T06:46:09.496 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:09 smithi040 bash[25004]: audit 2023-12-06T06:46:08.340350+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.40:0/2044501911' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-06T06:46:09.496 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:09 smithi040 bash[25004]: cluster 2023-12-06T06:46:08.340512+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 8s) 2023-12-06T06:46:09.496 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:09 smithi040 bash[25276]: debug 2023-12-06T06:46:09.200+0000 7f4affa18000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T06:46:09.496 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:09 smithi040 bash[25276]: debug 2023-12-06T06:46:09.324+0000 7f4affa18000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T06:46:09.776 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:09 smithi040 bash[25276]: debug 2023-12-06T06:46:09.488+0000 7f4affa18000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T06:46:10.153 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:09 smithi040 bash[25276]: debug 2023-12-06T06:46:09.840+0000 7f4affa18000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T06:46:10.153 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:09 smithi040 bash[25276]: debug 2023-12-06T06:46:09.940+0000 7f4affa18000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T06:46:10.241 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-06T06:46:10.241 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-06T06:46:10.241 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "available": true, 2023-12-06T06:46:10.241 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-06T06:46:10.241 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T06:46:10.242 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-06T06:46:10.441 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:10 smithi040 bash[25276]: debug 2023-12-06T06:46:10.148+0000 7f4affa18000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T06:46:10.848 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for the mgr to restart... 2023-12-06T06:46:10.848 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for mgr epoch 5... 2023-12-06T06:46:11.204 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:11 smithi040 bash[25276]: debug 2023-12-06T06:46:11.012+0000 7f4affa18000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T06:46:11.204 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:11 smithi040 bash[25276]: debug 2023-12-06T06:46:11.120+0000 7f4affa18000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T06:46:11.525 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:11 smithi040 bash[25004]: audit 2023-12-06T06:46:10.239377+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.40:0/3023330223' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T06:46:11.525 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:11 smithi040 bash[25276]: debug 2023-12-06T06:46:11.328+0000 7f4affa18000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T06:46:11.776 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:11 smithi040 bash[25276]: debug 2023-12-06T06:46:11.700+0000 7f4affa18000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T06:46:12.420 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:12 smithi040 bash[25276]: debug 2023-12-06T06:46:12.032+0000 7f4affa18000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T06:46:12.695 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:12 smithi040 bash[25276]: debug 2023-12-06T06:46:12.416+0000 7f4affa18000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T06:46:13.026 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:12 smithi040 bash[25276]: debug 2023-12-06T06:46:12.688+0000 7f4affa18000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T06:46:13.664 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:13 smithi040 bash[25276]: debug 2023-12-06T06:46:13.388+0000 7f4affa18000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T06:46:13.664 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:13 smithi040 bash[25276]: debug 2023-12-06T06:46:13.496+0000 7f4affa18000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T06:46:13.914 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:13 smithi040 bash[25276]: debug 2023-12-06T06:46:13.656+0000 7f4affa18000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T06:46:13.914 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:13 smithi040 bash[25276]: debug 2023-12-06T06:46:13.768+0000 7f4affa18000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T06:46:14.208 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:13 smithi040 bash[25276]: debug 2023-12-06T06:46:13.908+0000 7f4affa18000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T06:46:14.514 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:14 smithi040 bash[25276]: debug 2023-12-06T06:46:14.200+0000 7f4affa18000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T06:46:14.514 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:14 smithi040 bash[25276]: debug 2023-12-06T06:46:14.320+0000 7f4affa18000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T06:46:14.776 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:14 smithi040 bash[25276]: debug 2023-12-06T06:46:14.508+0000 7f4affa18000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T06:46:14.776 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:14 smithi040 bash[25276]: debug 2023-12-06T06:46:14.628+0000 7f4affa18000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T06:46:15.776 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:15 smithi040 bash[25276]: debug 2023-12-06T06:46:15.508+0000 7f4affa18000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T06:46:16.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:16 smithi040 bash[25004]: cluster 2023-12-06T06:46:15.533229+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2023-12-06T06:46:16.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:16 smithi040 bash[25004]: cluster 2023-12-06T06:46:15.534181+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2023-12-06T06:46:16.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:16 smithi040 bash[25004]: cluster 2023-12-06T06:46:15.537959+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-06T06:46:17.224 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:16 smithi040 bash[25276]: [06/Dec/2023:06:46:16] ENGINE Bus STARTING 2023-12-06T06:46:17.224 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:16 smithi040 bash[25276]: [06/Dec/2023:06:46:16] ENGINE Serving on https://172.21.15.40:7150 2023-12-06T06:46:17.224 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:16 smithi040 bash[25276]: [06/Dec/2023:06:46:16] ENGINE Bus STARTED 2023-12-06T06:46:17.239 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-06T06:46:17.240 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-06T06:46:17.240 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T06:46:17.240 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-06T06:46:17.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: cluster 2023-12-06T06:46:16.213587+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.679492s) 2023-12-06T06:46:17.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: audit 2023-12-06T06:46:16.216803+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:46:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: audit 2023-12-06T06:46:16.219158+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T06:46:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: audit 2023-12-06T06:46:16.221060+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T06:46:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: audit 2023-12-06T06:46:16.221767+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T06:46:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: audit 2023-12-06T06:46:16.222400+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T06:46:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: cluster 2023-12-06T06:46:16.234030+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2023-12-06T06:46:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: audit 2023-12-06T06:46:16.257602+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' 2023-12-06T06:46:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: audit 2023-12-06T06:46:16.263589+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' 2023-12-06T06:46:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: audit 2023-12-06T06:46:16.268380+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' 2023-12-06T06:46:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: audit 2023-12-06T06:46:16.272251+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:46:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: audit 2023-12-06T06:46:16.274512+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:46:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: audit 2023-12-06T06:46:16.279721+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:46:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: audit 2023-12-06T06:46:16.298453+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:46:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: audit 2023-12-06T06:46:16.301606+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:46:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: audit 2023-12-06T06:46:16.921525+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' 2023-12-06T06:46:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:17 smithi040 bash[25004]: audit 2023-12-06T06:46:16.951470+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:46:17.924 INFO:teuthology.orchestra.run.smithi040.stderr:mgr epoch 5 is available 2023-12-06T06:46:17.924 INFO:teuthology.orchestra.run.smithi040.stderr:Setting orchestrator backend to cephadm... 2023-12-06T06:46:18.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:18 smithi040 bash[25004]: cephadm 2023-12-06T06:46:16.789201+0000 mgr.y (mgr.14120) 1 : cephadm [INF] [06/Dec/2023:06:46:16] ENGINE Bus STARTING 2023-12-06T06:46:18.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:18 smithi040 bash[25004]: cephadm 2023-12-06T06:46:16.914529+0000 mgr.y (mgr.14120) 2 : cephadm [INF] [06/Dec/2023:06:46:16] ENGINE Serving on https://172.21.15.40:7150 2023-12-06T06:46:18.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:18 smithi040 bash[25004]: cephadm 2023-12-06T06:46:16.915012+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [06/Dec/2023:06:46:16] ENGINE Bus STARTED 2023-12-06T06:46:18.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:18 smithi040 bash[25004]: audit 2023-12-06T06:46:17.219960+0000 mgr.y (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T06:46:18.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:18 smithi040 bash[25004]: cluster 2023-12-06T06:46:17.221645+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e7: y(active, since 1.68756s) 2023-12-06T06:46:18.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:18 smithi040 bash[25004]: audit 2023-12-06T06:46:17.238148+0000 mgr.y (mgr.14120) 5 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T06:46:19.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:19 smithi040 bash[25004]: cluster 2023-12-06T06:46:18.236680+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: y(active, since 2s) 2023-12-06T06:46:20.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:20 smithi040 bash[25004]: audit 2023-12-06T06:46:19.230204+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-06T06:46:20.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:20 smithi040 bash[25004]: audit 2023-12-06T06:46:19.242059+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' 2023-12-06T06:46:20.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:20 smithi040 bash[25004]: audit 2023-12-06T06:46:19.274381+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:46:21.212 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: value unchanged 2023-12-06T06:46:21.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:21 smithi040 bash[25004]: audit 2023-12-06T06:46:21.210155+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-06T06:46:21.918 INFO:teuthology.orchestra.run.smithi040.stderr:Generating ssh key... 2023-12-06T06:46:23.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25004]: audit 2023-12-06T06:46:23.101224+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-06T06:46:23.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25004]: cephadm 2023-12-06T06:46:23.101646+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2023-12-06T06:46:23.776 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: Generating public/private rsa key pair. 2023-12-06T06:46:23.776 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: Your identification has been saved in /tmp/tmp4icbulfe/key. 2023-12-06T06:46:23.776 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: Your public key has been saved in /tmp/tmp4icbulfe/key.pub. 2023-12-06T06:46:23.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: The key fingerprint is: 2023-12-06T06:46:23.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: SHA256:/aw3iJHal1g2qeiVS5Lgp/evGy4LPA9Da+I85sD1Bwo ceph-f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:46:23.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: The key's randomart image is: 2023-12-06T06:46:23.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: +---[RSA 3072]----+ 2023-12-06T06:46:23.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: | | 2023-12-06T06:46:23.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: | | 2023-12-06T06:46:23.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: | | 2023-12-06T06:46:23.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: | . | 2023-12-06T06:46:23.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: | E .o. S... | 2023-12-06T06:46:23.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: |. o+oo..o.=o | 2023-12-06T06:46:23.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: |....X.+==B +o | 2023-12-06T06:46:23.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: | +oo O*==o+.o | 2023-12-06T06:46:23.778 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: | o+..o++*=o. . | 2023-12-06T06:46:23.778 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:23 smithi040 bash[25276]: +----[SHA256]-----+ 2023-12-06T06:46:24.908 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:24 smithi040 bash[25004]: audit 2023-12-06T06:46:23.582179+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' 2023-12-06T06:46:24.908 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:24 smithi040 bash[25004]: audit 2023-12-06T06:46:23.584929+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' 2023-12-06T06:46:25.438 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEqFTibLKU1q57jlPXi+cw6PD6lUju6MiaCGv/t0Ypm8miPphWZuIgFLdpurA07pwE+mSJlhaXMVYuQg1nJ1QjUhRqu66Xlvyhk+gR9E6JeE4q3/UqBUiSg4rXQ4/AyXJCtRlMpP9+vgJfCA1gZYQiOfsyYh1XKbMaHcrW05A6TZG8C5Wt9zXJpa+9WojXIIqLW4rpcJayOj9Zd8Xoqf8ILkid9Cwkd+jX5c+gx7Q2dEue5Q2CAAjgJsKY8lW/YxB2c0UQ1ToxEhpmTTt7wN62eN2MOP+CbHHaMLbyFWjGnIF2xuT6yvneakGQRanozHi4tX3XDDitzptsbdjg30DDJvY3GnxvtfMfQ1V8tVCVxqjR32Qjb2zqBUmgrR19Ngbmt/BNMlOrB8dAs5EmFbvzgjbczGvU6kJx9qpW7mKeSnfRe/ACVyWSfBIMC9olHvh2ZWi1bWARHO4yTj7MjlyN50d01Xn5gXzS+kuFMdbrAtHnfLrRWtvljcFi36DSDQs= ceph-f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:46:26.029 INFO:teuthology.orchestra.run.smithi040.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-06T06:46:26.029 INFO:teuthology.orchestra.run.smithi040.stderr:Adding key to root@localhost authorized_keys... 2023-12-06T06:46:26.030 INFO:teuthology.orchestra.run.smithi040.stderr:Adding host smithi040... 2023-12-06T06:46:26.711 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:26 smithi040 bash[25004]: audit 2023-12-06T06:46:25.436588+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-06T06:46:27.663 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:27 smithi040 bash[25004]: audit 2023-12-06T06:46:27.341380+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi040", "addr": "172.21.15.40", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:46:28.393 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: Added host 'smithi040' with addr '172.21.15.40' 2023-12-06T06:46:29.059 INFO:teuthology.orchestra.run.smithi040.stderr:Deploying unmanaged mon service... 2023-12-06T06:46:29.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:29 smithi040 bash[25004]: cephadm 2023-12-06T06:46:27.738977+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi040 2023-12-06T06:46:29.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:29 smithi040 bash[25004]: audit 2023-12-06T06:46:28.390361+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' 2023-12-06T06:46:29.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:29 smithi040 bash[25004]: cephadm 2023-12-06T06:46:28.390985+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi040 2023-12-06T06:46:29.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:29 smithi040 bash[25004]: audit 2023-12-06T06:46:28.425581+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:46:30.921 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-06T06:46:31.795 INFO:teuthology.orchestra.run.smithi040.stderr:Deploying unmanaged mgr service... 2023-12-06T06:46:32.091 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:31 smithi040 bash[25004]: audit 2023-12-06T06:46:30.908418+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-06T06:46:32.091 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:31 smithi040 bash[25004]: cephadm 2023-12-06T06:46:30.911398+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-06T06:46:32.091 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:31 smithi040 bash[25004]: audit 2023-12-06T06:46:30.918958+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' 2023-12-06T06:46:32.091 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:31 smithi040 bash[25004]: audit 2023-12-06T06:46:31.826284+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' 2023-12-06T06:46:33.371 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-06T06:46:33.404 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:33 smithi040 bash[25004]: audit 2023-12-06T06:46:32.102266+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' 2023-12-06T06:46:34.701 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:34 smithi040 bash[25004]: audit 2023-12-06T06:46:33.358532+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-06T06:46:34.701 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:34 smithi040 bash[25004]: cephadm 2023-12-06T06:46:33.360994+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-06T06:46:34.701 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:34 smithi040 bash[25004]: audit 2023-12-06T06:46:33.368686+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' 2023-12-06T06:46:36.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:36 smithi040 bash[25004]: audit 2023-12-06T06:46:35.148734+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' 2023-12-06T06:46:36.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:36 smithi040 bash[25004]: audit 2023-12-06T06:46:35.156304+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' 2023-12-06T06:46:36.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:36 smithi040 bash[25004]: audit 2023-12-06T06:46:35.157191+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:46:36.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:36 smithi040 bash[25004]: audit 2023-12-06T06:46:35.164030+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' 2023-12-06T06:46:36.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:36 smithi040 bash[25004]: audit 2023-12-06T06:46:35.166438+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T06:46:36.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:36 smithi040 bash[25004]: audit 2023-12-06T06:46:35.172890+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.40:0/4087064599' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]': finished 2023-12-06T06:46:36.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:36 smithi040 bash[25004]: audit 2023-12-06T06:46:35.328326+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.40:0/958169450' entity='client.admin' 2023-12-06T06:46:36.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:36 smithi040 bash[25004]: cephadm 2023-12-06T06:46:35.345831+0000 mgr.y (mgr.14120) 18 : cephadm [INF] Deploying daemon agent.smithi040 on smithi040 2023-12-06T06:46:37.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:37 smithi040 bash[25004]: cluster 2023-12-06T06:46:36.222789+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-06T06:46:37.946 INFO:teuthology.orchestra.run.smithi040.stderr:Enabling the dashboard module... 2023-12-06T06:46:38.684 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:38 smithi040 bash[25004]: audit 2023-12-06T06:46:37.316963+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.40:0/1071743183' entity='client.admin' 2023-12-06T06:46:39.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:39 smithi040 bash[25004]: cluster 2023-12-06T06:46:38.223263+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-06T06:46:40.570 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:40 smithi040 bash[25004]: audit 2023-12-06T06:46:39.377232+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.40:0/2147973807' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-06T06:46:40.571 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:40 smithi040 bash[25276]: ignoring --setuser ceph since I am not root 2023-12-06T06:46:40.571 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:40 smithi040 bash[25276]: ignoring --setgroup ceph since I am not root 2023-12-06T06:46:40.571 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:40 smithi040 bash[25276]: debug 2023-12-06T06:46:40.527+0000 7f5fa4f88000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T06:46:41.276 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:41 smithi040 bash[25276]: debug 2023-12-06T06:46:41.215+0000 7f5fa4f88000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T06:46:41.666 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:41 smithi040 bash[25276]: debug 2023-12-06T06:46:41.343+0000 7f5fa4f88000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T06:46:41.666 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:41 smithi040 bash[25276]: debug 2023-12-06T06:46:41.507+0000 7f5fa4f88000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T06:46:41.667 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:41 smithi040 bash[25004]: audit 2023-12-06T06:46:40.329339+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.40:0/2147973807' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-06T06:46:41.667 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:41 smithi040 bash[25004]: cluster 2023-12-06T06:46:40.329454+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: y(active, since 24s) 2023-12-06T06:46:41.959 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:41 smithi040 bash[25276]: debug 2023-12-06T06:46:41.855+0000 7f5fa4f88000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T06:46:42.276 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:41 smithi040 bash[25276]: debug 2023-12-06T06:46:41.951+0000 7f5fa4f88000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T06:46:42.276 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:42 smithi040 bash[25276]: debug 2023-12-06T06:46:42.159+0000 7f5fa4f88000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T06:46:42.328 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-06T06:46:42.328 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-06T06:46:42.328 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "available": true, 2023-12-06T06:46:42.328 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-06T06:46:42.328 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T06:46:42.328 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-06T06:46:42.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:42 smithi040 bash[25004]: audit 2023-12-06T06:46:42.325639+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.40:0/78547094' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T06:46:42.956 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for the mgr to restart... 2023-12-06T06:46:42.956 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for mgr epoch 9... 2023-12-06T06:46:43.276 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:43 smithi040 bash[25276]: debug 2023-12-06T06:46:43.047+0000 7f5fa4f88000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T06:46:43.276 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:43 smithi040 bash[25276]: debug 2023-12-06T06:46:43.155+0000 7f5fa4f88000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T06:46:43.664 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:43 smithi040 bash[25276]: debug 2023-12-06T06:46:43.367+0000 7f5fa4f88000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T06:46:44.026 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:43 smithi040 bash[25276]: debug 2023-12-06T06:46:43.731+0000 7f5fa4f88000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T06:46:44.459 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:44 smithi040 bash[25276]: debug 2023-12-06T06:46:44.071+0000 7f5fa4f88000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T06:46:44.737 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:44 smithi040 bash[25276]: debug 2023-12-06T06:46:44.451+0000 7f5fa4f88000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T06:46:45.026 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:44 smithi040 bash[25276]: debug 2023-12-06T06:46:44.727+0000 7f5fa4f88000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T06:46:45.704 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:45 smithi040 bash[25276]: debug 2023-12-06T06:46:45.427+0000 7f5fa4f88000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T06:46:45.704 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:45 smithi040 bash[25276]: debug 2023-12-06T06:46:45.535+0000 7f5fa4f88000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T06:46:45.956 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:45 smithi040 bash[25276]: debug 2023-12-06T06:46:45.695+0000 7f5fa4f88000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T06:46:45.957 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:45 smithi040 bash[25276]: debug 2023-12-06T06:46:45.807+0000 7f5fa4f88000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T06:46:46.251 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:45 smithi040 bash[25276]: debug 2023-12-06T06:46:45.951+0000 7f5fa4f88000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T06:46:46.526 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:46 smithi040 bash[25276]: debug 2023-12-06T06:46:46.243+0000 7f5fa4f88000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T06:46:46.526 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:46 smithi040 bash[25276]: debug 2023-12-06T06:46:46.367+0000 7f5fa4f88000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T06:46:47.027 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:46 smithi040 bash[25276]: debug 2023-12-06T06:46:46.555+0000 7f5fa4f88000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T06:46:47.027 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:46 smithi040 bash[25276]: debug 2023-12-06T06:46:46.675+0000 7f5fa4f88000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T06:46:47.893 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:47 smithi040 bash[25276]: debug 2023-12-06T06:46:47.551+0000 7f5fa4f88000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T06:46:48.276 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:47 smithi040 bash[25276]: [06/Dec/2023:06:46:47] ENGINE Bus STARTING 2023-12-06T06:46:48.276 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25276]: [06/Dec/2023:06:46:48] ENGINE Serving on https://172.21.15.40:7150 2023-12-06T06:46:48.276 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25276]: [06/Dec/2023:06:46:48] ENGINE Bus STARTED 2023-12-06T06:46:48.660 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-06T06:46:48.660 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-06T06:46:48.660 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T06:46:48.660 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-06T06:46:48.937 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: cluster 2023-12-06T06:46:47.577240+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon y restarted 2023-12-06T06:46:48.937 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: cluster 2023-12-06T06:46:47.577917+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon y 2023-12-06T06:46:48.937 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: cluster 2023-12-06T06:46:47.583541+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-06T06:46:48.937 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: cluster 2023-12-06T06:46:47.636522+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0587857s) 2023-12-06T06:46:48.937 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: audit 2023-12-06T06:46:47.639249+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:46:48.937 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: audit 2023-12-06T06:46:47.641298+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T06:46:48.937 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: audit 2023-12-06T06:46:47.642565+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T06:46:48.937 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: audit 2023-12-06T06:46:47.642953+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T06:46:48.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: audit 2023-12-06T06:46:47.643364+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T06:46:48.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: cluster 2023-12-06T06:46:47.653081+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon y is now available 2023-12-06T06:46:48.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: audit 2023-12-06T06:46:47.681029+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:46:48.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: audit 2023-12-06T06:46:47.685784+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:46:48.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: audit 2023-12-06T06:46:47.687650+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:46:48.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: audit 2023-12-06T06:46:47.717559+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:46:48.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: audit 2023-12-06T06:46:47.720330+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:46:48.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: cephadm 2023-12-06T06:46:47.892672+0000 mgr.y (mgr.14152) 1 : cephadm [INF] [06/Dec/2023:06:46:47] ENGINE Bus STARTING 2023-12-06T06:46:48.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: cephadm 2023-12-06T06:46:48.019512+0000 mgr.y (mgr.14152) 2 : cephadm [INF] [06/Dec/2023:06:46:48] ENGINE Serving on https://172.21.15.40:7150 2023-12-06T06:46:48.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: cephadm 2023-12-06T06:46:48.020183+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [06/Dec/2023:06:46:48] ENGINE Bus STARTED 2023-12-06T06:46:48.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:48 smithi040 bash[25004]: audit 2023-12-06T06:46:48.029213+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:46:49.376 INFO:teuthology.orchestra.run.smithi040.stderr:mgr epoch 9 is available 2023-12-06T06:46:49.376 INFO:teuthology.orchestra.run.smithi040.stderr:Generating a dashboard self-signed certificate... 2023-12-06T06:46:49.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:49 smithi040 bash[25004]: audit 2023-12-06T06:46:48.640444+0000 mgr.y (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T06:46:49.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:49 smithi040 bash[25004]: cluster 2023-12-06T06:46:48.642796+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e11: y(active, since 1.06506s) 2023-12-06T06:46:49.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:49 smithi040 bash[25004]: audit 2023-12-06T06:46:48.657603+0000 mgr.y (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T06:46:51.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:50 smithi040 bash[25004]: cluster 2023-12-06T06:46:49.641674+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e12: y(active, since 2s) 2023-12-06T06:46:51.084 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-06T06:46:51.743 INFO:teuthology.orchestra.run.smithi040.stderr:Creating initial admin user... 2023-12-06T06:46:52.465 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:52 smithi040 bash[25004]: audit 2023-12-06T06:46:50.739343+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-06T06:46:52.465 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:52 smithi040 bash[25004]: audit 2023-12-06T06:46:51.076896+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:46:52.465 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:52 smithi040 bash[25004]: audit 2023-12-06T06:46:51.081663+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:46:53.351 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$U1LDXmGz6xj1Ez0BLTHrXezd5bUYEPwMNMZQQLjl0EktTZilWWHAO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701845213, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-06T06:46:53.636 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:53 smithi040 bash[25004]: audit 2023-12-06T06:46:52.523177+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:46:53.636 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:53 smithi040 bash[25004]: audit 2023-12-06T06:46:52.524040+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:46:53.636 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:53 smithi040 bash[25004]: audit 2023-12-06T06:46:52.528517+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:46:53.636 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:53 smithi040 bash[25004]: audit 2023-12-06T06:46:52.530468+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T06:46:53.636 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:53 smithi040 bash[25004]: cephadm 2023-12-06T06:46:53.081078+0000 mgr.y (mgr.14152) 7 : cephadm [INF] Deploying daemon agent.smithi040 on smithi040 2023-12-06T06:46:53.636 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:53 smithi040 bash[25004]: audit 2023-12-06T06:46:53.092655+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-06T06:46:53.636 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:53 smithi040 bash[25004]: audit 2023-12-06T06:46:53.348691+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:46:54.067 INFO:teuthology.orchestra.run.smithi040.stderr:Fetching dashboard port number... 2023-12-06T06:46:55.386 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 8443 2023-12-06T06:46:55.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:55 smithi040 bash[25004]: cluster 2023-12-06T06:46:54.529637+0000 mon.a (mon.0) 101 : cluster [DBG] mgrmap e13: y(active, since 6s) 2023-12-06T06:46:55.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:46:55 smithi040 bash[25004]: audit 2023-12-06T06:46:55.384228+0000 mon.a (mon.0) 102 : audit [DBG] from='client.? 172.21.15.40:0/3449166138' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-06T06:46:56.032 INFO:teuthology.orchestra.run.smithi040.stderr:firewalld does not appear to be present 2023-12-06T06:46:56.033 INFO:teuthology.orchestra.run.smithi040.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-06T06:46:56.037 INFO:teuthology.orchestra.run.smithi040.stderr:Ceph Dashboard is now available at: 2023-12-06T06:46:56.037 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-06T06:46:56.037 INFO:teuthology.orchestra.run.smithi040.stderr: URL: https://smithi040.front.sepia.ceph.com:8443/ 2023-12-06T06:46:56.037 INFO:teuthology.orchestra.run.smithi040.stderr: User: admin 2023-12-06T06:46:56.037 INFO:teuthology.orchestra.run.smithi040.stderr: Password: cv3nfjjrw3 2023-12-06T06:46:56.037 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-06T06:46:56.037 INFO:teuthology.orchestra.run.smithi040.stderr:Enabling autotune for osd_memory_target 2023-12-06T06:46:59.565 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-06T06:47:00.226 INFO:teuthology.orchestra.run.smithi040.stderr:You can access the Ceph CLI with: 2023-12-06T06:47:00.227 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-06T06:47:00.227 INFO:teuthology.orchestra.run.smithi040.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-06T06:47:00.227 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-06T06:47:00.227 INFO:teuthology.orchestra.run.smithi040.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-06T06:47:00.227 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-06T06:47:00.227 INFO:teuthology.orchestra.run.smithi040.stderr: ceph telemetry on 2023-12-06T06:47:00.227 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-06T06:47:00.227 INFO:teuthology.orchestra.run.smithi040.stderr:For more information see: 2023-12-06T06:47:00.227 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-06T06:47:00.227 INFO:teuthology.orchestra.run.smithi040.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-06T06:47:00.227 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-06T06:47:00.227 INFO:teuthology.orchestra.run.smithi040.stderr:Bootstrap complete. 2023-12-06T06:47:00.264 INFO:tasks.cephadm:Fetching config... 2023-12-06T06:47:00.264 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-06T06:47:00.264 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-06T06:47:00.271 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-06T06:47:00.271 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-06T06:47:00.271 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-06T06:47:00.278 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-06T06:47:00.278 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-06T06:47:00.278 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-06T06:47:00.287 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-06T06:47:00.288 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-06T06:47:00.288 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-06T06:47:00.294 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-06T06:47:00.294 DEBUG:teuthology.orchestra.run.smithi040:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEqFTibLKU1q57jlPXi+cw6PD6lUju6MiaCGv/t0Ypm8miPphWZuIgFLdpurA07pwE+mSJlhaXMVYuQg1nJ1QjUhRqu66Xlvyhk+gR9E6JeE4q3/UqBUiSg4rXQ4/AyXJCtRlMpP9+vgJfCA1gZYQiOfsyYh1XKbMaHcrW05A6TZG8C5Wt9zXJpa+9WojXIIqLW4rpcJayOj9Zd8Xoqf8ILkid9Cwkd+jX5c+gx7Q2dEue5Q2CAAjgJsKY8lW/YxB2c0UQ1ToxEhpmTTt7wN62eN2MOP+CbHHaMLbyFWjGnIF2xuT6yvneakGQRanozHi4tX3XDDitzptsbdjg30DDJvY3GnxvtfMfQ1V8tVCVxqjR32Qjb2zqBUmgrR19Ngbmt/BNMlOrB8dAs5EmFbvzgjbczGvU6kJx9qpW7mKeSnfRe/ACVyWSfBIMC9olHvh2ZWi1bWARHO4yTj7MjlyN50d01Xn5gXzS+kuFMdbrAtHnfLrRWtvljcFi36DSDQs= ceph-f675b9d0-9402-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T06:47:00.364 INFO:teuthology.orchestra.run.smithi040.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEqFTibLKU1q57jlPXi+cw6PD6lUju6MiaCGv/t0Ypm8miPphWZuIgFLdpurA07pwE+mSJlhaXMVYuQg1nJ1QjUhRqu66Xlvyhk+gR9E6JeE4q3/UqBUiSg4rXQ4/AyXJCtRlMpP9+vgJfCA1gZYQiOfsyYh1XKbMaHcrW05A6TZG8C5Wt9zXJpa+9WojXIIqLW4rpcJayOj9Zd8Xoqf8ILkid9Cwkd+jX5c+gx7Q2dEue5Q2CAAjgJsKY8lW/YxB2c0UQ1ToxEhpmTTt7wN62eN2MOP+CbHHaMLbyFWjGnIF2xuT6yvneakGQRanozHi4tX3XDDitzptsbdjg30DDJvY3GnxvtfMfQ1V8tVCVxqjR32Qjb2zqBUmgrR19Ngbmt/BNMlOrB8dAs5EmFbvzgjbczGvU6kJx9qpW7mKeSnfRe/ACVyWSfBIMC9olHvh2ZWi1bWARHO4yTj7MjlyN50d01Xn5gXzS+kuFMdbrAtHnfLrRWtvljcFi36DSDQs= ceph-f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:47:00.369 DEBUG:teuthology.orchestra.run.smithi141:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEqFTibLKU1q57jlPXi+cw6PD6lUju6MiaCGv/t0Ypm8miPphWZuIgFLdpurA07pwE+mSJlhaXMVYuQg1nJ1QjUhRqu66Xlvyhk+gR9E6JeE4q3/UqBUiSg4rXQ4/AyXJCtRlMpP9+vgJfCA1gZYQiOfsyYh1XKbMaHcrW05A6TZG8C5Wt9zXJpa+9WojXIIqLW4rpcJayOj9Zd8Xoqf8ILkid9Cwkd+jX5c+gx7Q2dEue5Q2CAAjgJsKY8lW/YxB2c0UQ1ToxEhpmTTt7wN62eN2MOP+CbHHaMLbyFWjGnIF2xuT6yvneakGQRanozHi4tX3XDDitzptsbdjg30DDJvY3GnxvtfMfQ1V8tVCVxqjR32Qjb2zqBUmgrR19Ngbmt/BNMlOrB8dAs5EmFbvzgjbczGvU6kJx9qpW7mKeSnfRe/ACVyWSfBIMC9olHvh2ZWi1bWARHO4yTj7MjlyN50d01Xn5gXzS+kuFMdbrAtHnfLrRWtvljcFi36DSDQs= ceph-f675b9d0-9402-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T06:47:00.394 INFO:teuthology.orchestra.run.smithi141.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEqFTibLKU1q57jlPXi+cw6PD6lUju6MiaCGv/t0Ypm8miPphWZuIgFLdpurA07pwE+mSJlhaXMVYuQg1nJ1QjUhRqu66Xlvyhk+gR9E6JeE4q3/UqBUiSg4rXQ4/AyXJCtRlMpP9+vgJfCA1gZYQiOfsyYh1XKbMaHcrW05A6TZG8C5Wt9zXJpa+9WojXIIqLW4rpcJayOj9Zd8Xoqf8ILkid9Cwkd+jX5c+gx7Q2dEue5Q2CAAjgJsKY8lW/YxB2c0UQ1ToxEhpmTTt7wN62eN2MOP+CbHHaMLbyFWjGnIF2xuT6yvneakGQRanozHi4tX3XDDitzptsbdjg30DDJvY3GnxvtfMfQ1V8tVCVxqjR32Qjb2zqBUmgrR19Ngbmt/BNMlOrB8dAs5EmFbvzgjbczGvU6kJx9qpW7mKeSnfRe/ACVyWSfBIMC9olHvh2ZWi1bWARHO4yTj7MjlyN50d01Xn5gXzS+kuFMdbrAtHnfLrRWtvljcFi36DSDQs= ceph-f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:47:00.405 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-06T06:47:00.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:00 smithi040 bash[25004]: audit 2023-12-06T06:46:59.559919+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.40:0/2717109520' entity='client.admin' 2023-12-06T06:47:01.721 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:47:01 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:47:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:47:02.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:01 smithi040 bash[25004]: audit 2023-12-06T06:47:00.744593+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:02.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:01 smithi040 bash[25004]: audit 2023-12-06T06:47:00.746013+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:02.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:01 smithi040 bash[25004]: audit 2023-12-06T06:47:00.750738+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:02.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:01 smithi040 bash[25004]: audit 2023-12-06T06:47:00.752993+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:02.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:01 smithi040 bash[25004]: audit 2023-12-06T06:47:00.758754+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:02.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:01 smithi040 bash[25004]: audit 2023-12-06T06:47:01.468037+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:04.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:03 smithi040 bash[25004]: audit 2023-12-06T06:47:02.713316+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:04.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:03 smithi040 bash[25004]: audit 2023-12-06T06:47:03.497094+0000 mon.a (mon.0) 111 : audit [INF] from='client.? 172.21.15.40:0/1464930629' entity='client.admin' 2023-12-06T06:47:04.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:03 smithi040 bash[25004]: audit 2023-12-06T06:47:03.530470+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:04.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:03 smithi040 bash[25004]: audit 2023-12-06T06:47:03.537832+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:04.689 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:47:04 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:47:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:47:04.690 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-06T06:47:04.691 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-06T06:47:05.659 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:05 smithi040 bash[25004]: audit 2023-12-06T06:47:04.448601+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:05.659 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:05 smithi040 bash[25004]: audit 2023-12-06T06:47:04.453268+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:08.990 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:08 smithi040 bash[25004]: cluster 2023-12-06T06:47:07.644197+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-06T06:47:09.964 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi141 2023-12-06T06:47:09.965 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-06T06:47:09.965 DEBUG:teuthology.orchestra.run.smithi141:> dd of=/etc/ceph/ceph.conf 2023-12-06T06:47:09.972 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-06T06:47:09.972 DEBUG:teuthology.orchestra.run.smithi141:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:47:10.020 INFO:tasks.cephadm:Adding host smithi141 to orchestrator... 2023-12-06T06:47:10.020 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch host add smithi141 2023-12-06T06:47:10.213 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:47:10 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:47:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:47:10.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:09 smithi040 bash[25004]: audit 2023-12-06T06:47:08.953598+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-06T06:47:10.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:09 smithi040 bash[25004]: audit 2023-12-06T06:47:08.960758+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:10.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:09 smithi040 bash[25004]: audit 2023-12-06T06:47:08.967392+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:10.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:09 smithi040 bash[25004]: audit 2023-12-06T06:47:08.970010+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:10.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:09 smithi040 bash[25004]: audit 2023-12-06T06:47:08.971721+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:10.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:09 smithi040 bash[25004]: cephadm 2023-12-06T06:47:08.974849+0000 mgr.y (mgr.14152) 11 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T06:47:10.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:09 smithi040 bash[25004]: cephadm 2023-12-06T06:47:09.081619+0000 mgr.y (mgr.14152) 12 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:47:10.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:09 smithi040 bash[25004]: audit 2023-12-06T06:47:09.195974+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:10.214 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:09 smithi040 bash[25004]: audit 2023-12-06T06:47:09.203793+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:11.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:11 smithi040 bash[25004]: cluster 2023-12-06T06:47:09.644625+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-06T06:47:11.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:11 smithi040 bash[25004]: audit 2023-12-06T06:47:10.059808+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:11.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:11 smithi040 bash[25004]: audit 2023-12-06T06:47:10.066187+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:13.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:13 smithi040 bash[25004]: cluster 2023-12-06T06:47:11.645070+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-06T06:47:13.907 INFO:teuthology.orchestra.run.smithi040.stdout:Added host 'smithi141' with addr '172.21.15.141' 2023-12-06T06:47:14.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:14 smithi040 bash[25004]: audit 2023-12-06T06:47:12.857633+0000 mgr.y (mgr.14152) 15 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi141", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:14.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:14 smithi040 bash[25004]: cephadm 2023-12-06T06:47:13.257510+0000 mgr.y (mgr.14152) 16 : cephadm [INF] Deploying cephadm binary to smithi141 2023-12-06T06:47:14.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:14 smithi040 bash[25004]: audit 2023-12-06T06:47:13.904766+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:14.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:14 smithi040 bash[25004]: audit 2023-12-06T06:47:13.943193+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:14.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:14 smithi040 bash[25004]: audit 2023-12-06T06:47:13.945732+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:14.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:14 smithi040 bash[25004]: audit 2023-12-06T06:47:13.947779+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:14.589 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-06T06:47:15.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:15 smithi040 bash[25004]: cluster 2023-12-06T06:47:13.645537+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-06T06:47:15.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:15 smithi040 bash[25004]: cephadm 2023-12-06T06:47:13.905543+0000 mgr.y (mgr.14152) 18 : cephadm [INF] Added host smithi141 2023-12-06T06:47:15.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:15 smithi040 bash[25004]: audit 2023-12-06T06:47:14.231977+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:15.502 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:15 smithi040 bash[25004]: audit 2023-12-06T06:47:14.985139+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:15.502 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:15 smithi040 bash[25004]: audit 2023-12-06T06:47:14.990934+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:15.502 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:15 smithi040 bash[25004]: audit 2023-12-06T06:47:14.992456+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:47:15.502 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:15 smithi040 bash[25004]: audit 2023-12-06T06:47:14.999152+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:15.502 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:15 smithi040 bash[25004]: audit 2023-12-06T06:47:15.002642+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T06:47:15.502 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:15 smithi040 bash[25004]: audit 2023-12-06T06:47:15.007072+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]': finished 2023-12-06T06:47:16.964 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:47:16 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:47:16] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:47:17.376 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-06T06:47:17.376 INFO:teuthology.orchestra.run.smithi040.stdout:[{"addr": "172.21.15.40", "hostname": "smithi040", "labels": [], "status": ""}, {"addr": "172.21.15.141", "hostname": "smithi141", "labels": [], "status": ""}] 2023-12-06T06:47:17.526 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:47:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:47:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25004]: cluster 2023-12-06T06:47:15.645961+0000 mgr.y (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25004]: cephadm 2023-12-06T06:47:15.729933+0000 mgr.y (mgr.14152) 20 : cephadm [INF] Deploying daemon agent.smithi141 on smithi141 2023-12-06T06:47:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25004]: audit 2023-12-06T06:47:16.393747+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25004]: audit 2023-12-06T06:47:16.396510+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25004]: audit 2023-12-06T06:47:16.399037+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25004]: audit 2023-12-06T06:47:16.400829+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25004]: audit 2023-12-06T06:47:16.634161+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25004]: audit 2023-12-06T06:47:16.638697+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25004]: audit 2023-12-06T06:47:16.641735+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25004]: audit 2023-12-06T06:47:16.644082+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:17.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25004]: audit 2023-12-06T06:47:16.645595+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:17.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25004]: audit 2023-12-06T06:47:16.652901+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:17.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25004]: audit 2023-12-06T06:47:16.671848+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:17.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25004]: audit 2023-12-06T06:47:17.234835+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:17.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:17 smithi040 bash[25004]: audit 2023-12-06T06:47:17.239671+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:18.086 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-06T06:47:18.086 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-06T06:47:18.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:18 smithi040 bash[25004]: cephadm 2023-12-06T06:47:16.404004+0000 mgr.y (mgr.14152) 21 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T06:47:18.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:18 smithi040 bash[25004]: cephadm 2023-12-06T06:47:16.520155+0000 mgr.y (mgr.14152) 22 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:47:18.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:18 smithi040 bash[25004]: audit 2023-12-06T06:47:17.373446+0000 mgr.y (mgr.14152) 23 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:47:18.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:18 smithi040 bash[25004]: cluster 2023-12-06T06:47:17.646411+0000 mgr.y (mgr.14152) 24 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:18.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:18 smithi040 bash[25004]: audit 2023-12-06T06:47:17.720281+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:21.233 INFO:teuthology.orchestra.run.smithi040.stderr:adjusted tunables profile to default 2023-12-06T06:47:21.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:21 smithi040 bash[25004]: cluster 2023-12-06T06:47:19.646850+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-06T06:47:21.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:21 smithi040 bash[25004]: audit 2023-12-06T06:47:21.037249+0000 mon.a (mon.0) 149 : audit [INF] from='client.? 172.21.15.40:0/3843804915' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-06T06:47:21.527 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:47:21 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:47:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:47:21.889 INFO:tasks.cephadm:Adding mon.a on smithi040 2023-12-06T06:47:21.889 INFO:tasks.cephadm:Adding mon.c on smithi040 2023-12-06T06:47:21.889 INFO:tasks.cephadm:Adding mon.b on smithi141 2023-12-06T06:47:21.890 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch apply mon '3;smithi040:172.21.15.40=a;smithi040:[v2:172.21.15.40:3301,v1:172.21.15.40:6790]=c;smithi141:172.21.15.141=b' 2023-12-06T06:47:22.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:22 smithi040 bash[25004]: audit 2023-12-06T06:47:21.225790+0000 mon.a (mon.0) 150 : audit [INF] from='client.? 172.21.15.40:0/3843804915' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-06T06:47:22.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:22 smithi040 bash[25004]: cluster 2023-12-06T06:47:21.225925+0000 mon.a (mon.0) 151 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T06:47:22.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:22 smithi040 bash[25004]: audit 2023-12-06T06:47:21.242389+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:22.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:22 smithi040 bash[25004]: audit 2023-12-06T06:47:21.250960+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:23.446 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:23 smithi040 bash[25004]: cluster 2023-12-06T06:47:21.647296+0000 mgr.y (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:24.539 INFO:teuthology.orchestra.run.smithi141.stdout:Scheduled mon update... 2023-12-06T06:47:25.103 DEBUG:teuthology.orchestra.run.smithi040:mon.c> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.c.service 2023-12-06T06:47:25.105 DEBUG:teuthology.orchestra.run.smithi141:mon.b> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.b.service 2023-12-06T06:47:25.108 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-06T06:47:25.108 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T06:47:25.364 INFO:journalctl@ceph.mon.c.smithi040.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:47:25.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:25 smithi040 bash[25004]: cluster 2023-12-06T06:47:23.647893+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-06T06:47:25.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:25 smithi040 bash[25004]: audit 2023-12-06T06:47:24.537071+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:25.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:25 smithi040 bash[25004]: audit 2023-12-06T06:47:24.538713+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:25.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:25 smithi040 bash[25004]: audit 2023-12-06T06:47:24.541039+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:25.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:25 smithi040 bash[25004]: audit 2023-12-06T06:47:24.542290+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:25.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:25 smithi040 bash[25004]: audit 2023-12-06T06:47:24.549101+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:25.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:25 smithi040 bash[25004]: audit 2023-12-06T06:47:24.551094+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:47:25.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:25 smithi040 bash[25004]: audit 2023-12-06T06:47:24.552030+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:25.565 INFO:journalctl@ceph.mon.b.smithi141.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:47:26.262 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:47:26 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:47:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:47:26.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:26 smithi040 bash[25004]: audit 2023-12-06T06:47:24.527050+0000 mgr.y (mgr.14152) 28 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi040:172.21.15.40=a;smithi040:[v2:172.21.15.40:3301,v1:172.21.15.40:6790]=c;smithi141:172.21.15.141=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:26.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:26 smithi040 bash[25004]: cephadm 2023-12-06T06:47:24.532098+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Saving service mon spec with placement smithi040:172.21.15.40=a;smithi040:[v2:172.21.15.40:3301,v1:172.21.15.40:6790]=c;smithi141:172.21.15.141=b;count:3 2023-12-06T06:47:26.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:26 smithi040 bash[25004]: cephadm 2023-12-06T06:47:24.553069+0000 mgr.y (mgr.14152) 30 : cephadm [INF] Deploying daemon mon.c on smithi040 2023-12-06T06:47:26.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:26 smithi040 bash[25004]: audit 2023-12-06T06:47:26.085314+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:26.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:26 smithi040 bash[25004]: audit 2023-12-06T06:47:26.091216+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:27.422 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:27 smithi040 bash[25004]: cluster 2023-12-06T06:47:25.648351+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:27.914 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-06T06:47:27.914 INFO:teuthology.orchestra.run.smithi141.stdout:{"epoch":1,"fsid":"f675b9d0-9402-11ee-95a2-87774f69a715","modified":"2023-12-06T06:45:39.677926Z","created":"2023-12-06T06:45:39.677926Z","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.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T06:47:27.917 INFO:teuthology.orchestra.run.smithi141.stderr:dumped monmap epoch 1 2023-12-06T06:47:28.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:28 smithi040 bash[25004]: audit 2023-12-06T06:47:27.911541+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.141:0/2289967932' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:47:29.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:29 smithi040 bash[25004]: cluster 2023-12-06T06:47:27.648753+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-06T06:47:29.535 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-06T06:47:29.535 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T06:47:30.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:29 smithi040 systemd[1]: Started Ceph mon.c for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T06:47:31.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.618+0000 7efd4a06d880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T06:47:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.618+0000 7efd4a06d880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-06T06:47:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.618+0000 7efd4a06d880 0 pidfile_write: ignore empty --pid-file 2023-12-06T06:47:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.622+0000 7efd4a06d880 0 load: jerasure load: lrc 2023-12-06T06:47:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: RocksDB version: 6.15.5 2023-12-06T06:47:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T06:47:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Compile date Apr 18 2022 2023-12-06T06:47:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: DB SUMMARY 2023-12-06T06:47:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: DB Session ID: R8N6GI8FHHBRWSVPJ6KI 2023-12-06T06:47:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: CURRENT file: CURRENT 2023-12-06T06:47:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.create_if_missing: 0 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.env: 0x55a64dc36860 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.fs: Posix File System 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.info_log: 0x55a64e885e00 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.statistics: (nil) 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.use_fsync: 0 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T06:47:31.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T06:47:31.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T06:47:31.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T06:47:31.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T06:47:31.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T06:47:31.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T06:47:31.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T06:47:31.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T06:47:31.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T06:47:31.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.db_log_dir: 2023-12-06T06:47:31.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2023-12-06T06:47:31.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T06:47:31.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T06:47:31.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T06:47:31.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T06:47:31.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T06:47:31.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T06:47:31.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T06:47:31.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T06:47:31.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.write_buffer_manager: 0x55a64e976300 2023-12-06T06:47:31.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T06:47:31.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T06:47:31.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T06:47:31.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T06:47:31.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T06:47:31.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T06:47:31.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T06:47:31.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T06:47:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T06:47:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.unordered_write: 0 2023-12-06T06:47:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T06:47:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T06:47:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T06:47:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T06:47:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.row_cache: None 2023-12-06T06:47:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.wal_filter: None 2023-12-06T06:47:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T06:47:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T06:47:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T06:47:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T06:47:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T06:47:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T06:47:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T06:47:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T06:47:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T06:47:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T06:47:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T06:47:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T06:47:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T06:47:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T06:47:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T06:47:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T06:47:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T06:47:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T06:47:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T06:47:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T06:47:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T06:47:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T06:47:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T06:47:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T06:47:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T06:47:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T06:47:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T06:47:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_open_files: -1 2023-12-06T06:47:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T06:47:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T06:47:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T06:47:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T06:47:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T06:47:31.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Compression algorithms supported: 2023-12-06T06:47:31.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T06:47:31.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: kZSTD supported: 0 2023-12-06T06:47:31.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T06:47:31.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T06:47:31.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T06:47:31.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T06:47:31.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T06:47:31.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T06:47:31.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T06:47:31.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 2023-12-06T06:47:31.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T06:47:31.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T06:47:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.merge_operator: 2023-12-06T06:47:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compaction_filter: None 2023-12-06T06:47:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T06:47:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T06:47:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T06:47:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T06:47:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a64e853d00) 2023-12-06T06:47:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cache_index_and_filter_blocks: 1 2023-12-06T06:47:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T06:47:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T06:47:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: pin_top_level_index_and_filter: 1 2023-12-06T06:47:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: index_type: 0 2023-12-06T06:47:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: data_block_index_type: 0 2023-12-06T06:47:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: index_shortening: 1 2023-12-06T06:47:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T06:47:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: hash_index_allow_collision: 1 2023-12-06T06:47:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: checksum: 1 2023-12-06T06:47:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: no_block_cache: 0 2023-12-06T06:47:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: block_cache: 0x55a64e8ba170 2023-12-06T06:47:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: block_cache_name: BinnedLRUCache 2023-12-06T06:47:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: block_cache_options: 2023-12-06T06:47:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: capacity : 536870912 2023-12-06T06:47:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: num_shard_bits : 4 2023-12-06T06:47:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: strict_capacity_limit : 0 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: high_pri_pool_ratio: 0.000 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: block_cache_compressed: (nil) 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: persistent_cache: (nil) 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: block_size: 4096 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: block_size_deviation: 10 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: block_restart_interval: 16 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: index_block_restart_interval: 1 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: metadata_block_size: 4096 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: partition_filters: 0 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: use_delta_encoding: 1 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: whole_key_filtering: 1 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: verify_compression: 0 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: read_amp_bytes_per_bit: 0 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: format_version: 4 2023-12-06T06:47:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: enable_index_compression: 1 2023-12-06T06:47:31.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: block_align: 0 2023-12-06T06:47:31.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T06:47:31.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T06:47:31.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compression: NoCompression 2023-12-06T06:47:31.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T06:47:31.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T06:47:31.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T06:47:31.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.num_levels: 7 2023-12-06T06:47:31.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T06:47:31.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T06:47:31.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T06:47:31.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T06:47:31.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T06:47:31.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T06:47:31.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T06:47:31.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T06:47:31.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T06:47:31.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T06:47:31.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T06:47:31.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T06:47:31.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T06:47:31.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T06:47:31.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T06:47:31.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T06:47:31.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T06:47:31.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T06:47:31.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T06:47:31.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T06:47:31.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T06:47:31.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T06:47:31.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T06:47:31.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T06:47:31.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T06:47:31.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T06:47:31.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T06:47:31.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T06:47:31.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T06:47:31.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T06:47:31.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T06:47:31.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T06:47:31.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T06:47:31.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T06:47:31.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T06:47:31.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T06:47:31.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T06:47:31.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T06:47:31.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T06:47:31.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T06:47:31.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T06:47:31.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T06:47:31.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T06:47:31.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T06:47:31.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T06:47:31.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T06:47:31.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T06:47:31.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T06:47:31.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T06:47:31.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T06:47:31.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T06:47:31.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T06:47:31.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T06:47:31.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T06:47:31.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T06:47:31.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T06:47:31.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T06:47:31.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T06:47:31.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T06:47:31.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T06:47:31.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T06:47:31.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.ttl: 2592000 2023-12-06T06:47:31.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T06:47:31.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.enable_blob_files: false 2023-12-06T06:47:31.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.min_blob_size: 0 2023-12-06T06:47:31.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T06:47:31.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T06:47:31.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T06:47:31.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T06:47:31.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T06:47:31.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-06T06:47:31.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-06T06:47:31.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701845250629769, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-06T06:47:31.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-06T06:47:31.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 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-06T06:47:31.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701845250630465, "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": 1701845250, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "d545e3de-d444-48d2-a73f-d7dd41a404a3", "db_session_id": "R8N6GI8FHHBRWSVPJ6KI"}} 2023-12-06T06:47:31.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.626+0000 7efd4a06d880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-06T06:47:31.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.630+0000 7efd4a06d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701845250631368, "job": 1, "event": "recovery_finished"} 2023-12-06T06:47:31.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.630+0000 7efd4a06d880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-06T06:47:31.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.630+0000 7efd4a06d880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55a64e8a0a80 2023-12-06T06:47:31.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.630+0000 7efd4a06d880 4 rocksdb: DB pointer 0x55a64e8b0000 2023-12-06T06:47:31.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.630+0000 7efd39df5700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T06:47:31.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.630+0000 7efd39df5700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: ** DB Stats ** 2023-12-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: 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-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: 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-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: ** Compaction Stats [default] ** 2023-12-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: 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-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-12-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-12-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-12-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: ** Compaction Stats [default] ** 2023-12-06T06:47:31.047 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: 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-06T06:47:31.048 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:47:31.048 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-12-06T06:47:31.048 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T06:47:31.048 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T06:47:31.048 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T06:47:31.048 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T06:47:31.048 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T06:47:31.048 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T06:47:31.048 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: Cumulative compaction: 0.00 GB write, 0.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T06:47:31.048 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: Interval compaction: 0.00 GB write, 0.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T06:47:31.049 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: 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-06T06:47:31.049 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T06:47:31.049 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: ** Compaction Stats [default] ** 2023-12-06T06:47:31.049 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: 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-06T06:47:31.049 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:47:31.049 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-12-06T06:47:31.050 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-12-06T06:47:31.050 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: 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-06T06:47:31.050 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: ** Compaction Stats [default] ** 2023-12-06T06:47:31.050 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: 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-06T06:47:31.050 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T06:47:31.050 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-12-06T06:47:31.051 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T06:47:31.051 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T06:47:31.051 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T06:47:31.051 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T06:47:31.051 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T06:47:31.051 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T06:47:31.051 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: Cumulative compaction: 0.00 GB write, 0.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T06:47:31.051 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: 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-06T06:47:31.051 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: 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-06T06:47:31.051 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T06:47:31.051 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.630+0000 7efd4a06d880 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2023-12-06T06:47:31.051 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.630+0000 7efd4a06d880 0 using public_addrv [v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0] 2023-12-06T06:47:31.051 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.634+0000 7efd4a06d880 0 starting mon.c rank -1 at public addrs [v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0] at bind addrs [v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:47:31.051 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.634+0000 7efd4a06d880 1 mon.c@-1(???) e0 preinit fsid f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:47:31.051 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.654+0000 7efd3cdfb700 0 mon.c@-1(synchronizing).mds e1 new map 2023-12-06T06:47:31.052 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.654+0000 7efd3cdfb700 0 mon.c@-1(synchronizing).mds e1 print_map 2023-12-06T06:47:31.052 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: e1 2023-12-06T06:47:31.052 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T06:47:31.052 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: 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-06T06:47:31.052 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: legacy client fscid: -1 2023-12-06T06:47:31.052 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: 2023-12-06T06:47:31.052 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: No filesystems configured 2023-12-06T06:47:31.052 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.654+0000 7efd3cdfb700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-06T06:47:31.052 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.654+0000 7efd3cdfb700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-06T06:47:31.052 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.654+0000 7efd3cdfb700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-06T06:47:31.052 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.654+0000 7efd3cdfb700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-06T06:47:31.052 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.654+0000 7efd3cdfb700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-06T06:47:31.052 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.654+0000 7efd3cdfb700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-06T06:47:31.052 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.654+0000 7efd3cdfb700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T06:47:31.053 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.654+0000 7efd3cdfb700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T06:47:31.053 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.654+0000 7efd3cdfb700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T06:47:31.054 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.654+0000 7efd3cdfb700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T06:47:31.054 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cluster 2023-12-06T06:47:11.645070+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-06T06:47:31.054 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:12.857633+0000 mgr.y (mgr.14152) 15 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi141", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:31.054 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cephadm 2023-12-06T06:47:13.257510+0000 mgr.y (mgr.14152) 16 : cephadm [INF] Deploying cephadm binary to smithi141 2023-12-06T06:47:31.054 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:13.904766+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.054 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:13.943193+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:31.054 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:13.945732+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:31.054 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:13.947779+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:31.055 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cluster 2023-12-06T06:47:13.645537+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-06T06:47:31.055 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cephadm 2023-12-06T06:47:13.905543+0000 mgr.y (mgr.14152) 18 : cephadm [INF] Added host smithi141 2023-12-06T06:47:31.055 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:14.231977+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.055 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:14.985139+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.055 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:14.990934+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.055 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:14.992456+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:47:31.055 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:14.999152+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.055 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:15.002642+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T06:47:31.055 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:15.007072+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]': finished 2023-12-06T06:47:31.055 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cluster 2023-12-06T06:47:15.645961+0000 mgr.y (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:31.055 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cephadm 2023-12-06T06:47:15.729933+0000 mgr.y (mgr.14152) 20 : cephadm [INF] Deploying daemon agent.smithi141 on smithi141 2023-12-06T06:47:31.055 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:16.393747+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.055 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:16.396510+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:31.055 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:16.399037+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:16.400829+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:16.634161+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:16.638697+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:16.641735+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:16.644082+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:16.645595+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:16.652901+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:16.671848+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:17.234835+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:17.239671+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cephadm 2023-12-06T06:47:16.404004+0000 mgr.y (mgr.14152) 21 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cephadm 2023-12-06T06:47:16.520155+0000 mgr.y (mgr.14152) 22 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:17.373446+0000 mgr.y (mgr.14152) 23 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cluster 2023-12-06T06:47:17.646411+0000 mgr.y (mgr.14152) 24 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:17.720281+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cluster 2023-12-06T06:47:19.646850+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-06T06:47:31.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:21.037249+0000 mon.a (mon.0) 149 : audit [INF] from='client.? 172.21.15.40:0/3843804915' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-06T06:47:31.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:21.225790+0000 mon.a (mon.0) 150 : audit [INF] from='client.? 172.21.15.40:0/3843804915' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-06T06:47:31.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cluster 2023-12-06T06:47:21.225925+0000 mon.a (mon.0) 151 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T06:47:31.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:21.242389+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:21.250960+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cluster 2023-12-06T06:47:21.647296+0000 mgr.y (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:31.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cluster 2023-12-06T06:47:23.647893+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-06T06:47:31.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:24.537071+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:24.538713+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:31.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:24.541039+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:31.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:24.542290+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:31.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:24.549101+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.058 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:24.551094+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:47:31.058 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:24.552030+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:31.058 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:24.527050+0000 mgr.y (mgr.14152) 28 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi040:172.21.15.40=a;smithi040:[v2:172.21.15.40:3301,v1:172.21.15.40:6790]=c;smithi141:172.21.15.141=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:31.058 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cephadm 2023-12-06T06:47:24.532098+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Saving service mon spec with placement smithi040:172.21.15.40=a;smithi040:[v2:172.21.15.40:3301,v1:172.21.15.40:6790]=c;smithi141:172.21.15.141=b;count:3 2023-12-06T06:47:31.058 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cephadm 2023-12-06T06:47:24.553069+0000 mgr.y (mgr.14152) 30 : cephadm [INF] Deploying daemon mon.c on smithi040 2023-12-06T06:47:31.058 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:26.085314+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.058 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:26.091216+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:31.058 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cluster 2023-12-06T06:47:25.648351+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:31.058 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: audit 2023-12-06T06:47:27.911541+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.141:0/2289967932' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:47:31.058 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: cluster 2023-12-06T06:47:27.648753+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-06T06:47:31.058 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.658+0000 7efd3cdfb700 1 mon.c@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2023-12-06T06:47:31.058 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:30 smithi040 bash[30799]: debug 2023-12-06T06:47:30.662+0000 7efd3cdfb700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-06T06:47:36.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: audit 2023-12-06T06:47:30.673251+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:47:36.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: cluster 2023-12-06T06:47:30.673545+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2023-12-06T06:47:36.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: audit 2023-12-06T06:47:30.674616+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:47:36.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: cluster 2023-12-06T06:47:31.649598+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-06T06:47:36.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: audit 2023-12-06T06:47:31.669188+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:47:36.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: audit 2023-12-06T06:47:32.669274+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:47:36.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: cluster 2023-12-06T06:47:32.672293+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T06:47:36.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: cluster 2023-12-06T06:47:33.649988+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-06T06:47:36.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: audit 2023-12-06T06:47:33.669728+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:47:36.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: audit 2023-12-06T06:47:34.670011+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:47:36.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: audit 2023-12-06T06:47:35.669813+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:47:36.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: cluster 2023-12-06T06:47:35.677946+0000 mon.a (mon.0) 176 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T06:47:36.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: cluster 2023-12-06T06:47:35.683831+0000 mon.a (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} 2023-12-06T06:47:36.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: cluster 2023-12-06T06:47:35.683934+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2023-12-06T06:47:36.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: cluster 2023-12-06T06:47:35.683988+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T06:47:36.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: cluster 2023-12-06T06:47:35.684251+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: y(active, since 48s) 2023-12-06T06:47:36.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: cluster 2023-12-06T06:47:35.691430+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2023-12-06T06:47:36.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: audit 2023-12-06T06:47:35.694894+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:36.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: audit 2023-12-06T06:47:35.698986+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:36.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: audit 2023-12-06T06:47:35.701691+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:36.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[30799]: audit 2023-12-06T06:47:35.703440+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:36.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: audit 2023-12-06T06:47:30.673251+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:47:36.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: cluster 2023-12-06T06:47:30.673545+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2023-12-06T06:47:36.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: audit 2023-12-06T06:47:30.674616+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:47:36.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: cluster 2023-12-06T06:47:31.649598+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-06T06:47:36.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: audit 2023-12-06T06:47:31.669188+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:47:36.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: audit 2023-12-06T06:47:32.669274+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:47:36.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: cluster 2023-12-06T06:47:32.672293+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T06:47:36.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: cluster 2023-12-06T06:47:33.649988+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-06T06:47:36.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: audit 2023-12-06T06:47:33.669728+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:47:36.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: audit 2023-12-06T06:47:34.670011+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:47:36.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: audit 2023-12-06T06:47:35.669813+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:47:36.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: cluster 2023-12-06T06:47:35.677946+0000 mon.a (mon.0) 176 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T06:47:36.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: cluster 2023-12-06T06:47:35.683831+0000 mon.a (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} 2023-12-06T06:47:36.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: cluster 2023-12-06T06:47:35.683934+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2023-12-06T06:47:36.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: cluster 2023-12-06T06:47:35.683988+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T06:47:36.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: cluster 2023-12-06T06:47:35.684251+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: y(active, since 48s) 2023-12-06T06:47:36.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: cluster 2023-12-06T06:47:35.691430+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2023-12-06T06:47:36.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: audit 2023-12-06T06:47:35.694894+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:36.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: audit 2023-12-06T06:47:35.698986+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:36.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: audit 2023-12-06T06:47:35.701691+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:36.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:35 smithi040 bash[25004]: audit 2023-12-06T06:47:35.703440+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:36.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:36 smithi141 bash[25168]: debug 2023-12-06T06:47:36.177+0000 7fb6c4694700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2023-12-06T06:47:41.527 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:47:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:47:41.527 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:47:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:47:41.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cluster 2023-12-06T06:47:35.650428+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:41.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cephadm 2023-12-06T06:47:35.706216+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T06:47:41.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cephadm 2023-12-06T06:47:35.706851+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T06:47:41.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cephadm 2023-12-06T06:47:35.848344+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cephadm 2023-12-06T06:47:35.849464+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cephadm 2023-12-06T06:47:35.852445+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.a on smithi040 2023-12-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: audit 2023-12-06T06:47:36.188422+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cluster 2023-12-06T06:47:36.188670+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2023-12-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cluster 2023-12-06T06:47:36.190073+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: audit 2023-12-06T06:47:36.191022+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: audit 2023-12-06T06:47:36.191470+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: audit 2023-12-06T06:47:37.183723+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cluster 2023-12-06T06:47:37.650893+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-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: audit 2023-12-06T06:47:38.184458+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cluster 2023-12-06T06:47:38.186716+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: audit 2023-12-06T06:47:39.184229+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cluster 2023-12-06T06:47:39.651388+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-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: audit 2023-12-06T06:47:40.184198+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: audit 2023-12-06T06:47:41.184508+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cluster 2023-12-06T06:47:41.212799+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T06:47:41.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cluster 2023-12-06T06:47:41.217242+0000 mon.a (mon.0) 203 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],b=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} 2023-12-06T06:47:41.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cluster 2023-12-06T06:47:41.217307+0000 mon.a (mon.0) 204 : cluster [DBG] fsmap 2023-12-06T06:47:41.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cluster 2023-12-06T06:47:35.650428+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:41.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cephadm 2023-12-06T06:47:35.706216+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T06:47:41.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cephadm 2023-12-06T06:47:35.706851+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T06:47:41.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cephadm 2023-12-06T06:47:35.848344+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:47:41.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cephadm 2023-12-06T06:47:35.849464+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-06T06:47:41.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cephadm 2023-12-06T06:47:35.852445+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.a on smithi040 2023-12-06T06:47:41.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: audit 2023-12-06T06:47:36.188422+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:47:41.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cluster 2023-12-06T06:47:36.188670+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2023-12-06T06:47:41.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cluster 2023-12-06T06:47:36.190073+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-06T06:47:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: audit 2023-12-06T06:47:36.191022+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: audit 2023-12-06T06:47:36.191470+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:47:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: audit 2023-12-06T06:47:37.183723+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cluster 2023-12-06T06:47:37.650893+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-06T06:47:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: audit 2023-12-06T06:47:38.184458+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cluster 2023-12-06T06:47:38.186716+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-06T06:47:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: audit 2023-12-06T06:47:39.184229+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cluster 2023-12-06T06:47:39.651388+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-06T06:47:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: audit 2023-12-06T06:47:40.184198+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: audit 2023-12-06T06:47:41.184508+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cluster 2023-12-06T06:47:41.212799+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T06:47:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cluster 2023-12-06T06:47:41.217242+0000 mon.a (mon.0) 203 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],b=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} 2023-12-06T06:47:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cluster 2023-12-06T06:47:41.217307+0000 mon.a (mon.0) 204 : cluster [DBG] fsmap 2023-12-06T06:47:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cluster 2023-12-06T06:47:41.217340+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T06:47:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cluster 2023-12-06T06:47:41.217513+0000 mon.a (mon.0) 206 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-06T06:47:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: cluster 2023-12-06T06:47:41.224859+0000 mon.a (mon.0) 207 : cluster [INF] overall HEALTH_OK 2023-12-06T06:47:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: audit 2023-12-06T06:47:41.231516+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: audit 2023-12-06T06:47:41.236840+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: audit 2023-12-06T06:47:41.238716+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:47:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: audit 2023-12-06T06:47:41.240008+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T06:47:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: audit 2023-12-06T06:47:41.243133+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:41.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[30799]: audit 2023-12-06T06:47:41.243437+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cluster 2023-12-06T06:47:41.217340+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T06:47:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cluster 2023-12-06T06:47:41.217513+0000 mon.a (mon.0) 206 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-06T06:47:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: cluster 2023-12-06T06:47:41.224859+0000 mon.a (mon.0) 207 : cluster [INF] overall HEALTH_OK 2023-12-06T06:47:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: audit 2023-12-06T06:47:41.231516+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: audit 2023-12-06T06:47:41.236840+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: audit 2023-12-06T06:47:41.238716+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:47:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: audit 2023-12-06T06:47:41.240008+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T06:47:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: audit 2023-12-06T06:47:41.243133+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:41.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:41 smithi040 bash[25004]: audit 2023-12-06T06:47:41.243437+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:41.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cluster 2023-12-06T06:47:35.650428+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:41.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cephadm 2023-12-06T06:47:35.706216+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T06:47:41.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cephadm 2023-12-06T06:47:35.706851+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T06:47:41.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cephadm 2023-12-06T06:47:35.848344+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:47:41.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cephadm 2023-12-06T06:47:35.849464+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-06T06:47:41.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cephadm 2023-12-06T06:47:35.852445+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.a on smithi040 2023-12-06T06:47:41.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: audit 2023-12-06T06:47:36.188422+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:47:41.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cluster 2023-12-06T06:47:36.188670+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2023-12-06T06:47:41.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cluster 2023-12-06T06:47:36.190073+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-06T06:47:41.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: audit 2023-12-06T06:47:36.191022+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: audit 2023-12-06T06:47:36.191470+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:47:41.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: audit 2023-12-06T06:47:37.183723+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cluster 2023-12-06T06:47:37.650893+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-06T06:47:41.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: audit 2023-12-06T06:47:38.184458+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cluster 2023-12-06T06:47:38.186716+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-06T06:47:41.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: audit 2023-12-06T06:47:39.184229+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cluster 2023-12-06T06:47:39.651388+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-06T06:47:41.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: audit 2023-12-06T06:47:40.184198+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: audit 2023-12-06T06:47:41.184508+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:41.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cluster 2023-12-06T06:47:41.212799+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T06:47:41.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cluster 2023-12-06T06:47:41.217242+0000 mon.a (mon.0) 203 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],b=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} 2023-12-06T06:47:41.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cluster 2023-12-06T06:47:41.217307+0000 mon.a (mon.0) 204 : cluster [DBG] fsmap 2023-12-06T06:47:41.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cluster 2023-12-06T06:47:41.217340+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T06:47:41.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cluster 2023-12-06T06:47:41.217513+0000 mon.a (mon.0) 206 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-06T06:47:41.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: cluster 2023-12-06T06:47:41.224859+0000 mon.a (mon.0) 207 : cluster [INF] overall HEALTH_OK 2023-12-06T06:47:41.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: audit 2023-12-06T06:47:41.231516+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:41.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: audit 2023-12-06T06:47:41.236840+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:41.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: audit 2023-12-06T06:47:41.238716+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:47:41.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: audit 2023-12-06T06:47:41.240008+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T06:47:41.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: audit 2023-12-06T06:47:41.243133+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:41.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:41 smithi141 bash[25168]: audit 2023-12-06T06:47:41.243437+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:42.527 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:47:42 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:47:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:47:42.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:42 smithi040 bash[30799]: cephadm 2023-12-06T06:47:41.238284+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-06T06:47:42.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:42 smithi040 bash[30799]: cephadm 2023-12-06T06:47:41.245508+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi040 2023-12-06T06:47:42.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:42 smithi040 bash[30799]: audit 2023-12-06T06:47:41.452911+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:42.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:42 smithi040 bash[30799]: audit 2023-12-06T06:47:41.459952+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:42.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:42 smithi040 bash[30799]: audit 2023-12-06T06:47:42.126774+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:42.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:42 smithi040 bash[30799]: audit 2023-12-06T06:47:42.184349+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:42.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:42 smithi040 bash[25004]: cephadm 2023-12-06T06:47:41.238284+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-06T06:47:42.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:42 smithi040 bash[25004]: cephadm 2023-12-06T06:47:41.245508+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi040 2023-12-06T06:47:42.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:42 smithi040 bash[25004]: audit 2023-12-06T06:47:41.452911+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:42.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:42 smithi040 bash[25004]: audit 2023-12-06T06:47:41.459952+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:42.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:42 smithi040 bash[25004]: audit 2023-12-06T06:47:42.126774+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:42.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:42 smithi040 bash[25004]: audit 2023-12-06T06:47:42.184349+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:42.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:42 smithi141 bash[25168]: cephadm 2023-12-06T06:47:41.238284+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-06T06:47:42.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:42 smithi141 bash[25168]: cephadm 2023-12-06T06:47:41.245508+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi040 2023-12-06T06:47:42.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:42 smithi141 bash[25168]: audit 2023-12-06T06:47:41.452911+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:42.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:42 smithi141 bash[25168]: audit 2023-12-06T06:47:41.459952+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:42.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:42 smithi141 bash[25168]: audit 2023-12-06T06:47:42.126774+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:42.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:42 smithi141 bash[25168]: audit 2023-12-06T06:47:42.184349+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:47:42.839 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-06T06:47:42.839 INFO:teuthology.orchestra.run.smithi141.stdout:{"epoch":3,"fsid":"f675b9d0-9402-11ee-95a2-87774f69a715","modified":"2023-12-06T06:47:36.183317Z","created":"2023-12-06T06:45:39.677926Z","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.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3301","nonce":0},{"type":"v1","addr":"172.21.15.40:6790","nonce":0}]},"addr":"172.21.15.40:6790/0","public_addr":"172.21.15.40:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:3300","nonce":0},{"type":"v1","addr":"172.21.15.141:6789","nonce":0}]},"addr":"172.21.15.141:6789/0","public_addr":"172.21.15.141:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-12-06T06:47:42.842 INFO:teuthology.orchestra.run.smithi141.stderr:dumped monmap epoch 3 2023-12-06T06:47:43.026 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:47:42 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:47:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:47:43.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:43 smithi141 bash[25168]: cluster 2023-12-06T06:47:41.651773+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-06T06:47:43.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:43 smithi141 bash[25168]: audit 2023-12-06T06:47:42.836526+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.141:0/4081822421' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:47:43.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:43 smithi141 bash[25168]: audit 2023-12-06T06:47:42.976779+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:43.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:43 smithi141 bash[25168]: audit 2023-12-06T06:47:42.983211+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:43.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:43 smithi040 bash[25004]: cluster 2023-12-06T06:47:41.651773+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-06T06:47:43.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:43 smithi040 bash[25004]: audit 2023-12-06T06:47:42.836526+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.141:0/4081822421' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:47:43.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:43 smithi040 bash[25004]: audit 2023-12-06T06:47:42.976779+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:43.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:43 smithi040 bash[25004]: audit 2023-12-06T06:47:42.983211+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:43.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:43 smithi040 bash[30799]: cluster 2023-12-06T06:47:41.651773+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-06T06:47:43.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:43 smithi040 bash[30799]: audit 2023-12-06T06:47:42.836526+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.141:0/4081822421' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T06:47:43.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:43 smithi040 bash[30799]: audit 2023-12-06T06:47:42.976779+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:43.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:43 smithi040 bash[30799]: audit 2023-12-06T06:47:42.983211+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:43.534 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-06T06:47:43.534 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-06T06:47:44.879 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:44 smithi040 bash[25004]: cluster 2023-12-06T06:47:43.652209+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:44.879 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:44 smithi040 bash[25004]: audit 2023-12-06T06:47:43.761795+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:44.879 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:44 smithi040 bash[25004]: cephadm 2023-12-06T06:47:43.763463+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-06T06:47:44.879 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:44 smithi040 bash[25004]: audit 2023-12-06T06:47:43.764012+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:47:44.879 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:44 smithi040 bash[25004]: audit 2023-12-06T06:47:43.765460+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T06:47:44.879 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:44 smithi040 bash[25004]: audit 2023-12-06T06:47:43.766748+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:44.879 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:44 smithi040 bash[25004]: cephadm 2023-12-06T06:47:43.768204+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Reconfiguring daemon mon.b on smithi141 2023-12-06T06:47:44.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:44 smithi040 bash[30799]: cluster 2023-12-06T06:47:43.652209+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:44.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:44 smithi040 bash[30799]: audit 2023-12-06T06:47:43.761795+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:44.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:44 smithi040 bash[30799]: cephadm 2023-12-06T06:47:43.763463+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-06T06:47:44.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:44 smithi040 bash[30799]: audit 2023-12-06T06:47:43.764012+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:47:44.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:44 smithi040 bash[30799]: audit 2023-12-06T06:47:43.765460+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T06:47:44.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:44 smithi040 bash[30799]: audit 2023-12-06T06:47:43.766748+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:44.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:44 smithi040 bash[30799]: cephadm 2023-12-06T06:47:43.768204+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Reconfiguring daemon mon.b on smithi141 2023-12-06T06:47:45.032 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:44 smithi141 bash[25168]: cluster 2023-12-06T06:47:43.652209+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:45.032 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:44 smithi141 bash[25168]: audit 2023-12-06T06:47:43.761795+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:45.033 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:44 smithi141 bash[25168]: cephadm 2023-12-06T06:47:43.763463+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-06T06:47:45.033 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:44 smithi141 bash[25168]: audit 2023-12-06T06:47:43.764012+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:47:45.033 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:44 smithi141 bash[25168]: audit 2023-12-06T06:47:43.765460+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T06:47:45.033 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:44 smithi141 bash[25168]: audit 2023-12-06T06:47:43.766748+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:45.033 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:44 smithi141 bash[25168]: cephadm 2023-12-06T06:47:43.768204+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Reconfiguring daemon mon.b on smithi141 2023-12-06T06:47:46.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[30799]: audit 2023-12-06T06:47:45.498393+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:46.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[30799]: audit 2023-12-06T06:47:45.501014+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:46.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[30799]: audit 2023-12-06T06:47:45.503476+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:46.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[30799]: audit 2023-12-06T06:47:45.505309+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:46.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[30799]: cephadm 2023-12-06T06:47:45.508343+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T06:47:46.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[30799]: cephadm 2023-12-06T06:47:45.508675+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T06:47:46.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[30799]: cluster 2023-12-06T06:47:45.652588+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:46.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[30799]: audit 2023-12-06T06:47:45.657012+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:46.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[30799]: audit 2023-12-06T06:47:45.662013+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:46.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[30799]: audit 2023-12-06T06:47:45.668980+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:46.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[30799]: cephadm 2023-12-06T06:47:45.671426+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-06T06:47:46.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[30799]: audit 2023-12-06T06:47:45.671866+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:47:46.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[30799]: audit 2023-12-06T06:47:45.672985+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T06:47:46.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[30799]: audit 2023-12-06T06:47:45.674092+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:46.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[30799]: cephadm 2023-12-06T06:47:45.675311+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi040 2023-12-06T06:47:46.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[25004]: audit 2023-12-06T06:47:45.498393+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:46.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[25004]: audit 2023-12-06T06:47:45.501014+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:46.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[25004]: audit 2023-12-06T06:47:45.503476+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:46.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[25004]: audit 2023-12-06T06:47:45.505309+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:46.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[25004]: cephadm 2023-12-06T06:47:45.508343+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T06:47:46.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[25004]: cephadm 2023-12-06T06:47:45.508675+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T06:47:46.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[25004]: cluster 2023-12-06T06:47:45.652588+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:46.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[25004]: audit 2023-12-06T06:47:45.657012+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:46.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[25004]: audit 2023-12-06T06:47:45.662013+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:46.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[25004]: audit 2023-12-06T06:47:45.668980+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:46.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[25004]: cephadm 2023-12-06T06:47:45.671426+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-06T06:47:46.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[25004]: audit 2023-12-06T06:47:45.671866+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:47:46.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[25004]: audit 2023-12-06T06:47:45.672985+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T06:47:46.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[25004]: audit 2023-12-06T06:47:45.674092+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:46.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:46 smithi040 bash[25004]: cephadm 2023-12-06T06:47:45.675311+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi040 2023-12-06T06:47:46.843 INFO:teuthology.orchestra.run.smithi040.stdout:# minimal ceph.conf for f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:47:46.844 INFO:teuthology.orchestra.run.smithi040.stdout:[global] 2023-12-06T06:47:46.844 INFO:teuthology.orchestra.run.smithi040.stdout: fsid = f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T06:47:46.844 INFO:teuthology.orchestra.run.smithi040.stdout: mon_host = [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] [v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0] [v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0] 2023-12-06T06:47:46.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:46 smithi141 bash[25168]: audit 2023-12-06T06:47:45.498393+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:46.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:46 smithi141 bash[25168]: audit 2023-12-06T06:47:45.501014+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:46.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:46 smithi141 bash[25168]: audit 2023-12-06T06:47:45.503476+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:46.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:46 smithi141 bash[25168]: audit 2023-12-06T06:47:45.505309+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:46.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:46 smithi141 bash[25168]: cephadm 2023-12-06T06:47:45.508343+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T06:47:46.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:46 smithi141 bash[25168]: cephadm 2023-12-06T06:47:45.508675+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T06:47:46.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:46 smithi141 bash[25168]: cluster 2023-12-06T06:47:45.652588+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:47:46.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:46 smithi141 bash[25168]: audit 2023-12-06T06:47:45.657012+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:46 smithi141 bash[25168]: audit 2023-12-06T06:47:45.662013+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:46 smithi141 bash[25168]: audit 2023-12-06T06:47:45.668980+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:46 smithi141 bash[25168]: cephadm 2023-12-06T06:47:45.671426+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-06T06:47:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:46 smithi141 bash[25168]: audit 2023-12-06T06:47:45.671866+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T06:47:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:46 smithi141 bash[25168]: audit 2023-12-06T06:47:45.672985+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T06:47:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:46 smithi141 bash[25168]: audit 2023-12-06T06:47:45.674092+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:46 smithi141 bash[25168]: cephadm 2023-12-06T06:47:45.675311+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi040 2023-12-06T06:47:47.876 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-06T06:47:47.876 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-06T06:47:47.876 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T06:47:47.892 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-06T06:47:47.892 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:47:47.899 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:47 smithi040 bash[25004]: audit 2023-12-06T06:47:46.841616+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.40:0/975948177' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:47.899 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:47 smithi040 bash[30799]: audit 2023-12-06T06:47:46.841616+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.40:0/975948177' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:47.902 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-06T06:47:47.902 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T06:47:47.915 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:47 smithi141 bash[25168]: audit 2023-12-06T06:47:46.841616+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.40:0/975948177' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:47.919 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-06T06:47:47.919 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:47:47.979 INFO:tasks.cephadm:Adding mgr.y on smithi040 2023-12-06T06:47:47.979 INFO:tasks.cephadm:Adding mgr.x on smithi141 2023-12-06T06:47:47.979 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch apply mgr '2;smithi040=y;smithi141=x' 2023-12-06T06:47:48.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:48 smithi141 bash[25168]: cluster 2023-12-06T06:47:47.653024+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-06T06:47:48.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:48 smithi141 bash[25168]: audit 2023-12-06T06:47:47.719586+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:47:48.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:48 smithi141 bash[25168]: audit 2023-12-06T06:47:47.722217+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:47:48.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:48 smithi141 bash[25168]: audit 2023-12-06T06:47:47.963454+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:49.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:48 smithi040 bash[25004]: cluster 2023-12-06T06:47:47.653024+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-06T06:47:49.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:48 smithi040 bash[25004]: audit 2023-12-06T06:47:47.719586+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:47:49.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:48 smithi040 bash[25004]: audit 2023-12-06T06:47:47.722217+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:47:49.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:48 smithi040 bash[25004]: audit 2023-12-06T06:47:47.963454+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:49.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:48 smithi040 bash[30799]: cluster 2023-12-06T06:47:47.653024+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-06T06:47:49.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:48 smithi040 bash[30799]: audit 2023-12-06T06:47:47.719586+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:47:49.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:48 smithi040 bash[30799]: audit 2023-12-06T06:47:47.722217+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:47:49.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:48 smithi040 bash[30799]: audit 2023-12-06T06:47:47.963454+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:50.721 INFO:teuthology.orchestra.run.smithi141.stdout:Scheduled mgr update... 2023-12-06T06:47:51.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:51 smithi141 bash[25168]: cluster 2023-12-06T06:47:49.653532+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-06T06:47:51.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:51 smithi141 bash[25168]: audit 2023-12-06T06:47:50.718608+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:51.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:51 smithi141 bash[25168]: audit 2023-12-06T06:47:50.737985+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:51.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:51 smithi141 bash[25168]: audit 2023-12-06T06:47:50.740819+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:51.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:51 smithi141 bash[25168]: audit 2023-12-06T06:47:50.742780+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:51.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:51 smithi141 bash[25168]: audit 2023-12-06T06:47:50.755375+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:51.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:51 smithi141 bash[25168]: audit 2023-12-06T06:47:50.759614+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:47:51.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:51 smithi141 bash[25168]: audit 2023-12-06T06:47:50.767024+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T06:47:51.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:51 smithi141 bash[25168]: audit 2023-12-06T06:47:50.768623+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:47:51.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:51 smithi141 bash[25168]: audit 2023-12-06T06:47:50.770229+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:51.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[30799]: cluster 2023-12-06T06:47:49.653532+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-06T06:47:51.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[30799]: audit 2023-12-06T06:47:50.718608+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:51.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[30799]: audit 2023-12-06T06:47:50.737985+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:51.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[30799]: audit 2023-12-06T06:47:50.740819+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:51.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[30799]: audit 2023-12-06T06:47:50.742780+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:51.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[30799]: audit 2023-12-06T06:47:50.755375+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:51.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[30799]: audit 2023-12-06T06:47:50.759614+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:47:51.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[30799]: audit 2023-12-06T06:47:50.767024+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T06:47:51.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[30799]: audit 2023-12-06T06:47:50.768623+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:47:51.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[30799]: audit 2023-12-06T06:47:50.770229+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:51.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[25004]: cluster 2023-12-06T06:47:49.653532+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-06T06:47:51.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[25004]: audit 2023-12-06T06:47:50.718608+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:51.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[25004]: audit 2023-12-06T06:47:50.737985+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:51.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[25004]: audit 2023-12-06T06:47:50.740819+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:51.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[25004]: audit 2023-12-06T06:47:50.742780+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:51.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[25004]: audit 2023-12-06T06:47:50.755375+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:51.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[25004]: audit 2023-12-06T06:47:50.759614+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:47:51.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[25004]: audit 2023-12-06T06:47:50.767024+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T06:47:51.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[25004]: audit 2023-12-06T06:47:50.768623+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:47:51.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:51 smithi040 bash[25004]: audit 2023-12-06T06:47:50.770229+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:51.771 DEBUG:teuthology.orchestra.run.smithi141:mgr.x> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.x.service 2023-12-06T06:47:51.773 INFO:tasks.cephadm:Deploying OSDs... 2023-12-06T06:47:51.774 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-06T06:47:51.774 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T06:47:51.781 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-06T06:47:51.781 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_1 2023-12-06T06:47:51.789 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T06:47:51.789 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:47:51.789 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 358 Links: 1 2023-12-06T06:47:51.789 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:47:51.789 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2023-12-06 06:43:10.996749467 +0000 2023-12-06T06:47:51.789 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2023-12-06 06:43:10.712756018 +0000 2023-12-06T06:47:51.789 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2023-12-06 06:43:10.712756018 +0000 2023-12-06T06:47:51.789 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2023-12-06T06:47:51.789 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T06:47:51.802 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2023-12-06T06:47:51.802 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2023-12-06T06:47:51.802 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.00035151 s, 1.5 MB/s 2023-12-06T06:47:51.804 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T06:47:51.812 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_2 2023-12-06T06:47:51.859 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T06:47:51.860 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:47:51.860 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 364 Links: 1 2023-12-06T06:47:51.860 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:47:51.860 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2023-12-06 06:43:11.512737565 +0000 2023-12-06T06:47:51.860 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2023-12-06 06:43:11.228744116 +0000 2023-12-06T06:47:51.860 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2023-12-06 06:43:11.228744116 +0000 2023-12-06T06:47:51.860 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2023-12-06T06:47:51.860 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T06:47:51.873 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2023-12-06T06:47:51.873 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2023-12-06T06:47:51.873 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000369219 s, 1.4 MB/s 2023-12-06T06:47:51.874 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T06:47:51.882 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_3 2023-12-06T06:47:51.931 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T06:47:51.931 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:47:51.932 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 374 Links: 1 2023-12-06T06:47:51.932 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:47:51.932 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2023-12-06 06:43:12.028725662 +0000 2023-12-06T06:47:51.932 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2023-12-06 06:43:11.736732397 +0000 2023-12-06T06:47:51.932 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2023-12-06 06:43:11.736732397 +0000 2023-12-06T06:47:51.932 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2023-12-06T06:47:51.932 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T06:47:51.945 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2023-12-06T06:47:51.945 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2023-12-06T06:47:51.945 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000421864 s, 1.2 MB/s 2023-12-06T06:47:51.946 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T06:47:51.955 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_4 2023-12-06T06:47:52.003 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T06:47:52.003 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:47:52.004 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 380 Links: 1 2023-12-06T06:47:52.004 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:47:52.004 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2023-12-06 06:43:12.544713760 +0000 2023-12-06T06:47:52.004 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2023-12-06 06:43:12.256720403 +0000 2023-12-06T06:47:52.004 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2023-12-06 06:43:12.256720403 +0000 2023-12-06T06:47:52.004 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2023-12-06T06:47:52.004 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T06:47:52.018 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2023-12-06T06:47:52.018 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2023-12-06T06:47:52.018 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000414058 s, 1.2 MB/s 2023-12-06T06:47:52.019 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T06:47:52.027 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-06T06:47:52.027 DEBUG:teuthology.orchestra.run.smithi141:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T06:47:52.034 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-06T06:47:52.034 DEBUG:teuthology.orchestra.run.smithi141:> stat /dev/vg_nvme/lv_1 2023-12-06T06:47:52.040 INFO:teuthology.orchestra.run.smithi141.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T06:47:52.040 INFO:teuthology.orchestra.run.smithi141.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:47:52.040 INFO:teuthology.orchestra.run.smithi141.stdout:Device: 6h/6d Inode: 360 Links: 1 2023-12-06T06:47:52.040 INFO:teuthology.orchestra.run.smithi141.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:47:52.040 INFO:teuthology.orchestra.run.smithi141.stdout:Access: 2023-12-06 06:43:14.039623308 +0000 2023-12-06T06:47:52.040 INFO:teuthology.orchestra.run.smithi141.stdout:Modify: 2023-12-06 06:43:13.755629857 +0000 2023-12-06T06:47:52.041 INFO:teuthology.orchestra.run.smithi141.stdout:Change: 2023-12-06 06:43:13.755629857 +0000 2023-12-06T06:47:52.041 INFO:teuthology.orchestra.run.smithi141.stdout: Birth: - 2023-12-06T06:47:52.041 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T06:47:52.092 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records in 2023-12-06T06:47:52.093 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records out 2023-12-06T06:47:52.093 INFO:teuthology.orchestra.run.smithi141.stderr:512 bytes copied, 0.000411767 s, 1.2 MB/s 2023-12-06T06:47:52.094 DEBUG:teuthology.orchestra.run.smithi141:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T06:47:52.101 DEBUG:teuthology.orchestra.run.smithi141:> stat /dev/vg_nvme/lv_2 2023-12-06T06:47:52.106 INFO:teuthology.orchestra.run.smithi141.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T06:47:52.106 INFO:teuthology.orchestra.run.smithi141.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:47:52.106 INFO:teuthology.orchestra.run.smithi141.stdout:Device: 6h/6d Inode: 368 Links: 1 2023-12-06T06:47:52.106 INFO:teuthology.orchestra.run.smithi141.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:47:52.106 INFO:teuthology.orchestra.run.smithi141.stdout:Access: 2023-12-06 06:43:14.259618235 +0000 2023-12-06T06:47:52.106 INFO:teuthology.orchestra.run.smithi141.stdout:Modify: 2023-12-06 06:43:14.255618326 +0000 2023-12-06T06:47:52.107 INFO:teuthology.orchestra.run.smithi141.stdout:Change: 2023-12-06 06:43:14.255618326 +0000 2023-12-06T06:47:52.107 INFO:teuthology.orchestra.run.smithi141.stdout: Birth: - 2023-12-06T06:47:52.107 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T06:47:52.161 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records in 2023-12-06T06:47:52.162 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records out 2023-12-06T06:47:52.162 INFO:teuthology.orchestra.run.smithi141.stderr:512 bytes copied, 0.000351181 s, 1.5 MB/s 2023-12-06T06:47:52.163 DEBUG:teuthology.orchestra.run.smithi141:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T06:47:52.172 DEBUG:teuthology.orchestra.run.smithi141:> stat /dev/vg_nvme/lv_3 2023-12-06T06:47:52.179 INFO:teuthology.orchestra.run.smithi141.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T06:47:52.179 INFO:teuthology.orchestra.run.smithi141.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:47:52.179 INFO:teuthology.orchestra.run.smithi141.stdout:Device: 6h/6d Inode: 373 Links: 1 2023-12-06T06:47:52.179 INFO:teuthology.orchestra.run.smithi141.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:47:52.179 INFO:teuthology.orchestra.run.smithi141.stdout:Access: 2023-12-06 06:43:15.067599602 +0000 2023-12-06T06:47:52.179 INFO:teuthology.orchestra.run.smithi141.stdout:Modify: 2023-12-06 06:43:14.755606797 +0000 2023-12-06T06:47:52.180 INFO:teuthology.orchestra.run.smithi141.stdout:Change: 2023-12-06 06:43:14.755606797 +0000 2023-12-06T06:47:52.180 INFO:teuthology.orchestra.run.smithi141.stdout: Birth: - 2023-12-06T06:47:52.180 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T06:47:52.191 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records in 2023-12-06T06:47:52.191 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records out 2023-12-06T06:47:52.191 INFO:teuthology.orchestra.run.smithi141.stderr:512 bytes copied, 0.000347608 s, 1.5 MB/s 2023-12-06T06:47:52.193 DEBUG:teuthology.orchestra.run.smithi141:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T06:47:52.241 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:52 smithi040 bash[25004]: audit 2023-12-06T06:47:50.706601+0000 mgr.y (mgr.14152) 58 : audit [DBG] from='client.24110 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi040=y;smithi141=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:52.241 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:52 smithi040 bash[25004]: cephadm 2023-12-06T06:47:50.710090+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Saving service mgr spec with placement smithi040=y;smithi141=x;count:2 2023-12-06T06:47:52.242 DEBUG:teuthology.orchestra.run.smithi141:> stat /dev/vg_nvme/lv_4 2023-12-06T06:47:52.248 INFO:teuthology.orchestra.run.smithi141.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T06:47:52.248 INFO:teuthology.orchestra.run.smithi141.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T06:47:52.249 INFO:teuthology.orchestra.run.smithi141.stdout:Device: 6h/6d Inode: 379 Links: 1 2023-12-06T06:47:52.249 INFO:teuthology.orchestra.run.smithi141.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T06:47:52.249 INFO:teuthology.orchestra.run.smithi141.stdout:Access: 2023-12-06 06:43:15.715584658 +0000 2023-12-06T06:47:52.249 INFO:teuthology.orchestra.run.smithi141.stdout:Modify: 2023-12-06 06:43:15.295594344 +0000 2023-12-06T06:47:52.249 INFO:teuthology.orchestra.run.smithi141.stdout:Change: 2023-12-06 06:43:15.295594344 +0000 2023-12-06T06:47:52.249 INFO:teuthology.orchestra.run.smithi141.stdout: Birth: - 2023-12-06T06:47:52.249 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T06:47:52.259 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records in 2023-12-06T06:47:52.259 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records out 2023-12-06T06:47:52.259 INFO:teuthology.orchestra.run.smithi141.stderr:512 bytes copied, 0.000281057 s, 1.8 MB/s 2023-12-06T06:47:52.260 DEBUG:teuthology.orchestra.run.smithi141:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T06:47:52.300 INFO:journalctl@ceph.mgr.x.smithi141.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:47:52.309 INFO:tasks.cephadm:Deploying osd.0 on smithi040 with /dev/vg_nvme/lv_4... 2023-12-06T06:47:52.309 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-06T06:47:52.447 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:52 smithi141 bash[25168]: audit 2023-12-06T06:47:50.706601+0000 mgr.y (mgr.14152) 58 : audit [DBG] from='client.24110 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi040=y;smithi141=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:52.447 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:52 smithi141 bash[25168]: cephadm 2023-12-06T06:47:50.710090+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Saving service mgr spec with placement smithi040=y;smithi141=x;count:2 2023-12-06T06:47:52.447 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:52 smithi141 bash[25168]: cephadm 2023-12-06T06:47:50.771759+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi141 2023-12-06T06:47:52.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:52 smithi040 bash[25004]: cephadm 2023-12-06T06:47:50.771759+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi141 2023-12-06T06:47:52.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:52 smithi040 bash[30799]: audit 2023-12-06T06:47:50.706601+0000 mgr.y (mgr.14152) 58 : audit [DBG] from='client.24110 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi040=y;smithi141=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:47:52.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:52 smithi040 bash[30799]: cephadm 2023-12-06T06:47:50.710090+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Saving service mgr spec with placement smithi040=y;smithi141=x;count:2 2023-12-06T06:47:52.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:52 smithi040 bash[30799]: cephadm 2023-12-06T06:47:50.771759+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi141 2023-12-06T06:47:53.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:53 smithi040 bash[25004]: cluster 2023-12-06T06:47:51.653985+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-06T06:47:53.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:53 smithi040 bash[30799]: cluster 2023-12-06T06:47:51.653985+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-06T06:47:53.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:53 smithi141 bash[25168]: cluster 2023-12-06T06:47:51.653985+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-06T06:47:54.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[30799]: audit 2023-12-06T06:47:53.387118+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:54.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[30799]: audit 2023-12-06T06:47:53.392156+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:54.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[30799]: audit 2023-12-06T06:47:53.394083+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:54.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[30799]: audit 2023-12-06T06:47:53.395228+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:54.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[30799]: audit 2023-12-06T06:47:53.403503+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:54.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[30799]: audit 2023-12-06T06:47:53.405824+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:47:54.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[30799]: audit 2023-12-06T06:47:53.407205+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:47:54.514 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[30799]: audit 2023-12-06T06:47:53.408564+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:54.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[25004]: audit 2023-12-06T06:47:53.387118+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:54.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[25004]: audit 2023-12-06T06:47:53.392156+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:54.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[25004]: audit 2023-12-06T06:47:53.394083+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:54.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[25004]: audit 2023-12-06T06:47:53.395228+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:54.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[25004]: audit 2023-12-06T06:47:53.403503+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:54.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[25004]: audit 2023-12-06T06:47:53.405824+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:47:54.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[25004]: audit 2023-12-06T06:47:53.407205+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:47:54.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:54 smithi040 bash[25004]: audit 2023-12-06T06:47:53.408564+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:54.604 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:54 smithi141 bash[25168]: audit 2023-12-06T06:47:53.387118+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:54.604 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:54 smithi141 bash[25168]: audit 2023-12-06T06:47:53.392156+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:54.604 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:54 smithi141 bash[25168]: audit 2023-12-06T06:47:53.394083+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:54.604 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:54 smithi141 bash[25168]: audit 2023-12-06T06:47:53.395228+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:54.604 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:54 smithi141 bash[25168]: audit 2023-12-06T06:47:53.403503+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:54.605 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:54 smithi141 bash[25168]: audit 2023-12-06T06:47:53.405824+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T06:47:54.605 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:54 smithi141 bash[25168]: audit 2023-12-06T06:47:53.407205+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T06:47:54.605 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:54 smithi141 bash[25168]: audit 2023-12-06T06:47:53.408564+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:54.958 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:54 smithi141 bash[26192]: debug 2023-12-06T06:47:54.837+0000 7f557a79f000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T06:47:55.433 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:55 smithi040 bash[30799]: cephadm 2023-12-06T06:47:53.404202+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:47:55.433 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:55 smithi040 bash[30799]: cephadm 2023-12-06T06:47:53.405381+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-06T06:47:55.433 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:55 smithi040 bash[30799]: cephadm 2023-12-06T06:47:53.410073+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi040 2023-12-06T06:47:55.433 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:55 smithi040 bash[30799]: cluster 2023-12-06T06:47:53.654340+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-06T06:47:55.433 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:55 smithi040 bash[25004]: cephadm 2023-12-06T06:47:53.404202+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:47:55.433 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:55 smithi040 bash[25004]: cephadm 2023-12-06T06:47:53.405381+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-06T06:47:55.433 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:55 smithi040 bash[25004]: cephadm 2023-12-06T06:47:53.410073+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi040 2023-12-06T06:47:55.434 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:55 smithi040 bash[25004]: cluster 2023-12-06T06:47:53.654340+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-06T06:47:55.548 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:55 smithi141 bash[25168]: cephadm 2023-12-06T06:47:53.404202+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:47:55.548 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:55 smithi141 bash[25168]: cephadm 2023-12-06T06:47:53.405381+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-06T06:47:55.548 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:55 smithi141 bash[25168]: cephadm 2023-12-06T06:47:53.410073+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi040 2023-12-06T06:47:55.548 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:55 smithi141 bash[25168]: cluster 2023-12-06T06:47:53.654340+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-06T06:47:55.827 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:55 smithi141 bash[26192]: debug 2023-12-06T06:47:55.545+0000 7f557a79f000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T06:47:55.827 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:55 smithi141 bash[26192]: debug 2023-12-06T06:47:55.665+0000 7f557a79f000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T06:47:56.154 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:55 smithi141 bash[26192]: debug 2023-12-06T06:47:55.825+0000 7f557a79f000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T06:47:56.432 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-06T06:47:56.432 INFO:teuthology.orchestra.run.smithi040.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-06T06:47:56.432 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10+0 records in 2023-12-06T06:47:56.432 INFO:teuthology.orchestra.run.smithi040.stderr:10+0 records out 2023-12-06T06:47:56.432 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0156177 s, 671 MB/s 2023-12-06T06:47:56.432 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping successful for: 2023-12-06T06:47:56.450 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:56 smithi141 bash[26192]: debug 2023-12-06T06:47:56.149+0000 7f557a79f000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T06:47:56.450 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:56 smithi141 bash[26192]: debug 2023-12-06T06:47:56.245+0000 7f557a79f000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T06:47:56.707 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:56 smithi141 bash[26192]: debug 2023-12-06T06:47:56.445+0000 7f557a79f000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T06:47:57.074 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi040:vg_nvme/lv_4 2023-12-06T06:47:57.458 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:57 smithi141 bash[26192]: debug 2023-12-06T06:47:57.357+0000 7f557a79f000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T06:47:57.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:57 smithi141 bash[25168]: cluster 2023-12-06T06:47:55.654777+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-06T06:47:57.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:57 smithi141 bash[25168]: audit 2023-12-06T06:47:56.144912+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:57.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:57 smithi141 bash[25168]: audit 2023-12-06T06:47:56.147167+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:57.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:57 smithi141 bash[25168]: audit 2023-12-06T06:47:56.148721+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:57.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:57 smithi141 bash[25168]: audit 2023-12-06T06:47:56.149599+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:57.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:57 smithi141 bash[25168]: audit 2023-12-06T06:47:56.156722+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:57.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:57 smithi141 bash[25168]: cephadm 2023-12-06T06:47:56.157234+0000 mgr.y (mgr.14152) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:47:57.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:57 smithi141 bash[25168]: audit 2023-12-06T06:47:56.240425+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:57.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[25004]: cluster 2023-12-06T06:47:55.654777+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-06T06:47:57.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[25004]: audit 2023-12-06T06:47:56.144912+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:57.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[25004]: audit 2023-12-06T06:47:56.147167+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:57.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[25004]: audit 2023-12-06T06:47:56.148721+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:57.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[25004]: audit 2023-12-06T06:47:56.149599+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:57.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[25004]: audit 2023-12-06T06:47:56.156722+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:57.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[25004]: cephadm 2023-12-06T06:47:56.157234+0000 mgr.y (mgr.14152) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:47:57.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[25004]: audit 2023-12-06T06:47:56.240425+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:57.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[30799]: cluster 2023-12-06T06:47:55.654777+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-06T06:47:57.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[30799]: audit 2023-12-06T06:47:56.144912+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:57.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[30799]: audit 2023-12-06T06:47:56.147167+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:47:57.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[30799]: audit 2023-12-06T06:47:56.148721+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:47:57.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[30799]: audit 2023-12-06T06:47:56.149599+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:47:57.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[30799]: audit 2023-12-06T06:47:56.156722+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:57.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[30799]: cephadm 2023-12-06T06:47:56.157234+0000 mgr.y (mgr.14152) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:47:57.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:57 smithi040 bash[30799]: audit 2023-12-06T06:47:56.240425+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:57.783 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:57 smithi141 bash[26192]: debug 2023-12-06T06:47:57.461+0000 7f557a79f000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T06:47:57.783 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:57 smithi141 bash[26192]: debug 2023-12-06T06:47:57.669+0000 7f557a79f000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T06:47:58.208 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:58 smithi141 bash[26192]: debug 2023-12-06T06:47:58.025+0000 7f557a79f000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T06:47:58.697 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:47:58 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:47:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:47:58.707 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:58 smithi141 bash[26192]: debug 2023-12-06T06:47:58.349+0000 7f557a79f000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T06:47:58.995 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:58 smithi141 bash[26192]: debug 2023-12-06T06:47:58.720+0000 7f557a79f000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T06:47:59.318 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:58 smithi141 bash[26192]: debug 2023-12-06T06:47:58.992+0000 7f557a79f000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T06:47:59.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:59 smithi141 bash[25168]: cluster 2023-12-06T06:47:57.655225+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-06T06:47:59.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:47:59 smithi141 bash[25168]: audit 2023-12-06T06:47:58.457296+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:59.527 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:47:59 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:47:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:47:59.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:59 smithi040 bash[30799]: cluster 2023-12-06T06:47:57.655225+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-06T06:47:59.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:47:59 smithi040 bash[30799]: audit 2023-12-06T06:47:58.457296+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:59.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:59 smithi040 bash[25004]: cluster 2023-12-06T06:47:57.655225+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-06T06:47:59.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:47:59 smithi040 bash[25004]: audit 2023-12-06T06:47:58.457296+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:47:59.969 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:59 smithi141 bash[26192]: debug 2023-12-06T06:47:59.708+0000 7f557a79f000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T06:47:59.969 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:59 smithi141 bash[26192]: debug 2023-12-06T06:47:59.812+0000 7f557a79f000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T06:47:59.969 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:47:59 smithi141 bash[26192]: debug 2023-12-06T06:47:59.964+0000 7f557a79f000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T06:48:00.309 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:48:00 smithi141 bash[26192]: debug 2023-12-06T06:48:00.072+0000 7f557a79f000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T06:48:00.309 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:48:00 smithi141 bash[26192]: debug 2023-12-06T06:48:00.208+0000 7f557a79f000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T06:48:00.622 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:48:00 smithi141 bash[26192]: debug 2023-12-06T06:48:00.500+0000 7f557a79f000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T06:48:00.622 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:00 smithi141 bash[25168]: audit 2023-12-06T06:47:59.307604+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:00.622 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:00 smithi141 bash[25168]: audit 2023-12-06T06:47:59.314382+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:00.622 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:00 smithi141 bash[25168]: audit 2023-12-06T06:47:59.334656+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:48:00.622 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:00 smithi141 bash[25168]: audit 2023-12-06T06:47:59.337156+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:00.622 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:00 smithi141 bash[25168]: audit 2023-12-06T06:47:59.339003+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:48:00.622 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:00 smithi141 bash[25168]: audit 2023-12-06T06:47:59.348418+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:00.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:00 smithi040 bash[25004]: audit 2023-12-06T06:47:59.307604+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:00.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:00 smithi040 bash[25004]: audit 2023-12-06T06:47:59.314382+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:00.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:00 smithi040 bash[25004]: audit 2023-12-06T06:47:59.334656+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:48:00.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:00 smithi040 bash[25004]: audit 2023-12-06T06:47:59.337156+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:00.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:00 smithi040 bash[25004]: audit 2023-12-06T06:47:59.339003+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:48:00.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:00 smithi040 bash[25004]: audit 2023-12-06T06:47:59.348418+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:00.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:00 smithi040 bash[30799]: audit 2023-12-06T06:47:59.307604+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:00.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:00 smithi040 bash[30799]: audit 2023-12-06T06:47:59.314382+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:00.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:00 smithi040 bash[30799]: audit 2023-12-06T06:47:59.334656+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:48:00.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:00 smithi040 bash[30799]: audit 2023-12-06T06:47:59.337156+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:00.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:00 smithi040 bash[30799]: audit 2023-12-06T06:47:59.339003+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:48:00.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:00 smithi040 bash[30799]: audit 2023-12-06T06:47:59.348418+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:00.917 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:48:00 smithi141 bash[26192]: debug 2023-12-06T06:48:00.616+0000 7f557a79f000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T06:48:00.917 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:48:00 smithi141 bash[26192]: debug 2023-12-06T06:48:00.796+0000 7f557a79f000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T06:48:01.207 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:48:00 smithi141 bash[26192]: debug 2023-12-06T06:48:00.912+0000 7f557a79f000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T06:48:01.627 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:01 smithi040 bash[30799]: cluster 2023-12-06T06:47:59.655700+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-06T06:48:01.627 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:01 smithi040 bash[25004]: cluster 2023-12-06T06:47:59.655700+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-06T06:48:01.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:01 smithi141 bash[25168]: cluster 2023-12-06T06:47:59.655700+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-06T06:48:02.027 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:48:01 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:48:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:48:02.208 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:48:01 smithi141 bash[26192]: debug 2023-12-06T06:48:01.748+0000 7f557a79f000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T06:48:02.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:02 smithi141 bash[25168]: audit 2023-12-06T06:48:01.505350+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:48:02.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:02 smithi141 bash[25168]: audit 2023-12-06T06:48:01.508808+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:48:02.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:02 smithi141 bash[25168]: audit 2023-12-06T06:48:01.509740+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:02.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:02 smithi141 bash[25168]: audit 2023-12-06T06:48:01.617408+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:02.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:02 smithi141 bash[25168]: audit 2023-12-06T06:48:01.624421+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:02.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:02 smithi141 bash[25168]: cluster 2023-12-06T06:48:01.772416+0000 mon.a (mon.0) 273 : cluster [DBG] Standby manager daemon x started 2023-12-06T06:48:02.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:02 smithi141 bash[25168]: audit 2023-12-06T06:48:01.776343+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.141:0/3522757038' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T06:48:02.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:02 smithi141 bash[25168]: audit 2023-12-06T06:48:01.777157+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.141:0/3522757038' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T06:48:02.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:02 smithi141 bash[25168]: audit 2023-12-06T06:48:01.779229+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.141:0/3522757038' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T06:48:02.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:02 smithi141 bash[25168]: audit 2023-12-06T06:48:01.780027+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.141:0/3522757038' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T06:48:02.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[25004]: audit 2023-12-06T06:48:01.505350+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:48:02.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[25004]: audit 2023-12-06T06:48:01.508808+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:48:02.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[25004]: audit 2023-12-06T06:48:01.509740+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:02.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[25004]: audit 2023-12-06T06:48:01.617408+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:02.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[25004]: audit 2023-12-06T06:48:01.624421+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:02.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[25004]: cluster 2023-12-06T06:48:01.772416+0000 mon.a (mon.0) 273 : cluster [DBG] Standby manager daemon x started 2023-12-06T06:48:02.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[25004]: audit 2023-12-06T06:48:01.776343+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.141:0/3522757038' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T06:48:02.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[25004]: audit 2023-12-06T06:48:01.777157+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.141:0/3522757038' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T06:48:02.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[25004]: audit 2023-12-06T06:48:01.779229+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.141:0/3522757038' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T06:48:02.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[25004]: audit 2023-12-06T06:48:01.780027+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.141:0/3522757038' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T06:48:02.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[30799]: audit 2023-12-06T06:48:01.505350+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:48:02.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[30799]: audit 2023-12-06T06:48:01.508808+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:48:02.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[30799]: audit 2023-12-06T06:48:01.509740+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:02.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[30799]: audit 2023-12-06T06:48:01.617408+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:02.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[30799]: audit 2023-12-06T06:48:01.624421+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:02.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[30799]: cluster 2023-12-06T06:48:01.772416+0000 mon.a (mon.0) 273 : cluster [DBG] Standby manager daemon x started 2023-12-06T06:48:02.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[30799]: audit 2023-12-06T06:48:01.776343+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.141:0/3522757038' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T06:48:02.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[30799]: audit 2023-12-06T06:48:01.777157+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.141:0/3522757038' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T06:48:02.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[30799]: audit 2023-12-06T06:48:01.779229+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.141:0/3522757038' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T06:48:02.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:02 smithi040 bash[30799]: audit 2023-12-06T06:48:01.780027+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.141:0/3522757038' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T06:48:03.618 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:03 smithi040 bash[25004]: audit 2023-12-06T06:48:01.499611+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:48:03.618 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:03 smithi040 bash[25004]: cluster 2023-12-06T06:48:01.656153+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-06T06:48:03.618 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:03 smithi040 bash[25004]: cluster 2023-12-06T06:48:02.637205+0000 mon.a (mon.0) 274 : cluster [DBG] mgrmap e14: y(active, since 75s), standbys: x 2023-12-06T06:48:03.618 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:03 smithi040 bash[25004]: audit 2023-12-06T06:48:02.638007+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T06:48:03.619 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:03 smithi040 bash[30799]: audit 2023-12-06T06:48:01.499611+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:48:03.619 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:03 smithi040 bash[30799]: cluster 2023-12-06T06:48:01.656153+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-06T06:48:03.619 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:03 smithi040 bash[30799]: cluster 2023-12-06T06:48:02.637205+0000 mon.a (mon.0) 274 : cluster [DBG] mgrmap e14: y(active, since 75s), standbys: x 2023-12-06T06:48:03.619 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:03 smithi040 bash[30799]: audit 2023-12-06T06:48:02.638007+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T06:48:03.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:03 smithi141 bash[25168]: audit 2023-12-06T06:48:01.499611+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:48:03.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:03 smithi141 bash[25168]: cluster 2023-12-06T06:48:01.656153+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-06T06:48:03.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:03 smithi141 bash[25168]: cluster 2023-12-06T06:48:02.637205+0000 mon.a (mon.0) 274 : cluster [DBG] mgrmap e14: y(active, since 75s), standbys: x 2023-12-06T06:48:03.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:03 smithi141 bash[25168]: audit 2023-12-06T06:48:02.638007+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T06:48:05.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:05 smithi040 bash[25004]: cluster 2023-12-06T06:48:03.656605+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-06T06:48:05.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:05 smithi040 bash[30799]: cluster 2023-12-06T06:48:03.656605+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-06T06:48:05.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:05 smithi141 bash[25168]: cluster 2023-12-06T06:48:03.656605+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-06T06:48:07.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:07 smithi141 bash[25168]: cluster 2023-12-06T06:48:05.657083+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-06T06:48:07.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:07 smithi141 bash[25168]: audit 2023-12-06T06:48:06.768214+0000 mon.a (mon.0) 276 : audit [INF] from='client.? 172.21.15.40:0/960837768' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cf1d1ecc-9994-4d58-b4cf-ef1ccf23dbe1"}]: dispatch 2023-12-06T06:48:07.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:07 smithi141 bash[25168]: audit 2023-12-06T06:48:06.775920+0000 mon.a (mon.0) 277 : audit [INF] from='client.? 172.21.15.40:0/960837768' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf1d1ecc-9994-4d58-b4cf-ef1ccf23dbe1"}]': finished 2023-12-06T06:48:07.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:07 smithi141 bash[25168]: cluster 2023-12-06T06:48:06.776072+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-06T06:48:07.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:07 smithi141 bash[25168]: audit 2023-12-06T06:48:06.776248+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:07.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:07 smithi040 bash[25004]: cluster 2023-12-06T06:48:05.657083+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-06T06:48:07.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:07 smithi040 bash[25004]: audit 2023-12-06T06:48:06.768214+0000 mon.a (mon.0) 276 : audit [INF] from='client.? 172.21.15.40:0/960837768' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cf1d1ecc-9994-4d58-b4cf-ef1ccf23dbe1"}]: dispatch 2023-12-06T06:48:07.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:07 smithi040 bash[25004]: audit 2023-12-06T06:48:06.775920+0000 mon.a (mon.0) 277 : audit [INF] from='client.? 172.21.15.40:0/960837768' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf1d1ecc-9994-4d58-b4cf-ef1ccf23dbe1"}]': finished 2023-12-06T06:48:07.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:07 smithi040 bash[25004]: cluster 2023-12-06T06:48:06.776072+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-06T06:48:07.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:07 smithi040 bash[25004]: audit 2023-12-06T06:48:06.776248+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:07.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:07 smithi040 bash[30799]: cluster 2023-12-06T06:48:05.657083+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-06T06:48:07.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:07 smithi040 bash[30799]: audit 2023-12-06T06:48:06.768214+0000 mon.a (mon.0) 276 : audit [INF] from='client.? 172.21.15.40:0/960837768' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cf1d1ecc-9994-4d58-b4cf-ef1ccf23dbe1"}]: dispatch 2023-12-06T06:48:07.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:07 smithi040 bash[30799]: audit 2023-12-06T06:48:06.775920+0000 mon.a (mon.0) 277 : audit [INF] from='client.? 172.21.15.40:0/960837768' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf1d1ecc-9994-4d58-b4cf-ef1ccf23dbe1"}]': finished 2023-12-06T06:48:07.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:07 smithi040 bash[30799]: cluster 2023-12-06T06:48:06.776072+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-06T06:48:07.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:07 smithi040 bash[30799]: audit 2023-12-06T06:48:06.776248+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:08.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:08 smithi141 bash[25168]: audit 2023-12-06T06:48:07.481633+0000 mon.a (mon.0) 280 : audit [DBG] from='client.? 172.21.15.40:0/3192093153' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:48:08.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:08 smithi040 bash[25004]: audit 2023-12-06T06:48:07.481633+0000 mon.a (mon.0) 280 : audit [DBG] from='client.? 172.21.15.40:0/3192093153' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:48:08.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:08 smithi040 bash[30799]: audit 2023-12-06T06:48:07.481633+0000 mon.a (mon.0) 280 : audit [DBG] from='client.? 172.21.15.40:0/3192093153' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:48:09.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:09 smithi141 bash[25168]: cluster 2023-12-06T06:48:07.657599+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-06T06:48:09.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:09 smithi040 bash[25004]: cluster 2023-12-06T06:48:07.657599+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-06T06:48:09.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:09 smithi040 bash[30799]: cluster 2023-12-06T06:48:07.657599+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-06T06:48:11.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:11 smithi141 bash[25168]: cluster 2023-12-06T06:48:09.658106+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-06T06:48:11.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:11 smithi040 bash[25004]: cluster 2023-12-06T06:48:09.658106+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-06T06:48:11.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:11 smithi040 bash[30799]: cluster 2023-12-06T06:48:09.658106+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-06T06:48:13.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:13 smithi141 bash[25168]: cluster 2023-12-06T06:48:11.658586+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-06T06:48:13.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:13 smithi040 bash[25004]: cluster 2023-12-06T06:48:11.658586+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-06T06:48:13.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:13 smithi040 bash[30799]: cluster 2023-12-06T06:48:11.658586+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-06T06:48:15.671 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:15 smithi040 bash[30799]: cluster 2023-12-06T06:48:13.659048+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-06T06:48:15.672 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:15 smithi040 bash[25004]: cluster 2023-12-06T06:48:13.659048+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-06T06:48:15.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:15 smithi141 bash[25168]: cluster 2023-12-06T06:48:13.659048+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-06T06:48:17.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:17 smithi040 bash[30799]: cluster 2023-12-06T06:48:15.659618+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-06T06:48:17.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:17 smithi040 bash[30799]: audit 2023-12-06T06:48:16.889745+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T06:48:17.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:17 smithi040 bash[30799]: audit 2023-12-06T06:48:16.891208+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:17 smithi040 bash[25004]: cluster 2023-12-06T06:48:15.659618+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-06T06:48:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:17 smithi040 bash[25004]: audit 2023-12-06T06:48:16.889745+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T06:48:17.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:17 smithi040 bash[25004]: audit 2023-12-06T06:48:16.891208+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:17.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:17 smithi141 bash[25168]: cluster 2023-12-06T06:48:15.659618+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-06T06:48:17.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:17 smithi141 bash[25168]: audit 2023-12-06T06:48:16.889745+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T06:48:17.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:17 smithi141 bash[25168]: audit 2023-12-06T06:48:16.891208+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:18.703 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:18 smithi040 bash[25004]: cephadm 2023-12-06T06:48:16.892318+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi040 2023-12-06T06:48:18.703 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:18 smithi040 bash[30799]: cephadm 2023-12-06T06:48:16.892318+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi040 2023-12-06T06:48:18.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:18 smithi141 bash[25168]: cephadm 2023-12-06T06:48:16.892318+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi040 2023-12-06T06:48:19.425 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:48:19 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:48:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:48:19.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:19 smithi141 bash[25168]: cluster 2023-12-06T06:48:17.660094+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-06T06:48:19.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:19 smithi141 bash[25168]: audit 2023-12-06T06:48:19.129121+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:19.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:19 smithi141 bash[25168]: audit 2023-12-06T06:48:19.138066+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:19.730 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:19 smithi040 bash[25004]: cluster 2023-12-06T06:48:17.660094+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-06T06:48:19.730 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:19 smithi040 bash[25004]: audit 2023-12-06T06:48:19.129121+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:19.730 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:19 smithi040 bash[25004]: audit 2023-12-06T06:48:19.138066+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:19.731 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:19 smithi040 bash[30799]: cluster 2023-12-06T06:48:17.660094+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-06T06:48:19.731 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:19 smithi040 bash[30799]: audit 2023-12-06T06:48:19.129121+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:19.731 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:19 smithi040 bash[30799]: audit 2023-12-06T06:48:19.138066+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:21.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:21 smithi040 bash[25004]: cluster 2023-12-06T06:48:19.660613+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-06T06:48:21.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:21 smithi040 bash[30799]: cluster 2023-12-06T06:48:19.660613+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-06T06:48:21.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:21 smithi141 bash[25168]: cluster 2023-12-06T06:48:19.660613+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-06T06:48:22.026 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:48:21 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:48:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:48:23.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[30799]: cluster 2023-12-06T06:48:21.661130+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-06T06:48:23.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[30799]: audit 2023-12-06T06:48:21.750287+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:23.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[30799]: audit 2023-12-06T06:48:21.757183+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:23.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[30799]: audit 2023-12-06T06:48:22.298609+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:23.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[30799]: audit 2023-12-06T06:48:22.323966+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:48:23.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[30799]: audit 2023-12-06T06:48:22.325417+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:23.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[30799]: audit 2023-12-06T06:48:22.326421+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:48:23.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[30799]: audit 2023-12-06T06:48:22.333289+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:23.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[25004]: cluster 2023-12-06T06:48:21.661130+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-06T06:48:23.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[25004]: audit 2023-12-06T06:48:21.750287+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:23.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[25004]: audit 2023-12-06T06:48:21.757183+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:23.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[25004]: audit 2023-12-06T06:48:22.298609+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:23.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[25004]: audit 2023-12-06T06:48:22.323966+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:48:23.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[25004]: audit 2023-12-06T06:48:22.325417+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:23.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[25004]: audit 2023-12-06T06:48:22.326421+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:48:23.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:22 smithi040 bash[25004]: audit 2023-12-06T06:48:22.333289+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:23.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:22 smithi141 bash[25168]: cluster 2023-12-06T06:48:21.661130+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-06T06:48:23.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:22 smithi141 bash[25168]: audit 2023-12-06T06:48:21.750287+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:23.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:22 smithi141 bash[25168]: audit 2023-12-06T06:48:21.757183+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:23.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:22 smithi141 bash[25168]: audit 2023-12-06T06:48:22.298609+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:23.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:22 smithi141 bash[25168]: audit 2023-12-06T06:48:22.323966+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:48:23.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:22 smithi141 bash[25168]: audit 2023-12-06T06:48:22.325417+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:23.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:22 smithi141 bash[25168]: audit 2023-12-06T06:48:22.326421+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:48:23.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:22 smithi141 bash[25168]: audit 2023-12-06T06:48:22.333289+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:23.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:48:23 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:48:23] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:48:24.573 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:24 smithi040 bash[25004]: audit 2023-12-06T06:48:23.313765+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:24.573 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:24 smithi040 bash[25004]: audit 2023-12-06T06:48:23.320879+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:24.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:24 smithi040 bash[30799]: audit 2023-12-06T06:48:23.313765+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:24.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:24 smithi040 bash[30799]: audit 2023-12-06T06:48:23.320879+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:24.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:24 smithi141 bash[25168]: audit 2023-12-06T06:48:23.313765+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:24.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:24 smithi141 bash[25168]: audit 2023-12-06T06:48:23.320879+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:25.461 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:25 smithi040 bash[25004]: cluster 2023-12-06T06:48:23.661617+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-06T06:48:25.461 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:25 smithi040 bash[30799]: cluster 2023-12-06T06:48:23.661617+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-06T06:48:25.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:25 smithi141 bash[25168]: cluster 2023-12-06T06:48:23.661617+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-06T06:48:27.391 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:27 smithi040 bash[30799]: cluster 2023-12-06T06:48:25.662060+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-06T06:48:27.395 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:27 smithi040 bash[25004]: cluster 2023-12-06T06:48:25.662060+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-06T06:48:27.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:27 smithi141 bash[25168]: cluster 2023-12-06T06:48:25.662060+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-06T06:48:29.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:29 smithi040 bash[25004]: cluster 2023-12-06T06:48:27.662520+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:48:29.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:29 smithi040 bash[30799]: cluster 2023-12-06T06:48:27.662520+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:48:29.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:29 smithi141 bash[25168]: cluster 2023-12-06T06:48:27.662520+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:48:29.753 INFO:teuthology.orchestra.run.smithi040.stdout:Created osd(s) 0 on host 'smithi040' 2023-12-06T06:48:30.380 DEBUG:teuthology.orchestra.run.smithi040:osd.0> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.0.service 2023-12-06T06:48:30.382 INFO:tasks.cephadm:Deploying osd.1 on smithi040 with /dev/vg_nvme/lv_3... 2023-12-06T06:48:30.383 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-06T06:48:30.503 INFO:journalctl@ceph.osd.0.smithi040.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:48:30.753 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[25004]: cluster 2023-12-06T06:48:29.662996+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:48:30.753 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[25004]: audit 2023-12-06T06:48:29.749904+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:31.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[25004]: audit 2023-12-06T06:48:29.769598+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:48:31.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[25004]: audit 2023-12-06T06:48:29.772183+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:31.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[25004]: audit 2023-12-06T06:48:29.774106+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:48:31.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[25004]: audit 2023-12-06T06:48:29.778500+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:48:31.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[25004]: cephadm 2023-12-06T06:48:29.780134+0000 mgr.y (mgr.14152) 87 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 15227M 2023-12-06T06:48:31.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[25004]: audit 2023-12-06T06:48:29.787717+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:31.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[25004]: audit 2023-12-06T06:48:29.795429+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:31.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[30799]: cluster 2023-12-06T06:48:29.662996+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:48:31.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[30799]: audit 2023-12-06T06:48:29.749904+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:31.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[30799]: audit 2023-12-06T06:48:29.769598+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:48:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[30799]: audit 2023-12-06T06:48:29.772183+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[30799]: audit 2023-12-06T06:48:29.774106+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:48:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[30799]: audit 2023-12-06T06:48:29.778500+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:48:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[30799]: cephadm 2023-12-06T06:48:29.780134+0000 mgr.y (mgr.14152) 87 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 15227M 2023-12-06T06:48:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[30799]: audit 2023-12-06T06:48:29.787717+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:31.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:30 smithi040 bash[30799]: audit 2023-12-06T06:48:29.795429+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:31.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:30 smithi141 bash[25168]: cluster 2023-12-06T06:48:29.662996+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T06:48:31.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:30 smithi141 bash[25168]: audit 2023-12-06T06:48:29.749904+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:31.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:30 smithi141 bash[25168]: audit 2023-12-06T06:48:29.769598+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:48:31.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:30 smithi141 bash[25168]: audit 2023-12-06T06:48:29.772183+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:31.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:30 smithi141 bash[25168]: audit 2023-12-06T06:48:29.774106+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:48:31.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:30 smithi141 bash[25168]: audit 2023-12-06T06:48:29.778500+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:48:31.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:30 smithi141 bash[25168]: cephadm 2023-12-06T06:48:29.780134+0000 mgr.y (mgr.14152) 87 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 15227M 2023-12-06T06:48:31.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:30 smithi141 bash[25168]: audit 2023-12-06T06:48:29.787717+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:31.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:30 smithi141 bash[25168]: audit 2023-12-06T06:48:29.795429+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:31.484 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 06:48:31 smithi040 bash[34603]: debug 2023-12-06T06:48:31.033+0000 7f82c0a5c3c0 -1 osd.0 0 log_to_monitors true 2023-12-06T06:48:32.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:31 smithi040 bash[25004]: audit 2023-12-06T06:48:31.041693+0000 mon.a (mon.0) 301 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/3524074878,v1:172.21.15.40:6803/3524074878]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T06:48:32.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:31 smithi040 bash[30799]: audit 2023-12-06T06:48:31.041693+0000 mon.a (mon.0) 301 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/3524074878,v1:172.21.15.40:6803/3524074878]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T06:48:32.207 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:31 smithi141 bash[25168]: audit 2023-12-06T06:48:31.041693+0000 mon.a (mon.0) 301 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/3524074878,v1:172.21.15.40:6803/3524074878]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T06:48:33.027 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 06:48:32 smithi040 bash[34603]: debug 2023-12-06T06:48:32.773+0000 7f82b745f700 -1 osd.0 0 waiting for initial osdmap 2023-12-06T06:48:33.027 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 06:48:32 smithi040 bash[34603]: debug 2023-12-06T06:48:32.777+0000 7f82b2df8700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T06:48:33.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:32 smithi040 bash[25004]: cluster 2023-12-06T06:48:31.663395+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-06T06:48:33.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:32 smithi040 bash[25004]: audit 2023-12-06T06:48:31.766485+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/3524074878,v1:172.21.15.40:6803/3524074878]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T06:48:33.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:32 smithi040 bash[25004]: cluster 2023-12-06T06:48:31.766571+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T06:48:33.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:32 smithi040 bash[25004]: audit 2023-12-06T06:48:31.766772+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:33.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:32 smithi040 bash[25004]: audit 2023-12-06T06:48:31.767422+0000 mon.a (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/3524074878,v1:172.21.15.40:6803/3524074878]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:48:33.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:32 smithi040 bash[30799]: cluster 2023-12-06T06:48:31.663395+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-06T06:48:33.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:32 smithi040 bash[30799]: audit 2023-12-06T06:48:31.766485+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/3524074878,v1:172.21.15.40:6803/3524074878]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T06:48:33.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:32 smithi040 bash[30799]: cluster 2023-12-06T06:48:31.766571+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T06:48:33.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:32 smithi040 bash[30799]: audit 2023-12-06T06:48:31.766772+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:33.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:32 smithi040 bash[30799]: audit 2023-12-06T06:48:31.767422+0000 mon.a (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/3524074878,v1:172.21.15.40:6803/3524074878]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:48:33.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:32 smithi141 bash[25168]: cluster 2023-12-06T06:48:31.663395+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-06T06:48:33.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:32 smithi141 bash[25168]: audit 2023-12-06T06:48:31.766485+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/3524074878,v1:172.21.15.40:6803/3524074878]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T06:48:33.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:32 smithi141 bash[25168]: cluster 2023-12-06T06:48:31.766571+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T06:48:33.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:32 smithi141 bash[25168]: audit 2023-12-06T06:48:31.766772+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:33.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:32 smithi141 bash[25168]: audit 2023-12-06T06:48:31.767422+0000 mon.a (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/3524074878,v1:172.21.15.40:6803/3524074878]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:48:33.738 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-06T06:48:33.738 INFO:teuthology.orchestra.run.smithi040.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-06T06:48:33.738 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10+0 records in 2023-12-06T06:48:33.738 INFO:teuthology.orchestra.run.smithi040.stderr:10+0 records out 2023-12-06T06:48:33.738 INFO:teuthology.orchestra.run.smithi040.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0190607 s, 550 MB/s 2023-12-06T06:48:33.738 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping successful for: 2023-12-06T06:48:34.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:33 smithi141 bash[25168]: audit 2023-12-06T06:48:32.770705+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/3524074878,v1:172.21.15.40:6803/3524074878]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-06T06:48:34.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:33 smithi141 bash[25168]: cluster 2023-12-06T06:48:32.771036+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-06T06:48:34.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:33 smithi141 bash[25168]: audit 2023-12-06T06:48:32.771659+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:34.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:33 smithi141 bash[25168]: audit 2023-12-06T06:48:32.779345+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:34.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:33 smithi040 bash[25004]: audit 2023-12-06T06:48:32.770705+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/3524074878,v1:172.21.15.40:6803/3524074878]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-06T06:48:34.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:33 smithi040 bash[25004]: cluster 2023-12-06T06:48:32.771036+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-06T06:48:34.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:33 smithi040 bash[25004]: audit 2023-12-06T06:48:32.771659+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:34.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:33 smithi040 bash[25004]: audit 2023-12-06T06:48:32.779345+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:34.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:33 smithi040 bash[30799]: audit 2023-12-06T06:48:32.770705+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/3524074878,v1:172.21.15.40:6803/3524074878]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-06T06:48:34.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:33 smithi040 bash[30799]: cluster 2023-12-06T06:48:32.771036+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-06T06:48:34.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:33 smithi040 bash[30799]: audit 2023-12-06T06:48:32.771659+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:34.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:33 smithi040 bash[30799]: audit 2023-12-06T06:48:32.779345+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:34.427 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi040:vg_nvme/lv_3 2023-12-06T06:48:35.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:34 smithi040 bash[25004]: cluster 2023-12-06T06:48:32.062960+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:48:35.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:34 smithi040 bash[25004]: cluster 2023-12-06T06:48:32.063165+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:48:35.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:34 smithi040 bash[25004]: cluster 2023-12-06T06:48:33.663769+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-06T06:48:35.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:34 smithi040 bash[25004]: audit 2023-12-06T06:48:33.779989+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:35.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:34 smithi040 bash[25004]: cluster 2023-12-06T06:48:33.788143+0000 mon.a (mon.0) 311 : cluster [INF] osd.0 [v2:172.21.15.40:6802/3524074878,v1:172.21.15.40:6803/3524074878] boot 2023-12-06T06:48:35.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:34 smithi040 bash[25004]: cluster 2023-12-06T06:48:33.788213+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-06T06:48:35.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:34 smithi040 bash[25004]: audit 2023-12-06T06:48:33.788348+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:35.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:34 smithi040 bash[30799]: cluster 2023-12-06T06:48:32.062960+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:48:35.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:34 smithi040 bash[30799]: cluster 2023-12-06T06:48:32.063165+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:48:35.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:34 smithi040 bash[30799]: cluster 2023-12-06T06:48:33.663769+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-06T06:48:35.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:34 smithi040 bash[30799]: audit 2023-12-06T06:48:33.779989+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:35.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:34 smithi040 bash[30799]: cluster 2023-12-06T06:48:33.788143+0000 mon.a (mon.0) 311 : cluster [INF] osd.0 [v2:172.21.15.40:6802/3524074878,v1:172.21.15.40:6803/3524074878] boot 2023-12-06T06:48:35.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:34 smithi040 bash[30799]: cluster 2023-12-06T06:48:33.788213+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-06T06:48:35.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:34 smithi040 bash[30799]: audit 2023-12-06T06:48:33.788348+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:35.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:34 smithi141 bash[25168]: cluster 2023-12-06T06:48:32.062960+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:48:35.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:34 smithi141 bash[25168]: cluster 2023-12-06T06:48:32.063165+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:48:35.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:34 smithi141 bash[25168]: cluster 2023-12-06T06:48:33.663769+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-06T06:48:35.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:34 smithi141 bash[25168]: audit 2023-12-06T06:48:33.779989+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:35.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:34 smithi141 bash[25168]: cluster 2023-12-06T06:48:33.788143+0000 mon.a (mon.0) 311 : cluster [INF] osd.0 [v2:172.21.15.40:6802/3524074878,v1:172.21.15.40:6803/3524074878] boot 2023-12-06T06:48:35.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:34 smithi141 bash[25168]: cluster 2023-12-06T06:48:33.788213+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-06T06:48:35.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:34 smithi141 bash[25168]: audit 2023-12-06T06:48:33.788348+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:48:35.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:35 smithi141 bash[25168]: cluster 2023-12-06T06:48:34.797058+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-06T06:48:36.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:35 smithi040 bash[25004]: cluster 2023-12-06T06:48:34.797058+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-06T06:48:36.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:35 smithi040 bash[30799]: cluster 2023-12-06T06:48:34.797058+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-06T06:48:37.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:37 smithi141 bash[25168]: cluster 2023-12-06T06:48:35.664293+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:37.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:37 smithi040 bash[25004]: cluster 2023-12-06T06:48:35.664293+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:37.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:37 smithi040 bash[30799]: cluster 2023-12-06T06:48:35.664293+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:38.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:38 smithi141 bash[25168]: audit 2023-12-06T06:48:37.481613+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:48:38.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:38 smithi141 bash[25168]: audit 2023-12-06T06:48:37.484906+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:48:38.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:38 smithi141 bash[25168]: audit 2023-12-06T06:48:37.486401+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:38.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:38 smithi040 bash[25004]: audit 2023-12-06T06:48:37.481613+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:48:38.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:38 smithi040 bash[25004]: audit 2023-12-06T06:48:37.484906+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:48:38.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:38 smithi040 bash[25004]: audit 2023-12-06T06:48:37.486401+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:38.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:38 smithi040 bash[30799]: audit 2023-12-06T06:48:37.481613+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:48:38.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:38 smithi040 bash[30799]: audit 2023-12-06T06:48:37.484906+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:48:38.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:38 smithi040 bash[30799]: audit 2023-12-06T06:48:37.486401+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:39.526 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:48:39 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:48:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:48:39.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:39 smithi040 bash[25004]: audit 2023-12-06T06:48:37.478694+0000 mgr.y (mgr.14152) 91 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:48:39.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:39 smithi040 bash[25004]: cluster 2023-12-06T06:48:37.664805+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:39.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:39 smithi040 bash[30799]: audit 2023-12-06T06:48:37.478694+0000 mgr.y (mgr.14152) 91 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:48:39.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:39 smithi040 bash[30799]: cluster 2023-12-06T06:48:37.664805+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:39.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:39 smithi141 bash[25168]: audit 2023-12-06T06:48:37.478694+0000 mgr.y (mgr.14152) 91 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:48:39.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:39 smithi141 bash[25168]: cluster 2023-12-06T06:48:37.664805+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:40.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:40 smithi040 bash[25004]: audit 2023-12-06T06:48:39.258528+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:40.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:40 smithi040 bash[25004]: audit 2023-12-06T06:48:39.269886+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:40.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:40 smithi040 bash[30799]: audit 2023-12-06T06:48:39.258528+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:40.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:40 smithi040 bash[30799]: audit 2023-12-06T06:48:39.269886+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:40.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:40 smithi141 bash[25168]: audit 2023-12-06T06:48:39.258528+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:40.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:40 smithi141 bash[25168]: audit 2023-12-06T06:48:39.269886+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:41.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:41 smithi040 bash[25004]: cluster 2023-12-06T06:48:39.665261+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:41.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:41 smithi040 bash[30799]: cluster 2023-12-06T06:48:39.665261+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:41.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:41 smithi141 bash[25168]: cluster 2023-12-06T06:48:39.665261+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:43.665 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:48:43 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:48:43] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:48:43.666 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:43 smithi040 bash[30799]: cluster 2023-12-06T06:48:41.665714+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:43.666 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:43 smithi040 bash[25004]: cluster 2023-12-06T06:48:41.665714+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:43.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:43 smithi141 bash[25168]: cluster 2023-12-06T06:48:41.665714+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:44.276 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:48:43 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:48:43] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:48:44.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:44 smithi141 bash[25168]: audit 2023-12-06T06:48:43.446622+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:44.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:44 smithi141 bash[25168]: cephadm 2023-12-06T06:48:43.448004+0000 mgr.y (mgr.14152) 95 : cephadm [INF] Detected new or changed devices on smithi040 2023-12-06T06:48:44.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:44 smithi141 bash[25168]: audit 2023-12-06T06:48:43.453471+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:44.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:44 smithi141 bash[25168]: cluster 2023-12-06T06:48:43.666184+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-06T06:48:44.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:44 smithi141 bash[25168]: audit 2023-12-06T06:48:43.974708+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:44.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:44 smithi141 bash[25168]: audit 2023-12-06T06:48:43.981226+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:44.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:44 smithi040 bash[25004]: audit 2023-12-06T06:48:43.446622+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:44.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:44 smithi040 bash[25004]: cephadm 2023-12-06T06:48:43.448004+0000 mgr.y (mgr.14152) 95 : cephadm [INF] Detected new or changed devices on smithi040 2023-12-06T06:48:44.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:44 smithi040 bash[25004]: audit 2023-12-06T06:48:43.453471+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:44.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:44 smithi040 bash[25004]: cluster 2023-12-06T06:48:43.666184+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-06T06:48:44.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:44 smithi040 bash[25004]: audit 2023-12-06T06:48:43.974708+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:44.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:44 smithi040 bash[25004]: audit 2023-12-06T06:48:43.981226+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:44.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:44 smithi040 bash[30799]: audit 2023-12-06T06:48:43.446622+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:44.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:44 smithi040 bash[30799]: cephadm 2023-12-06T06:48:43.448004+0000 mgr.y (mgr.14152) 95 : cephadm [INF] Detected new or changed devices on smithi040 2023-12-06T06:48:44.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:44 smithi040 bash[30799]: audit 2023-12-06T06:48:43.453471+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:44.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:44 smithi040 bash[30799]: cluster 2023-12-06T06:48:43.666184+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-06T06:48:44.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:44 smithi040 bash[30799]: audit 2023-12-06T06:48:43.974708+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:44.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:44 smithi040 bash[30799]: audit 2023-12-06T06:48:43.981226+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:48:45.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:45 smithi141 bash[25168]: audit 2023-12-06T06:48:44.516524+0000 mon.a (mon.0) 324 : audit [INF] from='client.? 172.21.15.40:0/1645525449' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "683239ae-72ff-455d-bb3b-83b903e34ed9"}]: dispatch 2023-12-06T06:48:45.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:45 smithi141 bash[25168]: audit 2023-12-06T06:48:44.524046+0000 mon.a (mon.0) 325 : audit [INF] from='client.? 172.21.15.40:0/1645525449' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "683239ae-72ff-455d-bb3b-83b903e34ed9"}]': finished 2023-12-06T06:48:45.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:45 smithi141 bash[25168]: cluster 2023-12-06T06:48:44.524172+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-06T06:48:45.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:45 smithi141 bash[25168]: audit 2023-12-06T06:48:44.524302+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:48:45.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:45 smithi141 bash[25168]: audit 2023-12-06T06:48:45.250699+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.40:0/3570993064' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:48:45.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:45 smithi040 bash[30799]: audit 2023-12-06T06:48:44.516524+0000 mon.a (mon.0) 324 : audit [INF] from='client.? 172.21.15.40:0/1645525449' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "683239ae-72ff-455d-bb3b-83b903e34ed9"}]: dispatch 2023-12-06T06:48:45.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:45 smithi040 bash[30799]: audit 2023-12-06T06:48:44.524046+0000 mon.a (mon.0) 325 : audit [INF] from='client.? 172.21.15.40:0/1645525449' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "683239ae-72ff-455d-bb3b-83b903e34ed9"}]': finished 2023-12-06T06:48:45.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:45 smithi040 bash[30799]: cluster 2023-12-06T06:48:44.524172+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-06T06:48:45.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:45 smithi040 bash[30799]: audit 2023-12-06T06:48:44.524302+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:48:45.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:45 smithi040 bash[30799]: audit 2023-12-06T06:48:45.250699+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.40:0/3570993064' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:48:45.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:45 smithi040 bash[25004]: audit 2023-12-06T06:48:44.516524+0000 mon.a (mon.0) 324 : audit [INF] from='client.? 172.21.15.40:0/1645525449' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "683239ae-72ff-455d-bb3b-83b903e34ed9"}]: dispatch 2023-12-06T06:48:45.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:45 smithi040 bash[25004]: audit 2023-12-06T06:48:44.524046+0000 mon.a (mon.0) 325 : audit [INF] from='client.? 172.21.15.40:0/1645525449' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "683239ae-72ff-455d-bb3b-83b903e34ed9"}]': finished 2023-12-06T06:48:45.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:45 smithi040 bash[25004]: cluster 2023-12-06T06:48:44.524172+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-06T06:48:45.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:45 smithi040 bash[25004]: audit 2023-12-06T06:48:44.524302+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:48:45.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:45 smithi040 bash[25004]: audit 2023-12-06T06:48:45.250699+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.40:0/3570993064' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:48:46.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:46 smithi040 bash[25004]: cluster 2023-12-06T06:48:45.666714+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:46.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:46 smithi040 bash[30799]: cluster 2023-12-06T06:48:45.666714+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:46.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:46 smithi141 bash[25168]: cluster 2023-12-06T06:48:45.666714+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:48.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:48 smithi040 bash[25004]: cluster 2023-12-06T06:48:47.667141+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-06T06:48:48.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:48 smithi040 bash[25004]: audit 2023-12-06T06:48:47.726797+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:48:48.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:48 smithi040 bash[25004]: audit 2023-12-06T06:48:47.727583+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:48:48.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:48 smithi040 bash[30799]: cluster 2023-12-06T06:48:47.667141+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-06T06:48:48.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:48 smithi040 bash[30799]: audit 2023-12-06T06:48:47.726797+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:48:48.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:48 smithi040 bash[30799]: audit 2023-12-06T06:48:47.727583+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:48:49.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:48 smithi141 bash[25168]: cluster 2023-12-06T06:48:47.667141+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-06T06:48:49.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:48 smithi141 bash[25168]: audit 2023-12-06T06:48:47.726797+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:48:49.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:48 smithi141 bash[25168]: audit 2023-12-06T06:48:47.727583+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:48:51.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:51 smithi040 bash[25004]: cluster 2023-12-06T06:48:49.667598+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-06T06:48:51.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:51 smithi040 bash[30799]: cluster 2023-12-06T06:48:49.667598+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-06T06:48:51.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:51 smithi141 bash[25168]: cluster 2023-12-06T06:48:49.667598+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-06T06:48:53.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:53 smithi040 bash[25004]: cluster 2023-12-06T06:48:51.668113+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-06T06:48:53.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:53 smithi040 bash[30799]: cluster 2023-12-06T06:48:51.668113+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-06T06:48:53.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:53 smithi141 bash[25168]: cluster 2023-12-06T06:48:51.668113+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-06T06:48:55.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:55 smithi040 bash[25004]: cluster 2023-12-06T06:48:53.668616+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-06T06:48:55.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:55 smithi040 bash[30799]: cluster 2023-12-06T06:48:53.668616+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-06T06:48:55.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:55 smithi141 bash[25168]: cluster 2023-12-06T06:48:53.668616+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-06T06:48:56.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:56 smithi040 bash[25004]: audit 2023-12-06T06:48:55.510801+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T06:48:56.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:56 smithi040 bash[25004]: audit 2023-12-06T06:48:55.512122+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:56.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:56 smithi040 bash[30799]: audit 2023-12-06T06:48:55.510801+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T06:48:56.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:56 smithi040 bash[30799]: audit 2023-12-06T06:48:55.512122+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:56.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:56 smithi141 bash[25168]: audit 2023-12-06T06:48:55.510801+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T06:48:56.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:56 smithi141 bash[25168]: audit 2023-12-06T06:48:55.512122+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:48:57.457 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:57 smithi141 bash[25168]: cephadm 2023-12-06T06:48:55.513132+0000 mgr.y (mgr.14152) 102 : cephadm [INF] Deploying daemon osd.1 on smithi040 2023-12-06T06:48:57.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:57 smithi141 bash[25168]: cluster 2023-12-06T06:48:55.669082+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:57.526 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:57 smithi040 bash[30799]: cephadm 2023-12-06T06:48:55.513132+0000 mgr.y (mgr.14152) 102 : cephadm [INF] Deploying daemon osd.1 on smithi040 2023-12-06T06:48:57.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:57 smithi040 bash[30799]: cluster 2023-12-06T06:48:55.669082+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:57.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:57 smithi040 bash[25004]: cephadm 2023-12-06T06:48:55.513132+0000 mgr.y (mgr.14152) 102 : cephadm [INF] Deploying daemon osd.1 on smithi040 2023-12-06T06:48:57.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:57 smithi040 bash[25004]: cluster 2023-12-06T06:48:55.669082+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:48:59.489 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:48:59 smithi040 bash[25004]: cluster 2023-12-06T06:48:57.669575+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-06T06:48:59.489 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:48:59 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:48:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:48:59.490 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:48:59 smithi040 bash[30799]: cluster 2023-12-06T06:48:57.669575+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-06T06:48:59.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:48:59 smithi141 bash[25168]: cluster 2023-12-06T06:48:57.669575+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-06T06:49:00.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:00 smithi141 bash[25168]: audit 2023-12-06T06:48:59.383408+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:00.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:00 smithi141 bash[25168]: audit 2023-12-06T06:48:59.389637+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:00.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:00 smithi141 bash[25168]: audit 2023-12-06T06:48:59.627647+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:00.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:00 smithi141 bash[25168]: audit 2023-12-06T06:48:59.639800+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:00.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:00 smithi141 bash[25168]: audit 2023-12-06T06:48:59.641814+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:00.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:00 smithi141 bash[25168]: audit 2023-12-06T06:48:59.642875+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:00.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:00 smithi141 bash[25168]: audit 2023-12-06T06:48:59.652530+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:00.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:00 smithi040 bash[25004]: audit 2023-12-06T06:48:59.383408+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:00.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:00 smithi040 bash[25004]: audit 2023-12-06T06:48:59.389637+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:00.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:00 smithi040 bash[25004]: audit 2023-12-06T06:48:59.627647+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:00.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:00 smithi040 bash[25004]: audit 2023-12-06T06:48:59.639800+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:00.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:00 smithi040 bash[25004]: audit 2023-12-06T06:48:59.641814+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:00.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:00 smithi040 bash[25004]: audit 2023-12-06T06:48:59.642875+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:00.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:00 smithi040 bash[25004]: audit 2023-12-06T06:48:59.652530+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:00.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:00 smithi040 bash[30799]: audit 2023-12-06T06:48:59.383408+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:00.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:00 smithi040 bash[30799]: audit 2023-12-06T06:48:59.389637+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:00.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:00 smithi040 bash[30799]: audit 2023-12-06T06:48:59.627647+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:00.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:00 smithi040 bash[30799]: audit 2023-12-06T06:48:59.639800+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:00.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:00 smithi040 bash[30799]: audit 2023-12-06T06:48:59.641814+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:00.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:00 smithi040 bash[30799]: audit 2023-12-06T06:48:59.642875+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:00.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:00 smithi040 bash[30799]: audit 2023-12-06T06:48:59.652530+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:01.402 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:01 smithi040 bash[30799]: cluster 2023-12-06T06:48:59.669932+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-06T06:49:01.402 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:01 smithi040 bash[25004]: cluster 2023-12-06T06:48:59.669932+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-06T06:49:01.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:01 smithi141 bash[25168]: cluster 2023-12-06T06:48:59.669932+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-06T06:49:03.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:03 smithi040 bash[25004]: cluster 2023-12-06T06:49:01.670337+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-06T06:49:03.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:03 smithi040 bash[30799]: cluster 2023-12-06T06:49:01.670337+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-06T06:49:03.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:03 smithi141 bash[25168]: cluster 2023-12-06T06:49:01.670337+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-06T06:49:04.526 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:49:04 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:49:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:49:05.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[25004]: cluster 2023-12-06T06:49:03.670826+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-06T06:49:05.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[25004]: audit 2023-12-06T06:49:04.115904+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:05.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[25004]: cephadm 2023-12-06T06:49:04.117498+0000 mgr.y (mgr.14152) 108 : cephadm [INF] Detected new or changed devices on smithi040 2023-12-06T06:49:05.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[25004]: audit 2023-12-06T06:49:04.124459+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:05.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[25004]: audit 2023-12-06T06:49:04.131211+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:05.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[25004]: audit 2023-12-06T06:49:04.133261+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:05.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[25004]: audit 2023-12-06T06:49:04.134496+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:05.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[25004]: audit 2023-12-06T06:49:04.145216+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:05.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[30799]: cluster 2023-12-06T06:49:03.670826+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-06T06:49:05.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[30799]: audit 2023-12-06T06:49:04.115904+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:05.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[30799]: cephadm 2023-12-06T06:49:04.117498+0000 mgr.y (mgr.14152) 108 : cephadm [INF] Detected new or changed devices on smithi040 2023-12-06T06:49:05.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[30799]: audit 2023-12-06T06:49:04.124459+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:05.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[30799]: audit 2023-12-06T06:49:04.131211+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:05.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[30799]: audit 2023-12-06T06:49:04.133261+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:05.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[30799]: audit 2023-12-06T06:49:04.134496+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:05.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:05 smithi040 bash[30799]: audit 2023-12-06T06:49:04.145216+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:05.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:05 smithi141 bash[25168]: cluster 2023-12-06T06:49:03.670826+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-06T06:49:05.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:05 smithi141 bash[25168]: audit 2023-12-06T06:49:04.115904+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:05.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:05 smithi141 bash[25168]: cephadm 2023-12-06T06:49:04.117498+0000 mgr.y (mgr.14152) 108 : cephadm [INF] Detected new or changed devices on smithi040 2023-12-06T06:49:05.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:05 smithi141 bash[25168]: audit 2023-12-06T06:49:04.124459+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:05.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:05 smithi141 bash[25168]: audit 2023-12-06T06:49:04.131211+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:05.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:05 smithi141 bash[25168]: audit 2023-12-06T06:49:04.133261+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:05.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:05 smithi141 bash[25168]: audit 2023-12-06T06:49:04.134496+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:05.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:05 smithi141 bash[25168]: audit 2023-12-06T06:49:04.145216+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:06.947 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:49:06 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:49:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:49:07.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[25004]: cluster 2023-12-06T06:49:05.671375+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:49:07.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[25004]: audit 2023-12-06T06:49:06.639914+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:07.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[25004]: audit 2023-12-06T06:49:06.646224+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:07.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[25004]: audit 2023-12-06T06:49:06.669686+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:07.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[25004]: audit 2023-12-06T06:49:06.671884+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:07.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[25004]: audit 2023-12-06T06:49:06.673182+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:07.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[25004]: audit 2023-12-06T06:49:06.683079+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:07.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[25004]: audit 2023-12-06T06:49:06.950398+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/3235247466,v1:172.21.15.40:6811/3235247466]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T06:49:07.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[25004]: audit 2023-12-06T06:49:06.950999+0000 mon.a (mon.0) 351 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T06:49:07.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[30799]: cluster 2023-12-06T06:49:05.671375+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:49:07.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[30799]: audit 2023-12-06T06:49:06.639914+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:07.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[30799]: audit 2023-12-06T06:49:06.646224+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:07.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[30799]: audit 2023-12-06T06:49:06.669686+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:07.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[30799]: audit 2023-12-06T06:49:06.671884+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:07.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[30799]: audit 2023-12-06T06:49:06.673182+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:07.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[30799]: audit 2023-12-06T06:49:06.683079+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:07.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[30799]: audit 2023-12-06T06:49:06.950398+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/3235247466,v1:172.21.15.40:6811/3235247466]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T06:49:07.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:07 smithi040 bash[30799]: audit 2023-12-06T06:49:06.950999+0000 mon.a (mon.0) 351 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T06:49:07.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:07 smithi141 bash[25168]: cluster 2023-12-06T06:49:05.671375+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:49:07.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:07 smithi141 bash[25168]: audit 2023-12-06T06:49:06.639914+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:07.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:07 smithi141 bash[25168]: audit 2023-12-06T06:49:06.646224+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:07.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:07 smithi141 bash[25168]: audit 2023-12-06T06:49:06.669686+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:07.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:07 smithi141 bash[25168]: audit 2023-12-06T06:49:06.671884+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:07.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:07 smithi141 bash[25168]: audit 2023-12-06T06:49:06.673182+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:07.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:07 smithi141 bash[25168]: audit 2023-12-06T06:49:06.683079+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:07.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:07 smithi141 bash[25168]: audit 2023-12-06T06:49:06.950398+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/3235247466,v1:172.21.15.40:6811/3235247466]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T06:49:07.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:07 smithi141 bash[25168]: audit 2023-12-06T06:49:06.950999+0000 mon.a (mon.0) 351 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T06:49:07.922 INFO:teuthology.orchestra.run.smithi040.stdout:Created osd(s) 1 on host 'smithi040' 2023-12-06T06:49:08.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:08 smithi141 bash[25168]: cluster 2023-12-06T06:49:07.671941+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-06T06:49:08.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:08 smithi141 bash[25168]: audit 2023-12-06T06:49:07.686924+0000 mon.a (mon.0) 352 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T06:49:08.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:08 smithi141 bash[25168]: cluster 2023-12-06T06:49:07.687258+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-06T06:49:08.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:08 smithi141 bash[25168]: audit 2023-12-06T06:49:07.687571+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:49:08.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:08 smithi141 bash[25168]: audit 2023-12-06T06:49:07.688455+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/3235247466,v1:172.21.15.40:6811/3235247466]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:49:08.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:08 smithi141 bash[25168]: audit 2023-12-06T06:49:07.689261+0000 mon.a (mon.0) 355 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:49:08.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:08 smithi141 bash[25168]: audit 2023-12-06T06:49:07.919249+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:08.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:08 smithi141 bash[25168]: audit 2023-12-06T06:49:07.954300+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:08.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:08 smithi141 bash[25168]: audit 2023-12-06T06:49:07.956380+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:08.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:08 smithi141 bash[25168]: audit 2023-12-06T06:49:07.957810+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:08.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:08 smithi141 bash[25168]: audit 2023-12-06T06:49:07.961173+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:49:08.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:08 smithi141 bash[25168]: audit 2023-12-06T06:49:07.962586+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:49:08.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:08 smithi141 bash[25168]: cephadm 2023-12-06T06:49:07.963515+0000 mgr.y (mgr.14152) 111 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 7613M 2023-12-06T06:49:08.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:08 smithi141 bash[25168]: audit 2023-12-06T06:49:07.970463+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:08.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:08 smithi141 bash[25168]: audit 2023-12-06T06:49:07.976613+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:09.015 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[25004]: cluster 2023-12-06T06:49:07.671941+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-06T06:49:09.015 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[25004]: audit 2023-12-06T06:49:07.686924+0000 mon.a (mon.0) 352 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T06:49:09.015 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[25004]: cluster 2023-12-06T06:49:07.687258+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-06T06:49:09.015 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[25004]: audit 2023-12-06T06:49:07.687571+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:49:09.015 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[25004]: audit 2023-12-06T06:49:07.688455+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/3235247466,v1:172.21.15.40:6811/3235247466]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:49:09.015 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[25004]: audit 2023-12-06T06:49:07.689261+0000 mon.a (mon.0) 355 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:49:09.015 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[25004]: audit 2023-12-06T06:49:07.919249+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:09.015 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[25004]: audit 2023-12-06T06:49:07.954300+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:09.015 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[25004]: audit 2023-12-06T06:49:07.956380+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:09.015 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[25004]: audit 2023-12-06T06:49:07.957810+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:09.015 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[25004]: audit 2023-12-06T06:49:07.961173+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:49:09.015 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[25004]: audit 2023-12-06T06:49:07.962586+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:49:09.016 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[25004]: cephadm 2023-12-06T06:49:07.963515+0000 mgr.y (mgr.14152) 111 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 7613M 2023-12-06T06:49:09.016 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[25004]: audit 2023-12-06T06:49:07.970463+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:09.016 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[25004]: audit 2023-12-06T06:49:07.976613+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:09.017 DEBUG:teuthology.orchestra.run.smithi040:osd.1> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.1.service 2023-12-06T06:49:09.017 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[30799]: cluster 2023-12-06T06:49:07.671941+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-06T06:49:09.018 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[30799]: audit 2023-12-06T06:49:07.686924+0000 mon.a (mon.0) 352 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T06:49:09.018 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[30799]: cluster 2023-12-06T06:49:07.687258+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-06T06:49:09.018 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[30799]: audit 2023-12-06T06:49:07.687571+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:49:09.018 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[30799]: audit 2023-12-06T06:49:07.688455+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/3235247466,v1:172.21.15.40:6811/3235247466]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:49:09.018 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[30799]: audit 2023-12-06T06:49:07.689261+0000 mon.a (mon.0) 355 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:49:09.018 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[30799]: audit 2023-12-06T06:49:07.919249+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:09.018 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[30799]: audit 2023-12-06T06:49:07.954300+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:09.018 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[30799]: audit 2023-12-06T06:49:07.956380+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:09.018 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[30799]: audit 2023-12-06T06:49:07.957810+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:09.018 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[30799]: audit 2023-12-06T06:49:07.961173+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:49:09.018 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[30799]: audit 2023-12-06T06:49:07.962586+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:49:09.019 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[30799]: cephadm 2023-12-06T06:49:07.963515+0000 mgr.y (mgr.14152) 111 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 7613M 2023-12-06T06:49:09.019 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[30799]: audit 2023-12-06T06:49:07.970463+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:09.019 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:08 smithi040 bash[30799]: audit 2023-12-06T06:49:07.976613+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:09.021 INFO:tasks.cephadm:Deploying osd.2 on smithi040 with /dev/vg_nvme/lv_2... 2023-12-06T06:49:09.021 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-06T06:49:09.723 INFO:journalctl@ceph.osd.1.smithi040.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:49:10.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:09 smithi040 bash[25004]: audit 2023-12-06T06:49:08.691525+0000 mon.a (mon.0) 364 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-06T06:49:10.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:09 smithi040 bash[25004]: cluster 2023-12-06T06:49:08.691701+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-06T06:49:10.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:09 smithi040 bash[25004]: audit 2023-12-06T06:49:08.692650+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:49:10.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:09 smithi040 bash[25004]: audit 2023-12-06T06:49:08.704491+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:49:10.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:09 smithi040 bash[30799]: audit 2023-12-06T06:49:08.691525+0000 mon.a (mon.0) 364 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-06T06:49:10.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:09 smithi040 bash[30799]: cluster 2023-12-06T06:49:08.691701+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-06T06:49:10.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:09 smithi040 bash[30799]: audit 2023-12-06T06:49:08.692650+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:49:10.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:09 smithi040 bash[30799]: audit 2023-12-06T06:49:08.704491+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:49:10.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:09 smithi141 bash[25168]: audit 2023-12-06T06:49:08.691525+0000 mon.a (mon.0) 364 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-06T06:49:10.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:09 smithi141 bash[25168]: cluster 2023-12-06T06:49:08.691701+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-06T06:49:10.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:09 smithi141 bash[25168]: audit 2023-12-06T06:49:08.692650+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:49:10.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:09 smithi141 bash[25168]: audit 2023-12-06T06:49:08.704491+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:49:10.870 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:10 smithi040 bash[30799]: cluster 2023-12-06T06:49:07.925682+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:49:10.870 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:10 smithi040 bash[30799]: cluster 2023-12-06T06:49:07.925827+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:49:10.871 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:10 smithi040 bash[30799]: cluster 2023-12-06T06:49:09.672392+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:49:10.871 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:10 smithi040 bash[30799]: cluster 2023-12-06T06:49:09.705478+0000 mon.a (mon.0) 368 : cluster [INF] osd.1 [v2:172.21.15.40:6810/3235247466,v1:172.21.15.40:6811/3235247466] boot 2023-12-06T06:49:10.871 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:10 smithi040 bash[30799]: cluster 2023-12-06T06:49:09.705606+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-06T06:49:10.871 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:10 smithi040 bash[30799]: audit 2023-12-06T06:49:09.706262+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:49:10.871 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:10 smithi040 bash[25004]: cluster 2023-12-06T06:49:07.925682+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:49:10.871 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:10 smithi040 bash[25004]: cluster 2023-12-06T06:49:07.925827+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:49:10.871 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:10 smithi040 bash[25004]: cluster 2023-12-06T06:49:09.672392+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:49:10.871 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:10 smithi040 bash[25004]: cluster 2023-12-06T06:49:09.705478+0000 mon.a (mon.0) 368 : cluster [INF] osd.1 [v2:172.21.15.40:6810/3235247466,v1:172.21.15.40:6811/3235247466] boot 2023-12-06T06:49:10.871 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:10 smithi040 bash[25004]: cluster 2023-12-06T06:49:09.705606+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-06T06:49:10.871 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:10 smithi040 bash[25004]: audit 2023-12-06T06:49:09.706262+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:49:11.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:10 smithi141 bash[25168]: cluster 2023-12-06T06:49:07.925682+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:49:11.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:10 smithi141 bash[25168]: cluster 2023-12-06T06:49:07.925827+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:49:11.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:10 smithi141 bash[25168]: cluster 2023-12-06T06:49:09.672392+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T06:49:11.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:10 smithi141 bash[25168]: cluster 2023-12-06T06:49:09.705478+0000 mon.a (mon.0) 368 : cluster [INF] osd.1 [v2:172.21.15.40:6810/3235247466,v1:172.21.15.40:6811/3235247466] boot 2023-12-06T06:49:11.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:10 smithi141 bash[25168]: cluster 2023-12-06T06:49:09.705606+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-06T06:49:11.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:10 smithi141 bash[25168]: audit 2023-12-06T06:49:09.706262+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:49:12.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:11 smithi040 bash[25004]: cluster 2023-12-06T06:49:10.731907+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-06T06:49:12.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:11 smithi040 bash[30799]: cluster 2023-12-06T06:49:10.731907+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-06T06:49:12.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:11 smithi141 bash[25168]: cluster 2023-12-06T06:49:10.731907+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-06T06:49:12.699 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-06T06:49:12.699 INFO:teuthology.orchestra.run.smithi040.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-06T06:49:12.699 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10+0 records in 2023-12-06T06:49:12.700 INFO:teuthology.orchestra.run.smithi040.stderr:10+0 records out 2023-12-06T06:49:12.700 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0179799 s, 583 MB/s 2023-12-06T06:49:12.700 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping successful for: 2023-12-06T06:49:13.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:12 smithi040 bash[25004]: cluster 2023-12-06T06:49:11.672928+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:13.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:12 smithi040 bash[30799]: cluster 2023-12-06T06:49:11.672928+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:13.207 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:12 smithi141 bash[25168]: cluster 2023-12-06T06:49:11.672928+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:13.457 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi040:vg_nvme/lv_2 2023-12-06T06:49:15.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:14 smithi040 bash[25004]: cluster 2023-12-06T06:49:13.673401+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-06T06:49:15.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:14 smithi040 bash[30799]: cluster 2023-12-06T06:49:13.673401+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-06T06:49:15.116 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:14 smithi141 bash[25168]: cluster 2023-12-06T06:49:13.673401+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-06T06:49:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:17 smithi040 bash[25004]: cluster 2023-12-06T06:49:15.673900+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:17 smithi040 bash[25004]: audit 2023-12-06T06:49:16.328497+0000 mgr.y (mgr.14152) 116 : audit [DBG] from='client.14268 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:49:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:17 smithi040 bash[25004]: audit 2023-12-06T06:49:16.335111+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:49:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:17 smithi040 bash[25004]: audit 2023-12-06T06:49:16.338888+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:49:17.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:17 smithi040 bash[25004]: audit 2023-12-06T06:49:16.340034+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:17.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:17 smithi040 bash[30799]: cluster 2023-12-06T06:49:15.673900+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:17.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:17 smithi040 bash[30799]: audit 2023-12-06T06:49:16.328497+0000 mgr.y (mgr.14152) 116 : audit [DBG] from='client.14268 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:49:17.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:17 smithi040 bash[30799]: audit 2023-12-06T06:49:16.335111+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:49:17.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:17 smithi040 bash[30799]: audit 2023-12-06T06:49:16.338888+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:49:17.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:17 smithi040 bash[30799]: audit 2023-12-06T06:49:16.340034+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:17.564 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:17 smithi141 bash[25168]: cluster 2023-12-06T06:49:15.673900+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:17.564 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:17 smithi141 bash[25168]: audit 2023-12-06T06:49:16.328497+0000 mgr.y (mgr.14152) 116 : audit [DBG] from='client.14268 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:49:17.565 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:17 smithi141 bash[25168]: audit 2023-12-06T06:49:16.335111+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:49:17.565 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:17 smithi141 bash[25168]: audit 2023-12-06T06:49:16.338888+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:49:17.565 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:17 smithi141 bash[25168]: audit 2023-12-06T06:49:16.340034+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:19.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:19 smithi040 bash[25004]: cluster 2023-12-06T06:49:17.674437+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-06T06:49:19.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:19 smithi040 bash[30799]: cluster 2023-12-06T06:49:17.674437+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-06T06:49:19.519 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:19 smithi141 bash[25168]: cluster 2023-12-06T06:49:17.674437+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-06T06:49:19.776 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:49:19 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:49:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:49:20.757 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:20 smithi040 bash[30799]: audit 2023-12-06T06:49:19.507956+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:20.757 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:20 smithi040 bash[30799]: audit 2023-12-06T06:49:19.515464+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:20.757 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:20 smithi040 bash[30799]: cluster 2023-12-06T06:49:19.675013+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-06T06:49:20.758 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:20 smithi040 bash[25004]: audit 2023-12-06T06:49:19.507956+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:20.758 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:20 smithi040 bash[25004]: audit 2023-12-06T06:49:19.515464+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:20.758 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:20 smithi040 bash[25004]: cluster 2023-12-06T06:49:19.675013+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-06T06:49:20.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:20 smithi141 bash[25168]: audit 2023-12-06T06:49:19.507956+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:20.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:20 smithi141 bash[25168]: audit 2023-12-06T06:49:19.515464+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:20.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:20 smithi141 bash[25168]: cluster 2023-12-06T06:49:19.675013+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-06T06:49:23.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:22 smithi040 bash[30799]: cluster 2023-12-06T06:49:21.675560+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-06T06:49:23.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:22 smithi040 bash[30799]: audit 2023-12-06T06:49:22.473488+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.40:0/316486895' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94d05e2a-1e27-4e97-babc-d6854a781b3a"}]: dispatch 2023-12-06T06:49:23.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:22 smithi040 bash[30799]: audit 2023-12-06T06:49:22.474312+0000 mon.a (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94d05e2a-1e27-4e97-babc-d6854a781b3a"}]: dispatch 2023-12-06T06:49:23.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:22 smithi040 bash[30799]: audit 2023-12-06T06:49:22.483598+0000 mon.a (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94d05e2a-1e27-4e97-babc-d6854a781b3a"}]': finished 2023-12-06T06:49:23.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:22 smithi040 bash[30799]: cluster 2023-12-06T06:49:22.483731+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-06T06:49:23.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:22 smithi040 bash[30799]: audit 2023-12-06T06:49:22.483898+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:49:23.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:22 smithi040 bash[25004]: cluster 2023-12-06T06:49:21.675560+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-06T06:49:23.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:22 smithi040 bash[25004]: audit 2023-12-06T06:49:22.473488+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.40:0/316486895' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94d05e2a-1e27-4e97-babc-d6854a781b3a"}]: dispatch 2023-12-06T06:49:23.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:22 smithi040 bash[25004]: audit 2023-12-06T06:49:22.474312+0000 mon.a (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94d05e2a-1e27-4e97-babc-d6854a781b3a"}]: dispatch 2023-12-06T06:49:23.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:22 smithi040 bash[25004]: audit 2023-12-06T06:49:22.483598+0000 mon.a (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94d05e2a-1e27-4e97-babc-d6854a781b3a"}]': finished 2023-12-06T06:49:23.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:22 smithi040 bash[25004]: cluster 2023-12-06T06:49:22.483731+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-06T06:49:23.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:22 smithi040 bash[25004]: audit 2023-12-06T06:49:22.483898+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:49:23.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:22 smithi141 bash[25168]: cluster 2023-12-06T06:49:21.675560+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-06T06:49:23.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:22 smithi141 bash[25168]: audit 2023-12-06T06:49:22.473488+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.40:0/316486895' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94d05e2a-1e27-4e97-babc-d6854a781b3a"}]: dispatch 2023-12-06T06:49:23.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:22 smithi141 bash[25168]: audit 2023-12-06T06:49:22.474312+0000 mon.a (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94d05e2a-1e27-4e97-babc-d6854a781b3a"}]: dispatch 2023-12-06T06:49:23.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:22 smithi141 bash[25168]: audit 2023-12-06T06:49:22.483598+0000 mon.a (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94d05e2a-1e27-4e97-babc-d6854a781b3a"}]': finished 2023-12-06T06:49:23.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:22 smithi141 bash[25168]: cluster 2023-12-06T06:49:22.483731+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-06T06:49:23.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:22 smithi141 bash[25168]: audit 2023-12-06T06:49:22.483898+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:49:24.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:23 smithi040 bash[25004]: audit 2023-12-06T06:49:23.195787+0000 mon.a (mon.0) 381 : audit [DBG] from='client.? 172.21.15.40:0/1869894221' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:49:24.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:23 smithi040 bash[30799]: audit 2023-12-06T06:49:23.195787+0000 mon.a (mon.0) 381 : audit [DBG] from='client.? 172.21.15.40:0/1869894221' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:49:24.207 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:23 smithi141 bash[25168]: audit 2023-12-06T06:49:23.195787+0000 mon.a (mon.0) 381 : audit [DBG] from='client.? 172.21.15.40:0/1869894221' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:49:24.776 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:49:24 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:49:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:49:25.691 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:25 smithi040 bash[30799]: cluster 2023-12-06T06:49:23.676061+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:25.691 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:25 smithi040 bash[30799]: audit 2023-12-06T06:49:24.346565+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:25.692 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:25 smithi040 bash[30799]: audit 2023-12-06T06:49:24.355592+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:25.692 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:25 smithi040 bash[25004]: cluster 2023-12-06T06:49:23.676061+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:25.692 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:25 smithi040 bash[25004]: audit 2023-12-06T06:49:24.346565+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:25.692 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:25 smithi040 bash[25004]: audit 2023-12-06T06:49:24.355592+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:25.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:25 smithi141 bash[25168]: cluster 2023-12-06T06:49:23.676061+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:25.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:25 smithi141 bash[25168]: audit 2023-12-06T06:49:24.346565+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:25.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:25 smithi141 bash[25168]: audit 2023-12-06T06:49:24.355592+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:27.526 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:27 smithi040 bash[30799]: cluster 2023-12-06T06:49:25.676583+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:27.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:27 smithi040 bash[25004]: cluster 2023-12-06T06:49:25.676583+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:27.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:27 smithi141 bash[25168]: cluster 2023-12-06T06:49:25.676583+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:29.663 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:29 smithi040 bash[25004]: cluster 2023-12-06T06:49:27.677107+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-06T06:49:29.664 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:29 smithi040 bash[30799]: cluster 2023-12-06T06:49:27.677107+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-06T06:49:29.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:29 smithi141 bash[25168]: cluster 2023-12-06T06:49:27.677107+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-06T06:49:31.526 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:31 smithi040 bash[30799]: cluster 2023-12-06T06:49:29.677623+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-06T06:49:31.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:31 smithi040 bash[25004]: cluster 2023-12-06T06:49:29.677623+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-06T06:49:31.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:31 smithi141 bash[25168]: cluster 2023-12-06T06:49:29.677623+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-06T06:49:33.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:33 smithi040 bash[25004]: cluster 2023-12-06T06:49:31.678265+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-06T06:49:33.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:33 smithi040 bash[25004]: audit 2023-12-06T06:49:33.287513+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T06:49:33.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:33 smithi040 bash[25004]: audit 2023-12-06T06:49:33.289098+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:33.581 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:33 smithi040 bash[30799]: cluster 2023-12-06T06:49:31.678265+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-06T06:49:33.581 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:33 smithi040 bash[30799]: audit 2023-12-06T06:49:33.287513+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T06:49:33.581 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:33 smithi040 bash[30799]: audit 2023-12-06T06:49:33.289098+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:33.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:33 smithi141 bash[25168]: cluster 2023-12-06T06:49:31.678265+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-06T06:49:33.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:33 smithi141 bash[25168]: audit 2023-12-06T06:49:33.287513+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T06:49:33.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:33 smithi141 bash[25168]: audit 2023-12-06T06:49:33.289098+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:34.696 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:34 smithi040 bash[25004]: cephadm 2023-12-06T06:49:33.290405+0000 mgr.y (mgr.14152) 125 : cephadm [INF] Deploying daemon osd.2 on smithi040 2023-12-06T06:49:34.697 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:34 smithi040 bash[30799]: cephadm 2023-12-06T06:49:33.290405+0000 mgr.y (mgr.14152) 125 : cephadm [INF] Deploying daemon osd.2 on smithi040 2023-12-06T06:49:34.707 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:34 smithi141 bash[25168]: cephadm 2023-12-06T06:49:33.290405+0000 mgr.y (mgr.14152) 125 : cephadm [INF] Deploying daemon osd.2 on smithi040 2023-12-06T06:49:35.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:35 smithi040 bash[25004]: cluster 2023-12-06T06:49:33.678808+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:35.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:35 smithi040 bash[30799]: cluster 2023-12-06T06:49:33.678808+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:35.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:35 smithi141 bash[25168]: cluster 2023-12-06T06:49:33.678808+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:37.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:37 smithi040 bash[25004]: cluster 2023-12-06T06:49:35.679370+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:37.526 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:37 smithi040 bash[30799]: cluster 2023-12-06T06:49:35.679370+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:37.686 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:37 smithi141 bash[25168]: cluster 2023-12-06T06:49:35.679370+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:38.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:38 smithi141 bash[25168]: audit 2023-12-06T06:49:37.390330+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:38.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:38 smithi141 bash[25168]: audit 2023-12-06T06:49:37.421210+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:38.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:38 smithi141 bash[25168]: audit 2023-12-06T06:49:37.422819+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:38.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:38 smithi141 bash[25168]: audit 2023-12-06T06:49:37.423877+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:38.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:38 smithi141 bash[25168]: audit 2023-12-06T06:49:37.431205+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:38.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:38 smithi040 bash[25004]: audit 2023-12-06T06:49:37.390330+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:38.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:38 smithi040 bash[25004]: audit 2023-12-06T06:49:37.421210+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:38.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:38 smithi040 bash[25004]: audit 2023-12-06T06:49:37.422819+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:38.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:38 smithi040 bash[25004]: audit 2023-12-06T06:49:37.423877+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:38.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:38 smithi040 bash[25004]: audit 2023-12-06T06:49:37.431205+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:38.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:38 smithi040 bash[30799]: audit 2023-12-06T06:49:37.390330+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:38.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:38 smithi040 bash[30799]: audit 2023-12-06T06:49:37.421210+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:38.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:38 smithi040 bash[30799]: audit 2023-12-06T06:49:37.422819+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:38.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:38 smithi040 bash[30799]: audit 2023-12-06T06:49:37.423877+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:38.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:38 smithi040 bash[30799]: audit 2023-12-06T06:49:37.431205+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:39.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:39 smithi040 bash[25004]: cluster 2023-12-06T06:49:37.679904+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-06T06:49:39.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:39 smithi040 bash[30799]: cluster 2023-12-06T06:49:37.679904+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-06T06:49:39.648 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:39 smithi141 bash[25168]: cluster 2023-12-06T06:49:37.679904+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-06T06:49:40.026 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:49:39 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:49:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:49:40.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:40 smithi141 bash[25168]: audit 2023-12-06T06:49:39.637653+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:40.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:40 smithi141 bash[25168]: audit 2023-12-06T06:49:39.644304+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:40.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:40 smithi141 bash[25168]: cluster 2023-12-06T06:49:39.680392+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-06T06:49:41.018 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:40 smithi040 bash[30799]: audit 2023-12-06T06:49:39.637653+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:41.019 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:40 smithi040 bash[30799]: audit 2023-12-06T06:49:39.644304+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:41.019 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:40 smithi040 bash[30799]: cluster 2023-12-06T06:49:39.680392+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-06T06:49:41.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:40 smithi040 bash[25004]: audit 2023-12-06T06:49:39.637653+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:41.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:40 smithi040 bash[25004]: audit 2023-12-06T06:49:39.644304+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:41.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:40 smithi040 bash[25004]: cluster 2023-12-06T06:49:39.680392+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-06T06:49:42.922 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:42 smithi040 bash[25004]: cluster 2023-12-06T06:49:41.680815+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-06T06:49:42.922 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:42 smithi040 bash[30799]: cluster 2023-12-06T06:49:41.680815+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-06T06:49:43.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:42 smithi141 bash[25168]: cluster 2023-12-06T06:49:41.680815+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-06T06:49:44.745 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:49:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:49:44.745 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[30799]: cluster 2023-12-06T06:49:43.681240+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-06T06:49:44.745 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[25004]: cluster 2023-12-06T06:49:43.681240+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-06T06:49:44.745 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[25004]: audit 2023-12-06T06:49:44.482788+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:44.745 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[25004]: audit 2023-12-06T06:49:44.491053+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:44.745 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[25004]: audit 2023-12-06T06:49:44.515939+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:44.746 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[25004]: audit 2023-12-06T06:49:44.517911+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:44.746 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[25004]: audit 2023-12-06T06:49:44.519090+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:44.746 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[25004]: audit 2023-12-06T06:49:44.529716+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:44.746 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[25004]: audit 2023-12-06T06:49:44.713185+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.40:6818/3221360792,v1:172.21.15.40:6819/3221360792]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T06:49:44.746 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[25004]: audit 2023-12-06T06:49:44.713633+0000 mon.a (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T06:49:45.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[30799]: audit 2023-12-06T06:49:44.482788+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:45.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[30799]: audit 2023-12-06T06:49:44.491053+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:45.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[30799]: audit 2023-12-06T06:49:44.515939+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:45.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[30799]: audit 2023-12-06T06:49:44.517911+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:45.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[30799]: audit 2023-12-06T06:49:44.519090+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:45.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[30799]: audit 2023-12-06T06:49:44.529716+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:45.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[30799]: audit 2023-12-06T06:49:44.713185+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.40:6818/3221360792,v1:172.21.15.40:6819/3221360792]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T06:49:45.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:44 smithi040 bash[30799]: audit 2023-12-06T06:49:44.713633+0000 mon.a (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T06:49:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:44 smithi141 bash[25168]: cluster 2023-12-06T06:49:43.681240+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-06T06:49:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:44 smithi141 bash[25168]: audit 2023-12-06T06:49:44.482788+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:44 smithi141 bash[25168]: audit 2023-12-06T06:49:44.491053+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:44 smithi141 bash[25168]: audit 2023-12-06T06:49:44.515939+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:44 smithi141 bash[25168]: audit 2023-12-06T06:49:44.517911+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:44 smithi141 bash[25168]: audit 2023-12-06T06:49:44.519090+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:44 smithi141 bash[25168]: audit 2023-12-06T06:49:44.529716+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:44 smithi141 bash[25168]: audit 2023-12-06T06:49:44.713185+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.40:6818/3221360792,v1:172.21.15.40:6819/3221360792]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T06:49:45.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:44 smithi141 bash[25168]: audit 2023-12-06T06:49:44.713633+0000 mon.a (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T06:49:45.580 INFO:teuthology.orchestra.run.smithi040.stdout:Created osd(s) 2 on host 'smithi040' 2023-12-06T06:49:46.612 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[30799]: cephadm 2023-12-06T06:49:44.484004+0000 mgr.y (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi040 2023-12-06T06:49:46.612 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[30799]: audit 2023-12-06T06:49:45.539589+0000 mon.a (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T06:49:46.612 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[30799]: cluster 2023-12-06T06:49:45.539728+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-06T06:49:46.612 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[30799]: audit 2023-12-06T06:49:45.539962+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:49:46.613 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[30799]: audit 2023-12-06T06:49:45.541115+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.40:6818/3221360792,v1:172.21.15.40:6819/3221360792]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:49:46.613 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[30799]: audit 2023-12-06T06:49:45.542045+0000 mon.a (mon.0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:49:46.613 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[30799]: audit 2023-12-06T06:49:45.577742+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:46.613 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[30799]: audit 2023-12-06T06:49:45.599871+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:46.613 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[30799]: audit 2023-12-06T06:49:45.601991+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:46.613 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[30799]: audit 2023-12-06T06:49:45.603289+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:46.613 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[30799]: audit 2023-12-06T06:49:45.614982+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:46.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[25004]: cephadm 2023-12-06T06:49:44.484004+0000 mgr.y (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi040 2023-12-06T06:49:46.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[25004]: audit 2023-12-06T06:49:45.539589+0000 mon.a (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T06:49:46.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[25004]: cluster 2023-12-06T06:49:45.539728+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-06T06:49:46.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[25004]: audit 2023-12-06T06:49:45.539962+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:49:46.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[25004]: audit 2023-12-06T06:49:45.541115+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.40:6818/3221360792,v1:172.21.15.40:6819/3221360792]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:49:46.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[25004]: audit 2023-12-06T06:49:45.542045+0000 mon.a (mon.0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:49:46.614 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[25004]: audit 2023-12-06T06:49:45.577742+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:46.614 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[25004]: audit 2023-12-06T06:49:45.599871+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:46.614 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[25004]: audit 2023-12-06T06:49:45.601991+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:46.614 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[25004]: audit 2023-12-06T06:49:45.603289+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:46.614 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:46 smithi040 bash[25004]: audit 2023-12-06T06:49:45.614982+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:46.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:46 smithi141 bash[25168]: cephadm 2023-12-06T06:49:44.484004+0000 mgr.y (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi040 2023-12-06T06:49:46.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:46 smithi141 bash[25168]: audit 2023-12-06T06:49:45.539589+0000 mon.a (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T06:49:46.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:46 smithi141 bash[25168]: cluster 2023-12-06T06:49:45.539728+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-06T06:49:46.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:46 smithi141 bash[25168]: audit 2023-12-06T06:49:45.539962+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:49:46.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:46 smithi141 bash[25168]: audit 2023-12-06T06:49:45.541115+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.40:6818/3221360792,v1:172.21.15.40:6819/3221360792]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:49:46.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:46 smithi141 bash[25168]: audit 2023-12-06T06:49:45.542045+0000 mon.a (mon.0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:49:46.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:46 smithi141 bash[25168]: audit 2023-12-06T06:49:45.577742+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:46.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:46 smithi141 bash[25168]: audit 2023-12-06T06:49:45.599871+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:46.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:46 smithi141 bash[25168]: audit 2023-12-06T06:49:45.601991+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:46.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:46 smithi141 bash[25168]: audit 2023-12-06T06:49:45.603289+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:46.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:46 smithi141 bash[25168]: audit 2023-12-06T06:49:45.614982+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:47.074 DEBUG:teuthology.orchestra.run.smithi040:osd.2> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.2.service 2023-12-06T06:49:47.076 INFO:tasks.cephadm:Deploying osd.3 on smithi040 with /dev/vg_nvme/lv_1... 2023-12-06T06:49:47.076 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-06T06:49:47.337 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:47 smithi040 bash[25004]: cluster 2023-12-06T06:49:45.681709+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:47.337 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:47 smithi040 bash[25004]: audit 2023-12-06T06:49:46.536899+0000 mon.a (mon.0) 409 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-06T06:49:47.337 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:47 smithi040 bash[25004]: cluster 2023-12-06T06:49:46.537054+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-06T06:49:47.337 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:47 smithi040 bash[25004]: audit 2023-12-06T06:49:46.537261+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:49:47.337 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:47 smithi040 bash[25004]: audit 2023-12-06T06:49:46.544954+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:49:47.337 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:47 smithi040 bash[30799]: cluster 2023-12-06T06:49:45.681709+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:47.337 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:47 smithi040 bash[30799]: audit 2023-12-06T06:49:46.536899+0000 mon.a (mon.0) 409 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-06T06:49:47.338 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:47 smithi040 bash[30799]: cluster 2023-12-06T06:49:46.537054+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-06T06:49:47.338 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:47 smithi040 bash[30799]: audit 2023-12-06T06:49:46.537261+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:49:47.338 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:47 smithi040 bash[30799]: audit 2023-12-06T06:49:46.544954+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:49:47.527 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:49:47 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:49:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:49:47.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:47 smithi141 bash[25168]: cluster 2023-12-06T06:49:45.681709+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T06:49:47.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:47 smithi141 bash[25168]: audit 2023-12-06T06:49:46.536899+0000 mon.a (mon.0) 409 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-06T06:49:47.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:47 smithi141 bash[25168]: cluster 2023-12-06T06:49:46.537054+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-06T06:49:47.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:47 smithi141 bash[25168]: audit 2023-12-06T06:49:46.537261+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:49:47.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:47 smithi141 bash[25168]: audit 2023-12-06T06:49:46.544954+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:49:47.721 INFO:journalctl@ceph.osd.2.smithi040.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:49:48.678 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[25004]: cluster 2023-12-06T06:49:45.731605+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:49:48.678 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[25004]: cluster 2023-12-06T06:49:45.731860+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:49:48.679 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[25004]: audit 2023-12-06T06:49:47.325794+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:48.679 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[25004]: audit 2023-12-06T06:49:47.334376+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:48.679 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[25004]: audit 2023-12-06T06:49:47.338483+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:48.679 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[25004]: audit 2023-12-06T06:49:47.340444+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:48.679 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[25004]: audit 2023-12-06T06:49:47.341609+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:48.679 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[25004]: audit 2023-12-06T06:49:47.351834+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:48.679 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[25004]: cluster 2023-12-06T06:49:47.541347+0000 mon.a (mon.0) 419 : cluster [INF] osd.2 [v2:172.21.15.40:6818/3221360792,v1:172.21.15.40:6819/3221360792] boot 2023-12-06T06:49:48.679 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[25004]: cluster 2023-12-06T06:49:47.541460+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-06T06:49:48.679 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[25004]: audit 2023-12-06T06:49:47.541748+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:49:48.679 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[25004]: audit 2023-12-06T06:49:47.729187+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:49:48.679 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[25004]: audit 2023-12-06T06:49:47.730432+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:49:48.679 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[25004]: audit 2023-12-06T06:49:47.794831+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' 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-06T06:49:48.679 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[30799]: cluster 2023-12-06T06:49:45.731605+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:49:48.680 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[30799]: cluster 2023-12-06T06:49:45.731860+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:49:48.680 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[30799]: audit 2023-12-06T06:49:47.325794+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:48.680 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[30799]: audit 2023-12-06T06:49:47.334376+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:48.680 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[30799]: audit 2023-12-06T06:49:47.338483+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:48.680 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[30799]: audit 2023-12-06T06:49:47.340444+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:48.680 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[30799]: audit 2023-12-06T06:49:47.341609+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:48.680 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[30799]: audit 2023-12-06T06:49:47.351834+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:48.680 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[30799]: cluster 2023-12-06T06:49:47.541347+0000 mon.a (mon.0) 419 : cluster [INF] osd.2 [v2:172.21.15.40:6818/3221360792,v1:172.21.15.40:6819/3221360792] boot 2023-12-06T06:49:48.680 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[30799]: cluster 2023-12-06T06:49:47.541460+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-06T06:49:48.680 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[30799]: audit 2023-12-06T06:49:47.541748+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:49:48.680 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[30799]: audit 2023-12-06T06:49:47.729187+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:49:48.680 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[30799]: audit 2023-12-06T06:49:47.730432+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:49:48.680 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:48 smithi040 bash[30799]: audit 2023-12-06T06:49:47.794831+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' 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-06T06:49:48.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:48 smithi141 bash[25168]: cluster 2023-12-06T06:49:45.731605+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:49:48.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:48 smithi141 bash[25168]: cluster 2023-12-06T06:49:45.731860+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:49:48.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:48 smithi141 bash[25168]: audit 2023-12-06T06:49:47.325794+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:48.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:48 smithi141 bash[25168]: audit 2023-12-06T06:49:47.334376+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:48.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:48 smithi141 bash[25168]: audit 2023-12-06T06:49:47.338483+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:49:48.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:48 smithi141 bash[25168]: audit 2023-12-06T06:49:47.340444+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:48.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:48 smithi141 bash[25168]: audit 2023-12-06T06:49:47.341609+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:49:48.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:48 smithi141 bash[25168]: audit 2023-12-06T06:49:47.351834+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:48.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:48 smithi141 bash[25168]: cluster 2023-12-06T06:49:47.541347+0000 mon.a (mon.0) 419 : cluster [INF] osd.2 [v2:172.21.15.40:6818/3221360792,v1:172.21.15.40:6819/3221360792] boot 2023-12-06T06:49:48.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:48 smithi141 bash[25168]: cluster 2023-12-06T06:49:47.541460+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-06T06:49:48.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:48 smithi141 bash[25168]: audit 2023-12-06T06:49:47.541748+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:49:48.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:48 smithi141 bash[25168]: audit 2023-12-06T06:49:47.729187+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:49:48.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:48 smithi141 bash[25168]: audit 2023-12-06T06:49:47.730432+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:49:48.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:48 smithi141 bash[25168]: audit 2023-12-06T06:49:47.794831+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' 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-06T06:49:49.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:49 smithi141 bash[25168]: cluster 2023-12-06T06:49:47.682266+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:49:49.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:49 smithi141 bash[25168]: audit 2023-12-06T06:49:48.548734+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' 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-06T06:49:49.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:49 smithi141 bash[25168]: cluster 2023-12-06T06:49:48.548829+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-06T06:49:49.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:49 smithi141 bash[25168]: audit 2023-12-06T06:49:48.551800+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T06:49:49.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:49 smithi040 bash[25004]: cluster 2023-12-06T06:49:47.682266+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:49:49.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:49 smithi040 bash[25004]: audit 2023-12-06T06:49:48.548734+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' 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-06T06:49:49.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:49 smithi040 bash[25004]: cluster 2023-12-06T06:49:48.548829+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-06T06:49:49.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:49 smithi040 bash[25004]: audit 2023-12-06T06:49:48.551800+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T06:49:49.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:49 smithi040 bash[30799]: cluster 2023-12-06T06:49:47.682266+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:49:49.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:49 smithi040 bash[30799]: audit 2023-12-06T06:49:48.548734+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' 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-06T06:49:49.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:49 smithi040 bash[30799]: cluster 2023-12-06T06:49:48.548829+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-06T06:49:49.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:49 smithi040 bash[30799]: audit 2023-12-06T06:49:48.551800+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T06:49:50.776 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:50 smithi040 bash[30799]: audit 2023-12-06T06:49:49.552079+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T06:49:50.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:50 smithi040 bash[30799]: cluster 2023-12-06T06:49:49.552324+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-06T06:49:50.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:50 smithi040 bash[30799]: cluster 2023-12-06T06:49:49.684014+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:49:50.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:50 smithi040 bash[25004]: audit 2023-12-06T06:49:49.552079+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T06:49:50.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:50 smithi040 bash[25004]: cluster 2023-12-06T06:49:49.552324+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-06T06:49:50.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:50 smithi040 bash[25004]: cluster 2023-12-06T06:49:49.684014+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:49:50.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:50 smithi141 bash[25168]: audit 2023-12-06T06:49:49.552079+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T06:49:50.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:50 smithi141 bash[25168]: cluster 2023-12-06T06:49:49.552324+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-06T06:49:50.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:50 smithi141 bash[25168]: cluster 2023-12-06T06:49:49.684014+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:49:51.129 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-06T06:49:51.129 INFO:teuthology.orchestra.run.smithi040.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-06T06:49:51.129 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10+0 records in 2023-12-06T06:49:51.129 INFO:teuthology.orchestra.run.smithi040.stderr:10+0 records out 2023-12-06T06:49:51.129 INFO:teuthology.orchestra.run.smithi040.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0154256 s, 680 MB/s 2023-12-06T06:49:51.129 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping successful for: 2023-12-06T06:49:51.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:51 smithi040 bash[25004]: cluster 2023-12-06T06:49:50.565831+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-06T06:49:51.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:51 smithi040 bash[25004]: cluster 2023-12-06T06:49:50.566493+0000 mon.a (mon.0) 431 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-06T06:49:51.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:51 smithi040 bash[25004]: audit 2023-12-06T06:49:50.651491+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:51.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:51 smithi040 bash[30799]: cluster 2023-12-06T06:49:50.565831+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-06T06:49:51.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:51 smithi040 bash[30799]: cluster 2023-12-06T06:49:50.566493+0000 mon.a (mon.0) 431 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-06T06:49:51.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:51 smithi040 bash[30799]: audit 2023-12-06T06:49:50.651491+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:51.839 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi040:vg_nvme/lv_1 2023-12-06T06:49:51.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:51 smithi141 bash[25168]: cluster 2023-12-06T06:49:50.565831+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-06T06:49:51.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:51 smithi141 bash[25168]: cluster 2023-12-06T06:49:50.566493+0000 mon.a (mon.0) 431 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-06T06:49:51.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:51 smithi141 bash[25168]: audit 2023-12-06T06:49:50.651491+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:53.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:53 smithi141 bash[25168]: cluster 2023-12-06T06:49:51.684524+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:49:53.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:53 smithi141 bash[25168]: audit 2023-12-06T06:49:52.449309+0000 mon.a (mon.0) 433 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T06:49:53.776 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:53 smithi040 bash[30799]: cluster 2023-12-06T06:49:51.684524+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:49:53.776 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:53 smithi040 bash[30799]: audit 2023-12-06T06:49:52.449309+0000 mon.a (mon.0) 433 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T06:49:53.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:53 smithi040 bash[25004]: cluster 2023-12-06T06:49:51.684524+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:49:53.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:53 smithi040 bash[25004]: audit 2023-12-06T06:49:52.449309+0000 mon.a (mon.0) 433 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T06:49:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:55 smithi141 bash[25168]: audit 2023-12-06T06:49:53.350286+0000 mon.a (mon.0) 434 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T06:49:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:55 smithi141 bash[25168]: audit 2023-12-06T06:49:53.351963+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:49:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:55 smithi141 bash[25168]: audit 2023-12-06T06:49:53.352636+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:49:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:55 smithi141 bash[25168]: audit 2023-12-06T06:49:53.355734+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:49:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:55 smithi141 bash[25168]: audit 2023-12-06T06:49:53.361238+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T06:49:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:55 smithi141 bash[25168]: audit 2023-12-06T06:49:53.361615+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:49:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:55 smithi141 bash[25168]: audit 2023-12-06T06:49:53.361831+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:49:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:55 smithi141 bash[25168]: audit 2023-12-06T06:49:53.362121+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:49:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:55 smithi141 bash[25168]: audit 2023-12-06T06:49:54.258898+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T06:49:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:55 smithi141 bash[25168]: audit 2023-12-06T06:49:54.262761+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:49:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:55 smithi141 bash[25168]: audit 2023-12-06T06:49:54.263035+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:49:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:55 smithi141 bash[25168]: audit 2023-12-06T06:49:54.263249+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:49:55.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[25004]: audit 2023-12-06T06:49:53.350286+0000 mon.a (mon.0) 434 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T06:49:55.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[25004]: audit 2023-12-06T06:49:53.351963+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:49:55.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[25004]: audit 2023-12-06T06:49:53.352636+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:49:55.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[25004]: audit 2023-12-06T06:49:53.355734+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:49:55.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[25004]: audit 2023-12-06T06:49:53.361238+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T06:49:55.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[25004]: audit 2023-12-06T06:49:53.361615+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:49:55.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[25004]: audit 2023-12-06T06:49:53.361831+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:49:55.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[25004]: audit 2023-12-06T06:49:53.362121+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:49:55.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[25004]: audit 2023-12-06T06:49:54.258898+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T06:49:55.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[25004]: audit 2023-12-06T06:49:54.262761+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:49:55.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[25004]: audit 2023-12-06T06:49:54.263035+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:49:55.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[25004]: audit 2023-12-06T06:49:54.263249+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:49:55.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[30799]: audit 2023-12-06T06:49:53.350286+0000 mon.a (mon.0) 434 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T06:49:55.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[30799]: audit 2023-12-06T06:49:53.351963+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:49:55.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[30799]: audit 2023-12-06T06:49:53.352636+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:49:55.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[30799]: audit 2023-12-06T06:49:53.355734+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:49:55.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[30799]: audit 2023-12-06T06:49:53.361238+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T06:49:55.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[30799]: audit 2023-12-06T06:49:53.361615+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:49:55.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[30799]: audit 2023-12-06T06:49:53.361831+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:49:55.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[30799]: audit 2023-12-06T06:49:53.362121+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:49:55.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[30799]: audit 2023-12-06T06:49:54.258898+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T06:49:55.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[30799]: audit 2023-12-06T06:49:54.262761+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:49:55.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[30799]: audit 2023-12-06T06:49:54.263035+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:49:55.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:55 smithi040 bash[30799]: audit 2023-12-06T06:49:54.263249+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:49:56.432 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:56 smithi141 bash[25168]: cluster 2023-12-06T06:49:53.684961+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:49:56.432 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:56 smithi141 bash[25168]: audit 2023-12-06T06:49:54.262929+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T06:49:56.432 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:56 smithi141 bash[25168]: audit 2023-12-06T06:49:54.797174+0000 mgr.y (mgr.14152) 138 : audit [DBG] from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:49:56.433 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:56 smithi141 bash[25168]: audit 2023-12-06T06:49:54.804317+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:49:56.433 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:56 smithi141 bash[25168]: audit 2023-12-06T06:49:54.810121+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:49:56.433 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:56 smithi141 bash[25168]: audit 2023-12-06T06:49:54.811483+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:56.433 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:56 smithi141 bash[25168]: audit 2023-12-06T06:49:55.142395+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T06:49:56.433 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:56 smithi141 bash[25168]: audit 2023-12-06T06:49:55.175745+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:56.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[25004]: cluster 2023-12-06T06:49:53.684961+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:49:56.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[25004]: audit 2023-12-06T06:49:54.262929+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T06:49:56.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[25004]: audit 2023-12-06T06:49:54.797174+0000 mgr.y (mgr.14152) 138 : audit [DBG] from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:49:56.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[25004]: audit 2023-12-06T06:49:54.804317+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:49:56.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[25004]: audit 2023-12-06T06:49:54.810121+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:49:56.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[25004]: audit 2023-12-06T06:49:54.811483+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:56.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[25004]: audit 2023-12-06T06:49:55.142395+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T06:49:56.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[25004]: audit 2023-12-06T06:49:55.175745+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:56.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[30799]: cluster 2023-12-06T06:49:53.684961+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:49:56.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[30799]: audit 2023-12-06T06:49:54.262929+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T06:49:56.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[30799]: audit 2023-12-06T06:49:54.797174+0000 mgr.y (mgr.14152) 138 : audit [DBG] from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:49:56.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[30799]: audit 2023-12-06T06:49:54.804317+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:49:56.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[30799]: audit 2023-12-06T06:49:54.810121+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:49:56.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[30799]: audit 2023-12-06T06:49:54.811483+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:49:56.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[30799]: audit 2023-12-06T06:49:55.142395+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T06:49:56.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:56 smithi040 bash[30799]: audit 2023-12-06T06:49:55.175745+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:49:57.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:57 smithi040 bash[25004]: cluster 2023-12-06T06:49:55.685591+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:49:57.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:57 smithi040 bash[30799]: cluster 2023-12-06T06:49:55.685591+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:49:57.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:57 smithi141 bash[25168]: cluster 2023-12-06T06:49:55.685591+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:49:59.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:49:59 smithi141 bash[25168]: cluster 2023-12-06T06:49:57.686249+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v106: 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-06T06:49:59.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:49:59 smithi040 bash[25004]: cluster 2023-12-06T06:49:57.686249+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v106: 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-06T06:49:59.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:49:59 smithi040 bash[30799]: cluster 2023-12-06T06:49:57.686249+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v106: 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-06T06:50:00.066 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:49:59 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:49:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:50:01.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:00 smithi040 bash[25004]: cluster 2023-12-06T06:49:59.686856+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-06T06:50:01.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:00 smithi040 bash[25004]: audit 2023-12-06T06:49:59.771388+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:01.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:00 smithi040 bash[25004]: audit 2023-12-06T06:49:59.778925+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:01.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:00 smithi040 bash[25004]: cluster 2023-12-06T06:50:00.000163+0000 mon.a (mon.0) 450 : cluster [INF] overall HEALTH_OK 2023-12-06T06:50:01.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:00 smithi040 bash[30799]: cluster 2023-12-06T06:49:59.686856+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-06T06:50:01.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:00 smithi040 bash[30799]: audit 2023-12-06T06:49:59.771388+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:01.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:00 smithi040 bash[30799]: audit 2023-12-06T06:49:59.778925+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:01.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:00 smithi040 bash[30799]: cluster 2023-12-06T06:50:00.000163+0000 mon.a (mon.0) 450 : cluster [INF] overall HEALTH_OK 2023-12-06T06:50:01.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:00 smithi141 bash[25168]: cluster 2023-12-06T06:49:59.686856+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-06T06:50:01.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:00 smithi141 bash[25168]: audit 2023-12-06T06:49:59.771388+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:01.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:00 smithi141 bash[25168]: audit 2023-12-06T06:49:59.778925+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:01.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:00 smithi141 bash[25168]: cluster 2023-12-06T06:50:00.000163+0000 mon.a (mon.0) 450 : cluster [INF] overall HEALTH_OK 2023-12-06T06:50:02.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:01 smithi040 bash[25004]: audit 2023-12-06T06:50:00.938754+0000 mon.a (mon.0) 451 : audit [INF] from='client.? 172.21.15.40:0/346280364' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56e1da47-3d93-4627-a90d-1c5e3cfb17f8"}]: dispatch 2023-12-06T06:50:02.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:01 smithi040 bash[25004]: audit 2023-12-06T06:50:00.949438+0000 mon.a (mon.0) 452 : audit [INF] from='client.? 172.21.15.40:0/346280364' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "56e1da47-3d93-4627-a90d-1c5e3cfb17f8"}]': finished 2023-12-06T06:50:02.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:01 smithi040 bash[25004]: cluster 2023-12-06T06:50:00.949626+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-06T06:50:02.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:01 smithi040 bash[25004]: audit 2023-12-06T06:50:00.949864+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:50:02.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:01 smithi040 bash[25004]: audit 2023-12-06T06:50:01.657157+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.40:0/2189994677' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:50:02.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:01 smithi040 bash[30799]: audit 2023-12-06T06:50:00.938754+0000 mon.a (mon.0) 451 : audit [INF] from='client.? 172.21.15.40:0/346280364' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56e1da47-3d93-4627-a90d-1c5e3cfb17f8"}]: dispatch 2023-12-06T06:50:02.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:01 smithi040 bash[30799]: audit 2023-12-06T06:50:00.949438+0000 mon.a (mon.0) 452 : audit [INF] from='client.? 172.21.15.40:0/346280364' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "56e1da47-3d93-4627-a90d-1c5e3cfb17f8"}]': finished 2023-12-06T06:50:02.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:01 smithi040 bash[30799]: cluster 2023-12-06T06:50:00.949626+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-06T06:50:02.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:01 smithi040 bash[30799]: audit 2023-12-06T06:50:00.949864+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:50:02.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:01 smithi040 bash[30799]: audit 2023-12-06T06:50:01.657157+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.40:0/2189994677' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:50:02.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:01 smithi141 bash[25168]: audit 2023-12-06T06:50:00.938754+0000 mon.a (mon.0) 451 : audit [INF] from='client.? 172.21.15.40:0/346280364' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56e1da47-3d93-4627-a90d-1c5e3cfb17f8"}]: dispatch 2023-12-06T06:50:02.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:01 smithi141 bash[25168]: audit 2023-12-06T06:50:00.949438+0000 mon.a (mon.0) 452 : audit [INF] from='client.? 172.21.15.40:0/346280364' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "56e1da47-3d93-4627-a90d-1c5e3cfb17f8"}]': finished 2023-12-06T06:50:02.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:01 smithi141 bash[25168]: cluster 2023-12-06T06:50:00.949626+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-06T06:50:02.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:01 smithi141 bash[25168]: audit 2023-12-06T06:50:00.949864+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:50:02.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:01 smithi141 bash[25168]: audit 2023-12-06T06:50:01.657157+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.40:0/2189994677' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:50:03.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:02 smithi141 bash[25168]: cluster 2023-12-06T06:50:01.687294+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T06:50:03.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:02 smithi040 bash[25004]: cluster 2023-12-06T06:50:01.687294+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T06:50:03.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:02 smithi040 bash[30799]: cluster 2023-12-06T06:50:01.687294+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T06:50:05.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:04 smithi141 bash[25168]: cluster 2023-12-06T06:50:03.687787+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T06:50:05.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:04 smithi040 bash[25004]: cluster 2023-12-06T06:50:03.687787+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T06:50:05.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:04 smithi040 bash[30799]: cluster 2023-12-06T06:50:03.687787+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T06:50:06.198 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:50:06 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:50:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:50:07.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:07 smithi141 bash[25168]: cluster 2023-12-06T06:50:05.688388+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T06:50:07.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:07 smithi141 bash[25168]: audit 2023-12-06T06:50:06.110621+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:07.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:07 smithi141 bash[25168]: audit 2023-12-06T06:50:06.117442+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:07.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:07 smithi040 bash[25004]: cluster 2023-12-06T06:50:05.688388+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T06:50:07.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:07 smithi040 bash[25004]: audit 2023-12-06T06:50:06.110621+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:07.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:07 smithi040 bash[25004]: audit 2023-12-06T06:50:06.117442+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:07.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:07 smithi040 bash[30799]: cluster 2023-12-06T06:50:05.688388+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T06:50:07.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:07 smithi040 bash[30799]: audit 2023-12-06T06:50:06.110621+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:07.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:07 smithi040 bash[30799]: audit 2023-12-06T06:50:06.117442+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:09.405 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:09 smithi040 bash[25004]: cluster 2023-12-06T06:50:07.689093+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:09.405 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:09 smithi040 bash[30799]: cluster 2023-12-06T06:50:07.689093+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:09.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:09 smithi141 bash[25168]: cluster 2023-12-06T06:50:07.689093+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:11.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:11 smithi040 bash[25004]: cluster 2023-12-06T06:50:09.689680+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:11.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:11 smithi040 bash[30799]: cluster 2023-12-06T06:50:09.689680+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:11.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:11 smithi141 bash[25168]: cluster 2023-12-06T06:50:09.689680+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:13.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:13 smithi040 bash[30799]: cluster 2023-12-06T06:50:11.690289+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:13.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:13 smithi040 bash[30799]: audit 2023-12-06T06:50:12.393435+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T06:50:13.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:13 smithi040 bash[30799]: audit 2023-12-06T06:50:12.394888+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:13.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:13 smithi040 bash[30799]: cephadm 2023-12-06T06:50:12.396011+0000 mgr.y (mgr.14152) 148 : cephadm [INF] Deploying daemon osd.3 on smithi040 2023-12-06T06:50:13.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:13 smithi040 bash[25004]: cluster 2023-12-06T06:50:11.690289+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:13.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:13 smithi040 bash[25004]: audit 2023-12-06T06:50:12.393435+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T06:50:13.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:13 smithi040 bash[25004]: audit 2023-12-06T06:50:12.394888+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:13.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:13 smithi040 bash[25004]: cephadm 2023-12-06T06:50:12.396011+0000 mgr.y (mgr.14152) 148 : cephadm [INF] Deploying daemon osd.3 on smithi040 2023-12-06T06:50:13.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:13 smithi141 bash[25168]: cluster 2023-12-06T06:50:11.690289+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:13.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:13 smithi141 bash[25168]: audit 2023-12-06T06:50:12.393435+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T06:50:13.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:13 smithi141 bash[25168]: audit 2023-12-06T06:50:12.394888+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:13.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:13 smithi141 bash[25168]: cephadm 2023-12-06T06:50:12.396011+0000 mgr.y (mgr.14152) 148 : cephadm [INF] Deploying daemon osd.3 on smithi040 2023-12-06T06:50:15.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:15 smithi040 bash[25004]: cluster 2023-12-06T06:50:13.690886+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-06T06:50:15.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:15 smithi040 bash[30799]: cluster 2023-12-06T06:50:13.690886+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-06T06:50:15.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:15 smithi141 bash[25168]: cluster 2023-12-06T06:50:13.690886+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-06T06:50:17.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:17 smithi141 bash[25168]: cluster 2023-12-06T06:50:15.691612+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-06T06:50:17.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:17 smithi141 bash[25168]: audit 2023-12-06T06:50:16.467023+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:17.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:17 smithi141 bash[25168]: audit 2023-12-06T06:50:16.492312+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:50:17.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:17 smithi141 bash[25168]: audit 2023-12-06T06:50:16.494988+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:17.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:17 smithi141 bash[25168]: audit 2023-12-06T06:50:16.496204+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:50:17.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:17 smithi141 bash[25168]: audit 2023-12-06T06:50:16.503155+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:17.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:17 smithi040 bash[25004]: cluster 2023-12-06T06:50:15.691612+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-06T06:50:17.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:17 smithi040 bash[25004]: audit 2023-12-06T06:50:16.467023+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:17.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:17 smithi040 bash[25004]: audit 2023-12-06T06:50:16.492312+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:50:17.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:17 smithi040 bash[25004]: audit 2023-12-06T06:50:16.494988+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:17.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:17 smithi040 bash[25004]: audit 2023-12-06T06:50:16.496204+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:50:17.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:17 smithi040 bash[25004]: audit 2023-12-06T06:50:16.503155+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:17.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:17 smithi040 bash[30799]: cluster 2023-12-06T06:50:15.691612+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-06T06:50:17.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:17 smithi040 bash[30799]: audit 2023-12-06T06:50:16.467023+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:17.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:17 smithi040 bash[30799]: audit 2023-12-06T06:50:16.492312+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:50:17.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:17 smithi040 bash[30799]: audit 2023-12-06T06:50:16.494988+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:17.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:17 smithi040 bash[30799]: audit 2023-12-06T06:50:16.496204+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:50:17.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:17 smithi040 bash[30799]: audit 2023-12-06T06:50:16.503155+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:19.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:19 smithi040 bash[25004]: cluster 2023-12-06T06:50:17.692093+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-06T06:50:19.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:19 smithi040 bash[30799]: cluster 2023-12-06T06:50:17.692093+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-06T06:50:19.582 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:19 smithi141 bash[25168]: cluster 2023-12-06T06:50:17.692093+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-06T06:50:20.026 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:50:19 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:50:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:50:20.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:20 smithi141 bash[25168]: cluster 2023-12-06T06:50:19.692582+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:20.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:20 smithi141 bash[25168]: audit 2023-12-06T06:50:19.904600+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:20.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:20 smithi141 bash[25168]: audit 2023-12-06T06:50:19.912291+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:21.276 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:20 smithi040 bash[30799]: cluster 2023-12-06T06:50:19.692582+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:21.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:20 smithi040 bash[30799]: audit 2023-12-06T06:50:19.904600+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:21.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:20 smithi040 bash[30799]: audit 2023-12-06T06:50:19.912291+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:21.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:20 smithi040 bash[25004]: cluster 2023-12-06T06:50:19.692582+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:21.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:20 smithi040 bash[25004]: audit 2023-12-06T06:50:19.904600+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:21.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:20 smithi040 bash[25004]: audit 2023-12-06T06:50:19.912291+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:23.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:22 smithi141 bash[25168]: cluster 2023-12-06T06:50:21.693236+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:23.276 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:22 smithi040 bash[30799]: cluster 2023-12-06T06:50:21.693236+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:23.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:22 smithi040 bash[25004]: cluster 2023-12-06T06:50:21.693236+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:23.634 INFO:teuthology.orchestra.run.smithi040.stdout:Created osd(s) 3 on host 'smithi040' 2023-12-06T06:50:24.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:23 smithi141 bash[25168]: audit 2023-12-06T06:50:23.314527+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.40:6826/1323281575,v1:172.21.15.40:6827/1323281575]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T06:50:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:23 smithi141 bash[25168]: audit 2023-12-06T06:50:23.315209+0000 mon.a (mon.0) 466 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T06:50:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:23 smithi141 bash[25168]: audit 2023-12-06T06:50:23.630909+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:23 smithi141 bash[25168]: audit 2023-12-06T06:50:23.637492+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:50:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:23 smithi141 bash[25168]: audit 2023-12-06T06:50:23.639704+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:23 smithi141 bash[25168]: audit 2023-12-06T06:50:23.641092+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:50:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:23 smithi141 bash[25168]: audit 2023-12-06T06:50:23.644699+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:50:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:23 smithi141 bash[25168]: audit 2023-12-06T06:50:23.646111+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:50:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:23 smithi141 bash[25168]: audit 2023-12-06T06:50:23.647855+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:50:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:23 smithi141 bash[25168]: audit 2023-12-06T06:50:23.649625+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:50:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:23 smithi141 bash[25168]: audit 2023-12-06T06:50:23.658529+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:23 smithi141 bash[25168]: audit 2023-12-06T06:50:23.666476+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:24.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[25004]: audit 2023-12-06T06:50:23.314527+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.40:6826/1323281575,v1:172.21.15.40:6827/1323281575]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T06:50:24.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[25004]: audit 2023-12-06T06:50:23.315209+0000 mon.a (mon.0) 466 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T06:50:24.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[25004]: audit 2023-12-06T06:50:23.630909+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:24.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[25004]: audit 2023-12-06T06:50:23.637492+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:50:24.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[25004]: audit 2023-12-06T06:50:23.639704+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:24.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[25004]: audit 2023-12-06T06:50:23.641092+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:50:24.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[25004]: audit 2023-12-06T06:50:23.644699+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:50:24.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[25004]: audit 2023-12-06T06:50:23.646111+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:50:24.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[25004]: audit 2023-12-06T06:50:23.647855+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:50:24.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[25004]: audit 2023-12-06T06:50:23.649625+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:50:24.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[25004]: audit 2023-12-06T06:50:23.658529+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:24.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[25004]: audit 2023-12-06T06:50:23.666476+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:24.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[30799]: audit 2023-12-06T06:50:23.314527+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.40:6826/1323281575,v1:172.21.15.40:6827/1323281575]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T06:50:24.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[30799]: audit 2023-12-06T06:50:23.315209+0000 mon.a (mon.0) 466 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T06:50:24.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[30799]: audit 2023-12-06T06:50:23.630909+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:24.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[30799]: audit 2023-12-06T06:50:23.637492+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:50:24.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[30799]: audit 2023-12-06T06:50:23.639704+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:24.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[30799]: audit 2023-12-06T06:50:23.641092+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:50:24.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[30799]: audit 2023-12-06T06:50:23.644699+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:50:24.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[30799]: audit 2023-12-06T06:50:23.646111+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:50:24.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[30799]: audit 2023-12-06T06:50:23.647855+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:50:24.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[30799]: audit 2023-12-06T06:50:23.649625+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:50:24.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[30799]: audit 2023-12-06T06:50:23.658529+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:24.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:23 smithi040 bash[30799]: audit 2023-12-06T06:50:23.666476+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:24.727 DEBUG:teuthology.orchestra.run.smithi040:osd.3> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.3.service 2023-12-06T06:50:24.729 INFO:tasks.cephadm:Deploying osd.4 on smithi141 with /dev/vg_nvme/lv_4... 2023-12-06T06:50:24.729 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-06T06:50:24.939 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[30799]: cephadm 2023-12-06T06:50:23.651056+0000 mgr.y (mgr.14152) 154 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 3806M 2023-12-06T06:50:24.939 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[30799]: cluster 2023-12-06T06:50:23.693814+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-06T06:50:24.939 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[30799]: audit 2023-12-06T06:50:23.924368+0000 mon.a (mon.0) 477 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T06:50:24.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[25004]: cephadm 2023-12-06T06:50:23.651056+0000 mgr.y (mgr.14152) 154 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 3806M 2023-12-06T06:50:24.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[25004]: cluster 2023-12-06T06:50:23.693814+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-06T06:50:24.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[25004]: audit 2023-12-06T06:50:23.924368+0000 mon.a (mon.0) 477 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T06:50:24.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[25004]: cluster 2023-12-06T06:50:23.924461+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-06T06:50:24.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[25004]: audit 2023-12-06T06:50:23.924749+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:50:24.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[25004]: audit 2023-12-06T06:50:23.925250+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.40:6826/1323281575,v1:172.21.15.40:6827/1323281575]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:50:24.940 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[25004]: audit 2023-12-06T06:50:23.925632+0000 mon.a (mon.0) 480 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:50:25.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:24 smithi141 bash[25168]: cephadm 2023-12-06T06:50:23.651056+0000 mgr.y (mgr.14152) 154 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 3806M 2023-12-06T06:50:25.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:24 smithi141 bash[25168]: cluster 2023-12-06T06:50:23.693814+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-06T06:50:25.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:24 smithi141 bash[25168]: audit 2023-12-06T06:50:23.924368+0000 mon.a (mon.0) 477 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T06:50:25.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:24 smithi141 bash[25168]: cluster 2023-12-06T06:50:23.924461+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-06T06:50:25.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:24 smithi141 bash[25168]: audit 2023-12-06T06:50:23.924749+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:50:25.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:24 smithi141 bash[25168]: audit 2023-12-06T06:50:23.925250+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.40:6826/1323281575,v1:172.21.15.40:6827/1323281575]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:50:25.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:24 smithi141 bash[25168]: audit 2023-12-06T06:50:23.925632+0000 mon.a (mon.0) 480 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:50:25.248 INFO:journalctl@ceph.osd.3.smithi040.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:50:25.248 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[44711]: debug 2023-12-06T06:50:24.936+0000 7fc14ef68700 -1 osd.3 0 waiting for initial osdmap 2023-12-06T06:50:25.249 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[44711]: debug 2023-12-06T06:50:24.940+0000 7fc1498ff700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T06:50:25.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[30799]: cluster 2023-12-06T06:50:23.924461+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-06T06:50:25.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[30799]: audit 2023-12-06T06:50:23.924749+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:50:25.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[30799]: audit 2023-12-06T06:50:23.925250+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.40:6826/1323281575,v1:172.21.15.40:6827/1323281575]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:50:25.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:24 smithi040 bash[30799]: audit 2023-12-06T06:50:23.925632+0000 mon.a (mon.0) 480 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T06:50:26.028 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:25 smithi141 bash[25168]: audit 2023-12-06T06:50:24.931416+0000 mon.a (mon.0) 481 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-06T06:50:26.028 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:25 smithi141 bash[25168]: cluster 2023-12-06T06:50:24.931632+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-06T06:50:26.028 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:25 smithi141 bash[25168]: audit 2023-12-06T06:50:24.932374+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:50:26.028 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:25 smithi141 bash[25168]: audit 2023-12-06T06:50:24.939675+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:50:26.246 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:25 smithi040 bash[30799]: audit 2023-12-06T06:50:24.931416+0000 mon.a (mon.0) 481 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-06T06:50:26.246 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:25 smithi040 bash[30799]: cluster 2023-12-06T06:50:24.931632+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-06T06:50:26.246 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:25 smithi040 bash[30799]: audit 2023-12-06T06:50:24.932374+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:50:26.246 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:25 smithi040 bash[30799]: audit 2023-12-06T06:50:24.939675+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:50:26.246 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:25 smithi040 bash[25004]: audit 2023-12-06T06:50:24.931416+0000 mon.a (mon.0) 481 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-06T06:50:26.246 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:25 smithi040 bash[25004]: cluster 2023-12-06T06:50:24.931632+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-06T06:50:26.247 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:25 smithi040 bash[25004]: audit 2023-12-06T06:50:24.932374+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:50:26.247 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:25 smithi040 bash[25004]: audit 2023-12-06T06:50:24.939675+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:50:26.527 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:50:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:50:27.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[30799]: cluster 2023-12-06T06:50:24.271366+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:50:27.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[30799]: cluster 2023-12-06T06:50:24.271564+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:50:27.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[30799]: cluster 2023-12-06T06:50:25.694351+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:27.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[30799]: cluster 2023-12-06T06:50:25.941085+0000 mon.a (mon.0) 485 : cluster [INF] osd.3 [v2:172.21.15.40:6826/1323281575,v1:172.21.15.40:6827/1323281575] boot 2023-12-06T06:50:27.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[30799]: cluster 2023-12-06T06:50:25.941208+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-06T06:50:27.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[30799]: audit 2023-12-06T06:50:25.941889+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:50:27.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[30799]: audit 2023-12-06T06:50:26.236775+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:27.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[30799]: cephadm 2023-12-06T06:50:26.237718+0000 mgr.y (mgr.14152) 157 : cephadm [INF] Detected new or changed devices on smithi040 2023-12-06T06:50:27.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[30799]: audit 2023-12-06T06:50:26.243314+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:27.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[30799]: audit 2023-12-06T06:50:26.243570+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:50:27.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[30799]: audit 2023-12-06T06:50:26.246057+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:27.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[30799]: audit 2023-12-06T06:50:26.247201+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:50:27.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[30799]: cluster 2023-12-06T06:50:26.250178+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:27.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[30799]: audit 2023-12-06T06:50:26.254997+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:27.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[30799]: cluster 2023-12-06T06:50:26.274865+0000 mon.a (mon.0) 494 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-06T06:50:27.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25004]: cluster 2023-12-06T06:50:24.271366+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:50:27.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25004]: cluster 2023-12-06T06:50:24.271564+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:50:27.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25004]: cluster 2023-12-06T06:50:25.694351+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:27.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25004]: cluster 2023-12-06T06:50:25.941085+0000 mon.a (mon.0) 485 : cluster [INF] osd.3 [v2:172.21.15.40:6826/1323281575,v1:172.21.15.40:6827/1323281575] boot 2023-12-06T06:50:27.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25004]: cluster 2023-12-06T06:50:25.941208+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-06T06:50:27.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25004]: audit 2023-12-06T06:50:25.941889+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:50:27.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25004]: audit 2023-12-06T06:50:26.236775+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:27.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25004]: cephadm 2023-12-06T06:50:26.237718+0000 mgr.y (mgr.14152) 157 : cephadm [INF] Detected new or changed devices on smithi040 2023-12-06T06:50:27.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25004]: audit 2023-12-06T06:50:26.243314+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:27.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25004]: audit 2023-12-06T06:50:26.243570+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:50:27.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25004]: audit 2023-12-06T06:50:26.246057+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:27.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25004]: audit 2023-12-06T06:50:26.247201+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:50:27.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25004]: cluster 2023-12-06T06:50:26.250178+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:27.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25004]: audit 2023-12-06T06:50:26.254997+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:27.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:26 smithi040 bash[25004]: cluster 2023-12-06T06:50:26.274865+0000 mon.a (mon.0) 494 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-06T06:50:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:26 smithi141 bash[25168]: cluster 2023-12-06T06:50:24.271366+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:50:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:26 smithi141 bash[25168]: cluster 2023-12-06T06:50:24.271564+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:50:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:26 smithi141 bash[25168]: cluster 2023-12-06T06:50:25.694351+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:26 smithi141 bash[25168]: cluster 2023-12-06T06:50:25.941085+0000 mon.a (mon.0) 485 : cluster [INF] osd.3 [v2:172.21.15.40:6826/1323281575,v1:172.21.15.40:6827/1323281575] boot 2023-12-06T06:50:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:26 smithi141 bash[25168]: cluster 2023-12-06T06:50:25.941208+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-06T06:50:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:26 smithi141 bash[25168]: audit 2023-12-06T06:50:25.941889+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:50:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:26 smithi141 bash[25168]: audit 2023-12-06T06:50:26.236775+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:26 smithi141 bash[25168]: cephadm 2023-12-06T06:50:26.237718+0000 mgr.y (mgr.14152) 157 : cephadm [INF] Detected new or changed devices on smithi040 2023-12-06T06:50:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:26 smithi141 bash[25168]: audit 2023-12-06T06:50:26.243314+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:26 smithi141 bash[25168]: audit 2023-12-06T06:50:26.243570+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:50:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:26 smithi141 bash[25168]: audit 2023-12-06T06:50:26.246057+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:26 smithi141 bash[25168]: audit 2023-12-06T06:50:26.247201+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:50:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:26 smithi141 bash[25168]: cluster 2023-12-06T06:50:26.250178+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T06:50:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:26 smithi141 bash[25168]: audit 2023-12-06T06:50:26.254997+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:26 smithi141 bash[25168]: cluster 2023-12-06T06:50:26.274865+0000 mon.a (mon.0) 494 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-06T06:50:27.756 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-06T06:50:27.756 INFO:teuthology.orchestra.run.smithi141.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-06T06:50:27.756 INFO:teuthology.orchestra.run.smithi141.stderr: stderr: 10+0 records in 2023-12-06T06:50:27.756 INFO:teuthology.orchestra.run.smithi141.stderr:10+0 records out 2023-12-06T06:50:27.756 INFO:teuthology.orchestra.run.smithi141.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0203851 s, 514 MB/s 2023-12-06T06:50:27.757 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping successful for: 2023-12-06T06:50:28.442 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi141:vg_nvme/lv_4 2023-12-06T06:50:28.621 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:28 smithi141 bash[25168]: cluster 2023-12-06T06:50:27.285043+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-06T06:50:28.759 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:28 smithi040 bash[25004]: cluster 2023-12-06T06:50:27.285043+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-06T06:50:28.759 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:28 smithi040 bash[30799]: cluster 2023-12-06T06:50:27.285043+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-06T06:50:29.526 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:50:29 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:50:29] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:50:29.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:29 smithi040 bash[30799]: cluster 2023-12-06T06:50:28.250750+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:29.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:29 smithi040 bash[30799]: audit 2023-12-06T06:50:29.181678+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:29.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:29 smithi040 bash[30799]: audit 2023-12-06T06:50:29.189383+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:29.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:29 smithi040 bash[30799]: audit 2023-12-06T06:50:29.230610+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:50:29.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:29 smithi040 bash[30799]: audit 2023-12-06T06:50:29.233497+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:29.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:29 smithi040 bash[30799]: audit 2023-12-06T06:50:29.235435+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:50:29.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:29 smithi040 bash[30799]: audit 2023-12-06T06:50:29.247298+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:29.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:29 smithi040 bash[25004]: cluster 2023-12-06T06:50:28.250750+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:29.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:29 smithi040 bash[25004]: audit 2023-12-06T06:50:29.181678+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:29.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:29 smithi040 bash[25004]: audit 2023-12-06T06:50:29.189383+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:29.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:29 smithi040 bash[25004]: audit 2023-12-06T06:50:29.230610+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:50:29.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:29 smithi040 bash[25004]: audit 2023-12-06T06:50:29.233497+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:29.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:29 smithi040 bash[25004]: audit 2023-12-06T06:50:29.235435+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:50:29.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:29 smithi040 bash[25004]: audit 2023-12-06T06:50:29.247298+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:29.702 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:29 smithi141 bash[25168]: cluster 2023-12-06T06:50:28.250750+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:29.703 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:29 smithi141 bash[25168]: audit 2023-12-06T06:50:29.181678+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:29.703 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:29 smithi141 bash[25168]: audit 2023-12-06T06:50:29.189383+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:29.703 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:29 smithi141 bash[25168]: audit 2023-12-06T06:50:29.230610+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:50:29.703 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:29 smithi141 bash[25168]: audit 2023-12-06T06:50:29.233497+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:29.703 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:29 smithi141 bash[25168]: audit 2023-12-06T06:50:29.235435+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:50:29.703 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:29 smithi141 bash[25168]: audit 2023-12-06T06:50:29.247298+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:30.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:30 smithi141 bash[25168]: cluster 2023-12-06T06:50:29.239968+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:30.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:30 smithi141 bash[25168]: cluster 2023-12-06T06:50:30.186346+0000 mon.a (mon.0) 502 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-06T06:50:30.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:30 smithi141 bash[25168]: cluster 2023-12-06T06:50:30.186418+0000 mon.a (mon.0) 503 : cluster [INF] Cluster is now healthy 2023-12-06T06:50:30.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:30 smithi040 bash[25004]: cluster 2023-12-06T06:50:29.239968+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:30.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:30 smithi040 bash[25004]: cluster 2023-12-06T06:50:30.186346+0000 mon.a (mon.0) 502 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-06T06:50:30.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:30 smithi040 bash[25004]: cluster 2023-12-06T06:50:30.186418+0000 mon.a (mon.0) 503 : cluster [INF] Cluster is now healthy 2023-12-06T06:50:30.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:30 smithi040 bash[30799]: cluster 2023-12-06T06:50:29.239968+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:30.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:30 smithi040 bash[30799]: cluster 2023-12-06T06:50:30.186346+0000 mon.a (mon.0) 502 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-06T06:50:30.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:30 smithi040 bash[30799]: cluster 2023-12-06T06:50:30.186418+0000 mon.a (mon.0) 503 : cluster [INF] Cluster is now healthy 2023-12-06T06:50:32.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:32 smithi141 bash[25168]: cluster 2023-12-06T06:50:31.240650+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:32.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:32 smithi141 bash[25168]: audit 2023-12-06T06:50:31.328387+0000 mgr.y (mgr.14152) 162 : audit [DBG] from='client.24236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:50:32.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:32 smithi141 bash[25168]: audit 2023-12-06T06:50:31.335658+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:50:32.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:32 smithi141 bash[25168]: audit 2023-12-06T06:50:31.342429+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:50:32.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:32 smithi141 bash[25168]: audit 2023-12-06T06:50:31.344152+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:32 smithi040 bash[25004]: cluster 2023-12-06T06:50:31.240650+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:32 smithi040 bash[25004]: audit 2023-12-06T06:50:31.328387+0000 mgr.y (mgr.14152) 162 : audit [DBG] from='client.24236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:50:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:32 smithi040 bash[25004]: audit 2023-12-06T06:50:31.335658+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:50:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:32 smithi040 bash[25004]: audit 2023-12-06T06:50:31.342429+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:50:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:32 smithi040 bash[25004]: audit 2023-12-06T06:50:31.344152+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:32.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:32 smithi040 bash[30799]: cluster 2023-12-06T06:50:31.240650+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:32.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:32 smithi040 bash[30799]: audit 2023-12-06T06:50:31.328387+0000 mgr.y (mgr.14152) 162 : audit [DBG] from='client.24236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:50:32.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:32 smithi040 bash[30799]: audit 2023-12-06T06:50:31.335658+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:50:32.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:32 smithi040 bash[30799]: audit 2023-12-06T06:50:31.342429+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:50:32.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:32 smithi040 bash[30799]: audit 2023-12-06T06:50:31.344152+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:34.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:34 smithi141 bash[25168]: cluster 2023-12-06T06:50:33.241284+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:34.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:34 smithi040 bash[25004]: cluster 2023-12-06T06:50:33.241284+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:34.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:34 smithi040 bash[30799]: cluster 2023-12-06T06:50:33.241284+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:36.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:36 smithi141 bash[25168]: cluster 2023-12-06T06:50:35.241863+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-06T06:50:36.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:36 smithi040 bash[25004]: cluster 2023-12-06T06:50:35.241863+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-06T06:50:36.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:36 smithi040 bash[30799]: cluster 2023-12-06T06:50:35.241863+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-06T06:50:38.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:38 smithi141 bash[25168]: cluster 2023-12-06T06:50:37.242474+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-06T06:50:38.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:38 smithi141 bash[25168]: audit 2023-12-06T06:50:37.804296+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.141:0/3496364365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd68a28e-5c65-4711-be89-33708d7cadfa"}]: dispatch 2023-12-06T06:50:38.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:38 smithi141 bash[25168]: audit 2023-12-06T06:50:37.804679+0000 mon.a (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd68a28e-5c65-4711-be89-33708d7cadfa"}]: dispatch 2023-12-06T06:50:38.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:38 smithi141 bash[25168]: audit 2023-12-06T06:50:37.813739+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd68a28e-5c65-4711-be89-33708d7cadfa"}]': finished 2023-12-06T06:50:38.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:38 smithi141 bash[25168]: cluster 2023-12-06T06:50:37.813895+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-06T06:50:38.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:38 smithi141 bash[25168]: audit 2023-12-06T06:50:37.814220+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:50:38.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:38 smithi040 bash[25004]: cluster 2023-12-06T06:50:37.242474+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-06T06:50:38.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:38 smithi040 bash[25004]: audit 2023-12-06T06:50:37.804296+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.141:0/3496364365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd68a28e-5c65-4711-be89-33708d7cadfa"}]: dispatch 2023-12-06T06:50:38.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:38 smithi040 bash[25004]: audit 2023-12-06T06:50:37.804679+0000 mon.a (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd68a28e-5c65-4711-be89-33708d7cadfa"}]: dispatch 2023-12-06T06:50:38.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:38 smithi040 bash[25004]: audit 2023-12-06T06:50:37.813739+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd68a28e-5c65-4711-be89-33708d7cadfa"}]': finished 2023-12-06T06:50:38.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:38 smithi040 bash[25004]: cluster 2023-12-06T06:50:37.813895+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-06T06:50:38.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:38 smithi040 bash[25004]: audit 2023-12-06T06:50:37.814220+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:50:38.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:38 smithi040 bash[30799]: cluster 2023-12-06T06:50:37.242474+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-06T06:50:38.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:38 smithi040 bash[30799]: audit 2023-12-06T06:50:37.804296+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.141:0/3496364365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd68a28e-5c65-4711-be89-33708d7cadfa"}]: dispatch 2023-12-06T06:50:38.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:38 smithi040 bash[30799]: audit 2023-12-06T06:50:37.804679+0000 mon.a (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd68a28e-5c65-4711-be89-33708d7cadfa"}]: dispatch 2023-12-06T06:50:38.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:38 smithi040 bash[30799]: audit 2023-12-06T06:50:37.813739+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd68a28e-5c65-4711-be89-33708d7cadfa"}]': finished 2023-12-06T06:50:38.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:38 smithi040 bash[30799]: cluster 2023-12-06T06:50:37.813895+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-06T06:50:38.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:38 smithi040 bash[30799]: audit 2023-12-06T06:50:37.814220+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:50:39.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:39 smithi141 bash[25168]: audit 2023-12-06T06:50:38.592019+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.141:0/3536168681' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:50:39.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:39 smithi040 bash[25004]: audit 2023-12-06T06:50:38.592019+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.141:0/3536168681' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:50:39.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:39 smithi040 bash[30799]: audit 2023-12-06T06:50:38.592019+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.141:0/3536168681' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:50:40.324 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:50:40 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:50:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:50:40.337 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:40 smithi141 bash[25168]: cluster 2023-12-06T06:50:39.243050+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:40.338 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:40 smithi141 bash[25168]: audit 2023-12-06T06:50:40.060315+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:40.338 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:40 smithi141 bash[25168]: audit 2023-12-06T06:50:40.071447+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:40.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:40 smithi040 bash[25004]: cluster 2023-12-06T06:50:39.243050+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:40.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:40 smithi040 bash[25004]: audit 2023-12-06T06:50:40.060315+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:40.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:40 smithi040 bash[25004]: audit 2023-12-06T06:50:40.071447+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:40.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:40 smithi040 bash[30799]: cluster 2023-12-06T06:50:39.243050+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:40.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:40 smithi040 bash[30799]: audit 2023-12-06T06:50:40.060315+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:40.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:40 smithi040 bash[30799]: audit 2023-12-06T06:50:40.071447+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:42.649 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:42 smithi141 bash[25168]: cluster 2023-12-06T06:50:41.243653+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:42.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:42 smithi040 bash[25004]: cluster 2023-12-06T06:50:41.243653+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:42.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:42 smithi040 bash[30799]: cluster 2023-12-06T06:50:41.243653+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:44.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:44 smithi141 bash[25168]: cluster 2023-12-06T06:50:43.244285+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:44.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:44 smithi040 bash[25004]: cluster 2023-12-06T06:50:43.244285+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:44.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:44 smithi040 bash[30799]: cluster 2023-12-06T06:50:43.244285+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:46.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:46 smithi141 bash[25168]: cluster 2023-12-06T06:50:45.244862+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:46.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:46 smithi040 bash[25004]: cluster 2023-12-06T06:50:45.244862+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:46.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:46 smithi040 bash[30799]: cluster 2023-12-06T06:50:45.244862+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:47.526 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:50:47 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:50:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:50:48.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:48 smithi141 bash[25168]: cluster 2023-12-06T06:50:47.245450+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:48.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:48 smithi141 bash[25168]: audit 2023-12-06T06:50:47.283902+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:48.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:48 smithi141 bash[25168]: audit 2023-12-06T06:50:47.293212+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:48.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:48 smithi141 bash[25168]: audit 2023-12-06T06:50:47.732992+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:50:48.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:48 smithi141 bash[25168]: audit 2023-12-06T06:50:47.735250+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:50:48.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:48 smithi040 bash[25004]: cluster 2023-12-06T06:50:47.245450+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:48.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:48 smithi040 bash[25004]: audit 2023-12-06T06:50:47.283902+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:48.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:48 smithi040 bash[25004]: audit 2023-12-06T06:50:47.293212+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:48.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:48 smithi040 bash[25004]: audit 2023-12-06T06:50:47.732992+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:50:48.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:48 smithi040 bash[25004]: audit 2023-12-06T06:50:47.735250+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:50:48.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:48 smithi040 bash[30799]: cluster 2023-12-06T06:50:47.245450+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:48.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:48 smithi040 bash[30799]: audit 2023-12-06T06:50:47.283902+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:48.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:48 smithi040 bash[30799]: audit 2023-12-06T06:50:47.293212+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:48.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:48 smithi040 bash[30799]: audit 2023-12-06T06:50:47.732992+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:50:48.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:48 smithi040 bash[30799]: audit 2023-12-06T06:50:47.735250+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:50:49.580 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:49 smithi141 bash[25168]: audit 2023-12-06T06:50:48.500125+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T06:50:49.581 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:49 smithi141 bash[25168]: audit 2023-12-06T06:50:48.502103+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:49.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:49 smithi040 bash[25004]: audit 2023-12-06T06:50:48.500125+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T06:50:49.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:49 smithi040 bash[25004]: audit 2023-12-06T06:50:48.502103+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:49.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:49 smithi040 bash[30799]: audit 2023-12-06T06:50:48.500125+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T06:50:49.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:49 smithi040 bash[30799]: audit 2023-12-06T06:50:48.502103+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:50.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:50 smithi141 bash[25168]: cephadm 2023-12-06T06:50:48.503871+0000 mgr.y (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.4 on smithi141 2023-12-06T06:50:50.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:50 smithi141 bash[25168]: cluster 2023-12-06T06:50:49.246068+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-06T06:50:50.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:50 smithi040 bash[25004]: cephadm 2023-12-06T06:50:48.503871+0000 mgr.y (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.4 on smithi141 2023-12-06T06:50:50.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:50 smithi040 bash[25004]: cluster 2023-12-06T06:50:49.246068+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-06T06:50:50.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:50 smithi040 bash[30799]: cephadm 2023-12-06T06:50:48.503871+0000 mgr.y (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.4 on smithi141 2023-12-06T06:50:50.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:50 smithi040 bash[30799]: cluster 2023-12-06T06:50:49.246068+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-06T06:50:52.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:52 smithi141 bash[25168]: cluster 2023-12-06T06:50:51.246638+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-06T06:50:52.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:52 smithi040 bash[25004]: cluster 2023-12-06T06:50:51.246638+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-06T06:50:52.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:52 smithi040 bash[30799]: cluster 2023-12-06T06:50:51.246638+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-06T06:50:53.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:53 smithi141 bash[25168]: audit 2023-12-06T06:50:52.586891+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:50:53.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:53 smithi141 bash[25168]: audit 2023-12-06T06:50:52.593447+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:53.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:53 smithi141 bash[25168]: audit 2023-12-06T06:50:52.593903+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:53.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:53 smithi141 bash[25168]: audit 2023-12-06T06:50:52.596309+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:50:53.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:53 smithi141 bash[25168]: audit 2023-12-06T06:50:52.606873+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:53.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:53 smithi040 bash[25004]: audit 2023-12-06T06:50:52.586891+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:50:53.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:53 smithi040 bash[25004]: audit 2023-12-06T06:50:52.593447+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:53.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:53 smithi040 bash[25004]: audit 2023-12-06T06:50:52.593903+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:53.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:53 smithi040 bash[25004]: audit 2023-12-06T06:50:52.596309+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:50:53.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:53 smithi040 bash[25004]: audit 2023-12-06T06:50:52.606873+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:53.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:53 smithi040 bash[30799]: audit 2023-12-06T06:50:52.586891+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:50:53.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:53 smithi040 bash[30799]: audit 2023-12-06T06:50:52.593447+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:53.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:53 smithi040 bash[30799]: audit 2023-12-06T06:50:52.593903+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:50:53.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:53 smithi040 bash[30799]: audit 2023-12-06T06:50:52.596309+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:50:53.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:53 smithi040 bash[30799]: audit 2023-12-06T06:50:52.606873+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:50:54.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:54 smithi141 bash[25168]: cluster 2023-12-06T06:50:53.247210+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-06T06:50:54.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:54 smithi040 bash[25004]: cluster 2023-12-06T06:50:53.247210+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-06T06:50:54.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:54 smithi040 bash[30799]: cluster 2023-12-06T06:50:53.247210+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-06T06:50:56.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:56 smithi141 bash[25168]: cluster 2023-12-06T06:50:55.247776+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:56.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:56 smithi040 bash[25004]: cluster 2023-12-06T06:50:55.247776+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:56.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:56 smithi040 bash[30799]: cluster 2023-12-06T06:50:55.247776+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:58.689 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:50:58 smithi141 bash[25168]: cluster 2023-12-06T06:50:57.248295+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:58.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:50:58 smithi040 bash[25004]: cluster 2023-12-06T06:50:57.248295+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:58.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:50:58 smithi040 bash[30799]: cluster 2023-12-06T06:50:57.248295+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:50:59.195 INFO:teuthology.orchestra.run.smithi141.stdout:Created osd(s) 4 on host 'smithi141' 2023-12-06T06:51:00.307 DEBUG:teuthology.orchestra.run.smithi141:osd.4> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.4.service 2023-12-06T06:51:00.309 INFO:tasks.cephadm:Deploying osd.5 on smithi141 with /dev/vg_nvme/lv_3... 2023-12-06T06:51:00.309 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-06T06:51:00.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:00 smithi141 bash[25168]: audit 2023-12-06T06:50:59.192471+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:00.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:00 smithi141 bash[25168]: audit 2023-12-06T06:50:59.194035+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:00.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:00 smithi141 bash[25168]: audit 2023-12-06T06:50:59.197189+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:00.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:00 smithi141 bash[25168]: audit 2023-12-06T06:50:59.198692+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:00.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:00 smithi141 bash[25168]: audit 2023-12-06T06:50:59.202136+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:51:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:00 smithi141 bash[25168]: cephadm 2023-12-06T06:50:59.203558+0000 mgr.y (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi141 to 16247M 2023-12-06T06:51:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:00 smithi141 bash[25168]: audit 2023-12-06T06:50:59.209726+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:00 smithi141 bash[25168]: audit 2023-12-06T06:50:59.218162+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:00 smithi141 bash[25168]: cluster 2023-12-06T06:50:59.248835+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-06T06:51:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:00 smithi141 bash[25168]: audit 2023-12-06T06:50:59.436004+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.141:6800/543534414,v1:172.21.15.141:6801/543534414]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T06:51:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:00 smithi141 bash[25168]: audit 2023-12-06T06:50:59.436443+0000 mon.a (mon.0) 531 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T06:51:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:00 smithi141 bash[25168]: audit 2023-12-06T06:51:00.188807+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:00.526 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:51:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:51:00.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[30799]: audit 2023-12-06T06:50:59.192471+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:00.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[30799]: audit 2023-12-06T06:50:59.194035+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:00.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[30799]: audit 2023-12-06T06:50:59.197189+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:00.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[30799]: audit 2023-12-06T06:50:59.198692+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:00.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[30799]: audit 2023-12-06T06:50:59.202136+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:51:00.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[30799]: cephadm 2023-12-06T06:50:59.203558+0000 mgr.y (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi141 to 16247M 2023-12-06T06:51:00.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[30799]: audit 2023-12-06T06:50:59.209726+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:00.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[30799]: audit 2023-12-06T06:50:59.218162+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:00.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[30799]: cluster 2023-12-06T06:50:59.248835+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-06T06:51:00.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[30799]: audit 2023-12-06T06:50:59.436004+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.141:6800/543534414,v1:172.21.15.141:6801/543534414]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T06:51:00.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[30799]: audit 2023-12-06T06:50:59.436443+0000 mon.a (mon.0) 531 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T06:51:00.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[30799]: audit 2023-12-06T06:51:00.188807+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:00.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[25004]: audit 2023-12-06T06:50:59.192471+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:00.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[25004]: audit 2023-12-06T06:50:59.194035+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:00.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[25004]: audit 2023-12-06T06:50:59.197189+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:00.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[25004]: audit 2023-12-06T06:50:59.198692+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:00.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[25004]: audit 2023-12-06T06:50:59.202136+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:51:00.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[25004]: cephadm 2023-12-06T06:50:59.203558+0000 mgr.y (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi141 to 16247M 2023-12-06T06:51:00.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[25004]: audit 2023-12-06T06:50:59.209726+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:00.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[25004]: audit 2023-12-06T06:50:59.218162+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:00.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[25004]: cluster 2023-12-06T06:50:59.248835+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-06T06:51:00.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[25004]: audit 2023-12-06T06:50:59.436004+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.141:6800/543534414,v1:172.21.15.141:6801/543534414]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T06:51:00.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[25004]: audit 2023-12-06T06:50:59.436443+0000 mon.a (mon.0) 531 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T06:51:00.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:00 smithi040 bash[25004]: audit 2023-12-06T06:51:00.188807+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:01.368 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:01 smithi141 bash[25168]: cephadm 2023-12-06T06:51:00.190463+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi141 2023-12-06T06:51:01.368 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:01 smithi141 bash[25168]: audit 2023-12-06T06:51:00.199835+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:01.368 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:01 smithi141 bash[25168]: audit 2023-12-06T06:51:00.202988+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:01.368 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:01 smithi141 bash[25168]: audit 2023-12-06T06:51:00.205560+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:01.368 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:01 smithi141 bash[25168]: audit 2023-12-06T06:51:00.206864+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:01.368 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:01 smithi141 bash[25168]: audit 2023-12-06T06:51:00.214759+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:01.368 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:01 smithi141 bash[25168]: audit 2023-12-06T06:51:00.228508+0000 mon.a (mon.0) 538 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T06:51:01.368 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:01 smithi141 bash[25168]: cluster 2023-12-06T06:51:00.228662+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-06T06:51:01.368 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:01 smithi141 bash[25168]: audit 2023-12-06T06:51:00.228900+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:51:01.368 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:01 smithi141 bash[25168]: audit 2023-12-06T06:51:00.233603+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.141:6800/543534414,v1:172.21.15.141:6801/543534414]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:51:01.369 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:01 smithi141 bash[25168]: audit 2023-12-06T06:51:00.234019+0000 mon.a (mon.0) 541 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:51:01.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[30799]: cephadm 2023-12-06T06:51:00.190463+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi141 2023-12-06T06:51:01.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[30799]: audit 2023-12-06T06:51:00.199835+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:01.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[30799]: audit 2023-12-06T06:51:00.202988+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:01.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[30799]: audit 2023-12-06T06:51:00.205560+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:01.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[30799]: audit 2023-12-06T06:51:00.206864+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:01.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[30799]: audit 2023-12-06T06:51:00.214759+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:01.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[30799]: audit 2023-12-06T06:51:00.228508+0000 mon.a (mon.0) 538 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T06:51:01.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[30799]: cluster 2023-12-06T06:51:00.228662+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-06T06:51:01.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[30799]: audit 2023-12-06T06:51:00.228900+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:51:01.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[30799]: audit 2023-12-06T06:51:00.233603+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.141:6800/543534414,v1:172.21.15.141:6801/543534414]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:51:01.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[30799]: audit 2023-12-06T06:51:00.234019+0000 mon.a (mon.0) 541 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:51:01.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[25004]: cephadm 2023-12-06T06:51:00.190463+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi141 2023-12-06T06:51:01.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[25004]: audit 2023-12-06T06:51:00.199835+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:01.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[25004]: audit 2023-12-06T06:51:00.202988+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:01.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[25004]: audit 2023-12-06T06:51:00.205560+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:01.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[25004]: audit 2023-12-06T06:51:00.206864+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:01.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[25004]: audit 2023-12-06T06:51:00.214759+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:01.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[25004]: audit 2023-12-06T06:51:00.228508+0000 mon.a (mon.0) 538 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T06:51:01.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[25004]: cluster 2023-12-06T06:51:00.228662+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-06T06:51:01.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[25004]: audit 2023-12-06T06:51:00.228900+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:51:01.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[25004]: audit 2023-12-06T06:51:00.233603+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.141:6800/543534414,v1:172.21.15.141:6801/543534414]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:51:01.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:01 smithi040 bash[25004]: audit 2023-12-06T06:51:00.234019+0000 mon.a (mon.0) 541 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:51:01.591 INFO:journalctl@ceph.osd.4.smithi141.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:51:01.592 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 06:51:01 smithi141 bash[30774]: debug 2023-12-06T06:51:01.236+0000 7effacbb8700 -1 osd.4 0 waiting for initial osdmap 2023-12-06T06:51:01.592 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 06:51:01 smithi141 bash[30774]: debug 2023-12-06T06:51:01.248+0000 7effa5d4c700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T06:51:02.503 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:02 smithi141 bash[25168]: audit 2023-12-06T06:51:01.234098+0000 mon.a (mon.0) 542 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-06T06:51:02.504 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:02 smithi141 bash[25168]: cluster 2023-12-06T06:51:01.234388+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-06T06:51:02.504 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:02 smithi141 bash[25168]: audit 2023-12-06T06:51:01.234729+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:51:02.504 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:02 smithi141 bash[25168]: audit 2023-12-06T06:51:01.242076+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:51:02.504 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:02 smithi141 bash[25168]: cluster 2023-12-06T06:51:01.249261+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:51:02.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:02 smithi040 bash[30799]: audit 2023-12-06T06:51:01.234098+0000 mon.a (mon.0) 542 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-06T06:51:02.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:02 smithi040 bash[30799]: cluster 2023-12-06T06:51:01.234388+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-06T06:51:02.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:02 smithi040 bash[30799]: audit 2023-12-06T06:51:01.234729+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:51:02.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:02 smithi040 bash[30799]: audit 2023-12-06T06:51:01.242076+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:51:02.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:02 smithi040 bash[30799]: cluster 2023-12-06T06:51:01.249261+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:51:02.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:02 smithi040 bash[25004]: audit 2023-12-06T06:51:01.234098+0000 mon.a (mon.0) 542 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-06T06:51:02.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:02 smithi040 bash[25004]: cluster 2023-12-06T06:51:01.234388+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-06T06:51:02.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:02 smithi040 bash[25004]: audit 2023-12-06T06:51:01.234729+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:51:02.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:02 smithi040 bash[25004]: audit 2023-12-06T06:51:01.242076+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:51:02.508 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:02 smithi040 bash[25004]: cluster 2023-12-06T06:51:01.249261+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T06:51:03.392 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:03 smithi141 bash[25168]: cluster 2023-12-06T06:51:00.390067+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:51:03.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:03 smithi141 bash[25168]: cluster 2023-12-06T06:51:00.390216+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:51:03.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:03 smithi141 bash[25168]: cluster 2023-12-06T06:51:02.246719+0000 mon.a (mon.0) 546 : cluster [INF] osd.4 [v2:172.21.15.141:6800/543534414,v1:172.21.15.141:6801/543534414] boot 2023-12-06T06:51:03.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:03 smithi141 bash[25168]: cluster 2023-12-06T06:51:02.246882+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-06T06:51:03.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:03 smithi141 bash[25168]: audit 2023-12-06T06:51:02.248480+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:51:03.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:03 smithi040 bash[25004]: cluster 2023-12-06T06:51:00.390067+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:51:03.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:03 smithi040 bash[25004]: cluster 2023-12-06T06:51:00.390216+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:51:03.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:03 smithi040 bash[25004]: cluster 2023-12-06T06:51:02.246719+0000 mon.a (mon.0) 546 : cluster [INF] osd.4 [v2:172.21.15.141:6800/543534414,v1:172.21.15.141:6801/543534414] boot 2023-12-06T06:51:03.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:03 smithi040 bash[25004]: cluster 2023-12-06T06:51:02.246882+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-06T06:51:03.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:03 smithi040 bash[25004]: audit 2023-12-06T06:51:02.248480+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:51:03.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:03 smithi040 bash[30799]: cluster 2023-12-06T06:51:00.390067+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:51:03.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:03 smithi040 bash[30799]: cluster 2023-12-06T06:51:00.390216+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:51:03.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:03 smithi040 bash[30799]: cluster 2023-12-06T06:51:02.246719+0000 mon.a (mon.0) 546 : cluster [INF] osd.4 [v2:172.21.15.141:6800/543534414,v1:172.21.15.141:6801/543534414] boot 2023-12-06T06:51:03.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:03 smithi040 bash[30799]: cluster 2023-12-06T06:51:02.246882+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-06T06:51:03.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:03 smithi040 bash[30799]: audit 2023-12-06T06:51:02.248480+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:51:04.515 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:04 smithi141 bash[25168]: cluster 2023-12-06T06:51:03.247197+0000 mon.a (mon.0) 549 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-06T06:51:04.515 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:04 smithi141 bash[25168]: cluster 2023-12-06T06:51:03.249673+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:04.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:04 smithi040 bash[25004]: cluster 2023-12-06T06:51:03.247197+0000 mon.a (mon.0) 549 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-06T06:51:04.526 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:04 smithi040 bash[25004]: cluster 2023-12-06T06:51:03.249673+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:04.527 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:51:04 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:51:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:51:04.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:04 smithi040 bash[30799]: cluster 2023-12-06T06:51:03.247197+0000 mon.a (mon.0) 549 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-06T06:51:04.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:04 smithi040 bash[30799]: cluster 2023-12-06T06:51:03.249673+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:05.075 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-06T06:51:05.075 INFO:teuthology.orchestra.run.smithi141.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-06T06:51:05.075 INFO:teuthology.orchestra.run.smithi141.stderr: stderr: 10+0 records in 2023-12-06T06:51:05.075 INFO:teuthology.orchestra.run.smithi141.stderr:10+0 records out 2023-12-06T06:51:05.075 INFO:teuthology.orchestra.run.smithi141.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0162623 s, 645 MB/s 2023-12-06T06:51:05.075 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping successful for: 2023-12-06T06:51:05.394 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:05 smithi141 bash[25168]: cluster 2023-12-06T06:51:04.255846+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-06T06:51:05.394 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:05 smithi141 bash[25168]: audit 2023-12-06T06:51:04.380942+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:05.394 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:05 smithi141 bash[25168]: audit 2023-12-06T06:51:04.387838+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:05.394 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:05 smithi141 bash[25168]: audit 2023-12-06T06:51:04.395165+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:05.394 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:05 smithi141 bash[25168]: audit 2023-12-06T06:51:04.396976+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:05.394 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:05 smithi141 bash[25168]: audit 2023-12-06T06:51:04.398304+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:05.394 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:05 smithi141 bash[25168]: audit 2023-12-06T06:51:04.407399+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:05.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:05 smithi040 bash[25004]: cluster 2023-12-06T06:51:04.255846+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-06T06:51:05.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:05 smithi040 bash[25004]: audit 2023-12-06T06:51:04.380942+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:05.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:05 smithi040 bash[25004]: audit 2023-12-06T06:51:04.387838+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:05.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:05 smithi040 bash[25004]: audit 2023-12-06T06:51:04.395165+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:05.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:05 smithi040 bash[25004]: audit 2023-12-06T06:51:04.396976+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:05.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:05 smithi040 bash[25004]: audit 2023-12-06T06:51:04.398304+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:05.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:05 smithi040 bash[25004]: audit 2023-12-06T06:51:04.407399+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:05.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:05 smithi040 bash[30799]: cluster 2023-12-06T06:51:04.255846+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-06T06:51:05.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:05 smithi040 bash[30799]: audit 2023-12-06T06:51:04.380942+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:05.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:05 smithi040 bash[30799]: audit 2023-12-06T06:51:04.387838+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:05.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:05 smithi040 bash[30799]: audit 2023-12-06T06:51:04.395165+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:05.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:05 smithi040 bash[30799]: audit 2023-12-06T06:51:04.396976+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:05.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:05 smithi040 bash[30799]: audit 2023-12-06T06:51:04.398304+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:05.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:05 smithi040 bash[30799]: audit 2023-12-06T06:51:04.407399+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:05.956 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi141:vg_nvme/lv_3 2023-12-06T06:51:06.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:06 smithi141 bash[25168]: cluster 2023-12-06T06:51:05.250233+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:06.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:06 smithi141 bash[25168]: cluster 2023-12-06T06:51:05.275196+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-06T06:51:06.738 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:06 smithi040 bash[25004]: cluster 2023-12-06T06:51:05.250233+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:06.738 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:06 smithi040 bash[25004]: cluster 2023-12-06T06:51:05.275196+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-06T06:51:06.739 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:06 smithi040 bash[30799]: cluster 2023-12-06T06:51:05.250233+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:06.739 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:06 smithi040 bash[30799]: cluster 2023-12-06T06:51:05.275196+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-06T06:51:07.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:07 smithi141 bash[25168]: cluster 2023-12-06T06:51:06.278584+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-06T06:51:07.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:07 smithi040 bash[25004]: cluster 2023-12-06T06:51:06.278584+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-06T06:51:07.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:07 smithi040 bash[30799]: cluster 2023-12-06T06:51:06.278584+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-06T06:51:07.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:51:07 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:51:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:51:08.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:08 smithi141 bash[25168]: cluster 2023-12-06T06:51:07.250878+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v155: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-06T06:51:08.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:08 smithi141 bash[25168]: audit 2023-12-06T06:51:07.413242+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:08.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:08 smithi141 bash[25168]: audit 2023-12-06T06:51:07.420860+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:08.776 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:08 smithi040 bash[30799]: cluster 2023-12-06T06:51:07.250878+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v155: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-06T06:51:08.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:08 smithi040 bash[30799]: audit 2023-12-06T06:51:07.413242+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:08.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:08 smithi040 bash[30799]: audit 2023-12-06T06:51:07.420860+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:08.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:08 smithi040 bash[25004]: cluster 2023-12-06T06:51:07.250878+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v155: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-06T06:51:08.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:08 smithi040 bash[25004]: audit 2023-12-06T06:51:07.413242+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:08.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:08 smithi040 bash[25004]: audit 2023-12-06T06:51:07.420860+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:09.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:09 smithi141 bash[25168]: audit 2023-12-06T06:51:09.028478+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:51:09.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:09 smithi141 bash[25168]: audit 2023-12-06T06:51:09.034927+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:51:09.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:09 smithi141 bash[25168]: audit 2023-12-06T06:51:09.036739+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:09.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:09 smithi040 bash[25004]: audit 2023-12-06T06:51:09.028478+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:51:09.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:09 smithi040 bash[25004]: audit 2023-12-06T06:51:09.034927+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:51:09.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:09 smithi040 bash[25004]: audit 2023-12-06T06:51:09.036739+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:09.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:09 smithi040 bash[30799]: audit 2023-12-06T06:51:09.028478+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:51:09.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:09 smithi040 bash[30799]: audit 2023-12-06T06:51:09.034927+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:51:09.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:09 smithi040 bash[30799]: audit 2023-12-06T06:51:09.036739+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:10.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:10 smithi141 bash[25168]: audit 2023-12-06T06:51:09.021502+0000 mgr.y (mgr.14152) 184 : audit [DBG] from='client.24263 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:51:10.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:10 smithi141 bash[25168]: cluster 2023-12-06T06:51:09.251481+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T06:51:10.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:10 smithi040 bash[25004]: audit 2023-12-06T06:51:09.021502+0000 mgr.y (mgr.14152) 184 : audit [DBG] from='client.24263 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:51:10.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:10 smithi040 bash[25004]: cluster 2023-12-06T06:51:09.251481+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T06:51:10.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:10 smithi040 bash[30799]: audit 2023-12-06T06:51:09.021502+0000 mgr.y (mgr.14152) 184 : audit [DBG] from='client.24263 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:51:10.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:10 smithi040 bash[30799]: cluster 2023-12-06T06:51:09.251481+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T06:51:12.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:12 smithi141 bash[25168]: cluster 2023-12-06T06:51:11.252069+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-06T06:51:12.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:12 smithi040 bash[25004]: cluster 2023-12-06T06:51:11.252069+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-06T06:51:12.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:12 smithi040 bash[30799]: cluster 2023-12-06T06:51:11.252069+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-06T06:51:14.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:14 smithi141 bash[25168]: cluster 2023-12-06T06:51:13.252609+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T06:51:14.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:14 smithi040 bash[25004]: cluster 2023-12-06T06:51:13.252609+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T06:51:14.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:14 smithi040 bash[30799]: cluster 2023-12-06T06:51:13.252609+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T06:51:15.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:15 smithi141 bash[25168]: audit 2023-12-06T06:51:14.957084+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.141:0/1010819977' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7335eb0a-93e2-46c8-af06-1c25382a3b54"}]: dispatch 2023-12-06T06:51:15.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:15 smithi141 bash[25168]: audit 2023-12-06T06:51:14.957461+0000 mon.a (mon.0) 564 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7335eb0a-93e2-46c8-af06-1c25382a3b54"}]: dispatch 2023-12-06T06:51:15.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:15 smithi141 bash[25168]: audit 2023-12-06T06:51:14.966747+0000 mon.a (mon.0) 565 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7335eb0a-93e2-46c8-af06-1c25382a3b54"}]': finished 2023-12-06T06:51:15.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:15 smithi141 bash[25168]: cluster 2023-12-06T06:51:14.966952+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-06T06:51:15.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:15 smithi141 bash[25168]: audit 2023-12-06T06:51:14.967246+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:51:15.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:15 smithi040 bash[25004]: audit 2023-12-06T06:51:14.957084+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.141:0/1010819977' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7335eb0a-93e2-46c8-af06-1c25382a3b54"}]: dispatch 2023-12-06T06:51:15.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:15 smithi040 bash[25004]: audit 2023-12-06T06:51:14.957461+0000 mon.a (mon.0) 564 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7335eb0a-93e2-46c8-af06-1c25382a3b54"}]: dispatch 2023-12-06T06:51:15.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:15 smithi040 bash[25004]: audit 2023-12-06T06:51:14.966747+0000 mon.a (mon.0) 565 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7335eb0a-93e2-46c8-af06-1c25382a3b54"}]': finished 2023-12-06T06:51:15.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:15 smithi040 bash[25004]: cluster 2023-12-06T06:51:14.966952+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-06T06:51:15.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:15 smithi040 bash[25004]: audit 2023-12-06T06:51:14.967246+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:51:15.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:15 smithi040 bash[30799]: audit 2023-12-06T06:51:14.957084+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.141:0/1010819977' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7335eb0a-93e2-46c8-af06-1c25382a3b54"}]: dispatch 2023-12-06T06:51:15.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:15 smithi040 bash[30799]: audit 2023-12-06T06:51:14.957461+0000 mon.a (mon.0) 564 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7335eb0a-93e2-46c8-af06-1c25382a3b54"}]: dispatch 2023-12-06T06:51:15.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:15 smithi040 bash[30799]: audit 2023-12-06T06:51:14.966747+0000 mon.a (mon.0) 565 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7335eb0a-93e2-46c8-af06-1c25382a3b54"}]': finished 2023-12-06T06:51:15.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:15 smithi040 bash[30799]: cluster 2023-12-06T06:51:14.966952+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-06T06:51:15.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:15 smithi040 bash[30799]: audit 2023-12-06T06:51:14.967246+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:51:16.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:16 smithi141 bash[25168]: cluster 2023-12-06T06:51:15.253279+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:16.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:16 smithi141 bash[25168]: audit 2023-12-06T06:51:15.662312+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.141:0/1951858109' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:51:16.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:16 smithi040 bash[25004]: cluster 2023-12-06T06:51:15.253279+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:16.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:16 smithi040 bash[25004]: audit 2023-12-06T06:51:15.662312+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.141:0/1951858109' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:51:16.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:16 smithi040 bash[30799]: cluster 2023-12-06T06:51:15.253279+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:16.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:16 smithi040 bash[30799]: audit 2023-12-06T06:51:15.662312+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.141:0/1951858109' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:51:18.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:18 smithi141 bash[25168]: cluster 2023-12-06T06:51:17.253913+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:18.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:18 smithi040 bash[25004]: cluster 2023-12-06T06:51:17.253913+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:18.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:18 smithi040 bash[30799]: cluster 2023-12-06T06:51:17.253913+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:20.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:20 smithi141 bash[25168]: cluster 2023-12-06T06:51:19.254472+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:20.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:20 smithi040 bash[25004]: cluster 2023-12-06T06:51:19.254472+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:20.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:20 smithi040 bash[30799]: cluster 2023-12-06T06:51:19.254472+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:21.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:21 smithi141 bash[25168]: cluster 2023-12-06T06:51:21.255144+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:21.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:21 smithi040 bash[25004]: cluster 2023-12-06T06:51:21.255144+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:21.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:21 smithi040 bash[30799]: cluster 2023-12-06T06:51:21.255144+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:24.026 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:51:23 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:51:23] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:51:24.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:24 smithi141 bash[25168]: cluster 2023-12-06T06:51:23.255825+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:24.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:24 smithi141 bash[25168]: audit 2023-12-06T06:51:23.798614+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:24.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:24 smithi141 bash[25168]: audit 2023-12-06T06:51:23.806414+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:24.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:24 smithi040 bash[25004]: cluster 2023-12-06T06:51:23.255825+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:24.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:24 smithi040 bash[25004]: audit 2023-12-06T06:51:23.798614+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:24.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:24 smithi040 bash[25004]: audit 2023-12-06T06:51:23.806414+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:24.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:24 smithi040 bash[30799]: cluster 2023-12-06T06:51:23.255825+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:24.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:24 smithi040 bash[30799]: audit 2023-12-06T06:51:23.798614+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:24.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:24 smithi040 bash[30799]: audit 2023-12-06T06:51:23.806414+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:26.578 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:26 smithi141 bash[25168]: cluster 2023-12-06T06:51:25.256462+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:26.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:26 smithi040 bash[30799]: cluster 2023-12-06T06:51:25.256462+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:26.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:26 smithi040 bash[25004]: cluster 2023-12-06T06:51:25.256462+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:28.027 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:51:27 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:51:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:51:28.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:28 smithi141 bash[25168]: cluster 2023-12-06T06:51:27.257108+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:28.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:28 smithi141 bash[25168]: audit 2023-12-06T06:51:27.550338+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:28.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:28 smithi141 bash[25168]: audit 2023-12-06T06:51:27.558464+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:28.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:28 smithi141 bash[25168]: audit 2023-12-06T06:51:27.713602+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T06:51:28.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:28 smithi141 bash[25168]: audit 2023-12-06T06:51:27.715384+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:28.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:28 smithi040 bash[25004]: cluster 2023-12-06T06:51:27.257108+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:28.917 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:28 smithi040 bash[25004]: audit 2023-12-06T06:51:27.550338+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:28.917 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:28 smithi040 bash[25004]: audit 2023-12-06T06:51:27.558464+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:28.917 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:28 smithi040 bash[25004]: audit 2023-12-06T06:51:27.713602+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T06:51:28.918 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:28 smithi040 bash[25004]: audit 2023-12-06T06:51:27.715384+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:28.918 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:28 smithi040 bash[30799]: cluster 2023-12-06T06:51:27.257108+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:28.918 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:28 smithi040 bash[30799]: audit 2023-12-06T06:51:27.550338+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:28.918 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:28 smithi040 bash[30799]: audit 2023-12-06T06:51:27.558464+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:28.918 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:28 smithi040 bash[30799]: audit 2023-12-06T06:51:27.713602+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T06:51:28.918 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:28 smithi040 bash[30799]: audit 2023-12-06T06:51:27.715384+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:29.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:29 smithi141 bash[25168]: cephadm 2023-12-06T06:51:27.716973+0000 mgr.y (mgr.14152) 195 : cephadm [INF] Deploying daemon osd.5 on smithi141 2023-12-06T06:51:29.776 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:29 smithi040 bash[30799]: cephadm 2023-12-06T06:51:27.716973+0000 mgr.y (mgr.14152) 195 : cephadm [INF] Deploying daemon osd.5 on smithi141 2023-12-06T06:51:29.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:29 smithi040 bash[25004]: cephadm 2023-12-06T06:51:27.716973+0000 mgr.y (mgr.14152) 195 : cephadm [INF] Deploying daemon osd.5 on smithi141 2023-12-06T06:51:30.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:30 smithi141 bash[25168]: cluster 2023-12-06T06:51:29.257643+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-06T06:51:30.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:30 smithi040 bash[25004]: cluster 2023-12-06T06:51:29.257643+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-06T06:51:30.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:30 smithi040 bash[30799]: cluster 2023-12-06T06:51:29.257643+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-06T06:51:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:32 smithi141 bash[25168]: cluster 2023-12-06T06:51:31.258260+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-06T06:51:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:32 smithi141 bash[25168]: audit 2023-12-06T06:51:31.794901+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:32 smithi141 bash[25168]: audit 2023-12-06T06:51:31.805657+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:32 smithi141 bash[25168]: audit 2023-12-06T06:51:31.807975+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:32 smithi141 bash[25168]: audit 2023-12-06T06:51:31.809415+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:32 smithi141 bash[25168]: audit 2023-12-06T06:51:31.819650+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:32 smithi040 bash[25004]: cluster 2023-12-06T06:51:31.258260+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-06T06:51:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:32 smithi040 bash[25004]: audit 2023-12-06T06:51:31.794901+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:32 smithi040 bash[25004]: audit 2023-12-06T06:51:31.805657+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:32 smithi040 bash[25004]: audit 2023-12-06T06:51:31.807975+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:32 smithi040 bash[25004]: audit 2023-12-06T06:51:31.809415+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:32 smithi040 bash[25004]: audit 2023-12-06T06:51:31.819650+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:32.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:32 smithi040 bash[30799]: cluster 2023-12-06T06:51:31.258260+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-06T06:51:32.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:32 smithi040 bash[30799]: audit 2023-12-06T06:51:31.794901+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:32.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:32 smithi040 bash[30799]: audit 2023-12-06T06:51:31.805657+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:32.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:32 smithi040 bash[30799]: audit 2023-12-06T06:51:31.807975+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:32.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:32 smithi040 bash[30799]: audit 2023-12-06T06:51:31.809415+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:32.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:32 smithi040 bash[30799]: audit 2023-12-06T06:51:31.819650+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:34.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:34 smithi141 bash[25168]: cluster 2023-12-06T06:51:33.258851+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:34.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:34 smithi040 bash[25004]: cluster 2023-12-06T06:51:33.258851+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:34.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:34 smithi040 bash[30799]: cluster 2023-12-06T06:51:33.258851+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:36.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:36 smithi141 bash[25168]: cluster 2023-12-06T06:51:35.259475+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:36.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:36 smithi040 bash[25004]: cluster 2023-12-06T06:51:35.259475+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:36.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:36 smithi040 bash[30799]: cluster 2023-12-06T06:51:35.259475+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:38.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:38 smithi141 bash[25168]: cluster 2023-12-06T06:51:37.260036+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:38.623 INFO:teuthology.orchestra.run.smithi141.stdout:Created osd(s) 5 on host 'smithi141' 2023-12-06T06:51:38.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:38 smithi040 bash[25004]: cluster 2023-12-06T06:51:37.260036+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:38.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:38 smithi040 bash[30799]: cluster 2023-12-06T06:51:37.260036+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:39.318 DEBUG:teuthology.orchestra.run.smithi141:osd.5> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.5.service 2023-12-06T06:51:39.321 INFO:tasks.cephadm:Deploying osd.6 on smithi141 with /dev/vg_nvme/lv_2... 2023-12-06T06:51:39.321 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-06T06:51:39.523 INFO:journalctl@ceph.osd.5.smithi141.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:51:39.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:39 smithi141 bash[25168]: audit 2023-12-06T06:51:38.620246+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:39.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:39 smithi141 bash[25168]: audit 2023-12-06T06:51:38.659765+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:39.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:39 smithi141 bash[25168]: audit 2023-12-06T06:51:38.662524+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:39.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:39 smithi141 bash[25168]: audit 2023-12-06T06:51:38.664334+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:39.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:39 smithi141 bash[25168]: audit 2023-12-06T06:51:38.668984+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:51:39.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:39 smithi141 bash[25168]: audit 2023-12-06T06:51:38.670819+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:51:39.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:39 smithi141 bash[25168]: cephadm 2023-12-06T06:51:38.672162+0000 mgr.y (mgr.14152) 201 : cephadm [INF] Adjusting osd_memory_target on smithi141 to 8123M 2023-12-06T06:51:39.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:39 smithi141 bash[25168]: audit 2023-12-06T06:51:38.679724+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:39.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:39 smithi141 bash[25168]: audit 2023-12-06T06:51:38.689103+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:39.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:39 smithi141 bash[25168]: audit 2023-12-06T06:51:38.794716+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.141:6808/4214512287,v1:172.21.15.141:6809/4214512287]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T06:51:39.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:39 smithi141 bash[25168]: audit 2023-12-06T06:51:38.795214+0000 mon.a (mon.0) 587 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T06:51:39.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:39 smithi141 bash[25168]: cluster 2023-12-06T06:51:39.260609+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-06T06:51:40.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[30799]: audit 2023-12-06T06:51:38.620246+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:40.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[30799]: audit 2023-12-06T06:51:38.659765+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:40.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[30799]: audit 2023-12-06T06:51:38.662524+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:40.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[30799]: audit 2023-12-06T06:51:38.664334+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:40.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[30799]: audit 2023-12-06T06:51:38.668984+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:51:40.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[30799]: audit 2023-12-06T06:51:38.670819+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:51:40.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[30799]: cephadm 2023-12-06T06:51:38.672162+0000 mgr.y (mgr.14152) 201 : cephadm [INF] Adjusting osd_memory_target on smithi141 to 8123M 2023-12-06T06:51:40.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[30799]: audit 2023-12-06T06:51:38.679724+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:40.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[30799]: audit 2023-12-06T06:51:38.689103+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:40.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[30799]: audit 2023-12-06T06:51:38.794716+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.141:6808/4214512287,v1:172.21.15.141:6809/4214512287]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T06:51:40.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[30799]: audit 2023-12-06T06:51:38.795214+0000 mon.a (mon.0) 587 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T06:51:40.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[30799]: cluster 2023-12-06T06:51:39.260609+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-06T06:51:40.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[25004]: audit 2023-12-06T06:51:38.620246+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:40.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[25004]: audit 2023-12-06T06:51:38.659765+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:40.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[25004]: audit 2023-12-06T06:51:38.662524+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:40.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[25004]: audit 2023-12-06T06:51:38.664334+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:40.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[25004]: audit 2023-12-06T06:51:38.668984+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:51:40.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[25004]: audit 2023-12-06T06:51:38.670819+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:51:40.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[25004]: cephadm 2023-12-06T06:51:38.672162+0000 mgr.y (mgr.14152) 201 : cephadm [INF] Adjusting osd_memory_target on smithi141 to 8123M 2023-12-06T06:51:40.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[25004]: audit 2023-12-06T06:51:38.679724+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:40.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[25004]: audit 2023-12-06T06:51:38.689103+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:40.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[25004]: audit 2023-12-06T06:51:38.794716+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.141:6808/4214512287,v1:172.21.15.141:6809/4214512287]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T06:51:40.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[25004]: audit 2023-12-06T06:51:38.795214+0000 mon.a (mon.0) 587 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T06:51:40.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:39 smithi040 bash[25004]: cluster 2023-12-06T06:51:39.260609+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-06T06:51:41.023 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:40 smithi141 bash[25168]: audit 2023-12-06T06:51:39.704159+0000 mon.a (mon.0) 588 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T06:51:41.023 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:40 smithi141 bash[25168]: cluster 2023-12-06T06:51:39.704423+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-06T06:51:41.023 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:40 smithi141 bash[25168]: audit 2023-12-06T06:51:39.704625+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:51:41.024 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:40 smithi141 bash[25168]: audit 2023-12-06T06:51:39.706013+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.141:6808/4214512287,v1:172.21.15.141:6809/4214512287]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:51:41.024 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:40 smithi141 bash[25168]: audit 2023-12-06T06:51:39.706397+0000 mon.a (mon.0) 591 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:51:41.024 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 06:51:40 smithi141 bash[34204]: debug 2023-12-06T06:51:40.711+0000 7fa18b887700 -1 osd.5 0 waiting for initial osdmap 2023-12-06T06:51:41.024 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 06:51:40 smithi141 bash[34204]: debug 2023-12-06T06:51:40.719+0000 7fa188222700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T06:51:41.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:40 smithi040 bash[25004]: audit 2023-12-06T06:51:39.704159+0000 mon.a (mon.0) 588 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T06:51:41.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:40 smithi040 bash[25004]: cluster 2023-12-06T06:51:39.704423+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-06T06:51:41.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:40 smithi040 bash[25004]: audit 2023-12-06T06:51:39.704625+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:51:41.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:40 smithi040 bash[25004]: audit 2023-12-06T06:51:39.706013+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.141:6808/4214512287,v1:172.21.15.141:6809/4214512287]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:51:41.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:40 smithi040 bash[25004]: audit 2023-12-06T06:51:39.706397+0000 mon.a (mon.0) 591 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:51:41.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:40 smithi040 bash[30799]: audit 2023-12-06T06:51:39.704159+0000 mon.a (mon.0) 588 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T06:51:41.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:40 smithi040 bash[30799]: cluster 2023-12-06T06:51:39.704423+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-06T06:51:41.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:40 smithi040 bash[30799]: audit 2023-12-06T06:51:39.704625+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:51:41.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:40 smithi040 bash[30799]: audit 2023-12-06T06:51:39.706013+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.141:6808/4214512287,v1:172.21.15.141:6809/4214512287]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:51:41.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:40 smithi040 bash[30799]: audit 2023-12-06T06:51:39.706397+0000 mon.a (mon.0) 591 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:51:42.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:41 smithi040 bash[25004]: audit 2023-12-06T06:51:40.707152+0000 mon.a (mon.0) 592 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-06T06:51:42.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:41 smithi040 bash[25004]: cluster 2023-12-06T06:51:40.707337+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-06T06:51:42.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:41 smithi040 bash[25004]: audit 2023-12-06T06:51:40.707941+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:51:42.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:41 smithi040 bash[25004]: audit 2023-12-06T06:51:40.715153+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:51:42.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:41 smithi040 bash[25004]: cluster 2023-12-06T06:51:41.261189+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:42.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:41 smithi040 bash[30799]: audit 2023-12-06T06:51:40.707152+0000 mon.a (mon.0) 592 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-06T06:51:42.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:41 smithi040 bash[30799]: cluster 2023-12-06T06:51:40.707337+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-06T06:51:42.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:41 smithi040 bash[30799]: audit 2023-12-06T06:51:40.707941+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:51:42.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:41 smithi040 bash[30799]: audit 2023-12-06T06:51:40.715153+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:51:42.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:41 smithi040 bash[30799]: cluster 2023-12-06T06:51:41.261189+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:42.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:41 smithi141 bash[25168]: audit 2023-12-06T06:51:40.707152+0000 mon.a (mon.0) 592 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-06T06:51:42.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:41 smithi141 bash[25168]: cluster 2023-12-06T06:51:40.707337+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-06T06:51:42.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:41 smithi141 bash[25168]: audit 2023-12-06T06:51:40.707941+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:51:42.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:41 smithi141 bash[25168]: audit 2023-12-06T06:51:40.715153+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:51:42.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:41 smithi141 bash[25168]: cluster 2023-12-06T06:51:41.261189+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T06:51:42.896 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:42 smithi040 bash[25004]: cluster 2023-12-06T06:51:39.773822+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:51:42.896 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:42 smithi040 bash[25004]: cluster 2023-12-06T06:51:39.774028+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:51:42.896 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:42 smithi040 bash[25004]: cluster 2023-12-06T06:51:41.710792+0000 mon.a (mon.0) 596 : cluster [INF] osd.5 [v2:172.21.15.141:6808/4214512287,v1:172.21.15.141:6809/4214512287] boot 2023-12-06T06:51:42.896 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:42 smithi040 bash[25004]: cluster 2023-12-06T06:51:41.711119+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-06T06:51:42.896 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:42 smithi040 bash[25004]: audit 2023-12-06T06:51:41.711411+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:51:42.896 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:42 smithi040 bash[30799]: cluster 2023-12-06T06:51:39.773822+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:51:42.896 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:42 smithi040 bash[30799]: cluster 2023-12-06T06:51:39.774028+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:51:42.896 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:42 smithi040 bash[30799]: cluster 2023-12-06T06:51:41.710792+0000 mon.a (mon.0) 596 : cluster [INF] osd.5 [v2:172.21.15.141:6808/4214512287,v1:172.21.15.141:6809/4214512287] boot 2023-12-06T06:51:42.896 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:42 smithi040 bash[30799]: cluster 2023-12-06T06:51:41.711119+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-06T06:51:42.896 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:42 smithi040 bash[30799]: audit 2023-12-06T06:51:41.711411+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:51:43.221 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:42 smithi141 bash[25168]: cluster 2023-12-06T06:51:39.773822+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:51:43.221 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:42 smithi141 bash[25168]: cluster 2023-12-06T06:51:39.774028+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:51:43.221 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:42 smithi141 bash[25168]: cluster 2023-12-06T06:51:41.710792+0000 mon.a (mon.0) 596 : cluster [INF] osd.5 [v2:172.21.15.141:6808/4214512287,v1:172.21.15.141:6809/4214512287] boot 2023-12-06T06:51:43.221 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:42 smithi141 bash[25168]: cluster 2023-12-06T06:51:41.711119+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-06T06:51:43.222 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:42 smithi141 bash[25168]: audit 2023-12-06T06:51:41.711411+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:51:44.026 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:51:43 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:51:43] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:51:44.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:43 smithi040 bash[25004]: cluster 2023-12-06T06:51:42.717893+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-06T06:51:44.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:43 smithi040 bash[25004]: cluster 2023-12-06T06:51:43.261768+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:44.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:43 smithi040 bash[25004]: cluster 2023-12-06T06:51:43.714580+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-06T06:51:44.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:43 smithi040 bash[30799]: cluster 2023-12-06T06:51:42.717893+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-06T06:51:44.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:43 smithi040 bash[30799]: cluster 2023-12-06T06:51:43.261768+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:44.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:43 smithi040 bash[30799]: cluster 2023-12-06T06:51:43.714580+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-06T06:51:44.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:43 smithi141 bash[25168]: cluster 2023-12-06T06:51:42.717893+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-06T06:51:44.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:43 smithi141 bash[25168]: cluster 2023-12-06T06:51:43.261768+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:44.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:43 smithi141 bash[25168]: cluster 2023-12-06T06:51:43.714580+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-06T06:51:44.441 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-06T06:51:44.441 INFO:teuthology.orchestra.run.smithi141.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-06T06:51:44.441 INFO:teuthology.orchestra.run.smithi141.stderr: stderr: 10+0 records in 2023-12-06T06:51:44.441 INFO:teuthology.orchestra.run.smithi141.stderr:10+0 records out 2023-12-06T06:51:44.441 INFO:teuthology.orchestra.run.smithi141.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0193712 s, 541 MB/s 2023-12-06T06:51:44.441 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping successful for: 2023-12-06T06:51:45.124 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi141:vg_nvme/lv_2 2023-12-06T06:51:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:44 smithi141 bash[25168]: audit 2023-12-06T06:51:43.937460+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:44 smithi141 bash[25168]: cephadm 2023-12-06T06:51:43.938398+0000 mgr.y (mgr.14152) 205 : cephadm [INF] Detected new or changed devices on smithi141 2023-12-06T06:51:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:44 smithi141 bash[25168]: audit 2023-12-06T06:51:43.944854+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:44 smithi141 bash[25168]: audit 2023-12-06T06:51:43.971342+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:44 smithi141 bash[25168]: audit 2023-12-06T06:51:43.974085+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:44 smithi141 bash[25168]: audit 2023-12-06T06:51:43.976063+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:44 smithi141 bash[25168]: cluster 2023-12-06T06:51:43.980826+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:44 smithi141 bash[25168]: audit 2023-12-06T06:51:43.989359+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:45.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[25004]: audit 2023-12-06T06:51:43.937460+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:45.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[25004]: cephadm 2023-12-06T06:51:43.938398+0000 mgr.y (mgr.14152) 205 : cephadm [INF] Detected new or changed devices on smithi141 2023-12-06T06:51:45.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[25004]: audit 2023-12-06T06:51:43.944854+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:45.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[25004]: audit 2023-12-06T06:51:43.971342+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:45.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[25004]: audit 2023-12-06T06:51:43.974085+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:45.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[25004]: audit 2023-12-06T06:51:43.976063+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:45.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[25004]: cluster 2023-12-06T06:51:43.980826+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:45.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[25004]: audit 2023-12-06T06:51:43.989359+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:45.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[30799]: audit 2023-12-06T06:51:43.937460+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:45.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[30799]: cephadm 2023-12-06T06:51:43.938398+0000 mgr.y (mgr.14152) 205 : cephadm [INF] Detected new or changed devices on smithi141 2023-12-06T06:51:45.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[30799]: audit 2023-12-06T06:51:43.944854+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:45.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[30799]: audit 2023-12-06T06:51:43.971342+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:45.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[30799]: audit 2023-12-06T06:51:43.974085+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:45.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[30799]: audit 2023-12-06T06:51:43.976063+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:45.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[30799]: cluster 2023-12-06T06:51:43.980826+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:45.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:44 smithi040 bash[30799]: audit 2023-12-06T06:51:43.989359+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:46.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:45 smithi141 bash[25168]: cluster 2023-12-06T06:51:44.942635+0000 mon.a (mon.0) 607 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-06T06:51:46.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:45 smithi141 bash[25168]: cluster 2023-12-06T06:51:44.991574+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-06T06:51:46.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:45 smithi040 bash[25004]: cluster 2023-12-06T06:51:44.942635+0000 mon.a (mon.0) 607 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-06T06:51:46.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:45 smithi040 bash[25004]: cluster 2023-12-06T06:51:44.991574+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-06T06:51:46.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:45 smithi040 bash[30799]: cluster 2023-12-06T06:51:44.942635+0000 mon.a (mon.0) 607 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-06T06:51:46.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:45 smithi040 bash[30799]: cluster 2023-12-06T06:51:44.991574+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-06T06:51:47.264 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:46 smithi141 bash[25168]: cluster 2023-12-06T06:51:45.981483+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v182: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:47.265 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:46 smithi141 bash[25168]: cluster 2023-12-06T06:51:45.993692+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-06T06:51:47.277 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:51:47 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:51:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:51:47.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:46 smithi040 bash[25004]: cluster 2023-12-06T06:51:45.981483+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v182: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:47.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:46 smithi040 bash[25004]: cluster 2023-12-06T06:51:45.993692+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-06T06:51:47.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:46 smithi040 bash[30799]: cluster 2023-12-06T06:51:45.981483+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v182: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:47.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:46 smithi040 bash[30799]: cluster 2023-12-06T06:51:45.993692+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-06T06:51:48.026 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:51:47 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:51:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:51:48.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:48 smithi141 bash[25168]: audit 2023-12-06T06:51:47.087310+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:48.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:48 smithi141 bash[25168]: audit 2023-12-06T06:51:47.095696+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:48 smithi141 bash[25168]: audit 2023-12-06T06:51:47.117185+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:48 smithi141 bash[25168]: audit 2023-12-06T06:51:47.119615+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:48 smithi141 bash[25168]: audit 2023-12-06T06:51:47.121249+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:48 smithi141 bash[25168]: cluster 2023-12-06T06:51:47.125201+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:48 smithi141 bash[25168]: audit 2023-12-06T06:51:47.133469+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:48 smithi141 bash[25168]: audit 2023-12-06T06:51:47.683099+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:48 smithi141 bash[25168]: audit 2023-12-06T06:51:47.693065+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:48 smithi141 bash[25168]: audit 2023-12-06T06:51:47.735796+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:51:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:48 smithi141 bash[25168]: audit 2023-12-06T06:51:47.738327+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:51:48.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[25004]: audit 2023-12-06T06:51:47.087310+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:48.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[25004]: audit 2023-12-06T06:51:47.095696+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:48.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[25004]: audit 2023-12-06T06:51:47.117185+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:48.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[25004]: audit 2023-12-06T06:51:47.119615+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:48.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[25004]: audit 2023-12-06T06:51:47.121249+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:48.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[25004]: cluster 2023-12-06T06:51:47.125201+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:48.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[25004]: audit 2023-12-06T06:51:47.133469+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:48.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[25004]: audit 2023-12-06T06:51:47.683099+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:48.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[25004]: audit 2023-12-06T06:51:47.693065+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:48.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[25004]: audit 2023-12-06T06:51:47.735796+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:51:48.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[25004]: audit 2023-12-06T06:51:47.738327+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:51:48.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[30799]: audit 2023-12-06T06:51:47.087310+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:48.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[30799]: audit 2023-12-06T06:51:47.095696+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:48.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[30799]: audit 2023-12-06T06:51:47.117185+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:51:48.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[30799]: audit 2023-12-06T06:51:47.119615+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:48.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[30799]: audit 2023-12-06T06:51:47.121249+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:51:48.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[30799]: cluster 2023-12-06T06:51:47.125201+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:48.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[30799]: audit 2023-12-06T06:51:47.133469+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:48.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[30799]: audit 2023-12-06T06:51:47.683099+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:48.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[30799]: audit 2023-12-06T06:51:47.693065+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:51:48.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[30799]: audit 2023-12-06T06:51:47.735796+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:51:48.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:48 smithi040 bash[30799]: audit 2023-12-06T06:51:47.738327+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:51:49.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:49 smithi141 bash[25168]: cluster 2023-12-06T06:51:48.095950+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-06T06:51:49.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:49 smithi141 bash[25168]: cluster 2023-12-06T06:51:48.095993+0000 mon.a (mon.0) 621 : cluster [INF] Cluster is now healthy 2023-12-06T06:51:49.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:49 smithi141 bash[25168]: audit 2023-12-06T06:51:48.497582+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:51:49.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:49 smithi141 bash[25168]: audit 2023-12-06T06:51:48.504315+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:51:49.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:49 smithi141 bash[25168]: audit 2023-12-06T06:51:48.506190+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:49.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:49 smithi040 bash[25004]: cluster 2023-12-06T06:51:48.095950+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-06T06:51:49.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:49 smithi040 bash[25004]: cluster 2023-12-06T06:51:48.095993+0000 mon.a (mon.0) 621 : cluster [INF] Cluster is now healthy 2023-12-06T06:51:49.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:49 smithi040 bash[25004]: audit 2023-12-06T06:51:48.497582+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:51:49.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:49 smithi040 bash[25004]: audit 2023-12-06T06:51:48.504315+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:51:49.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:49 smithi040 bash[25004]: audit 2023-12-06T06:51:48.506190+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:49.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:49 smithi040 bash[30799]: cluster 2023-12-06T06:51:48.095950+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-06T06:51:49.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:49 smithi040 bash[30799]: cluster 2023-12-06T06:51:48.095993+0000 mon.a (mon.0) 621 : cluster [INF] Cluster is now healthy 2023-12-06T06:51:49.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:49 smithi040 bash[30799]: audit 2023-12-06T06:51:48.497582+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:51:49.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:49 smithi040 bash[30799]: audit 2023-12-06T06:51:48.504315+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:51:49.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:49 smithi040 bash[30799]: audit 2023-12-06T06:51:48.506190+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:51:50.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:50 smithi141 bash[25168]: audit 2023-12-06T06:51:48.490540+0000 mgr.y (mgr.14152) 209 : audit [DBG] from='client.24290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:51:50.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:50 smithi141 bash[25168]: cluster 2023-12-06T06:51:49.125749+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:50.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:50 smithi040 bash[25004]: audit 2023-12-06T06:51:48.490540+0000 mgr.y (mgr.14152) 209 : audit [DBG] from='client.24290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:51:50.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:50 smithi040 bash[25004]: cluster 2023-12-06T06:51:49.125749+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:50.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:50 smithi040 bash[30799]: audit 2023-12-06T06:51:48.490540+0000 mgr.y (mgr.14152) 209 : audit [DBG] from='client.24290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:51:50.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:50 smithi040 bash[30799]: cluster 2023-12-06T06:51:49.125749+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:52.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:52 smithi141 bash[25168]: cluster 2023-12-06T06:51:51.126347+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:52.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:52 smithi040 bash[25004]: cluster 2023-12-06T06:51:51.126347+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:52.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:52 smithi040 bash[30799]: cluster 2023-12-06T06:51:51.126347+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:54.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:54 smithi141 bash[25168]: cluster 2023-12-06T06:51:53.126967+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-06T06:51:54.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:54 smithi040 bash[25004]: cluster 2023-12-06T06:51:53.126967+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-06T06:51:54.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:54 smithi040 bash[30799]: cluster 2023-12-06T06:51:53.126967+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-06T06:51:55.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:55 smithi141 bash[25168]: audit 2023-12-06T06:51:54.546669+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.141:0/1920964579' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f1b0171-c13d-4df5-8e7d-97988c43f420"}]: dispatch 2023-12-06T06:51:55.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:55 smithi141 bash[25168]: audit 2023-12-06T06:51:54.547160+0000 mon.a (mon.0) 625 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f1b0171-c13d-4df5-8e7d-97988c43f420"}]: dispatch 2023-12-06T06:51:55.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:55 smithi141 bash[25168]: audit 2023-12-06T06:51:54.558186+0000 mon.a (mon.0) 626 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f1b0171-c13d-4df5-8e7d-97988c43f420"}]': finished 2023-12-06T06:51:55.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:55 smithi141 bash[25168]: cluster 2023-12-06T06:51:54.558440+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-06T06:51:55.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:55 smithi141 bash[25168]: audit 2023-12-06T06:51:54.558701+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:51:55.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:55 smithi040 bash[25004]: audit 2023-12-06T06:51:54.546669+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.141:0/1920964579' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f1b0171-c13d-4df5-8e7d-97988c43f420"}]: dispatch 2023-12-06T06:51:55.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:55 smithi040 bash[25004]: audit 2023-12-06T06:51:54.547160+0000 mon.a (mon.0) 625 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f1b0171-c13d-4df5-8e7d-97988c43f420"}]: dispatch 2023-12-06T06:51:55.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:55 smithi040 bash[25004]: audit 2023-12-06T06:51:54.558186+0000 mon.a (mon.0) 626 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f1b0171-c13d-4df5-8e7d-97988c43f420"}]': finished 2023-12-06T06:51:55.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:55 smithi040 bash[25004]: cluster 2023-12-06T06:51:54.558440+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-06T06:51:55.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:55 smithi040 bash[25004]: audit 2023-12-06T06:51:54.558701+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:51:55.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:55 smithi040 bash[30799]: audit 2023-12-06T06:51:54.546669+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.141:0/1920964579' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f1b0171-c13d-4df5-8e7d-97988c43f420"}]: dispatch 2023-12-06T06:51:55.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:55 smithi040 bash[30799]: audit 2023-12-06T06:51:54.547160+0000 mon.a (mon.0) 625 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f1b0171-c13d-4df5-8e7d-97988c43f420"}]: dispatch 2023-12-06T06:51:55.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:55 smithi040 bash[30799]: audit 2023-12-06T06:51:54.558186+0000 mon.a (mon.0) 626 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f1b0171-c13d-4df5-8e7d-97988c43f420"}]': finished 2023-12-06T06:51:55.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:55 smithi040 bash[30799]: cluster 2023-12-06T06:51:54.558440+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-06T06:51:55.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:55 smithi040 bash[30799]: audit 2023-12-06T06:51:54.558701+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:51:56.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:56 smithi141 bash[25168]: cluster 2023-12-06T06:51:55.127583+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:56.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:56 smithi141 bash[25168]: audit 2023-12-06T06:51:55.328181+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.141:0/1732050466' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:51:56.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:56 smithi040 bash[30799]: cluster 2023-12-06T06:51:55.127583+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:56.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:56 smithi040 bash[30799]: audit 2023-12-06T06:51:55.328181+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.141:0/1732050466' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:51:56.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:56 smithi040 bash[25004]: cluster 2023-12-06T06:51:55.127583+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:56.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:56 smithi040 bash[25004]: audit 2023-12-06T06:51:55.328181+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.141:0/1732050466' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:51:58.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:51:58 smithi141 bash[25168]: cluster 2023-12-06T06:51:57.128182+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:58.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:51:58 smithi040 bash[30799]: cluster 2023-12-06T06:51:57.128182+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:51:58.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:51:58 smithi040 bash[25004]: cluster 2023-12-06T06:51:57.128182+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:00.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:00 smithi141 bash[25168]: cluster 2023-12-06T06:51:59.128747+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-06T06:52:00.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:00 smithi040 bash[25004]: cluster 2023-12-06T06:51:59.128747+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-06T06:52:00.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:00 smithi040 bash[30799]: cluster 2023-12-06T06:51:59.128747+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-06T06:52:02.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:02 smithi141 bash[25168]: cluster 2023-12-06T06:52:01.129384+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-06T06:52:02.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:02 smithi040 bash[25004]: cluster 2023-12-06T06:52:01.129384+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-06T06:52:02.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:02 smithi040 bash[30799]: cluster 2023-12-06T06:52:01.129384+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-06T06:52:04.650 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:04 smithi040 bash[25004]: cluster 2023-12-06T06:52:03.130022+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-06T06:52:04.650 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:04 smithi040 bash[30799]: cluster 2023-12-06T06:52:03.130022+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-06T06:52:04.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:04 smithi141 bash[25168]: cluster 2023-12-06T06:52:03.130022+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-06T06:52:06.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:06 smithi141 bash[25168]: cluster 2023-12-06T06:52:05.130670+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-06T06:52:06.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:06 smithi040 bash[25004]: cluster 2023-12-06T06:52:05.130670+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-06T06:52:06.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:52:06 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:52:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:52:06.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:06 smithi040 bash[30799]: cluster 2023-12-06T06:52:05.130670+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-06T06:52:07.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:07 smithi141 bash[25168]: audit 2023-12-06T06:52:06.361837+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:07.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:07 smithi141 bash[25168]: cephadm 2023-12-06T06:52:06.363037+0000 mgr.y (mgr.14152) 219 : cephadm [INF] Detected new or changed devices on smithi141 2023-12-06T06:52:07.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:07 smithi141 bash[25168]: audit 2023-12-06T06:52:06.368447+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:07.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:07 smithi040 bash[25004]: audit 2023-12-06T06:52:06.361837+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:07.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:07 smithi040 bash[25004]: cephadm 2023-12-06T06:52:06.363037+0000 mgr.y (mgr.14152) 219 : cephadm [INF] Detected new or changed devices on smithi141 2023-12-06T06:52:07.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:07 smithi040 bash[25004]: audit 2023-12-06T06:52:06.368447+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:07.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:07 smithi040 bash[30799]: audit 2023-12-06T06:52:06.361837+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:07.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:07 smithi040 bash[30799]: cephadm 2023-12-06T06:52:06.363037+0000 mgr.y (mgr.14152) 219 : cephadm [INF] Detected new or changed devices on smithi141 2023-12-06T06:52:07.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:07 smithi040 bash[30799]: audit 2023-12-06T06:52:06.368447+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:08.277 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:52:07 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:52:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:52:08.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:08 smithi141 bash[25168]: cluster 2023-12-06T06:52:07.131369+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:08.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:08 smithi141 bash[25168]: audit 2023-12-06T06:52:07.823687+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:08.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:08 smithi141 bash[25168]: audit 2023-12-06T06:52:07.831639+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:08.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:08 smithi141 bash[25168]: audit 2023-12-06T06:52:07.909405+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T06:52:08.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:08 smithi141 bash[25168]: audit 2023-12-06T06:52:07.911161+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:08.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:08 smithi040 bash[25004]: cluster 2023-12-06T06:52:07.131369+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:08.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:08 smithi040 bash[25004]: audit 2023-12-06T06:52:07.823687+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:08.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:08 smithi040 bash[25004]: audit 2023-12-06T06:52:07.831639+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:08.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:08 smithi040 bash[25004]: audit 2023-12-06T06:52:07.909405+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T06:52:08.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:08 smithi040 bash[25004]: audit 2023-12-06T06:52:07.911161+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:08.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:08 smithi040 bash[30799]: cluster 2023-12-06T06:52:07.131369+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:08.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:08 smithi040 bash[30799]: audit 2023-12-06T06:52:07.823687+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:08.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:08 smithi040 bash[30799]: audit 2023-12-06T06:52:07.831639+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:08.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:08 smithi040 bash[30799]: audit 2023-12-06T06:52:07.909405+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T06:52:08.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:08 smithi040 bash[30799]: audit 2023-12-06T06:52:07.911161+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:09.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:09 smithi141 bash[25168]: cephadm 2023-12-06T06:52:07.912631+0000 mgr.y (mgr.14152) 221 : cephadm [INF] Deploying daemon osd.6 on smithi141 2023-12-06T06:52:09.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:09 smithi040 bash[25004]: cephadm 2023-12-06T06:52:07.912631+0000 mgr.y (mgr.14152) 221 : cephadm [INF] Deploying daemon osd.6 on smithi141 2023-12-06T06:52:09.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:09 smithi040 bash[30799]: cephadm 2023-12-06T06:52:07.912631+0000 mgr.y (mgr.14152) 221 : cephadm [INF] Deploying daemon osd.6 on smithi141 2023-12-06T06:52:10.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:10 smithi141 bash[25168]: cluster 2023-12-06T06:52:09.131961+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:10.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:10 smithi040 bash[30799]: cluster 2023-12-06T06:52:09.131961+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:10.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:10 smithi040 bash[25004]: cluster 2023-12-06T06:52:09.131961+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:12.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:12 smithi141 bash[25168]: cluster 2023-12-06T06:52:11.132538+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:12.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:12 smithi141 bash[25168]: audit 2023-12-06T06:52:11.872343+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:12.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:12 smithi141 bash[25168]: audit 2023-12-06T06:52:11.876857+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:12.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:12 smithi141 bash[25168]: audit 2023-12-06T06:52:11.881889+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:12.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:12 smithi141 bash[25168]: audit 2023-12-06T06:52:11.882371+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:12.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:12 smithi141 bash[25168]: audit 2023-12-06T06:52:11.896461+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:12.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:12 smithi040 bash[25004]: cluster 2023-12-06T06:52:11.132538+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:12.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:12 smithi040 bash[25004]: audit 2023-12-06T06:52:11.872343+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:12.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:12 smithi040 bash[25004]: audit 2023-12-06T06:52:11.876857+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:12.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:12 smithi040 bash[25004]: audit 2023-12-06T06:52:11.881889+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:12.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:12 smithi040 bash[25004]: audit 2023-12-06T06:52:11.882371+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:12.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:12 smithi040 bash[25004]: audit 2023-12-06T06:52:11.896461+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:12.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:12 smithi040 bash[30799]: cluster 2023-12-06T06:52:11.132538+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:12.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:12 smithi040 bash[30799]: audit 2023-12-06T06:52:11.872343+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:12.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:12 smithi040 bash[30799]: audit 2023-12-06T06:52:11.876857+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:12.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:12 smithi040 bash[30799]: audit 2023-12-06T06:52:11.881889+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:12.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:12 smithi040 bash[30799]: audit 2023-12-06T06:52:11.882371+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:12.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:12 smithi040 bash[30799]: audit 2023-12-06T06:52:11.896461+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:14.652 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:14 smithi141 bash[25168]: cluster 2023-12-06T06:52:13.133252+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:14.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:14 smithi040 bash[25004]: cluster 2023-12-06T06:52:13.133252+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:14.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:14 smithi040 bash[30799]: cluster 2023-12-06T06:52:13.133252+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:16.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:16 smithi141 bash[25168]: cluster 2023-12-06T06:52:15.133953+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:16.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:16 smithi040 bash[25004]: cluster 2023-12-06T06:52:15.133953+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:16.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:16 smithi040 bash[30799]: cluster 2023-12-06T06:52:15.133953+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:18.343 INFO:teuthology.orchestra.run.smithi141.stdout:Created osd(s) 6 on host 'smithi141' 2023-12-06T06:52:18.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:18 smithi141 bash[25168]: cluster 2023-12-06T06:52:17.134678+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:18.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:18 smithi141 bash[25168]: audit 2023-12-06T06:52:18.333863+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:18.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:18 smithi141 bash[25168]: audit 2023-12-06T06:52:18.339893+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:18.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:18 smithi141 bash[25168]: audit 2023-12-06T06:52:18.340433+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:18.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:18 smithi141 bash[25168]: audit 2023-12-06T06:52:18.343349+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:18.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:18 smithi141 bash[25168]: audit 2023-12-06T06:52:18.347158+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:52:18.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:18 smithi141 bash[25168]: audit 2023-12-06T06:52:18.348610+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:52:18.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:18 smithi141 bash[25168]: audit 2023-12-06T06:52:18.349972+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:52:18.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:18 smithi141 bash[25168]: audit 2023-12-06T06:52:18.357914+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:18.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:18 smithi141 bash[25168]: audit 2023-12-06T06:52:18.365930+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:18.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[25004]: cluster 2023-12-06T06:52:17.134678+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:18.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[25004]: audit 2023-12-06T06:52:18.333863+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:18.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[25004]: audit 2023-12-06T06:52:18.339893+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:18.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[25004]: audit 2023-12-06T06:52:18.340433+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:18.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[25004]: audit 2023-12-06T06:52:18.343349+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:18.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[25004]: audit 2023-12-06T06:52:18.347158+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:52:18.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[25004]: audit 2023-12-06T06:52:18.348610+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:52:18.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[25004]: audit 2023-12-06T06:52:18.349972+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:52:18.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[25004]: audit 2023-12-06T06:52:18.357914+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:18.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[25004]: audit 2023-12-06T06:52:18.365930+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:18.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[30799]: cluster 2023-12-06T06:52:17.134678+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:18.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[30799]: audit 2023-12-06T06:52:18.333863+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:18.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[30799]: audit 2023-12-06T06:52:18.339893+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:18.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[30799]: audit 2023-12-06T06:52:18.340433+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:18.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[30799]: audit 2023-12-06T06:52:18.343349+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:18.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[30799]: audit 2023-12-06T06:52:18.347158+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:52:18.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[30799]: audit 2023-12-06T06:52:18.348610+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:52:18.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[30799]: audit 2023-12-06T06:52:18.349972+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:52:18.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[30799]: audit 2023-12-06T06:52:18.357914+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:18.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:18 smithi040 bash[30799]: audit 2023-12-06T06:52:18.365930+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:19.086 DEBUG:teuthology.orchestra.run.smithi141:osd.6> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.6.service 2023-12-06T06:52:19.089 INFO:tasks.cephadm:Deploying osd.7 on smithi141 with /dev/vg_nvme/lv_1... 2023-12-06T06:52:19.089 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-06T06:52:19.212 INFO:journalctl@ceph.osd.6.smithi141.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:52:19.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:19 smithi141 bash[25168]: cephadm 2023-12-06T06:52:18.351025+0000 mgr.y (mgr.14152) 227 : cephadm [INF] Adjusting osd_memory_target on smithi141 to 5415M 2023-12-06T06:52:19.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:19 smithi141 bash[25168]: audit 2023-12-06T06:52:18.836780+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.141:6816/224757636,v1:172.21.15.141:6817/224757636]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T06:52:19.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:19 smithi141 bash[25168]: audit 2023-12-06T06:52:18.837276+0000 mon.a (mon.0) 649 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T06:52:19.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:19 smithi040 bash[25004]: cephadm 2023-12-06T06:52:18.351025+0000 mgr.y (mgr.14152) 227 : cephadm [INF] Adjusting osd_memory_target on smithi141 to 5415M 2023-12-06T06:52:19.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:19 smithi040 bash[25004]: audit 2023-12-06T06:52:18.836780+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.141:6816/224757636,v1:172.21.15.141:6817/224757636]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T06:52:19.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:19 smithi040 bash[25004]: audit 2023-12-06T06:52:18.837276+0000 mon.a (mon.0) 649 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T06:52:19.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:19 smithi040 bash[30799]: cephadm 2023-12-06T06:52:18.351025+0000 mgr.y (mgr.14152) 227 : cephadm [INF] Adjusting osd_memory_target on smithi141 to 5415M 2023-12-06T06:52:19.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:19 smithi040 bash[30799]: audit 2023-12-06T06:52:18.836780+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.141:6816/224757636,v1:172.21.15.141:6817/224757636]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T06:52:19.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:19 smithi040 bash[30799]: audit 2023-12-06T06:52:18.837276+0000 mon.a (mon.0) 649 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T06:52:20.708 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 06:52:20 smithi141 bash[37659]: debug 2023-12-06T06:52:20.447+0000 7fa0df26b700 -1 osd.6 0 waiting for initial osdmap 2023-12-06T06:52:20.709 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 06:52:20 smithi141 bash[37659]: debug 2023-12-06T06:52:20.459+0000 7fa0da403700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T06:52:20.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:20 smithi141 bash[25168]: cluster 2023-12-06T06:52:19.135318+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:20.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:20 smithi141 bash[25168]: audit 2023-12-06T06:52:19.437049+0000 mon.a (mon.0) 650 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T06:52:20.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:20 smithi141 bash[25168]: cluster 2023-12-06T06:52:19.437307+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-06T06:52:20.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:20 smithi141 bash[25168]: audit 2023-12-06T06:52:19.437623+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:52:20.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:20 smithi141 bash[25168]: audit 2023-12-06T06:52:19.438896+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.141:6816/224757636,v1:172.21.15.141:6817/224757636]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:52:20.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:20 smithi141 bash[25168]: audit 2023-12-06T06:52:19.439304+0000 mon.a (mon.0) 653 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:52:20.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:20 smithi040 bash[30799]: cluster 2023-12-06T06:52:19.135318+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:20.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:20 smithi040 bash[30799]: audit 2023-12-06T06:52:19.437049+0000 mon.a (mon.0) 650 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T06:52:20.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:20 smithi040 bash[30799]: cluster 2023-12-06T06:52:19.437307+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-06T06:52:20.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:20 smithi040 bash[30799]: audit 2023-12-06T06:52:19.437623+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:52:20.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:20 smithi040 bash[30799]: audit 2023-12-06T06:52:19.438896+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.141:6816/224757636,v1:172.21.15.141:6817/224757636]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:52:20.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:20 smithi040 bash[30799]: audit 2023-12-06T06:52:19.439304+0000 mon.a (mon.0) 653 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:52:20.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:20 smithi040 bash[25004]: cluster 2023-12-06T06:52:19.135318+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:20.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:20 smithi040 bash[25004]: audit 2023-12-06T06:52:19.437049+0000 mon.a (mon.0) 650 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T06:52:20.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:20 smithi040 bash[25004]: cluster 2023-12-06T06:52:19.437307+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-06T06:52:20.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:20 smithi040 bash[25004]: audit 2023-12-06T06:52:19.437623+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:52:20.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:20 smithi040 bash[25004]: audit 2023-12-06T06:52:19.438896+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.141:6816/224757636,v1:172.21.15.141:6817/224757636]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:52:20.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:20 smithi040 bash[25004]: audit 2023-12-06T06:52:19.439304+0000 mon.a (mon.0) 653 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:52:21.547 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:21 smithi141 bash[25168]: audit 2023-12-06T06:52:20.440539+0000 mon.a (mon.0) 654 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-06T06:52:21.548 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:21 smithi141 bash[25168]: cluster 2023-12-06T06:52:20.440826+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-06T06:52:21.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:21 smithi040 bash[30799]: audit 2023-12-06T06:52:20.440539+0000 mon.a (mon.0) 654 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-06T06:52:21.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:21 smithi040 bash[30799]: cluster 2023-12-06T06:52:20.440826+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-06T06:52:21.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:21 smithi040 bash[30799]: audit 2023-12-06T06:52:20.441625+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:52:21.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:21 smithi040 bash[30799]: audit 2023-12-06T06:52:20.449207+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:52:21.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:21 smithi040 bash[25004]: audit 2023-12-06T06:52:20.440539+0000 mon.a (mon.0) 654 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-06T06:52:21.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:21 smithi040 bash[25004]: cluster 2023-12-06T06:52:20.440826+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-06T06:52:21.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:21 smithi040 bash[25004]: audit 2023-12-06T06:52:20.441625+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:52:21.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:21 smithi040 bash[25004]: audit 2023-12-06T06:52:20.449207+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:52:21.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:21 smithi141 bash[25168]: audit 2023-12-06T06:52:20.441625+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:52:21.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:21 smithi141 bash[25168]: audit 2023-12-06T06:52:20.449207+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:52:22.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:22 smithi141 bash[25168]: cluster 2023-12-06T06:52:19.795220+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:52:22.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:22 smithi141 bash[25168]: cluster 2023-12-06T06:52:19.795411+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:52:22.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:22 smithi141 bash[25168]: cluster 2023-12-06T06:52:21.135878+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:22.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:22 smithi141 bash[25168]: cluster 2023-12-06T06:52:21.445491+0000 mon.a (mon.0) 658 : cluster [INF] osd.6 [v2:172.21.15.141:6816/224757636,v1:172.21.15.141:6817/224757636] boot 2023-12-06T06:52:22.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:22 smithi141 bash[25168]: cluster 2023-12-06T06:52:21.445584+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-06T06:52:22.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:22 smithi141 bash[25168]: audit 2023-12-06T06:52:21.446010+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:52:22.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:22 smithi141 bash[25168]: cluster 2023-12-06T06:52:22.446742+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-06T06:52:22.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:22 smithi040 bash[25004]: cluster 2023-12-06T06:52:19.795220+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:52:22.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:22 smithi040 bash[25004]: cluster 2023-12-06T06:52:19.795411+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:52:22.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:22 smithi040 bash[25004]: cluster 2023-12-06T06:52:21.135878+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:22.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:22 smithi040 bash[25004]: cluster 2023-12-06T06:52:21.445491+0000 mon.a (mon.0) 658 : cluster [INF] osd.6 [v2:172.21.15.141:6816/224757636,v1:172.21.15.141:6817/224757636] boot 2023-12-06T06:52:22.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:22 smithi040 bash[25004]: cluster 2023-12-06T06:52:21.445584+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-06T06:52:22.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:22 smithi040 bash[25004]: audit 2023-12-06T06:52:21.446010+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:52:22.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:22 smithi040 bash[25004]: cluster 2023-12-06T06:52:22.446742+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-06T06:52:22.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:22 smithi040 bash[30799]: cluster 2023-12-06T06:52:19.795220+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:52:22.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:22 smithi040 bash[30799]: cluster 2023-12-06T06:52:19.795411+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:52:22.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:22 smithi040 bash[30799]: cluster 2023-12-06T06:52:21.135878+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T06:52:22.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:22 smithi040 bash[30799]: cluster 2023-12-06T06:52:21.445491+0000 mon.a (mon.0) 658 : cluster [INF] osd.6 [v2:172.21.15.141:6816/224757636,v1:172.21.15.141:6817/224757636] boot 2023-12-06T06:52:22.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:22 smithi040 bash[30799]: cluster 2023-12-06T06:52:21.445584+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-06T06:52:22.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:22 smithi040 bash[30799]: audit 2023-12-06T06:52:21.446010+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:52:22.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:22 smithi040 bash[30799]: cluster 2023-12-06T06:52:22.446742+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-06T06:52:23.210 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-06T06:52:23.210 INFO:teuthology.orchestra.run.smithi141.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-06T06:52:23.210 INFO:teuthology.orchestra.run.smithi141.stderr: stderr: 10+0 records in 2023-12-06T06:52:23.210 INFO:teuthology.orchestra.run.smithi141.stderr:10+0 records out 2023-12-06T06:52:23.210 INFO:teuthology.orchestra.run.smithi141.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0151497 s, 692 MB/s 2023-12-06T06:52:23.210 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping successful for: 2023-12-06T06:52:24.577 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi141:vg_nvme/lv_1 2023-12-06T06:52:24.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:24 smithi141 bash[25168]: cluster 2023-12-06T06:52:23.136498+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:24.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:24 smithi141 bash[25168]: cluster 2023-12-06T06:52:23.448610+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-06T06:52:24.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:24 smithi040 bash[25004]: cluster 2023-12-06T06:52:23.136498+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:24.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:24 smithi040 bash[25004]: cluster 2023-12-06T06:52:23.448610+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-06T06:52:24.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:24 smithi040 bash[30799]: cluster 2023-12-06T06:52:23.136498+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:24.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:24 smithi040 bash[30799]: cluster 2023-12-06T06:52:23.448610+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-06T06:52:25.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:25 smithi040 bash[25004]: cluster 2023-12-06T06:52:24.466590+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-06T06:52:25.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:25 smithi040 bash[25004]: cluster 2023-12-06T06:52:25.136985+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:25.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:25 smithi040 bash[30799]: cluster 2023-12-06T06:52:24.466590+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-06T06:52:25.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:25 smithi040 bash[30799]: cluster 2023-12-06T06:52:25.136985+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:25.782 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:25 smithi141 bash[25168]: cluster 2023-12-06T06:52:24.466590+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-06T06:52:25.782 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:25 smithi141 bash[25168]: cluster 2023-12-06T06:52:25.136985+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:26.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:26 smithi040 bash[25004]: cluster 2023-12-06T06:52:25.468386+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-06T06:52:26.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:52:26 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:52:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:52:26.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:26 smithi040 bash[30799]: cluster 2023-12-06T06:52:25.468386+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-06T06:52:26.876 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:26 smithi141 bash[25168]: cluster 2023-12-06T06:52:25.468386+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-06T06:52:27.752 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:27 smithi141 bash[25168]: audit 2023-12-06T06:52:26.494566+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:27.752 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:27 smithi141 bash[25168]: audit 2023-12-06T06:52:26.501640+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:27.752 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:27 smithi141 bash[25168]: audit 2023-12-06T06:52:26.505940+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:27.753 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:27 smithi141 bash[25168]: audit 2023-12-06T06:52:26.507841+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:27.753 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:27 smithi141 bash[25168]: audit 2023-12-06T06:52:26.509129+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:27.753 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:27 smithi141 bash[25168]: cluster 2023-12-06T06:52:26.513719+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 127 KiB/s, 0 objects/s recovering 2023-12-06T06:52:27.753 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:27 smithi141 bash[25168]: audit 2023-12-06T06:52:26.519689+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:27.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:27 smithi040 bash[30799]: audit 2023-12-06T06:52:26.494566+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:27.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:27 smithi040 bash[30799]: audit 2023-12-06T06:52:26.501640+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:27.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:27 smithi040 bash[30799]: audit 2023-12-06T06:52:26.505940+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:27.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:27 smithi040 bash[30799]: audit 2023-12-06T06:52:26.507841+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:27.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:27 smithi040 bash[30799]: audit 2023-12-06T06:52:26.509129+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:27.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:27 smithi040 bash[30799]: cluster 2023-12-06T06:52:26.513719+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 127 KiB/s, 0 objects/s recovering 2023-12-06T06:52:27.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:27 smithi040 bash[30799]: audit 2023-12-06T06:52:26.519689+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:27.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:27 smithi040 bash[25004]: audit 2023-12-06T06:52:26.494566+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:27.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:27 smithi040 bash[25004]: audit 2023-12-06T06:52:26.501640+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:27.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:27 smithi040 bash[25004]: audit 2023-12-06T06:52:26.505940+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:27.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:27 smithi040 bash[25004]: audit 2023-12-06T06:52:26.507841+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:27.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:27 smithi040 bash[25004]: audit 2023-12-06T06:52:26.509129+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:27.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:27 smithi040 bash[25004]: cluster 2023-12-06T06:52:26.513719+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 127 KiB/s, 0 objects/s recovering 2023-12-06T06:52:27.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:27 smithi040 bash[25004]: audit 2023-12-06T06:52:26.519689+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:28.277 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:52:27 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:52:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:52:28.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:28 smithi040 bash[30799]: cluster 2023-12-06T06:52:27.500772+0000 mon.a (mon.0) 671 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-06T06:52:28.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:28 smithi040 bash[30799]: audit 2023-12-06T06:52:27.957281+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:28.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:28 smithi040 bash[30799]: audit 2023-12-06T06:52:27.965909+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:28.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:28 smithi040 bash[30799]: audit 2023-12-06T06:52:28.167966+0000 mgr.y (mgr.14152) 233 : audit [DBG] from='client.24317 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:52:28.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:28 smithi040 bash[30799]: audit 2023-12-06T06:52:28.174814+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:52:28.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:28 smithi040 bash[30799]: audit 2023-12-06T06:52:28.181304+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:52:28.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:28 smithi040 bash[30799]: audit 2023-12-06T06:52:28.183030+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:28.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:28 smithi040 bash[25004]: cluster 2023-12-06T06:52:27.500772+0000 mon.a (mon.0) 671 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-06T06:52:28.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:28 smithi040 bash[25004]: audit 2023-12-06T06:52:27.957281+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:28.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:28 smithi040 bash[25004]: audit 2023-12-06T06:52:27.965909+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:28.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:28 smithi040 bash[25004]: audit 2023-12-06T06:52:28.167966+0000 mgr.y (mgr.14152) 233 : audit [DBG] from='client.24317 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:52:28.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:28 smithi040 bash[25004]: audit 2023-12-06T06:52:28.174814+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:52:28.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:28 smithi040 bash[25004]: audit 2023-12-06T06:52:28.181304+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:52:28.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:28 smithi040 bash[25004]: audit 2023-12-06T06:52:28.183030+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:28.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:28 smithi141 bash[25168]: cluster 2023-12-06T06:52:27.500772+0000 mon.a (mon.0) 671 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-06T06:52:28.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:28 smithi141 bash[25168]: audit 2023-12-06T06:52:27.957281+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:28.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:28 smithi141 bash[25168]: audit 2023-12-06T06:52:27.965909+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:28.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:28 smithi141 bash[25168]: audit 2023-12-06T06:52:28.167966+0000 mgr.y (mgr.14152) 233 : audit [DBG] from='client.24317 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:52:28.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:28 smithi141 bash[25168]: audit 2023-12-06T06:52:28.174814+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T06:52:28.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:28 smithi141 bash[25168]: audit 2023-12-06T06:52:28.181304+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T06:52:28.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:28 smithi141 bash[25168]: audit 2023-12-06T06:52:28.183030+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:29.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:29 smithi040 bash[30799]: cluster 2023-12-06T06:52:28.514392+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; 96 KiB/s, 0 objects/s recovering 2023-12-06T06:52:29.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:29 smithi040 bash[25004]: cluster 2023-12-06T06:52:28.514392+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; 96 KiB/s, 0 objects/s recovering 2023-12-06T06:52:29.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:29 smithi141 bash[25168]: cluster 2023-12-06T06:52:28.514392+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; 96 KiB/s, 0 objects/s recovering 2023-12-06T06:52:31.027 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:52:30 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:52:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:52:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:31 smithi141 bash[25168]: cluster 2023-12-06T06:52:30.515080+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; 73 KiB/s, 0 objects/s recovering 2023-12-06T06:52:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:31 smithi141 bash[25168]: audit 2023-12-06T06:52:30.705951+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:31 smithi141 bash[25168]: audit 2023-12-06T06:52:30.712914+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:31 smithi141 bash[25168]: audit 2023-12-06T06:52:30.750330+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:31 smithi141 bash[25168]: audit 2023-12-06T06:52:30.753061+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:31 smithi141 bash[25168]: audit 2023-12-06T06:52:30.754765+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:31 smithi141 bash[25168]: cluster 2023-12-06T06:52:30.759262+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; 82 KiB/s, 0 objects/s recovering 2023-12-06T06:52:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:31 smithi141 bash[25168]: audit 2023-12-06T06:52:30.767432+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:31 smithi141 bash[25168]: cluster 2023-12-06T06:52:31.316085+0000 mon.a (mon.0) 683 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-06T06:52:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:31 smithi141 bash[25168]: cluster 2023-12-06T06:52:31.316157+0000 mon.a (mon.0) 684 : cluster [INF] Cluster is now healthy 2023-12-06T06:52:32.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[25004]: cluster 2023-12-06T06:52:30.515080+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; 73 KiB/s, 0 objects/s recovering 2023-12-06T06:52:32.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[25004]: audit 2023-12-06T06:52:30.705951+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:32.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[25004]: audit 2023-12-06T06:52:30.712914+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:32.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[25004]: audit 2023-12-06T06:52:30.750330+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:32.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[25004]: audit 2023-12-06T06:52:30.753061+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:32.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[25004]: audit 2023-12-06T06:52:30.754765+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:32.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[25004]: cluster 2023-12-06T06:52:30.759262+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; 82 KiB/s, 0 objects/s recovering 2023-12-06T06:52:32.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[25004]: audit 2023-12-06T06:52:30.767432+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:32.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[25004]: cluster 2023-12-06T06:52:31.316085+0000 mon.a (mon.0) 683 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-06T06:52:32.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[25004]: cluster 2023-12-06T06:52:31.316157+0000 mon.a (mon.0) 684 : cluster [INF] Cluster is now healthy 2023-12-06T06:52:32.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[30799]: cluster 2023-12-06T06:52:30.515080+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; 73 KiB/s, 0 objects/s recovering 2023-12-06T06:52:32.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[30799]: audit 2023-12-06T06:52:30.705951+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:32.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[30799]: audit 2023-12-06T06:52:30.712914+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:32.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[30799]: audit 2023-12-06T06:52:30.750330+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:32.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[30799]: audit 2023-12-06T06:52:30.753061+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:32.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[30799]: audit 2023-12-06T06:52:30.754765+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:32.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[30799]: cluster 2023-12-06T06:52:30.759262+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; 82 KiB/s, 0 objects/s recovering 2023-12-06T06:52:32.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[30799]: audit 2023-12-06T06:52:30.767432+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:32.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[30799]: cluster 2023-12-06T06:52:31.316085+0000 mon.a (mon.0) 683 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-06T06:52:32.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:31 smithi040 bash[30799]: cluster 2023-12-06T06:52:31.316157+0000 mon.a (mon.0) 684 : cluster [INF] Cluster is now healthy 2023-12-06T06:52:34.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:33 smithi141 bash[25168]: cluster 2023-12-06T06:52:32.759936+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-12-06T06:52:34.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:33 smithi141 bash[25168]: audit 2023-12-06T06:52:33.307951+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.141:0/1051612647' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0201ebf4-70d0-4a86-8b5c-4529a616621c"}]: dispatch 2023-12-06T06:52:34.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:33 smithi141 bash[25168]: audit 2023-12-06T06:52:33.308341+0000 mon.a (mon.0) 685 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0201ebf4-70d0-4a86-8b5c-4529a616621c"}]: dispatch 2023-12-06T06:52:34.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:33 smithi141 bash[25168]: audit 2023-12-06T06:52:33.317808+0000 mon.a (mon.0) 686 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0201ebf4-70d0-4a86-8b5c-4529a616621c"}]': finished 2023-12-06T06:52:34.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:33 smithi141 bash[25168]: cluster 2023-12-06T06:52:33.318052+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-06T06:52:34.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:33 smithi141 bash[25168]: audit 2023-12-06T06:52:33.318425+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:52:34.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:33 smithi040 bash[30799]: cluster 2023-12-06T06:52:32.759936+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-12-06T06:52:34.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:33 smithi040 bash[30799]: audit 2023-12-06T06:52:33.307951+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.141:0/1051612647' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0201ebf4-70d0-4a86-8b5c-4529a616621c"}]: dispatch 2023-12-06T06:52:34.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:33 smithi040 bash[30799]: audit 2023-12-06T06:52:33.308341+0000 mon.a (mon.0) 685 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0201ebf4-70d0-4a86-8b5c-4529a616621c"}]: dispatch 2023-12-06T06:52:34.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:33 smithi040 bash[30799]: audit 2023-12-06T06:52:33.317808+0000 mon.a (mon.0) 686 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0201ebf4-70d0-4a86-8b5c-4529a616621c"}]': finished 2023-12-06T06:52:34.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:33 smithi040 bash[30799]: cluster 2023-12-06T06:52:33.318052+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-06T06:52:34.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:33 smithi040 bash[30799]: audit 2023-12-06T06:52:33.318425+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:52:34.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:33 smithi040 bash[25004]: cluster 2023-12-06T06:52:32.759936+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-12-06T06:52:34.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:33 smithi040 bash[25004]: audit 2023-12-06T06:52:33.307951+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.141:0/1051612647' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0201ebf4-70d0-4a86-8b5c-4529a616621c"}]: dispatch 2023-12-06T06:52:34.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:33 smithi040 bash[25004]: audit 2023-12-06T06:52:33.308341+0000 mon.a (mon.0) 685 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0201ebf4-70d0-4a86-8b5c-4529a616621c"}]: dispatch 2023-12-06T06:52:34.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:33 smithi040 bash[25004]: audit 2023-12-06T06:52:33.317808+0000 mon.a (mon.0) 686 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0201ebf4-70d0-4a86-8b5c-4529a616621c"}]': finished 2023-12-06T06:52:34.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:33 smithi040 bash[25004]: cluster 2023-12-06T06:52:33.318052+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-06T06:52:34.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:33 smithi040 bash[25004]: audit 2023-12-06T06:52:33.318425+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:52:35.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:34 smithi141 bash[25168]: audit 2023-12-06T06:52:34.033705+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.141:0/2560178822' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:52:35.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:34 smithi040 bash[30799]: audit 2023-12-06T06:52:34.033705+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.141:0/2560178822' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:52:35.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:34 smithi040 bash[25004]: audit 2023-12-06T06:52:34.033705+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.141:0/2560178822' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T06:52:36.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:36 smithi141 bash[25168]: cluster 2023-12-06T06:52:34.760547+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 2023-12-06T06:52:36.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:36 smithi040 bash[30799]: cluster 2023-12-06T06:52:34.760547+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 2023-12-06T06:52:36.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:36 smithi040 bash[25004]: cluster 2023-12-06T06:52:34.760547+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 2023-12-06T06:52:38.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:38 smithi141 bash[25168]: cluster 2023-12-06T06:52:36.761196+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-06T06:52:38.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:38 smithi040 bash[25004]: cluster 2023-12-06T06:52:36.761196+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-06T06:52:38.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:38 smithi040 bash[30799]: cluster 2023-12-06T06:52:36.761196+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-06T06:52:40.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:40 smithi141 bash[25168]: cluster 2023-12-06T06:52:38.761848+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-06T06:52:40.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:40 smithi040 bash[30799]: cluster 2023-12-06T06:52:38.761848+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-06T06:52:40.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:40 smithi040 bash[25004]: cluster 2023-12-06T06:52:38.761848+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-06T06:52:42.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:42 smithi141 bash[25168]: cluster 2023-12-06T06:52:40.762496+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-06T06:52:42.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:42 smithi040 bash[30799]: cluster 2023-12-06T06:52:40.762496+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-06T06:52:42.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:42 smithi040 bash[25004]: cluster 2023-12-06T06:52:40.762496+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-06T06:52:44.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:44 smithi040 bash[25004]: cluster 2023-12-06T06:52:42.763155+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-06T06:52:44.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:44 smithi040 bash[30799]: cluster 2023-12-06T06:52:42.763155+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-06T06:52:44.678 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:44 smithi141 bash[25168]: cluster 2023-12-06T06:52:42.763155+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-06T06:52:45.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:45 smithi141 bash[25168]: audit 2023-12-06T06:52:45.131148+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T06:52:45.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:45 smithi141 bash[25168]: audit 2023-12-06T06:52:45.132998+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:45.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:45 smithi040 bash[30799]: audit 2023-12-06T06:52:45.131148+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T06:52:45.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:45 smithi040 bash[30799]: audit 2023-12-06T06:52:45.132998+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:45.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:45 smithi040 bash[25004]: audit 2023-12-06T06:52:45.131148+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T06:52:45.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:45 smithi040 bash[25004]: audit 2023-12-06T06:52:45.132998+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:46.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:46 smithi141 bash[25168]: cluster 2023-12-06T06:52:44.763777+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:46.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:46 smithi141 bash[25168]: cephadm 2023-12-06T06:52:45.134645+0000 mgr.y (mgr.14152) 244 : cephadm [INF] Deploying daemon osd.7 on smithi141 2023-12-06T06:52:46.728 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:46 smithi040 bash[30799]: cluster 2023-12-06T06:52:44.763777+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:46.729 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:46 smithi040 bash[30799]: cephadm 2023-12-06T06:52:45.134645+0000 mgr.y (mgr.14152) 244 : cephadm [INF] Deploying daemon osd.7 on smithi141 2023-12-06T06:52:46.729 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:46 smithi040 bash[25004]: cluster 2023-12-06T06:52:44.763777+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:46.729 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:46 smithi040 bash[25004]: cephadm 2023-12-06T06:52:45.134645+0000 mgr.y (mgr.14152) 244 : cephadm [INF] Deploying daemon osd.7 on smithi141 2023-12-06T06:52:48.353 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:52:48 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:52:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:52:48.356 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:48 smithi040 bash[30799]: cluster 2023-12-06T06:52:46.764447+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-06T06:52:48.356 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:48 smithi040 bash[30799]: audit 2023-12-06T06:52:47.738378+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:52:48.356 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:48 smithi040 bash[30799]: audit 2023-12-06T06:52:47.741475+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:52:48.356 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:48 smithi040 bash[30799]: audit 2023-12-06T06:52:48.090321+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:48.356 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:48 smithi040 bash[30799]: audit 2023-12-06T06:52:48.096989+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:48.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:48 smithi040 bash[25004]: cluster 2023-12-06T06:52:46.764447+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-06T06:52:48.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:48 smithi040 bash[25004]: audit 2023-12-06T06:52:47.738378+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:52:48.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:48 smithi040 bash[25004]: audit 2023-12-06T06:52:47.741475+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:52:48.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:48 smithi040 bash[25004]: audit 2023-12-06T06:52:48.090321+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:48.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:48 smithi040 bash[25004]: audit 2023-12-06T06:52:48.096989+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:48.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:48 smithi141 bash[25168]: cluster 2023-12-06T06:52:46.764447+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-06T06:52:48.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:48 smithi141 bash[25168]: audit 2023-12-06T06:52:47.738378+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:52:48.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:48 smithi141 bash[25168]: audit 2023-12-06T06:52:47.741475+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:52:48.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:48 smithi141 bash[25168]: audit 2023-12-06T06:52:48.090321+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:48 smithi141 bash[25168]: audit 2023-12-06T06:52:48.096989+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:49.027 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:52:48 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:52:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:52:49.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:49 smithi141 bash[25168]: audit 2023-12-06T06:52:48.721500+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:49.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:49 smithi141 bash[25168]: cephadm 2023-12-06T06:52:48.722997+0000 mgr.y (mgr.14152) 246 : cephadm [INF] Detected new or changed devices on smithi141 2023-12-06T06:52:49.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:49 smithi141 bash[25168]: audit 2023-12-06T06:52:48.730225+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:49.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:49 smithi141 bash[25168]: cluster 2023-12-06T06:52:48.765069+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:50.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:49 smithi040 bash[25004]: audit 2023-12-06T06:52:48.721500+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:50.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:49 smithi040 bash[25004]: cephadm 2023-12-06T06:52:48.722997+0000 mgr.y (mgr.14152) 246 : cephadm [INF] Detected new or changed devices on smithi141 2023-12-06T06:52:50.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:49 smithi040 bash[25004]: audit 2023-12-06T06:52:48.730225+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:50.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:49 smithi040 bash[25004]: cluster 2023-12-06T06:52:48.765069+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:50.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:49 smithi040 bash[30799]: audit 2023-12-06T06:52:48.721500+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:50.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:49 smithi040 bash[30799]: cephadm 2023-12-06T06:52:48.722997+0000 mgr.y (mgr.14152) 246 : cephadm [INF] Detected new or changed devices on smithi141 2023-12-06T06:52:50.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:49 smithi040 bash[30799]: audit 2023-12-06T06:52:48.730225+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:50.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:49 smithi040 bash[30799]: cluster 2023-12-06T06:52:48.765069+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:52.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:52 smithi141 bash[25168]: cluster 2023-12-06T06:52:50.765699+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:52.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:52 smithi141 bash[25168]: audit 2023-12-06T06:52:51.907446+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:52.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:52 smithi141 bash[25168]: audit 2023-12-06T06:52:51.944347+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:52.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:52 smithi141 bash[25168]: audit 2023-12-06T06:52:51.947206+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:52.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:52 smithi141 bash[25168]: audit 2023-12-06T06:52:51.949113+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:52.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:52 smithi141 bash[25168]: audit 2023-12-06T06:52:51.960510+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:52.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:52 smithi040 bash[25004]: cluster 2023-12-06T06:52:50.765699+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:52.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:52 smithi040 bash[25004]: audit 2023-12-06T06:52:51.907446+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:52.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:52 smithi040 bash[25004]: audit 2023-12-06T06:52:51.944347+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:52.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:52 smithi040 bash[25004]: audit 2023-12-06T06:52:51.947206+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:52.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:52 smithi040 bash[25004]: audit 2023-12-06T06:52:51.949113+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:52.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:52 smithi040 bash[25004]: audit 2023-12-06T06:52:51.960510+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:52.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:52 smithi040 bash[30799]: cluster 2023-12-06T06:52:50.765699+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:52.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:52 smithi040 bash[30799]: audit 2023-12-06T06:52:51.907446+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:52.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:52 smithi040 bash[30799]: audit 2023-12-06T06:52:51.944347+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:52.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:52 smithi040 bash[30799]: audit 2023-12-06T06:52:51.947206+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:52.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:52 smithi040 bash[30799]: audit 2023-12-06T06:52:51.949113+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:52.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:52 smithi040 bash[30799]: audit 2023-12-06T06:52:51.960510+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:54.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:54 smithi141 bash[25168]: cluster 2023-12-06T06:52:52.766352+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:54.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:54 smithi040 bash[30799]: cluster 2023-12-06T06:52:52.766352+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:54.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:54 smithi040 bash[25004]: cluster 2023-12-06T06:52:52.766352+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:56.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:56 smithi141 bash[25168]: cluster 2023-12-06T06:52:54.766963+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:56.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:56 smithi040 bash[25004]: cluster 2023-12-06T06:52:54.766963+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:56.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:56 smithi040 bash[30799]: cluster 2023-12-06T06:52:54.766963+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:58.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:58 smithi141 bash[25168]: cluster 2023-12-06T06:52:56.767701+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-06T06:52:58.775 INFO:teuthology.orchestra.run.smithi141.stdout:Created osd(s) 7 on host 'smithi141' 2023-12-06T06:52:58.776 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:58 smithi040 bash[25004]: cluster 2023-12-06T06:52:56.767701+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-06T06:52:58.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:58 smithi040 bash[30799]: cluster 2023-12-06T06:52:56.767701+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-06T06:52:59.540 DEBUG:teuthology.orchestra.run.smithi141:osd.7> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.7.service 2023-12-06T06:52:59.543 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-06T06:52:59.543 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T06:52:59.723 INFO:journalctl@ceph.osd.7.smithi141.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:52:59.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:59 smithi141 bash[25168]: cluster 2023-12-06T06:52:58.768431+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:52:59.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:59 smithi141 bash[25168]: audit 2023-12-06T06:52:58.771908+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:59.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:59 smithi141 bash[25168]: audit 2023-12-06T06:52:58.800535+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:52:59.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:59 smithi141 bash[25168]: audit 2023-12-06T06:52:58.800845+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.141:6824/136005487,v1:172.21.15.141:6825/136005487]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T06:52:59.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:59 smithi141 bash[25168]: audit 2023-12-06T06:52:58.801523+0000 mon.a (mon.0) 704 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T06:52:59.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:59 smithi141 bash[25168]: audit 2023-12-06T06:52:58.803660+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:52:59.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:59 smithi141 bash[25168]: audit 2023-12-06T06:52:58.805625+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:52:59.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:59 smithi141 bash[25168]: audit 2023-12-06T06:52:58.810465+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:52:59.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:59 smithi141 bash[25168]: audit 2023-12-06T06:52:58.812091+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:52:59.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:59 smithi141 bash[25168]: audit 2023-12-06T06:52:58.813800+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:52:59.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:59 smithi141 bash[25168]: audit 2023-12-06T06:52:58.815422+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:52:59.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:59 smithi141 bash[25168]: cephadm 2023-12-06T06:52:58.816653+0000 mgr.y (mgr.14152) 253 : cephadm [INF] Adjusting osd_memory_target on smithi141 to 4061M 2023-12-06T06:52:59.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:59 smithi141 bash[25168]: audit 2023-12-06T06:52:58.826934+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:52:59.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:52:59 smithi141 bash[25168]: audit 2023-12-06T06:52:58.834104+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:00.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[25004]: cluster 2023-12-06T06:52:58.768431+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:53:00.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[25004]: audit 2023-12-06T06:52:58.771908+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:00.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[25004]: audit 2023-12-06T06:52:58.800535+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:00.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[25004]: audit 2023-12-06T06:52:58.800845+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.141:6824/136005487,v1:172.21.15.141:6825/136005487]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T06:53:00.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[25004]: audit 2023-12-06T06:52:58.801523+0000 mon.a (mon.0) 704 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T06:53:00.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[25004]: audit 2023-12-06T06:52:58.803660+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:00.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[25004]: audit 2023-12-06T06:52:58.805625+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:00.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[25004]: audit 2023-12-06T06:52:58.810465+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:00.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[25004]: audit 2023-12-06T06:52:58.812091+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:00.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[25004]: audit 2023-12-06T06:52:58.813800+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:00.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[25004]: audit 2023-12-06T06:52:58.815422+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:00.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[25004]: cephadm 2023-12-06T06:52:58.816653+0000 mgr.y (mgr.14152) 253 : cephadm [INF] Adjusting osd_memory_target on smithi141 to 4061M 2023-12-06T06:53:00.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[25004]: audit 2023-12-06T06:52:58.826934+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:00.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[25004]: audit 2023-12-06T06:52:58.834104+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:00.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[30799]: cluster 2023-12-06T06:52:58.768431+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:53:00.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[30799]: audit 2023-12-06T06:52:58.771908+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:00.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[30799]: audit 2023-12-06T06:52:58.800535+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:00.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[30799]: audit 2023-12-06T06:52:58.800845+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.141:6824/136005487,v1:172.21.15.141:6825/136005487]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T06:53:00.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[30799]: audit 2023-12-06T06:52:58.801523+0000 mon.a (mon.0) 704 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T06:53:00.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[30799]: audit 2023-12-06T06:52:58.803660+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:00.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[30799]: audit 2023-12-06T06:52:58.805625+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:00.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[30799]: audit 2023-12-06T06:52:58.810465+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:00.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[30799]: audit 2023-12-06T06:52:58.812091+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:00.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[30799]: audit 2023-12-06T06:52:58.813800+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:00.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[30799]: audit 2023-12-06T06:52:58.815422+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:00.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[30799]: cephadm 2023-12-06T06:52:58.816653+0000 mgr.y (mgr.14152) 253 : cephadm [INF] Adjusting osd_memory_target on smithi141 to 4061M 2023-12-06T06:53:00.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[30799]: audit 2023-12-06T06:52:58.826934+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:00.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:52:59 smithi040 bash[30799]: audit 2023-12-06T06:52:58.834104+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:01.160 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:00 smithi040 bash[25004]: audit 2023-12-06T06:52:59.784087+0000 mon.a (mon.0) 713 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T06:53:01.160 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:00 smithi040 bash[25004]: cluster 2023-12-06T06:52:59.784174+0000 mon.a (mon.0) 714 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-06T06:53:01.160 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:00 smithi040 bash[25004]: audit 2023-12-06T06:52:59.784546+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:53:01.160 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:00 smithi040 bash[25004]: audit 2023-12-06T06:52:59.785771+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.141:6824/136005487,v1:172.21.15.141:6825/136005487]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:53:01.160 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:00 smithi040 bash[25004]: audit 2023-12-06T06:52:59.786120+0000 mon.a (mon.0) 716 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:53:01.160 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:00 smithi040 bash[30799]: audit 2023-12-06T06:52:59.784087+0000 mon.a (mon.0) 713 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T06:53:01.160 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:00 smithi040 bash[30799]: cluster 2023-12-06T06:52:59.784174+0000 mon.a (mon.0) 714 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-06T06:53:01.160 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:00 smithi040 bash[30799]: audit 2023-12-06T06:52:59.784546+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:53:01.160 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:00 smithi040 bash[30799]: audit 2023-12-06T06:52:59.785771+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.141:6824/136005487,v1:172.21.15.141:6825/136005487]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:53:01.161 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:00 smithi040 bash[30799]: audit 2023-12-06T06:52:59.786120+0000 mon.a (mon.0) 716 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:53:01.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:00 smithi141 bash[25168]: audit 2023-12-06T06:52:59.784087+0000 mon.a (mon.0) 713 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T06:53:01.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:00 smithi141 bash[25168]: cluster 2023-12-06T06:52:59.784174+0000 mon.a (mon.0) 714 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-06T06:53:01.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:00 smithi141 bash[25168]: audit 2023-12-06T06:52:59.784546+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:53:01.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:00 smithi141 bash[25168]: audit 2023-12-06T06:52:59.785771+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.141:6824/136005487,v1:172.21.15.141:6825/136005487]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:53:01.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:00 smithi141 bash[25168]: audit 2023-12-06T06:52:59.786120+0000 mon.a (mon.0) 716 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T06:53:01.209 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 06:53:00 smithi141 bash[41098]: debug 2023-12-06T06:53:00.790+0000 7f5b1de03700 -1 osd.7 0 waiting for initial osdmap 2023-12-06T06:53:01.209 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 06:53:00 smithi141 bash[41098]: debug 2023-12-06T06:53:00.806+0000 7f5b18f9b700 -1 osd.7 53 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T06:53:02.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:01 smithi040 bash[25004]: cluster 2023-12-06T06:53:00.769146+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:53:02.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:01 smithi040 bash[25004]: audit 2023-12-06T06:53:00.785540+0000 mon.a (mon.0) 717 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-06T06:53:02.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:01 smithi040 bash[25004]: cluster 2023-12-06T06:53:00.785723+0000 mon.a (mon.0) 718 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-06T06:53:02.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:01 smithi040 bash[25004]: audit 2023-12-06T06:53:00.786793+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:53:02.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:01 smithi040 bash[25004]: audit 2023-12-06T06:53:00.795421+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:53:02.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:01 smithi040 bash[30799]: cluster 2023-12-06T06:53:00.769146+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:53:02.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:01 smithi040 bash[30799]: audit 2023-12-06T06:53:00.785540+0000 mon.a (mon.0) 717 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-06T06:53:02.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:01 smithi040 bash[30799]: cluster 2023-12-06T06:53:00.785723+0000 mon.a (mon.0) 718 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-06T06:53:02.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:01 smithi040 bash[30799]: audit 2023-12-06T06:53:00.786793+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:53:02.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:01 smithi040 bash[30799]: audit 2023-12-06T06:53:00.795421+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:53:02.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:01 smithi141 bash[25168]: cluster 2023-12-06T06:53:00.769146+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T06:53:02.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:01 smithi141 bash[25168]: audit 2023-12-06T06:53:00.785540+0000 mon.a (mon.0) 717 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-06T06:53:02.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:01 smithi141 bash[25168]: cluster 2023-12-06T06:53:00.785723+0000 mon.a (mon.0) 718 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-06T06:53:02.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:01 smithi141 bash[25168]: audit 2023-12-06T06:53:00.786793+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:53:02.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:01 smithi141 bash[25168]: audit 2023-12-06T06:53:00.795421+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:53:02.802 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-06T06:53:03.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:02 smithi141 bash[25168]: cluster 2023-12-06T06:52:59.806553+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:53:03.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:02 smithi141 bash[25168]: cluster 2023-12-06T06:52:59.806739+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:53:03.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:02 smithi141 bash[25168]: cluster 2023-12-06T06:53:01.788732+0000 mon.a (mon.0) 721 : cluster [INF] osd.7 [v2:172.21.15.141:6824/136005487,v1:172.21.15.141:6825/136005487] boot 2023-12-06T06:53:03.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:02 smithi141 bash[25168]: cluster 2023-12-06T06:53:01.788864+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-06T06:53:03.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:02 smithi141 bash[25168]: audit 2023-12-06T06:53:01.789134+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:53:03.253 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:02 smithi040 bash[30799]: cluster 2023-12-06T06:52:59.806553+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:53:03.253 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:02 smithi040 bash[30799]: cluster 2023-12-06T06:52:59.806739+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:53:03.253 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:02 smithi040 bash[30799]: cluster 2023-12-06T06:53:01.788732+0000 mon.a (mon.0) 721 : cluster [INF] osd.7 [v2:172.21.15.141:6824/136005487,v1:172.21.15.141:6825/136005487] boot 2023-12-06T06:53:03.253 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:02 smithi040 bash[30799]: cluster 2023-12-06T06:53:01.788864+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-06T06:53:03.253 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:02 smithi040 bash[30799]: audit 2023-12-06T06:53:01.789134+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:53:03.253 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:02 smithi040 bash[25004]: cluster 2023-12-06T06:52:59.806553+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T06:53:03.253 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:02 smithi040 bash[25004]: cluster 2023-12-06T06:52:59.806739+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T06:53:03.253 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:02 smithi040 bash[25004]: cluster 2023-12-06T06:53:01.788732+0000 mon.a (mon.0) 721 : cluster [INF] osd.7 [v2:172.21.15.141:6824/136005487,v1:172.21.15.141:6825/136005487] boot 2023-12-06T06:53:03.254 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:02 smithi040 bash[25004]: cluster 2023-12-06T06:53:01.788864+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-06T06:53:03.254 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:02 smithi040 bash[25004]: audit 2023-12-06T06:53:01.789134+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:53:03.907 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":55,"num_osds":8,"num_up_osds":8,"osd_up_since":1701845581,"num_in_osds":8,"osd_in_since":1701845553,"num_remapped_pgs":1} 2023-12-06T06:53:03.908 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T06:53:03.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:03 smithi141 bash[25168]: cluster 2023-12-06T06:53:02.769813+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:03.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:03 smithi141 bash[25168]: cluster 2023-12-06T06:53:02.792361+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-06T06:53:03.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:03 smithi141 bash[25168]: audit 2023-12-06T06:53:02.800184+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.40:0/785993266' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T06:53:03.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:03 smithi141 bash[25168]: cluster 2023-12-06T06:53:03.792725+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-06T06:53:04.205 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:03 smithi040 bash[30799]: cluster 2023-12-06T06:53:02.769813+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:04.205 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:03 smithi040 bash[30799]: cluster 2023-12-06T06:53:02.792361+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-06T06:53:04.205 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:03 smithi040 bash[30799]: audit 2023-12-06T06:53:02.800184+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.40:0/785993266' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T06:53:04.205 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:03 smithi040 bash[30799]: cluster 2023-12-06T06:53:03.792725+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-06T06:53:04.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:03 smithi040 bash[25004]: cluster 2023-12-06T06:53:02.769813+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:04.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:03 smithi040 bash[25004]: cluster 2023-12-06T06:53:02.792361+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-06T06:53:04.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:03 smithi040 bash[25004]: audit 2023-12-06T06:53:02.800184+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.40:0/785993266' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T06:53:04.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:03 smithi040 bash[25004]: cluster 2023-12-06T06:53:03.792725+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-06T06:53:06.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:05 smithi141 bash[25168]: cluster 2023-12-06T06:53:04.770463+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:06.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:05 smithi141 bash[25168]: cluster 2023-12-06T06:53:04.809745+0000 mon.a (mon.0) 726 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-06T06:53:06.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:05 smithi040 bash[25004]: cluster 2023-12-06T06:53:04.770463+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:06.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:05 smithi040 bash[25004]: cluster 2023-12-06T06:53:04.809745+0000 mon.a (mon.0) 726 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-06T06:53:06.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:05 smithi040 bash[30799]: cluster 2023-12-06T06:53:04.770463+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:06.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:05 smithi040 bash[30799]: cluster 2023-12-06T06:53:04.809745+0000 mon.a (mon.0) 726 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-06T06:53:07.116 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:06 smithi040 bash[25004]: cluster 2023-12-06T06:53:05.814284+0000 mon.a (mon.0) 727 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-06T06:53:07.116 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:06 smithi040 bash[30799]: cluster 2023-12-06T06:53:05.814284+0000 mon.a (mon.0) 727 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-06T06:53:07.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:06 smithi141 bash[25168]: cluster 2023-12-06T06:53:05.814284+0000 mon.a (mon.0) 727 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-06T06:53:08.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:07 smithi141 bash[25168]: cluster 2023-12-06T06:53:06.771132+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 2023-12-06T06:53:08.232 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:07 smithi040 bash[30799]: cluster 2023-12-06T06:53:06.771132+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 2023-12-06T06:53:08.233 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:07 smithi040 bash[25004]: cluster 2023-12-06T06:53:06.771132+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 2023-12-06T06:53:08.243 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:53:08.527 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:08 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:53:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:53:09.198 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:08 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:53:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:53:09.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:09 smithi141 bash[25168]: audit 2023-12-06T06:53:08.222308+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:09 smithi141 bash[25168]: audit 2023-12-06T06:53:08.230166+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:09 smithi141 bash[25168]: audit 2023-12-06T06:53:08.882153+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:09 smithi141 bash[25168]: audit 2023-12-06T06:53:08.891250+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:09 smithi141 bash[25168]: audit 2023-12-06T06:53:08.928305+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:09 smithi141 bash[25168]: audit 2023-12-06T06:53:08.931067+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:09 smithi141 bash[25168]: audit 2023-12-06T06:53:08.932930+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:09 smithi141 bash[25168]: audit 2023-12-06T06:53:08.944875+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:09.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[25004]: audit 2023-12-06T06:53:08.222308+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:09.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[25004]: audit 2023-12-06T06:53:08.230166+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:09.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[25004]: audit 2023-12-06T06:53:08.882153+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:09.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[25004]: audit 2023-12-06T06:53:08.891250+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:09.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[25004]: audit 2023-12-06T06:53:08.928305+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:09.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[25004]: audit 2023-12-06T06:53:08.931067+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:09.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[25004]: audit 2023-12-06T06:53:08.932930+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:09.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[25004]: audit 2023-12-06T06:53:08.944875+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:09.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[30799]: audit 2023-12-06T06:53:08.222308+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:09.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[30799]: audit 2023-12-06T06:53:08.230166+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:09.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[30799]: audit 2023-12-06T06:53:08.882153+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:09.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[30799]: audit 2023-12-06T06:53:08.891250+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:09.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[30799]: audit 2023-12-06T06:53:08.928305+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:09.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[30799]: audit 2023-12-06T06:53:08.931067+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:09.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[30799]: audit 2023-12-06T06:53:08.932930+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:09.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[30799]: audit 2023-12-06T06:53:08.944875+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:10.227 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:09 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:53:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:53:10.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[25004]: cluster 2023-12-06T06:53:08.771825+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T06:53:10.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[25004]: cluster 2023-12-06T06:53:08.937886+0000 mgr.y (mgr.14152) 259 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 100 KiB/s, 0 objects/s recovering 2023-12-06T06:53:10.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[25004]: cluster 2023-12-06T06:53:09.226954+0000 mon.a (mon.0) 736 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-06T06:53:10.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[25004]: audit 2023-12-06T06:53:09.820265+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:10.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[25004]: audit 2023-12-06T06:53:09.829230+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:10.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[25004]: audit 2023-12-06T06:53:09.867617+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:10.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[25004]: audit 2023-12-06T06:53:09.870324+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:10.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[25004]: audit 2023-12-06T06:53:09.872221+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:10.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[25004]: audit 2023-12-06T06:53:09.886549+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:10.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[30799]: cluster 2023-12-06T06:53:08.771825+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T06:53:10.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[30799]: cluster 2023-12-06T06:53:08.937886+0000 mgr.y (mgr.14152) 259 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 100 KiB/s, 0 objects/s recovering 2023-12-06T06:53:10.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[30799]: cluster 2023-12-06T06:53:09.226954+0000 mon.a (mon.0) 736 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-06T06:53:10.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[30799]: audit 2023-12-06T06:53:09.820265+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:10.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[30799]: audit 2023-12-06T06:53:09.829230+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:10.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[30799]: audit 2023-12-06T06:53:09.867617+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:10.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[30799]: audit 2023-12-06T06:53:09.870324+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:10.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[30799]: audit 2023-12-06T06:53:09.872221+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:10.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:10 smithi040 bash[30799]: audit 2023-12-06T06:53:09.886549+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:10.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:10 smithi141 bash[25168]: cluster 2023-12-06T06:53:08.771825+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T06:53:10.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:10 smithi141 bash[25168]: cluster 2023-12-06T06:53:08.937886+0000 mgr.y (mgr.14152) 259 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 100 KiB/s, 0 objects/s recovering 2023-12-06T06:53:10.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:10 smithi141 bash[25168]: cluster 2023-12-06T06:53:09.226954+0000 mon.a (mon.0) 736 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-06T06:53:10.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:10 smithi141 bash[25168]: audit 2023-12-06T06:53:09.820265+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:10.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:10 smithi141 bash[25168]: audit 2023-12-06T06:53:09.829230+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:10.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:10 smithi141 bash[25168]: audit 2023-12-06T06:53:09.867617+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:10.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:10 smithi141 bash[25168]: audit 2023-12-06T06:53:09.870324+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:10.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:10 smithi141 bash[25168]: audit 2023-12-06T06:53:09.872221+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:10.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:10 smithi141 bash[25168]: audit 2023-12-06T06:53:09.886549+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:11.140 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-06T06:53:11.140 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":58,"fsid":"f675b9d0-9402-11ee-95a2-87774f69a715","created":"2023-12-06T06:45:43.973962+0000","modified":"2023-12-06T06:53:05.804412+0000","last_up_change":"2023-12-06T06:53:01.778952+0000","last_in_change":"2023-12-06T06:52:33.309645+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-06T06:49:48.236538+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":"cf1d1ecc-9994-4d58-b4cf-ef1ccf23dbe1","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.40:6802","nonce":3524074878},{"type":"v1","addr":"172.21.15.40:6803","nonce":3524074878}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":3524074878},{"type":"v1","addr":"172.21.15.40:6805","nonce":3524074878}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":3524074878},{"type":"v1","addr":"172.21.15.40:6809","nonce":3524074878}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":3524074878},{"type":"v1","addr":"172.21.15.40:6807","nonce":3524074878}]},"public_addr":"172.21.15.40:6803/3524074878","cluster_addr":"172.21.15.40:6805/3524074878","heartbeat_back_addr":"172.21.15.40:6809/3524074878","heartbeat_front_addr":"172.21.15.40:6807/3524074878","state":["exists","up"]},{"osd":1,"uuid":"683239ae-72ff-455d-bb3b-83b903e34ed9","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.40:6810","nonce":3235247466},{"type":"v1","addr":"172.21.15.40:6811","nonce":3235247466}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":3235247466},{"type":"v1","addr":"172.21.15.40:6813","nonce":3235247466}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":3235247466},{"type":"v1","addr":"172.21.15.40:6817","nonce":3235247466}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":3235247466},{"type":"v1","addr":"172.21.15.40:6815","nonce":3235247466}]},"public_addr":"172.21.15.40:6811/3235247466","cluster_addr":"172.21.15.40:6813/3235247466","heartbeat_back_addr":"172.21.15.40:6817/3235247466","heartbeat_front_addr":"172.21.15.40:6815/3235247466","state":["exists","up"]},{"osd":2,"uuid":"94d05e2a-1e27-4e97-babc-d6854a781b3a","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.40:6818","nonce":3221360792},{"type":"v1","addr":"172.21.15.40:6819","nonce":3221360792}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6820","nonce":3221360792},{"type":"v1","addr":"172.21.15.40:6821","nonce":3221360792}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6824","nonce":3221360792},{"type":"v1","addr":"172.21.15.40:6825","nonce":3221360792}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6822","nonce":3221360792},{"type":"v1","addr":"172.21.15.40:6823","nonce":3221360792}]},"public_addr":"172.21.15.40:6819/3221360792","cluster_addr":"172.21.15.40:6821/3221360792","heartbeat_back_addr":"172.21.15.40:6825/3221360792","heartbeat_front_addr":"172.21.15.40:6823/3221360792","state":["exists","up"]},{"osd":3,"uuid":"56e1da47-3d93-4627-a90d-1c5e3cfb17f8","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.40:6826","nonce":1323281575},{"type":"v1","addr":"172.21.15.40:6827","nonce":1323281575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6828","nonce":1323281575},{"type":"v1","addr":"172.21.15.40:6829","nonce":1323281575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6832","nonce":1323281575},{"type":"v1","addr":"172.21.15.40:6833","nonce":1323281575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6830","nonce":1323281575},{"type":"v1","addr":"172.21.15.40:6831","nonce":1323281575}]},"public_addr":"172.21.15.40:6827/1323281575","cluster_addr":"172.21.15.40:6829/1323281575","heartbeat_back_addr":"172.21.15.40:6833/1323281575","heartbeat_front_addr":"172.21.15.40:6831/1323281575","state":["exists","up"]},{"osd":4,"uuid":"fd68a28e-5c65-4711-be89-33708d7cadfa","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.141:6800","nonce":543534414},{"type":"v1","addr":"172.21.15.141:6801","nonce":543534414}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6802","nonce":543534414},{"type":"v1","addr":"172.21.15.141:6803","nonce":543534414}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6806","nonce":543534414},{"type":"v1","addr":"172.21.15.141:6807","nonce":543534414}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6804","nonce":543534414},{"type":"v1","addr":"172.21.15.141:6805","nonce":543534414}]},"public_addr":"172.21.15.141:6801/543534414","cluster_addr":"172.21.15.141:6803/543534414","heartbeat_back_addr":"172.21.15.141:6807/543534414","heartbeat_front_addr":"172.21.15.141:6805/543534414","state":["exists","up"]},{"osd":5,"uuid":"7335eb0a-93e2-46c8-af06-1c25382a3b54","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.141:6808","nonce":4214512287},{"type":"v1","addr":"172.21.15.141:6809","nonce":4214512287}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6810","nonce":4214512287},{"type":"v1","addr":"172.21.15.141:6811","nonce":4214512287}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6814","nonce":4214512287},{"type":"v1","addr":"172.21.15.141:6815","nonce":4214512287}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6812","nonce":4214512287},{"type":"v1","addr":"172.21.15.141:6813","nonce":4214512287}]},"public_addr":"172.21.15.141:6809/4214512287","cluster_addr":"172.21.15.141:6811/4214512287","heartbeat_back_addr":"172.21.15.141:6815/4214512287","heartbeat_front_addr":"172.21.15.141:6813/4214512287","state":["exists","up"]},{"osd":6,"uuid":"5f1b0171-c13d-4df5-8e7d-97988c43f420","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.141:6816","nonce":224757636},{"type":"v1","addr":"172.21.15.141:6817","nonce":224757636}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6818","nonce":224757636},{"type":"v1","addr":"172.21.15.141:6819","nonce":224757636}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6822","nonce":224757636},{"type":"v1","addr":"172.21.15.141:6823","nonce":224757636}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6820","nonce":224757636},{"type":"v1","addr":"172.21.15.141:6821","nonce":224757636}]},"public_addr":"172.21.15.141:6817/224757636","cluster_addr":"172.21.15.141:6819/224757636","heartbeat_back_addr":"172.21.15.141:6823/224757636","heartbeat_front_addr":"172.21.15.141:6821/224757636","state":["exists","up"]},{"osd":7,"uuid":"0201ebf4-70d0-4a86-8b5c-4529a616621c","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.141:6824","nonce":136005487},{"type":"v1","addr":"172.21.15.141:6825","nonce":136005487}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6826","nonce":136005487},{"type":"v1","addr":"172.21.15.141:6827","nonce":136005487}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6830","nonce":136005487},{"type":"v1","addr":"172.21.15.141:6831","nonce":136005487}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6828","nonce":136005487},{"type":"v1","addr":"172.21.15.141:6829","nonce":136005487}]},"public_addr":"172.21.15.141:6825/136005487","cluster_addr":"172.21.15.141:6827/136005487","heartbeat_back_addr":"172.21.15.141:6831/136005487","heartbeat_front_addr":"172.21.15.141:6829/136005487","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-06T06:48:32.063171+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-06T06:49:07.925831+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-06T06:49:45.731869+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-06T06:50:24.271570+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-06T06:51:00.390221+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-06T06:51:39.774034+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-06T06:52:19.795416+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-06T06:52:59.806744+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.40:6801/1321763795":"2023-12-07T06:46:47.577265+0000","172.21.15.40:0/1012358952":"2023-12-07T06:46:47.577265+0000","172.21.15.40:0/2175773298":"2023-12-07T06:46:47.577265+0000","172.21.15.40:0/3773931278":"2023-12-07T06:46:47.577265+0000","172.21.15.40:0/3147827817":"2023-12-07T06:46:15.533291+0000","172.21.15.40:0/3279711392":"2023-12-07T06:46:15.533291+0000","172.21.15.40:0/233995173":"2023-12-07T06:46:15.533291+0000","172.21.15.40:6800/1321763795":"2023-12-07T06:46:47.577265+0000","172.21.15.40:6800/1794956268":"2023-12-07T06:46:15.533291+0000","172.21.15.40:6801/1794956268":"2023-12-07T06:46:15.533291+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-06T06:53:11.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:11 smithi040 bash[25004]: cluster 2023-12-06T06:53:09.876655+0000 mgr.y (mgr.14152) 260 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 101 KiB/s, 0 objects/s recovering 2023-12-06T06:53:11.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:11 smithi040 bash[25004]: cluster 2023-12-06T06:53:10.826439+0000 mon.a (mon.0) 743 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-06T06:53:11.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:11 smithi040 bash[25004]: cluster 2023-12-06T06:53:10.826512+0000 mon.a (mon.0) 744 : cluster [INF] Cluster is now healthy 2023-12-06T06:53:11.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:11 smithi040 bash[25004]: audit 2023-12-06T06:53:11.136811+0000 mon.a (mon.0) 745 : audit [DBG] from='client.? 172.21.15.40:0/3771942548' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T06:53:11.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:11 smithi040 bash[30799]: cluster 2023-12-06T06:53:09.876655+0000 mgr.y (mgr.14152) 260 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 101 KiB/s, 0 objects/s recovering 2023-12-06T06:53:11.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:11 smithi040 bash[30799]: cluster 2023-12-06T06:53:10.826439+0000 mon.a (mon.0) 743 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-06T06:53:11.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:11 smithi040 bash[30799]: cluster 2023-12-06T06:53:10.826512+0000 mon.a (mon.0) 744 : cluster [INF] Cluster is now healthy 2023-12-06T06:53:11.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:11 smithi040 bash[30799]: audit 2023-12-06T06:53:11.136811+0000 mon.a (mon.0) 745 : audit [DBG] from='client.? 172.21.15.40:0/3771942548' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T06:53:11.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:11 smithi141 bash[25168]: cluster 2023-12-06T06:53:09.876655+0000 mgr.y (mgr.14152) 260 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 101 KiB/s, 0 objects/s recovering 2023-12-06T06:53:11.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:11 smithi141 bash[25168]: cluster 2023-12-06T06:53:10.826439+0000 mon.a (mon.0) 743 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-06T06:53:11.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:11 smithi141 bash[25168]: cluster 2023-12-06T06:53:10.826512+0000 mon.a (mon.0) 744 : cluster [INF] Cluster is now healthy 2023-12-06T06:53:11.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:11 smithi141 bash[25168]: audit 2023-12-06T06:53:11.136811+0000 mon.a (mon.0) 745 : audit [DBG] from='client.? 172.21.15.40:0/3771942548' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T06:53:11.901 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-06T06:49:48.236538+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-06T06:53:11.901 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-06T06:53:13.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:13 smithi141 bash[25168]: cluster 2023-12-06T06:53:11.877372+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; 73 KiB/s, 0 objects/s recovering 2023-12-06T06:53:13.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:13 smithi040 bash[25004]: cluster 2023-12-06T06:53:11.877372+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; 73 KiB/s, 0 objects/s recovering 2023-12-06T06:53:13.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:13 smithi040 bash[30799]: cluster 2023-12-06T06:53:11.877372+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; 73 KiB/s, 0 objects/s recovering 2023-12-06T06:53:14.632 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:53:15.611 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:15 smithi040 bash[30799]: cluster 2023-12-06T06:53:13.878041+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; 64 KiB/s, 0 objects/s recovering 2023-12-06T06:53:15.612 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:15 smithi040 bash[25004]: cluster 2023-12-06T06:53:13.878041+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; 64 KiB/s, 0 objects/s recovering 2023-12-06T06:53:15.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:15 smithi141 bash[25168]: cluster 2023-12-06T06:53:13.878041+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; 64 KiB/s, 0 objects/s recovering 2023-12-06T06:53:17.365 INFO:teuthology.orchestra.run.smithi040.stdout:pg_num: 1 2023-12-06T06:53:17.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:17 smithi141 bash[25168]: cluster 2023-12-06T06:53:15.878691+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; 57 KiB/s, 0 objects/s recovering 2023-12-06T06:53:17.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:17 smithi040 bash[30799]: cluster 2023-12-06T06:53:15.878691+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; 57 KiB/s, 0 objects/s recovering 2023-12-06T06:53:17.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:17 smithi040 bash[25004]: cluster 2023-12-06T06:53:15.878691+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; 57 KiB/s, 0 objects/s recovering 2023-12-06T06:53:18.081 INFO:tasks.cephadm:Adding prometheus.a on smithi141 2023-12-06T06:53:18.082 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch apply prometheus '1;smithi141=a' 2023-12-06T06:53:18.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:18 smithi141 bash[25168]: audit 2023-12-06T06:53:17.363458+0000 mon.a (mon.0) 746 : audit [DBG] from='client.? 172.21.15.40:0/1494092999' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T06:53:18.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:18 smithi040 bash[25004]: audit 2023-12-06T06:53:17.363458+0000 mon.a (mon.0) 746 : audit [DBG] from='client.? 172.21.15.40:0/1494092999' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T06:53:18.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:18 smithi040 bash[30799]: audit 2023-12-06T06:53:17.363458+0000 mon.a (mon.0) 746 : audit [DBG] from='client.? 172.21.15.40:0/1494092999' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T06:53:19.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:19 smithi141 bash[25168]: cluster 2023-12-06T06:53:17.879355+0000 mgr.y (mgr.14152) 264 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:19.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:19 smithi040 bash[25004]: cluster 2023-12-06T06:53:17.879355+0000 mgr.y (mgr.14152) 264 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:19.777 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:19 smithi040 bash[30799]: cluster 2023-12-06T06:53:17.879355+0000 mgr.y (mgr.14152) 264 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:21.038 INFO:teuthology.orchestra.run.smithi141.stdout:Scheduled prometheus update... 2023-12-06T06:53:21.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:21 smithi141 bash[25168]: cluster 2023-12-06T06:53:19.879924+0000 mgr.y (mgr.14152) 265 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:21.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:21 smithi141 bash[25168]: audit 2023-12-06T06:53:21.035655+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:21.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:21 smithi141 bash[25168]: audit 2023-12-06T06:53:21.084710+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:21.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:21 smithi141 bash[25168]: audit 2023-12-06T06:53:21.087235+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:21.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:21 smithi141 bash[25168]: audit 2023-12-06T06:53:21.089098+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:21.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:21 smithi141 bash[25168]: audit 2023-12-06T06:53:21.102076+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:21.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:21 smithi141 bash[25168]: audit 2023-12-06T06:53:21.114958+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T06:53:21.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:21 smithi040 bash[25004]: cluster 2023-12-06T06:53:19.879924+0000 mgr.y (mgr.14152) 265 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:21.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:21 smithi040 bash[25004]: audit 2023-12-06T06:53:21.035655+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:21.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:21 smithi040 bash[25004]: audit 2023-12-06T06:53:21.084710+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:21.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:21 smithi040 bash[25004]: audit 2023-12-06T06:53:21.087235+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:21.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:21 smithi040 bash[25004]: audit 2023-12-06T06:53:21.089098+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:21.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:21 smithi040 bash[25004]: audit 2023-12-06T06:53:21.102076+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:21.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:21 smithi040 bash[25004]: audit 2023-12-06T06:53:21.114958+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T06:53:21.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:21 smithi040 bash[30799]: cluster 2023-12-06T06:53:19.879924+0000 mgr.y (mgr.14152) 265 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:21.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:21 smithi040 bash[30799]: audit 2023-12-06T06:53:21.035655+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:21.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:21 smithi040 bash[30799]: audit 2023-12-06T06:53:21.084710+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:21.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:21 smithi040 bash[30799]: audit 2023-12-06T06:53:21.087235+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:21.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:21 smithi040 bash[30799]: audit 2023-12-06T06:53:21.089098+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:21.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:21 smithi040 bash[30799]: audit 2023-12-06T06:53:21.102076+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' 2023-12-06T06:53:21.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:21 smithi040 bash[30799]: audit 2023-12-06T06:53:21.114958+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T06:53:22.127 DEBUG:teuthology.orchestra.run.smithi141:prometheus.a> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@prometheus.a.service 2023-12-06T06:53:22.129 INFO:tasks.cephadm:Adding node-exporter.a on smithi040 2023-12-06T06:53:22.129 INFO:tasks.cephadm:Adding node-exporter.b on smithi141 2023-12-06T06:53:22.129 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch apply node-exporter '2;smithi040=a;smithi141=b' 2023-12-06T06:53:22.377 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:22 smithi141 bash[26192]: ignoring --setuser ceph since I am not root 2023-12-06T06:53:22.378 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:22 smithi141 bash[26192]: ignoring --setgroup ceph since I am not root 2023-12-06T06:53:22.378 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:22 smithi141 bash[26192]: debug 2023-12-06T06:53:22.161+0000 7ff41fd8e700 1 -- 172.21.15.141:0/2326870095 <== mon.0 v2:172.21.15.40:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b240758340 con 0x55b2414d4800 2023-12-06T06:53:22.378 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:22 smithi141 bash[26192]: debug 2023-12-06T06:53:22.317+0000 7ff4287ea000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T06:53:22.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:22 smithi040 bash[25004]: audit 2023-12-06T06:53:21.024503+0000 mgr.y (mgr.14152) 266 : audit [DBG] from='client.24356 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi141=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:53:22.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:22 smithi040 bash[25004]: cephadm 2023-12-06T06:53:21.027970+0000 mgr.y (mgr.14152) 267 : cephadm [INF] Saving service prometheus spec with placement smithi141=a;count:1 2023-12-06T06:53:22.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:22 smithi040 bash[25004]: audit 2023-12-06T06:53:22.114704+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T06:53:22.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:22 smithi040 bash[25004]: cluster 2023-12-06T06:53:22.114794+0000 mon.a (mon.0) 754 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-06T06:53:22.527 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:22 smithi040 bash[25276]: ignoring --setuser ceph since I am not root 2023-12-06T06:53:22.528 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:22 smithi040 bash[25276]: ignoring --setgroup ceph since I am not root 2023-12-06T06:53:22.528 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:22 smithi040 bash[25276]: debug 2023-12-06T06:53:22.161+0000 7fc369b6a700 1 -- 172.21.15.40:0/4235761326 <== mon.1 v2:172.21.15.40:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557041fb8340 con 0x557042d34c00 2023-12-06T06:53:22.528 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:22 smithi040 bash[25276]: debug 2023-12-06T06:53:22.325+0000 7fc3725c6000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T06:53:22.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:22 smithi040 bash[30799]: audit 2023-12-06T06:53:21.024503+0000 mgr.y (mgr.14152) 266 : audit [DBG] from='client.24356 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi141=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:53:22.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:22 smithi040 bash[30799]: cephadm 2023-12-06T06:53:21.027970+0000 mgr.y (mgr.14152) 267 : cephadm [INF] Saving service prometheus spec with placement smithi141=a;count:1 2023-12-06T06:53:22.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:22 smithi040 bash[30799]: audit 2023-12-06T06:53:22.114704+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T06:53:22.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:22 smithi040 bash[30799]: cluster 2023-12-06T06:53:22.114794+0000 mon.a (mon.0) 754 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-06T06:53:22.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:22 smithi141 bash[25168]: audit 2023-12-06T06:53:21.024503+0000 mgr.y (mgr.14152) 266 : audit [DBG] from='client.24356 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi141=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:53:22.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:22 smithi141 bash[25168]: cephadm 2023-12-06T06:53:21.027970+0000 mgr.y (mgr.14152) 267 : cephadm [INF] Saving service prometheus spec with placement smithi141=a;count:1 2023-12-06T06:53:22.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:22 smithi141 bash[25168]: audit 2023-12-06T06:53:22.114704+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.40:0/852395656' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T06:53:22.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:22 smithi141 bash[25168]: cluster 2023-12-06T06:53:22.114794+0000 mon.a (mon.0) 754 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-06T06:53:22.758 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:53:23.049 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:22 smithi141 bash[26192]: debug 2023-12-06T06:53:22.981+0000 7ff4287ea000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T06:53:23.277 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:23 smithi040 bash[25276]: debug 2023-12-06T06:53:23.017+0000 7fc3725c6000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T06:53:23.277 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:23 smithi040 bash[25276]: debug 2023-12-06T06:53:23.141+0000 7fc3725c6000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T06:53:23.313 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:23 smithi141 bash[26192]: debug 2023-12-06T06:53:23.105+0000 7ff4287ea000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T06:53:23.313 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:23 smithi141 bash[26192]: debug 2023-12-06T06:53:23.261+0000 7ff4287ea000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T06:53:23.657 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:23 smithi040 bash[25276]: debug 2023-12-06T06:53:23.309+0000 7fc3725c6000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T06:53:23.771 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:23 smithi141 bash[26192]: debug 2023-12-06T06:53:23.597+0000 7ff4287ea000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T06:53:23.771 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:23 smithi141 bash[26192]: debug 2023-12-06T06:53:23.693+0000 7ff4287ea000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T06:53:23.965 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:23 smithi040 bash[25276]: debug 2023-12-06T06:53:23.649+0000 7fc3725c6000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T06:53:23.966 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:23 smithi040 bash[25276]: debug 2023-12-06T06:53:23.749+0000 7fc3725c6000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T06:53:24.208 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:23 smithi141 bash[26192]: debug 2023-12-06T06:53:23.893+0000 7ff4287ea000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T06:53:24.277 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:23 smithi040 bash[25276]: debug 2023-12-06T06:53:23.961+0000 7fc3725c6000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T06:53:24.960 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:24 smithi040 bash[25276]: debug 2023-12-06T06:53:24.845+0000 7fc3725c6000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T06:53:25.088 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:24 smithi141 bash[26192]: debug 2023-12-06T06:53:24.773+0000 7ff4287ea000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T06:53:25.088 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:24 smithi141 bash[26192]: debug 2023-12-06T06:53:24.877+0000 7ff4287ea000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T06:53:25.277 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:24 smithi040 bash[25276]: debug 2023-12-06T06:53:24.953+0000 7fc3725c6000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T06:53:25.277 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:25 smithi040 bash[25276]: debug 2023-12-06T06:53:25.169+0000 7fc3725c6000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T06:53:25.437 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:25 smithi141 bash[26192]: debug 2023-12-06T06:53:25.085+0000 7ff4287ea000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T06:53:25.696 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:25 smithi141 bash[26192]: debug 2023-12-06T06:53:25.433+0000 7ff4287ea000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T06:53:25.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:25 smithi040 bash[25276]: debug 2023-12-06T06:53:25.541+0000 7fc3725c6000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T06:53:25.958 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:25 smithi141 bash[26192]: debug 2023-12-06T06:53:25.761+0000 7ff4287ea000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T06:53:26.277 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:25 smithi040 bash[25276]: debug 2023-12-06T06:53:25.881+0000 7fc3725c6000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T06:53:26.326 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:26 smithi141 bash[26192]: debug 2023-12-06T06:53:26.129+0000 7ff4287ea000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T06:53:26.571 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:26 smithi040 bash[25276]: debug 2023-12-06T06:53:26.269+0000 7fc3725c6000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T06:53:26.708 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:26 smithi141 bash[26192]: debug 2023-12-06T06:53:26.417+0000 7ff4287ea000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T06:53:27.027 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:26 smithi040 bash[25276]: debug 2023-12-06T06:53:26.565+0000 7fc3725c6000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T06:53:27.403 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:27 smithi141 bash[26192]: debug 2023-12-06T06:53:27.133+0000 7ff4287ea000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T06:53:27.403 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:27 smithi141 bash[26192]: debug 2023-12-06T06:53:27.241+0000 7ff4287ea000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T06:53:27.403 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:27 smithi141 bash[26192]: debug 2023-12-06T06:53:27.397+0000 7ff4287ea000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T06:53:27.556 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:27 smithi040 bash[25276]: debug 2023-12-06T06:53:27.277+0000 7fc3725c6000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T06:53:27.556 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:27 smithi040 bash[25276]: debug 2023-12-06T06:53:27.385+0000 7fc3725c6000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T06:53:27.708 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:27 smithi141 bash[26192]: debug 2023-12-06T06:53:27.509+0000 7ff4287ea000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T06:53:27.708 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:27 smithi141 bash[26192]: debug 2023-12-06T06:53:27.649+0000 7ff4287ea000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T06:53:27.809 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:27 smithi040 bash[25276]: debug 2023-12-06T06:53:27.549+0000 7fc3725c6000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T06:53:27.809 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:27 smithi040 bash[25276]: debug 2023-12-06T06:53:27.661+0000 7fc3725c6000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T06:53:28.109 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:27 smithi040 bash[25276]: debug 2023-12-06T06:53:27.805+0000 7fc3725c6000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T06:53:28.208 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:27 smithi141 bash[26192]: debug 2023-12-06T06:53:27.941+0000 7ff4287ea000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T06:53:28.208 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:28 smithi141 bash[26192]: debug 2023-12-06T06:53:28.061+0000 7ff4287ea000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T06:53:28.235 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:28 smithi040 bash[25276]: debug 2023-12-06T06:53:28.105+0000 7fc3725c6000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T06:53:28.420 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:28 smithi040 bash[25276]: debug 2023-12-06T06:53:28.229+0000 7fc3725c6000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T06:53:28.708 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:28 smithi141 bash[26192]: debug 2023-12-06T06:53:28.241+0000 7ff4287ea000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T06:53:28.708 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:28 smithi141 bash[26192]: debug 2023-12-06T06:53:28.361+0000 7ff4287ea000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T06:53:28.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:28 smithi040 bash[25276]: debug 2023-12-06T06:53:28.413+0000 7fc3725c6000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T06:53:28.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:28 smithi040 bash[25276]: debug 2023-12-06T06:53:28.541+0000 7fc3725c6000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T06:53:29.458 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:29 smithi141 bash[26192]: debug 2023-12-06T06:53:29.197+0000 7ff4287ea000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T06:53:29.458 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:29 smithi141 bash[26192]: [06/Dec/2023:06:53:29] ENGINE Bus STARTING 2023-12-06T06:53:29.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:29 smithi141 bash[26192]: CherryPy Checker: 2023-12-06T06:53:29.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:29 smithi141 bash[26192]: The Application mounted at '' has an empty config. 2023-12-06T06:53:29.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:29 smithi141 bash[26192]: [06/Dec/2023:06:53:29] ENGINE Serving on http://:::9283 2023-12-06T06:53:29.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:53:29 smithi141 bash[26192]: [06/Dec/2023:06:53:29] ENGINE Bus STARTED 2023-12-06T06:53:29.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:29 smithi141 bash[25168]: cluster 2023-12-06T06:53:29.225083+0000 mon.a (mon.0) 755 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T06:53:29.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:29 smithi141 bash[25168]: cluster 2023-12-06T06:53:29.225249+0000 mon.a (mon.0) 756 : cluster [DBG] Standby manager daemon x started 2023-12-06T06:53:29.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:29 smithi141 bash[25168]: audit 2023-12-06T06:53:29.231069+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.141:0/3375085391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T06:53:29.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:29 smithi141 bash[25168]: audit 2023-12-06T06:53:29.231970+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.141:0/3375085391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T06:53:29.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:29 smithi141 bash[25168]: audit 2023-12-06T06:53:29.236413+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.141:0/3375085391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T06:53:29.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:29 smithi141 bash[25168]: audit 2023-12-06T06:53:29.238804+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.141:0/3375085391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T06:53:29.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:29 smithi040 bash[25276]: debug 2023-12-06T06:53:29.421+0000 7fc3725c6000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T06:53:29.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:29 smithi040 bash[25004]: cluster 2023-12-06T06:53:29.225083+0000 mon.a (mon.0) 755 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T06:53:29.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:29 smithi040 bash[25004]: cluster 2023-12-06T06:53:29.225249+0000 mon.a (mon.0) 756 : cluster [DBG] Standby manager daemon x started 2023-12-06T06:53:29.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:29 smithi040 bash[25004]: audit 2023-12-06T06:53:29.231069+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.141:0/3375085391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T06:53:29.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:29 smithi040 bash[25004]: audit 2023-12-06T06:53:29.231970+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.141:0/3375085391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T06:53:29.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:29 smithi040 bash[25004]: audit 2023-12-06T06:53:29.236413+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.141:0/3375085391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T06:53:29.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:29 smithi040 bash[25004]: audit 2023-12-06T06:53:29.238804+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.141:0/3375085391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T06:53:29.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:29 smithi040 bash[30799]: cluster 2023-12-06T06:53:29.225083+0000 mon.a (mon.0) 755 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T06:53:29.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:29 smithi040 bash[30799]: cluster 2023-12-06T06:53:29.225249+0000 mon.a (mon.0) 756 : cluster [DBG] Standby manager daemon x started 2023-12-06T06:53:29.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:29 smithi040 bash[30799]: audit 2023-12-06T06:53:29.231069+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.141:0/3375085391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T06:53:29.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:29 smithi040 bash[30799]: audit 2023-12-06T06:53:29.231970+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.141:0/3375085391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T06:53:29.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:29 smithi040 bash[30799]: audit 2023-12-06T06:53:29.236413+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.141:0/3375085391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T06:53:29.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:29 smithi040 bash[30799]: audit 2023-12-06T06:53:29.238804+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.141:0/3375085391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T06:53:30.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:30 smithi141 bash[25168]: cluster 2023-12-06T06:53:29.287335+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2023-12-06T06:53:30.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:30 smithi141 bash[25168]: cluster 2023-12-06T06:53:29.444960+0000 mon.a (mon.0) 758 : cluster [INF] Active manager daemon y restarted 2023-12-06T06:53:30.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:30 smithi141 bash[25168]: cluster 2023-12-06T06:53:29.446161+0000 mon.a (mon.0) 759 : cluster [INF] Activating manager daemon y 2023-12-06T06:53:30.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:30 smithi141 bash[25168]: cluster 2023-12-06T06:53:29.453117+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-06T06:53:30.732 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:30 smithi040 bash[25004]: cluster 2023-12-06T06:53:29.287335+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2023-12-06T06:53:30.732 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:30 smithi040 bash[25004]: cluster 2023-12-06T06:53:29.444960+0000 mon.a (mon.0) 758 : cluster [INF] Active manager daemon y restarted 2023-12-06T06:53:30.732 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:30 smithi040 bash[25004]: cluster 2023-12-06T06:53:29.446161+0000 mon.a (mon.0) 759 : cluster [INF] Activating manager daemon y 2023-12-06T06:53:30.732 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:30 smithi040 bash[25004]: cluster 2023-12-06T06:53:29.453117+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-06T06:53:30.732 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:30 smithi040 bash[25276]: [06/Dec/2023:06:53:30] ENGINE Bus STARTING 2023-12-06T06:53:30.733 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:30 smithi040 bash[30799]: cluster 2023-12-06T06:53:29.287335+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2023-12-06T06:53:30.733 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:30 smithi040 bash[30799]: cluster 2023-12-06T06:53:29.444960+0000 mon.a (mon.0) 758 : cluster [INF] Active manager daemon y restarted 2023-12-06T06:53:30.733 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:30 smithi040 bash[30799]: cluster 2023-12-06T06:53:29.446161+0000 mon.a (mon.0) 759 : cluster [INF] Activating manager daemon y 2023-12-06T06:53:30.733 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:30 smithi040 bash[30799]: cluster 2023-12-06T06:53:29.453117+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-06T06:53:31.027 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:30 smithi040 bash[25276]: CherryPy Checker: 2023-12-06T06:53:31.027 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:30 smithi040 bash[25276]: The Application mounted at '' has an empty config. 2023-12-06T06:53:31.027 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:30 smithi040 bash[25276]: [06/Dec/2023:06:53:30] ENGINE Serving on http://:::9283 2023-12-06T06:53:31.027 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:30 smithi040 bash[25276]: [06/Dec/2023:06:53:30] ENGINE Bus STARTED 2023-12-06T06:53:31.027 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:30 smithi040 bash[25276]: [06/Dec/2023:06:53:30] ENGINE Bus STARTING 2023-12-06T06:53:31.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: cluster 2023-12-06T06:53:30.308004+0000 mon.a (mon.0) 761 : cluster [DBG] mgrmap e18: y(active, starting, since 0.862117s), standbys: x 2023-12-06T06:53:31.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.310378+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:53:31.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.310590+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:53:31.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.310858+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:53:31.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.312989+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T06:53:31.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.313389+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T06:53:31.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.313843+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:53:31.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.314286+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:53:31.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.314836+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:53:31.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.315304+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:53:31.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.315605+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:53:31.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.315913+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:53:31.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.316189+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:53:31.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.316479+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:53:31.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.316790+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T06:53:31.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.317064+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T06:53:31.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.317585+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T06:53:31.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: cluster 2023-12-06T06:53:30.327857+0000 mon.a (mon.0) 762 : cluster [INF] Manager daemon y is now available 2023-12-06T06:53:31.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.361521+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:31.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.365822+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:31.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.371982+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:31.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.374644+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:31.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.377090+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:31.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.383943+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:31.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.384541+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:31.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.384689+0000 mon.c (mon.1) 37 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:31.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.385628+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:31.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.391379+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]': finished 2023-12-06T06:53:31.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: cephadm 2023-12-06T06:53:30.395944+0000 mgr.y (mgr.14457) 1 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T06:53:31.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.396973+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]': finished 2023-12-06T06:53:31.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: cephadm 2023-12-06T06:53:30.400498+0000 mgr.y (mgr.14457) 2 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T06:53:31.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.404322+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:31.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.421161+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:53:31.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.421639+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:53:31.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.427437+0000 mon.c (mon.1) 39 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:53:31.320 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:30.427940+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:53:31.320 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: cephadm 2023-12-06T06:53:30.921771+0000 mgr.y (mgr.14457) 3 : cephadm [INF] [06/Dec/2023:06:53:30] ENGINE Bus STARTING 2023-12-06T06:53:31.320 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:31 smithi141 bash[25168]: audit 2023-12-06T06:53:31.184410+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:31.350 INFO:teuthology.orchestra.run.smithi141.stdout:Scheduled node-exporter update... 2023-12-06T06:53:31.527 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25276]: [06/Dec/2023:06:53:31] ENGINE Serving on https://172.21.15.40:7150 2023-12-06T06:53:31.527 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25276]: [06/Dec/2023:06:53:31] ENGINE Bus STARTED 2023-12-06T06:53:31.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: cluster 2023-12-06T06:53:30.308004+0000 mon.a (mon.0) 761 : cluster [DBG] mgrmap e18: y(active, starting, since 0.862117s), standbys: x 2023-12-06T06:53:31.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.310378+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:53:31.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.310590+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:53:31.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.310858+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:53:31.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.312989+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T06:53:31.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.313389+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T06:53:31.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.313843+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:53:31.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.314286+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:53:31.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.314836+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:53:31.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.315304+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:53:31.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.315605+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:53:31.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.315913+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:53:31.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.316189+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:53:31.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.316479+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:53:31.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.316790+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T06:53:31.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.317064+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T06:53:31.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.317585+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T06:53:31.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: cluster 2023-12-06T06:53:30.327857+0000 mon.a (mon.0) 762 : cluster [INF] Manager daemon y is now available 2023-12-06T06:53:31.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.361521+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:31.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: cluster 2023-12-06T06:53:30.308004+0000 mon.a (mon.0) 761 : cluster [DBG] mgrmap e18: y(active, starting, since 0.862117s), standbys: x 2023-12-06T06:53:31.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.310378+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T06:53:31.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.310590+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T06:53:31.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.310858+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T06:53:31.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.312989+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T06:53:31.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.313389+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T06:53:31.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.313843+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T06:53:31.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.314286+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T06:53:31.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.314836+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T06:53:31.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.315304+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T06:53:31.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.315605+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T06:53:31.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.315913+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T06:53:31.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.316189+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T06:53:31.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.316479+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T06:53:31.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.316790+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T06:53:31.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.317064+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T06:53:31.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.317585+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T06:53:31.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: cluster 2023-12-06T06:53:30.327857+0000 mon.a (mon.0) 762 : cluster [INF] Manager daemon y is now available 2023-12-06T06:53:31.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.361521+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:31.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.365822+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:31.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.371982+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.374644+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.377090+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.383943+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.384541+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.384689+0000 mon.c (mon.1) 37 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.385628+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.391379+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]': finished 2023-12-06T06:53:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: cephadm 2023-12-06T06:53:30.395944+0000 mgr.y (mgr.14457) 1 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T06:53:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.396973+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]': finished 2023-12-06T06:53:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: cephadm 2023-12-06T06:53:30.400498+0000 mgr.y (mgr.14457) 2 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T06:53:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.404322+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.421161+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:53:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.421639+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:53:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.427437+0000 mon.c (mon.1) 39 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:53:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:30.427940+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:53:31.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: cephadm 2023-12-06T06:53:30.921771+0000 mgr.y (mgr.14457) 3 : cephadm [INF] [06/Dec/2023:06:53:30] ENGINE Bus STARTING 2023-12-06T06:53:31.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[25004]: audit 2023-12-06T06:53:31.184410+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:31.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.365822+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:31.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.371982+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:31.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.374644+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:31.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.377090+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:31.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.383943+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:31.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.384541+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:31.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.384689+0000 mon.c (mon.1) 37 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:31.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.385628+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T06:53:31.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.391379+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]': finished 2023-12-06T06:53:31.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: cephadm 2023-12-06T06:53:30.395944+0000 mgr.y (mgr.14457) 1 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T06:53:31.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.396973+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]': finished 2023-12-06T06:53:31.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: cephadm 2023-12-06T06:53:30.400498+0000 mgr.y (mgr.14457) 2 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T06:53:31.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.404322+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:31.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.421161+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:53:31.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.421639+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:53:31.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.427437+0000 mon.c (mon.1) 39 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:53:31.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:30.427940+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:53:31.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: cephadm 2023-12-06T06:53:30.921771+0000 mgr.y (mgr.14457) 3 : cephadm [INF] [06/Dec/2023:06:53:30] ENGINE Bus STARTING 2023-12-06T06:53:31.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:31 smithi040 bash[30799]: audit 2023-12-06T06:53:31.184410+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:32.057 DEBUG:teuthology.orchestra.run.smithi040:node-exporter.a> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@node-exporter.a.service 2023-12-06T06:53:32.063 DEBUG:teuthology.orchestra.run.smithi141:node-exporter.b> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@node-exporter.b.service 2023-12-06T06:53:32.065 INFO:tasks.cephadm:Adding alertmanager.a on smithi040 2023-12-06T06:53:32.066 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch apply alertmanager '1;smithi040=a' 2023-12-06T06:53:32.170 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:53:32.210 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:53:32.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:32 smithi141 bash[25168]: cephadm 2023-12-06T06:53:31.175528+0000 mgr.y (mgr.14457) 4 : cephadm [INF] [06/Dec/2023:06:53:31] ENGINE Serving on https://172.21.15.40:7150 2023-12-06T06:53:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:32 smithi141 bash[25168]: cephadm 2023-12-06T06:53:31.175877+0000 mgr.y (mgr.14457) 5 : cephadm [INF] [06/Dec/2023:06:53:31] ENGINE Bus STARTED 2023-12-06T06:53:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:32 smithi141 bash[25168]: cephadm 2023-12-06T06:53:31.189039+0000 mgr.y (mgr.14457) 6 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:53:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:32 smithi141 bash[25168]: cephadm 2023-12-06T06:53:31.189334+0000 mgr.y (mgr.14457) 7 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:53:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:32 smithi141 bash[25168]: cluster 2023-12-06T06:53:31.326197+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e19: y(active, since 1.88031s), standbys: x 2023-12-06T06:53:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:32 smithi141 bash[25168]: audit 2023-12-06T06:53:31.333302+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:32 smithi141 bash[25168]: audit 2023-12-06T06:53:31.333324+0000 mgr.y (mgr.14457) 8 : audit [DBG] from='client.24374 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi040=a;smithi141=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:53:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:32 smithi141 bash[25168]: cluster 2023-12-06T06:53:31.336771+0000 mgr.y (mgr.14457) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:32 smithi141 bash[25168]: cephadm 2023-12-06T06:53:31.336802+0000 mgr.y (mgr.14457) 10 : cephadm [INF] Saving service node-exporter spec with placement smithi040=a;smithi141=b;count:2 2023-12-06T06:53:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:32 smithi141 bash[25168]: audit 2023-12-06T06:53:31.341088+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:32 smithi141 bash[25168]: audit 2023-12-06T06:53:31.347236+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:32 smithi141 bash[25168]: audit 2023-12-06T06:53:31.353640+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:32 smithi141 bash[25168]: audit 2023-12-06T06:53:31.360760+0000 mon.c (mon.1) 40 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T06:53:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:32 smithi141 bash[25168]: audit 2023-12-06T06:53:31.361326+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T06:53:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[25004]: cephadm 2023-12-06T06:53:31.175528+0000 mgr.y (mgr.14457) 4 : cephadm [INF] [06/Dec/2023:06:53:31] ENGINE Serving on https://172.21.15.40:7150 2023-12-06T06:53:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[25004]: cephadm 2023-12-06T06:53:31.175877+0000 mgr.y (mgr.14457) 5 : cephadm [INF] [06/Dec/2023:06:53:31] ENGINE Bus STARTED 2023-12-06T06:53:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[25004]: cephadm 2023-12-06T06:53:31.189039+0000 mgr.y (mgr.14457) 6 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:53:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[25004]: cephadm 2023-12-06T06:53:31.189334+0000 mgr.y (mgr.14457) 7 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:53:32.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[25004]: cluster 2023-12-06T06:53:31.326197+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e19: y(active, since 1.88031s), standbys: x 2023-12-06T06:53:32.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[25004]: audit 2023-12-06T06:53:31.333302+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:32.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[25004]: audit 2023-12-06T06:53:31.333324+0000 mgr.y (mgr.14457) 8 : audit [DBG] from='client.24374 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi040=a;smithi141=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:53:32.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[25004]: cluster 2023-12-06T06:53:31.336771+0000 mgr.y (mgr.14457) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:32.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[25004]: cephadm 2023-12-06T06:53:31.336802+0000 mgr.y (mgr.14457) 10 : cephadm [INF] Saving service node-exporter spec with placement smithi040=a;smithi141=b;count:2 2023-12-06T06:53:32.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[25004]: audit 2023-12-06T06:53:31.341088+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:32.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[25004]: audit 2023-12-06T06:53:31.347236+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:32.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[25004]: audit 2023-12-06T06:53:31.353640+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:32.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[25004]: audit 2023-12-06T06:53:31.360760+0000 mon.c (mon.1) 40 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T06:53:32.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[25004]: audit 2023-12-06T06:53:31.361326+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T06:53:32.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[30799]: cephadm 2023-12-06T06:53:31.175528+0000 mgr.y (mgr.14457) 4 : cephadm [INF] [06/Dec/2023:06:53:31] ENGINE Serving on https://172.21.15.40:7150 2023-12-06T06:53:32.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[30799]: cephadm 2023-12-06T06:53:31.175877+0000 mgr.y (mgr.14457) 5 : cephadm [INF] [06/Dec/2023:06:53:31] ENGINE Bus STARTED 2023-12-06T06:53:32.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[30799]: cephadm 2023-12-06T06:53:31.189039+0000 mgr.y (mgr.14457) 6 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:53:32.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[30799]: cephadm 2023-12-06T06:53:31.189334+0000 mgr.y (mgr.14457) 7 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-06T06:53:32.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[30799]: cluster 2023-12-06T06:53:31.326197+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e19: y(active, since 1.88031s), standbys: x 2023-12-06T06:53:32.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[30799]: audit 2023-12-06T06:53:31.333302+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:32.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[30799]: audit 2023-12-06T06:53:31.333324+0000 mgr.y (mgr.14457) 8 : audit [DBG] from='client.24374 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi040=a;smithi141=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:53:32.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[30799]: cluster 2023-12-06T06:53:31.336771+0000 mgr.y (mgr.14457) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:32.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[30799]: cephadm 2023-12-06T06:53:31.336802+0000 mgr.y (mgr.14457) 10 : cephadm [INF] Saving service node-exporter spec with placement smithi040=a;smithi141=b;count:2 2023-12-06T06:53:32.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[30799]: audit 2023-12-06T06:53:31.341088+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:32.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[30799]: audit 2023-12-06T06:53:31.347236+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:32.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[30799]: audit 2023-12-06T06:53:31.353640+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:32.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[30799]: audit 2023-12-06T06:53:31.360760+0000 mon.c (mon.1) 40 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T06:53:32.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:32 smithi040 bash[30799]: audit 2023-12-06T06:53:31.361326+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T06:53:33.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:33 smithi141 bash[25168]: cluster 2023-12-06T06:53:32.314975+0000 mgr.y (mgr.14457) 11 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:33.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:33 smithi141 bash[25168]: audit 2023-12-06T06:53:32.364131+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T06:53:33.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:33 smithi141 bash[25168]: cluster 2023-12-06T06:53:32.364408+0000 mon.a (mon.0) 779 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2023-12-06T06:53:33.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:33 smithi141 bash[25168]: cephadm 2023-12-06T06:53:32.381235+0000 mgr.y (mgr.14457) 12 : cephadm [INF] Deploying daemon prometheus.a on smithi141 2023-12-06T06:53:33.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:33 smithi040 bash[25004]: cluster 2023-12-06T06:53:32.314975+0000 mgr.y (mgr.14457) 11 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:33.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:33 smithi040 bash[25004]: audit 2023-12-06T06:53:32.364131+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T06:53:33.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:33 smithi040 bash[25004]: cluster 2023-12-06T06:53:32.364408+0000 mon.a (mon.0) 779 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2023-12-06T06:53:33.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:33 smithi040 bash[25004]: cephadm 2023-12-06T06:53:32.381235+0000 mgr.y (mgr.14457) 12 : cephadm [INF] Deploying daemon prometheus.a on smithi141 2023-12-06T06:53:33.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:33 smithi040 bash[30799]: cluster 2023-12-06T06:53:32.314975+0000 mgr.y (mgr.14457) 11 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:33.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:33 smithi040 bash[30799]: audit 2023-12-06T06:53:32.364131+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T06:53:33.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:33 smithi040 bash[30799]: cluster 2023-12-06T06:53:32.364408+0000 mon.a (mon.0) 779 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2023-12-06T06:53:33.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:33 smithi040 bash[30799]: cephadm 2023-12-06T06:53:32.381235+0000 mgr.y (mgr.14457) 12 : cephadm [INF] Deploying daemon prometheus.a on smithi141 2023-12-06T06:53:35.522 INFO:teuthology.orchestra.run.smithi141.stdout:Scheduled alertmanager update... 2023-12-06T06:53:35.685 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:35 smithi141 bash[25168]: cluster 2023-12-06T06:53:34.315613+0000 mgr.y (mgr.14457) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:35.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:35 smithi040 bash[25004]: cluster 2023-12-06T06:53:34.315613+0000 mgr.y (mgr.14457) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:35.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:35 smithi040 bash[30799]: cluster 2023-12-06T06:53:34.315613+0000 mgr.y (mgr.14457) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:37.021 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:36 smithi141 bash[25168]: audit 2023-12-06T06:53:35.505542+0000 mgr.y (mgr.14457) 14 : audit [DBG] from='client.24398 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi040=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:53:37.022 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:36 smithi141 bash[25168]: cephadm 2023-12-06T06:53:35.509158+0000 mgr.y (mgr.14457) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi040=a;count:1 2023-12-06T06:53:37.022 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:36 smithi141 bash[25168]: audit 2023-12-06T06:53:35.519070+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:37.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:36 smithi040 bash[30799]: audit 2023-12-06T06:53:35.505542+0000 mgr.y (mgr.14457) 14 : audit [DBG] from='client.24398 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi040=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:53:37.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:36 smithi040 bash[30799]: cephadm 2023-12-06T06:53:35.509158+0000 mgr.y (mgr.14457) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi040=a;count:1 2023-12-06T06:53:37.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:36 smithi040 bash[30799]: audit 2023-12-06T06:53:35.519070+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:37.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:36 smithi040 bash[25004]: audit 2023-12-06T06:53:35.505542+0000 mgr.y (mgr.14457) 14 : audit [DBG] from='client.24398 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi040=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:53:37.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:36 smithi040 bash[25004]: cephadm 2023-12-06T06:53:35.509158+0000 mgr.y (mgr.14457) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi040=a;count:1 2023-12-06T06:53:37.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:36 smithi040 bash[25004]: audit 2023-12-06T06:53:35.519070+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:37.704 DEBUG:teuthology.orchestra.run.smithi040:alertmanager.a> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@alertmanager.a.service 2023-12-06T06:53:37.706 INFO:tasks.cephadm:Adding grafana.a on smithi141 2023-12-06T06:53:37.706 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph orch apply grafana '1;smithi141=a' 2023-12-06T06:53:37.867 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:53:37.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:37 smithi141 bash[25168]: cluster 2023-12-06T06:53:36.316215+0000 mgr.y (mgr.14457) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:38.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:37 smithi040 bash[25004]: cluster 2023-12-06T06:53:36.316215+0000 mgr.y (mgr.14457) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:38.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:37 smithi040 bash[30799]: cluster 2023-12-06T06:53:36.316215+0000 mgr.y (mgr.14457) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:39.892 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:39 smithi141 bash[25168]: cluster 2023-12-06T06:53:38.316929+0000 mgr.y (mgr.14457) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:40.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:39 smithi040 bash[25004]: cluster 2023-12-06T06:53:38.316929+0000 mgr.y (mgr.14457) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:40.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:39 smithi040 bash[30799]: cluster 2023-12-06T06:53:38.316929+0000 mgr.y (mgr.14457) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:41.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:41 smithi141 bash[25168]: cluster 2023-12-06T06:53:40.317565+0000 mgr.y (mgr.14457) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:42.027 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:41 smithi040 bash[25004]: cluster 2023-12-06T06:53:40.317565+0000 mgr.y (mgr.14457) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:42.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:41 smithi040 bash[30799]: cluster 2023-12-06T06:53:40.317565+0000 mgr.y (mgr.14457) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:42.802 INFO:teuthology.orchestra.run.smithi141.stdout:Scheduled grafana update... 2023-12-06T06:53:43.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:43 smithi141 bash[25168]: cluster 2023-12-06T06:53:42.318222+0000 mgr.y (mgr.14457) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:43.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:43 smithi141 bash[25168]: audit 2023-12-06T06:53:42.787458+0000 mgr.y (mgr.14457) 20 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi141=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:53:43.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:43 smithi141 bash[25168]: cephadm 2023-12-06T06:53:42.790770+0000 mgr.y (mgr.14457) 21 : cephadm [INF] Saving service grafana spec with placement smithi141=a;count:1 2023-12-06T06:53:43.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:43 smithi141 bash[25168]: audit 2023-12-06T06:53:42.798858+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:44.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:43 smithi040 bash[30799]: cluster 2023-12-06T06:53:42.318222+0000 mgr.y (mgr.14457) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:44.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:43 smithi040 bash[30799]: audit 2023-12-06T06:53:42.787458+0000 mgr.y (mgr.14457) 20 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi141=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:53:44.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:43 smithi040 bash[30799]: cephadm 2023-12-06T06:53:42.790770+0000 mgr.y (mgr.14457) 21 : cephadm [INF] Saving service grafana spec with placement smithi141=a;count:1 2023-12-06T06:53:44.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:43 smithi040 bash[30799]: audit 2023-12-06T06:53:42.798858+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:44.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:43 smithi040 bash[25004]: cluster 2023-12-06T06:53:42.318222+0000 mgr.y (mgr.14457) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:44.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:43 smithi040 bash[25004]: audit 2023-12-06T06:53:42.787458+0000 mgr.y (mgr.14457) 20 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi141=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:53:44.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:43 smithi040 bash[25004]: cephadm 2023-12-06T06:53:42.790770+0000 mgr.y (mgr.14457) 21 : cephadm [INF] Saving service grafana spec with placement smithi141=a;count:1 2023-12-06T06:53:44.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:43 smithi040 bash[25004]: audit 2023-12-06T06:53:42.798858+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:44.556 DEBUG:teuthology.orchestra.run.smithi141:grafana.a> sudo journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@grafana.a.service 2023-12-06T06:53:44.559 INFO:tasks.cephadm:Setting up client nodes... 2023-12-06T06:53:44.559 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T06:53:45.122 INFO:journalctl@ceph.grafana.a.smithi141.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T06:53:46.071 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:45 smithi040 bash[30799]: cluster 2023-12-06T06:53:44.318862+0000 mgr.y (mgr.14457) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:46.071 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:45 smithi040 bash[25004]: cluster 2023-12-06T06:53:44.318862+0000 mgr.y (mgr.14457) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:46.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:45 smithi141 bash[25168]: cluster 2023-12-06T06:53:44.318862+0000 mgr.y (mgr.14457) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:47.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:47 smithi141 bash[25168]: cluster 2023-12-06T06:53:46.319498+0000 mgr.y (mgr.14457) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:48.085 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:47 smithi040 bash[30799]: cluster 2023-12-06T06:53:46.319498+0000 mgr.y (mgr.14457) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:48.086 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:47 smithi040 bash[25004]: cluster 2023-12-06T06:53:46.319498+0000 mgr.y (mgr.14457) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:48.551 INFO:teuthology.orchestra.run.smithi040.stdout:[client.0] 2023-12-06T06:53:48.551 INFO:teuthology.orchestra.run.smithi040.stdout: key = AQB8GnBlVF1LIBAAt8gCzBA/jeAJkk+YyxHmwQ== 2023-12-06T06:53:48.694 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:48 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:53:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:53:49.341 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-06T06:53:49.341 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-06T06:53:49.341 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-06T06:53:49.362 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T06:53:49.624 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[25004]: cluster 2023-12-06T06:53:48.320113+0000 mgr.y (mgr.14457) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:49.624 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[25004]: audit 2023-12-06T06:53:48.433277+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:49.625 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[25004]: audit 2023-12-06T06:53:48.439790+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:49.625 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[25004]: audit 2023-12-06T06:53:48.540631+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.40:0/2633903132' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T06:53:49.625 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[25004]: audit 2023-12-06T06:53:48.541464+0000 mon.a (mon.0) 784 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T06:53:49.625 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[25004]: audit 2023-12-06T06:53:48.546789+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T06:53:49.625 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[25004]: audit 2023-12-06T06:53:48.615355+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:49.625 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[25004]: cephadm 2023-12-06T06:53:48.620132+0000 mgr.y (mgr.14457) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi040 2023-12-06T06:53:49.625 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[30799]: cluster 2023-12-06T06:53:48.320113+0000 mgr.y (mgr.14457) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:49.625 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[30799]: audit 2023-12-06T06:53:48.433277+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:49.626 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[30799]: audit 2023-12-06T06:53:48.439790+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:49.626 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[30799]: audit 2023-12-06T06:53:48.540631+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.40:0/2633903132' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T06:53:49.626 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[30799]: audit 2023-12-06T06:53:48.541464+0000 mon.a (mon.0) 784 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T06:53:49.626 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[30799]: audit 2023-12-06T06:53:48.546789+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T06:53:49.626 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[30799]: audit 2023-12-06T06:53:48.615355+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:49.626 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[30799]: cephadm 2023-12-06T06:53:48.620132+0000 mgr.y (mgr.14457) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi040 2023-12-06T06:53:49.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:49 smithi141 bash[25168]: cluster 2023-12-06T06:53:48.320113+0000 mgr.y (mgr.14457) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:49.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:49 smithi141 bash[25168]: audit 2023-12-06T06:53:48.433277+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:49.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:49 smithi141 bash[25168]: audit 2023-12-06T06:53:48.439790+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:49.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:49 smithi141 bash[25168]: audit 2023-12-06T06:53:48.540631+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.40:0/2633903132' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T06:53:49.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:49 smithi141 bash[25168]: audit 2023-12-06T06:53:48.541464+0000 mon.a (mon.0) 784 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T06:53:49.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:49 smithi141 bash[25168]: audit 2023-12-06T06:53:48.546789+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T06:53:49.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:49 smithi141 bash[25168]: audit 2023-12-06T06:53:48.615355+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:49.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:49 smithi141 bash[25168]: cephadm 2023-12-06T06:53:48.620132+0000 mgr.y (mgr.14457) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi040 2023-12-06T06:53:50.277 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:49 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:53:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:53:50.957 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:53:50 smithi141 bash[43874]: ts=2023-12-06T06:53:50.909Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T06:53:50.958 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:50 smithi040 systemd[1]: Started Ceph node-exporter.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T06:53:50.958 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:50 smithi040 bash[49800]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-06T06:53:51.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:50 smithi141 bash[25168]: audit 2023-12-06T06:53:49.947223+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:51.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:50 smithi141 bash[25168]: audit 2023-12-06T06:53:50.413095+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:51.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:50 smithi141 bash[25168]: audit 2023-12-06T06:53:50.818269+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:51.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:50 smithi040 bash[25004]: audit 2023-12-06T06:53:49.947223+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:51.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:50 smithi040 bash[25004]: audit 2023-12-06T06:53:50.413095+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:51.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:50 smithi040 bash[25004]: audit 2023-12-06T06:53:50.818269+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:51.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:50 smithi040 bash[30799]: audit 2023-12-06T06:53:49.947223+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:51.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:50 smithi040 bash[30799]: audit 2023-12-06T06:53:50.413095+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:51.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:50 smithi040 bash[30799]: audit 2023-12-06T06:53:50.818269+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:51.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:53:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:53:51.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[49800]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-06T06:53:51.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[49800]: aa2a8d90b84c: Pulling fs layer 2023-12-06T06:53:51.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[49800]: b45d31ee2d7f: Pulling fs layer 2023-12-06T06:53:51.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[49800]: b5db1e299295: Pulling fs layer 2023-12-06T06:53:52.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[25004]: cluster 2023-12-06T06:53:50.320688+0000 mgr.y (mgr.14457) 26 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:52.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[25004]: cephadm 2023-12-06T06:53:50.822556+0000 mgr.y (mgr.14457) 27 : cephadm [INF] Deploying daemon node-exporter.b on smithi141 2023-12-06T06:53:52.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[25004]: audit 2023-12-06T06:53:51.433088+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:52.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[30799]: cluster 2023-12-06T06:53:50.320688+0000 mgr.y (mgr.14457) 26 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:52.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[30799]: cephadm 2023-12-06T06:53:50.822556+0000 mgr.y (mgr.14457) 27 : cephadm [INF] Deploying daemon node-exporter.b on smithi141 2023-12-06T06:53:52.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[30799]: audit 2023-12-06T06:53:51.433088+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:52.278 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[49800]: b45d31ee2d7f: Download complete 2023-12-06T06:53:52.278 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[49800]: aa2a8d90b84c: Verifying Checksum 2023-12-06T06:53:52.278 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[49800]: aa2a8d90b84c: Download complete 2023-12-06T06:53:52.278 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[49800]: b5db1e299295: Verifying Checksum 2023-12-06T06:53:52.278 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:51 smithi040 bash[49800]: b5db1e299295: Download complete 2023-12-06T06:53:52.278 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:52 smithi040 bash[49800]: aa2a8d90b84c: Pull complete 2023-12-06T06:53:52.430 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:51 smithi141 bash[25168]: cluster 2023-12-06T06:53:50.320688+0000 mgr.y (mgr.14457) 26 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:52.430 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:51 smithi141 bash[25168]: cephadm 2023-12-06T06:53:50.822556+0000 mgr.y (mgr.14457) 27 : cephadm [INF] Deploying daemon node-exporter.b on smithi141 2023-12-06T06:53:52.430 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:51 smithi141 bash[25168]: audit 2023-12-06T06:53:51.433088+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:52.937 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:52 smithi040 bash[49800]: b45d31ee2d7f: Pull complete 2023-12-06T06:53:53.277 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:52 smithi040 bash[49800]: b5db1e299295: Pull complete 2023-12-06T06:53:53.277 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:53 smithi040 bash[49800]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-06T06:53:53.277 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:53 smithi040 bash[49800]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-06T06:53:54.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:53 smithi141 bash[25168]: cluster 2023-12-06T06:53:52.321121+0000 mgr.y (mgr.14457) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:54.262 INFO:teuthology.orchestra.run.smithi141.stdout:[client.1] 2023-12-06T06:53:54.263 INFO:teuthology.orchestra.run.smithi141.stdout: key = AQCCGnBlmywEDxAAjvwocQE6SCJa/Sw2VN5CBw== 2023-12-06T06:53:54.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:53 smithi040 bash[25004]: cluster 2023-12-06T06:53:52.321121+0000 mgr.y (mgr.14457) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:54.277 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:53 smithi040 bash[30799]: cluster 2023-12-06T06:53:52.321121+0000 mgr.y (mgr.14457) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:54.390 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:54 smithi141 systemd[1]: Started Ceph node-exporter.b for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T06:53:54.390 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:54 smithi141 bash[44654]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-06T06:53:54.777 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.434Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T06:53:54.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.434Z 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-06T06:53:54.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.435Z 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-06T06:53:54.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.435Z 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-06T06:53:54.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T06:53:54.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T06:53:54.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T06:53:54.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T06:53:54.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T06:53:54.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T06:53:54.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T06:53:54.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T06:53:54.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T06:53:54.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T06:53:54.778 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T06:53:54.779 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T06:53:54.780 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T06:53:54.780 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T06:53:54.780 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T06:53:54.780 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T06:53:54.780 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T06:53:54.780 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T06:53:54.780 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T06:53:54.780 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T06:53:54.780 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T06:53:54.780 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T06:53:54.780 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T06:53:54.780 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T06:53:54.780 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T06:53:54.780 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T06:53:54.781 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T06:53:54.781 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T06:53:54.781 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T06:53:54.781 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.436Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T06:53:54.781 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 06:53:54 smithi040 bash[49800]: ts=2023-12-06T06:53:54.437Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T06:53:55.492 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:55 smithi141 bash[44654]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-06T06:53:55.492 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:55 smithi141 bash[25168]: audit 2023-12-06T06:53:54.130960+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:55.492 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:55 smithi141 bash[25168]: audit 2023-12-06T06:53:54.136548+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:55.493 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:55 smithi141 bash[25168]: audit 2023-12-06T06:53:54.138381+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:55.493 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:55 smithi141 bash[25168]: audit 2023-12-06T06:53:54.139693+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:55.493 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:55 smithi141 bash[25168]: audit 2023-12-06T06:53:54.151839+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:55.493 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:55 smithi141 bash[25168]: cephadm 2023-12-06T06:53:54.152982+0000 mgr.y (mgr.14457) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:53:55.493 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:55 smithi141 bash[25168]: cephadm 2023-12-06T06:53:54.157324+0000 mgr.y (mgr.14457) 30 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T06:53:55.493 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:55 smithi141 bash[25168]: cephadm 2023-12-06T06:53:54.163748+0000 mgr.y (mgr.14457) 31 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi141 2023-12-06T06:53:55.493 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:55 smithi141 bash[25168]: audit 2023-12-06T06:53:54.251496+0000 mon.b (mon.2) 28 : audit [INF] from='client.? 172.21.15.141:0/3051441446' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T06:53:55.493 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:55 smithi141 bash[25168]: audit 2023-12-06T06:53:54.251694+0000 mon.a (mon.0) 793 : 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-06T06:53:55.493 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:55 smithi141 bash[25168]: audit 2023-12-06T06:53:54.259589+0000 mon.a (mon.0) 794 : 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-06T06:53:55.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[25004]: audit 2023-12-06T06:53:54.130960+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:55.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[25004]: audit 2023-12-06T06:53:54.136548+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:55.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[25004]: audit 2023-12-06T06:53:54.138381+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:55.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[25004]: audit 2023-12-06T06:53:54.139693+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:55.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[25004]: audit 2023-12-06T06:53:54.151839+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:55.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[25004]: cephadm 2023-12-06T06:53:54.152982+0000 mgr.y (mgr.14457) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:53:55.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[25004]: cephadm 2023-12-06T06:53:54.157324+0000 mgr.y (mgr.14457) 30 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T06:53:55.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[25004]: cephadm 2023-12-06T06:53:54.163748+0000 mgr.y (mgr.14457) 31 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi141 2023-12-06T06:53:55.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[25004]: audit 2023-12-06T06:53:54.251496+0000 mon.b (mon.2) 28 : audit [INF] from='client.? 172.21.15.141:0/3051441446' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T06:53:55.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[25004]: audit 2023-12-06T06:53:54.251694+0000 mon.a (mon.0) 793 : 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-06T06:53:55.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[25004]: audit 2023-12-06T06:53:54.259589+0000 mon.a (mon.0) 794 : 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-06T06:53:55.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[30799]: audit 2023-12-06T06:53:54.130960+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:55.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[30799]: audit 2023-12-06T06:53:54.136548+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:53:55.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[30799]: audit 2023-12-06T06:53:54.138381+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:53:55.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[30799]: audit 2023-12-06T06:53:54.139693+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:53:55.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[30799]: audit 2023-12-06T06:53:54.151839+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:55.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[30799]: cephadm 2023-12-06T06:53:54.152982+0000 mgr.y (mgr.14457) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:53:55.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[30799]: cephadm 2023-12-06T06:53:54.157324+0000 mgr.y (mgr.14457) 30 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T06:53:55.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[30799]: cephadm 2023-12-06T06:53:54.163748+0000 mgr.y (mgr.14457) 31 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi141 2023-12-06T06:53:55.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[30799]: audit 2023-12-06T06:53:54.251496+0000 mon.b (mon.2) 28 : audit [INF] from='client.? 172.21.15.141:0/3051441446' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T06:53:55.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[30799]: audit 2023-12-06T06:53:54.251694+0000 mon.a (mon.0) 793 : 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-06T06:53:55.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:55 smithi040 bash[30799]: audit 2023-12-06T06:53:54.259589+0000 mon.a (mon.0) 794 : 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-06T06:53:55.883 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-06T06:53:55.883 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-06T06:53:55.883 DEBUG:teuthology.orchestra.run.smithi141:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-06T06:53:55.907 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-06T06:53:55.907 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-06T06:53:55.908 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-06T06:53:56.386 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:56 smithi141 bash[25168]: cluster 2023-12-06T06:53:54.321644+0000 mgr.y (mgr.14457) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:56.387 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:56 smithi141 bash[25168]: audit 2023-12-06T06:53:55.422968+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:56.387 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:56 smithi141 bash[44654]: aa2a8d90b84c: Pulling fs layer 2023-12-06T06:53:56.387 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:56 smithi141 bash[44654]: b45d31ee2d7f: Pulling fs layer 2023-12-06T06:53:56.387 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:56 smithi141 bash[44654]: b5db1e299295: Pulling fs layer 2023-12-06T06:53:56.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:56 smithi040 bash[25004]: cluster 2023-12-06T06:53:54.321644+0000 mgr.y (mgr.14457) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:56.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:56 smithi040 bash[25004]: audit 2023-12-06T06:53:55.422968+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:56.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:56 smithi040 bash[30799]: cluster 2023-12-06T06:53:54.321644+0000 mgr.y (mgr.14457) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:56.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:56 smithi040 bash[30799]: audit 2023-12-06T06:53:55.422968+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:53:56.709 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:56 smithi141 bash[44654]: b45d31ee2d7f: Verifying Checksum 2023-12-06T06:53:56.709 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:56 smithi141 bash[44654]: b45d31ee2d7f: Download complete 2023-12-06T06:53:56.709 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:56 smithi141 bash[44654]: aa2a8d90b84c: Verifying Checksum 2023-12-06T06:53:56.709 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:56 smithi141 bash[44654]: aa2a8d90b84c: Download complete 2023-12-06T06:53:56.709 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:56 smithi141 bash[44654]: b5db1e299295: Verifying Checksum 2023-12-06T06:53:56.709 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:56 smithi141 bash[44654]: b5db1e299295: Download complete 2023-12-06T06:53:57.208 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:56 smithi141 bash[44654]: aa2a8d90b84c: Pull complete 2023-12-06T06:53:58.265 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:53:58.392 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:53:58 smithi141 bash[25168]: cluster 2023-12-06T06:53:56.322263+0000 mgr.y (mgr.14457) 33 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:58.393 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:58 smithi141 bash[44654]: b45d31ee2d7f: Pull complete 2023-12-06T06:53:58.442 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:53:58 smithi040 bash[25004]: cluster 2023-12-06T06:53:56.322263+0000 mgr.y (mgr.14457) 33 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:58.442 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:53:58 smithi040 bash[30799]: cluster 2023-12-06T06:53:56.322263+0000 mgr.y (mgr.14457) 33 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:53:59.692 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:59 smithi141 bash[44654]: b5db1e299295: Pull complete 2023-12-06T06:53:59.958 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:59 smithi141 bash[44654]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-06T06:53:59.958 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:53:59 smithi141 bash[44654]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-06T06:54:00.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:00 smithi141 bash[25168]: cluster 2023-12-06T06:53:58.322763+0000 mgr.y (mgr.14457) 34 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:00.487 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:00 smithi040 bash[25004]: cluster 2023-12-06T06:53:58.322763+0000 mgr.y (mgr.14457) 34 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:00.487 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:00 smithi040 bash[30799]: cluster 2023-12-06T06:53:58.322763+0000 mgr.y (mgr.14457) 34 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:00.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:00 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:54:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:54:01.208 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:54:01.466 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:01 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:54:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:54:01.466 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:01 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:54:01] "GET /metrics HTTP/1.1" 200 191497 "" "Prometheus/2.33.4" 2023-12-06T06:54:01.654 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[25168]: cluster 2023-12-06T06:54:00.323521+0000 mgr.y (mgr.14457) 35 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:01.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[25168]: audit 2023-12-06T06:54:00.482956+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:01.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[25168]: audit 2023-12-06T06:54:01.185251+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:01.655 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.464Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T06:54:01.655 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.464Z 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-06T06:54:01.655 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z 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-06T06:54:01.655 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z 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-06T06:54:01.655 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T06:54:01.655 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T06:54:01.655 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T06:54:01.656 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T06:54:01.656 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T06:54:01.656 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T06:54:01.656 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T06:54:01.656 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T06:54:01.656 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T06:54:01.656 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T06:54:01.656 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T06:54:01.656 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T06:54:01.656 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T06:54:01.656 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T06:54:01.656 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T06:54:01.656 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T06:54:01.656 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.466Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T06:54:01.656 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T06:54:01.657 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T06:54:01.657 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T06:54:01.657 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T06:54:01.657 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T06:54:01.657 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T06:54:01.657 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T06:54:01.657 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T06:54:01.657 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T06:54:01.657 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T06:54:01.657 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T06:54:01.657 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T06:54:01.658 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T06:54:01.659 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[44654]: ts=2023-12-06T06:54:01.467Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T06:54:01.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:01 smithi040 bash[25004]: cluster 2023-12-06T06:54:00.323521+0000 mgr.y (mgr.14457) 35 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:01.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:01 smithi040 bash[25004]: audit 2023-12-06T06:54:00.482956+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:01.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:01 smithi040 bash[25004]: audit 2023-12-06T06:54:01.185251+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:01.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:01 smithi040 bash[30799]: cluster 2023-12-06T06:54:00.323521+0000 mgr.y (mgr.14457) 35 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:01.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:01 smithi040 bash[30799]: audit 2023-12-06T06:54:00.482956+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:01.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:01 smithi040 bash[30799]: audit 2023-12-06T06:54:01.185251+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:01.930 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-06T06:54:01.948 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:01 smithi141 systemd[1]: Stopping Ceph prometheus.a for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T06:54:01.948 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[45319]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T06:54:01.948 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[43874]: ts=2023-12-06T06:54:01.757Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T06:54:01.948 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[43874]: ts=2023-12-06T06:54:01.757Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T06:54:01.948 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[43874]: ts=2023-12-06T06:54:01.757Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T06:54:01.948 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[43874]: ts=2023-12-06T06:54:01.757Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T06:54:01.949 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[43874]: ts=2023-12-06T06:54:01.757Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T06:54:01.949 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[43874]: ts=2023-12-06T06:54:01.757Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T06:54:01.949 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[43874]: ts=2023-12-06T06:54:01.757Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T06:54:01.949 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[43874]: ts=2023-12-06T06:54:01.757Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T06:54:01.949 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[43874]: ts=2023-12-06T06:54:01.757Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T06:54:01.949 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[43874]: ts=2023-12-06T06:54:01.758Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T06:54:01.949 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[43874]: ts=2023-12-06T06:54:01.759Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T06:54:01.949 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:01 smithi141 bash[43874]: ts=2023-12-06T06:54:01.759Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T06:54:02.597 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:02 smithi141 bash[25168]: audit 2023-12-06T06:54:01.919779+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.40:0/3744270773' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T06:54:02.598 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:02 smithi141 bash[45328]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-prometheus-a 2023-12-06T06:54:02.598 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:02 smithi141 bash[45364]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T06:54:02.598 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:02 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-06T06:54:02.598 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:02 smithi141 systemd[1]: Stopped Ceph prometheus.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T06:54:02.598 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:02 smithi141 systemd[1]: Started Ceph prometheus.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T06:54:02.775 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:02 smithi040 bash[30799]: audit 2023-12-06T06:54:01.919779+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.40:0/3744270773' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T06:54:02.775 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:02 smithi040 bash[25004]: audit 2023-12-06T06:54:01.919779+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.40:0/3744270773' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T06:54:02.776 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":20,"active_gid":14457,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6800","nonce":3092750956},{"type":"v1","addr":"172.21.15.40:6801","nonce":3092750956}]},"active_addr":"172.21.15.40:6801/3092750956","active_change":"2023-12-06T06:53:29.445869+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":24365,"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.40:8443/","prometheus":"http://172.21.15.40: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.40:0","nonce":937892156}]},{"addrvec":[{"type":"v2","addr":"172.21.15.40:0","nonce":2606343613}]},{"addrvec":[{"type":"v2","addr":"172.21.15.40:0","nonce":1009056894}]},{"addrvec":[{"type":"v2","addr":"172.21.15.40:0","nonce":396430463}]}]}} 2023-12-06T06:54:02.779 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-06T06:54:02.780 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-06T06:54:02.780 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T06:54:03.027 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:02 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:54:02] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:54:03.848 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: cluster 2023-12-06T06:54:02.324251+0000 mgr.y (mgr.14457) 36 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:03.848 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.588688+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:03.848 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.596379+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:54:03.848 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.597149+0000 mgr.y (mgr.14457) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:54:03.848 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.599163+0000 mon.c (mon.1) 47 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.141:9095"}]: dispatch 2023-12-06T06:54:03.848 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.600223+0000 mgr.y (mgr.14457) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.141:9095"}]: dispatch 2023-12-06T06:54:03.848 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.607060+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:03.848 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.612548+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:54:03.848 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.614782+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:54:03.849 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.616512+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:54:03.849 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.626419+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:03.849 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: cephadm 2023-12-06T06:54:02.629529+0000 mgr.y (mgr.14457) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:54:03.849 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.632678+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:54:03.849 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.634347+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:54:03.849 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.635524+0000 mon.c (mon.1) 53 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:54:03.849 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.644165+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:03.849 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: cephadm 2023-12-06T06:54:02.646476+0000 mgr.y (mgr.14457) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:54:03.849 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.761365+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:03.849 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[25168]: audit 2023-12-06T06:54:02.771382+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:04.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: cluster 2023-12-06T06:54:02.324251+0000 mgr.y (mgr.14457) 36 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:04.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.588688+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:04.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.596379+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:54:04.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.597149+0000 mgr.y (mgr.14457) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:54:04.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.599163+0000 mon.c (mon.1) 47 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.141:9095"}]: dispatch 2023-12-06T06:54:04.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.600223+0000 mgr.y (mgr.14457) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.141:9095"}]: dispatch 2023-12-06T06:54:04.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.607060+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:04.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.612548+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:54:04.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.614782+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:54:04.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.616512+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:54:04.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.626419+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:04.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: cephadm 2023-12-06T06:54:02.629529+0000 mgr.y (mgr.14457) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:54:04.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.632678+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:54:04.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.634347+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:54:04.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.635524+0000 mon.c (mon.1) 53 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:54:04.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.644165+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:04.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: cephadm 2023-12-06T06:54:02.646476+0000 mgr.y (mgr.14457) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:54:04.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.761365+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:04.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[30799]: audit 2023-12-06T06:54:02.771382+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:04.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: cluster 2023-12-06T06:54:02.324251+0000 mgr.y (mgr.14457) 36 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:04.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.588688+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:04.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.596379+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:54:04.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.597149+0000 mgr.y (mgr.14457) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:54:04.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.599163+0000 mon.c (mon.1) 47 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.141:9095"}]: dispatch 2023-12-06T06:54:04.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.600223+0000 mgr.y (mgr.14457) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.141:9095"}]: dispatch 2023-12-06T06:54:04.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.607060+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:04.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.612548+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:54:04.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.614782+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:54:04.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.616512+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:54:04.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.626419+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:04.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: cephadm 2023-12-06T06:54:02.629529+0000 mgr.y (mgr.14457) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:54:04.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.632678+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:54:04.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.634347+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:54:04.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.635524+0000 mon.c (mon.1) 53 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:54:04.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.644165+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:04.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: cephadm 2023-12-06T06:54:02.646476+0000 mgr.y (mgr.14457) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:54:04.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.761365+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:04.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:03 smithi040 bash[25004]: audit 2023-12-06T06:54:02.771382+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:04.152 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[45399]: ts=2023-12-06T06:54:03.972Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-06T06:54:04.152 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[45399]: ts=2023-12-06T06:54:03.972Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-06T06:54:04.152 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[45399]: ts=2023-12-06T06:54:03.972Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-06T06:54:04.153 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[45399]: ts=2023-12-06T06:54:03.972Z 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 smithi141 (none))" 2023-12-06T06:54:04.153 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[45399]: ts=2023-12-06T06:54:03.972Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-06T06:54:04.153 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[45399]: ts=2023-12-06T06:54:03.972Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-06T06:54:04.153 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[45399]: ts=2023-12-06T06:54:03.974Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-06T06:54:04.153 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[45399]: ts=2023-12-06T06:54:03.975Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-06T06:54:04.153 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[45399]: ts=2023-12-06T06:54:03.976Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-06T06:54:04.153 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[45399]: ts=2023-12-06T06:54:03.981Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-06T06:54:04.153 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[45399]: ts=2023-12-06T06:54:03.981Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.561µs 2023-12-06T06:54:04.153 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:03 smithi141 bash[45399]: ts=2023-12-06T06:54:03.981Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-06T06:54:04.153 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:04 smithi141 bash[45399]: ts=2023-12-06T06:54:04.150Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-12-06T06:54:04.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:04 smithi141 bash[45399]: ts=2023-12-06T06:54:04.151Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-12-06T06:54:04.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:04 smithi141 bash[45399]: ts=2023-12-06T06:54:04.151Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=48.472µs wal_replay_duration=169.571761ms total_replay_duration=169.640577ms 2023-12-06T06:54:04.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:04 smithi141 bash[45399]: ts=2023-12-06T06:54:04.154Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-06T06:54:04.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:04 smithi141 bash[45399]: ts=2023-12-06T06:54:04.154Z caller=main.go:947 level=info msg="TSDB started" 2023-12-06T06:54:04.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:04 smithi141 bash[45399]: ts=2023-12-06T06:54:04.154Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-06T06:54:04.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:04 smithi141 bash[45399]: ts=2023-12-06T06:54:04.192Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=37.365458ms db_storage=1.038µs remote_storage=1.817µs web_handler=443ns query_engine=804ns scrape=391.913µs scrape_sd=42.722µs notify=1.331µs notify_sd=2.683µs rules=36.580506ms 2023-12-06T06:54:04.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:54:04 smithi141 bash[45399]: ts=2023-12-06T06:54:04.192Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T06:54:05.516 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:05.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:05 smithi141 bash[25168]: cluster 2023-12-06T06:54:04.324885+0000 mgr.y (mgr.14457) 41 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:06.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:05 smithi040 bash[25004]: cluster 2023-12-06T06:54:04.324885+0000 mgr.y (mgr.14457) 41 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:06.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:05 smithi040 bash[30799]: cluster 2023-12-06T06:54:04.324885+0000 mgr.y (mgr.14457) 41 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:06.472 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:06 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:54:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:54:07.338 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:07 smithi040 bash[25004]: audit 2023-12-06T06:54:06.074667+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:07.339 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:07 smithi040 bash[30799]: audit 2023-12-06T06:54:06.074667+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:07.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:07 smithi141 bash[25168]: audit 2023-12-06T06:54:06.074667+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:07.598 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:07 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:54:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:54:08.346 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:08 smithi141 bash[25168]: cluster 2023-12-06T06:54:06.325487+0000 mgr.y (mgr.14457) 42 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:08.346 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:08 smithi141 bash[25168]: audit 2023-12-06T06:54:07.488224+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:08.346 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:08 smithi141 bash[25168]: audit 2023-12-06T06:54:07.498498+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:08.346 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:08 smithi141 bash[25168]: audit 2023-12-06T06:54:07.529405+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:54:08.346 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:08 smithi141 bash[25168]: audit 2023-12-06T06:54:07.531930+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:54:08.346 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:08 smithi141 bash[25168]: audit 2023-12-06T06:54:07.533729+0000 mon.c (mon.1) 56 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:54:08.347 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:08 smithi141 bash[25168]: audit 2023-12-06T06:54:07.545562+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:08.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:08 smithi040 bash[25004]: cluster 2023-12-06T06:54:06.325487+0000 mgr.y (mgr.14457) 42 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:08.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:08 smithi040 bash[25004]: audit 2023-12-06T06:54:07.488224+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:08.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:08 smithi040 bash[25004]: audit 2023-12-06T06:54:07.498498+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:08.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:08 smithi040 bash[25004]: audit 2023-12-06T06:54:07.529405+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:54:08.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:08 smithi040 bash[25004]: audit 2023-12-06T06:54:07.531930+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:54:08.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:08 smithi040 bash[25004]: audit 2023-12-06T06:54:07.533729+0000 mon.c (mon.1) 56 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:54:08.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:08 smithi040 bash[25004]: audit 2023-12-06T06:54:07.545562+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:08.349 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:08 smithi040 bash[30799]: cluster 2023-12-06T06:54:06.325487+0000 mgr.y (mgr.14457) 42 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:08.349 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:08 smithi040 bash[30799]: audit 2023-12-06T06:54:07.488224+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:08.349 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:08 smithi040 bash[30799]: audit 2023-12-06T06:54:07.498498+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:08.349 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:08 smithi040 bash[30799]: audit 2023-12-06T06:54:07.529405+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:54:08.350 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:08 smithi040 bash[30799]: audit 2023-12-06T06:54:07.531930+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:54:08.350 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:08 smithi040 bash[30799]: audit 2023-12-06T06:54:07.533729+0000 mon.c (mon.1) 56 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:54:08.350 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:08 smithi040 bash[30799]: audit 2023-12-06T06:54:07.545562+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:08.699 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-06T06:54:08.699 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":59,"fsid":"f675b9d0-9402-11ee-95a2-87774f69a715","created":"2023-12-06T06:45:43.973962+0000","modified":"2023-12-06T06:53:29.445099+0000","last_up_change":"2023-12-06T06:53:01.778952+0000","last_in_change":"2023-12-06T06:52:33.309645+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-06T06:49:48.236538+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":"cf1d1ecc-9994-4d58-b4cf-ef1ccf23dbe1","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.40:6802","nonce":3524074878},{"type":"v1","addr":"172.21.15.40:6803","nonce":3524074878}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":3524074878},{"type":"v1","addr":"172.21.15.40:6805","nonce":3524074878}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":3524074878},{"type":"v1","addr":"172.21.15.40:6809","nonce":3524074878}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":3524074878},{"type":"v1","addr":"172.21.15.40:6807","nonce":3524074878}]},"public_addr":"172.21.15.40:6803/3524074878","cluster_addr":"172.21.15.40:6805/3524074878","heartbeat_back_addr":"172.21.15.40:6809/3524074878","heartbeat_front_addr":"172.21.15.40:6807/3524074878","state":["exists","up"]},{"osd":1,"uuid":"683239ae-72ff-455d-bb3b-83b903e34ed9","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.40:6810","nonce":3235247466},{"type":"v1","addr":"172.21.15.40:6811","nonce":3235247466}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":3235247466},{"type":"v1","addr":"172.21.15.40:6813","nonce":3235247466}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":3235247466},{"type":"v1","addr":"172.21.15.40:6817","nonce":3235247466}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":3235247466},{"type":"v1","addr":"172.21.15.40:6815","nonce":3235247466}]},"public_addr":"172.21.15.40:6811/3235247466","cluster_addr":"172.21.15.40:6813/3235247466","heartbeat_back_addr":"172.21.15.40:6817/3235247466","heartbeat_front_addr":"172.21.15.40:6815/3235247466","state":["exists","up"]},{"osd":2,"uuid":"94d05e2a-1e27-4e97-babc-d6854a781b3a","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.40:6818","nonce":3221360792},{"type":"v1","addr":"172.21.15.40:6819","nonce":3221360792}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6820","nonce":3221360792},{"type":"v1","addr":"172.21.15.40:6821","nonce":3221360792}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6824","nonce":3221360792},{"type":"v1","addr":"172.21.15.40:6825","nonce":3221360792}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6822","nonce":3221360792},{"type":"v1","addr":"172.21.15.40:6823","nonce":3221360792}]},"public_addr":"172.21.15.40:6819/3221360792","cluster_addr":"172.21.15.40:6821/3221360792","heartbeat_back_addr":"172.21.15.40:6825/3221360792","heartbeat_front_addr":"172.21.15.40:6823/3221360792","state":["exists","up"]},{"osd":3,"uuid":"56e1da47-3d93-4627-a90d-1c5e3cfb17f8","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.40:6826","nonce":1323281575},{"type":"v1","addr":"172.21.15.40:6827","nonce":1323281575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6828","nonce":1323281575},{"type":"v1","addr":"172.21.15.40:6829","nonce":1323281575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6832","nonce":1323281575},{"type":"v1","addr":"172.21.15.40:6833","nonce":1323281575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6830","nonce":1323281575},{"type":"v1","addr":"172.21.15.40:6831","nonce":1323281575}]},"public_addr":"172.21.15.40:6827/1323281575","cluster_addr":"172.21.15.40:6829/1323281575","heartbeat_back_addr":"172.21.15.40:6833/1323281575","heartbeat_front_addr":"172.21.15.40:6831/1323281575","state":["exists","up"]},{"osd":4,"uuid":"fd68a28e-5c65-4711-be89-33708d7cadfa","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.141:6800","nonce":543534414},{"type":"v1","addr":"172.21.15.141:6801","nonce":543534414}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6802","nonce":543534414},{"type":"v1","addr":"172.21.15.141:6803","nonce":543534414}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6806","nonce":543534414},{"type":"v1","addr":"172.21.15.141:6807","nonce":543534414}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6804","nonce":543534414},{"type":"v1","addr":"172.21.15.141:6805","nonce":543534414}]},"public_addr":"172.21.15.141:6801/543534414","cluster_addr":"172.21.15.141:6803/543534414","heartbeat_back_addr":"172.21.15.141:6807/543534414","heartbeat_front_addr":"172.21.15.141:6805/543534414","state":["exists","up"]},{"osd":5,"uuid":"7335eb0a-93e2-46c8-af06-1c25382a3b54","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.141:6808","nonce":4214512287},{"type":"v1","addr":"172.21.15.141:6809","nonce":4214512287}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6810","nonce":4214512287},{"type":"v1","addr":"172.21.15.141:6811","nonce":4214512287}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6814","nonce":4214512287},{"type":"v1","addr":"172.21.15.141:6815","nonce":4214512287}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6812","nonce":4214512287},{"type":"v1","addr":"172.21.15.141:6813","nonce":4214512287}]},"public_addr":"172.21.15.141:6809/4214512287","cluster_addr":"172.21.15.141:6811/4214512287","heartbeat_back_addr":"172.21.15.141:6815/4214512287","heartbeat_front_addr":"172.21.15.141:6813/4214512287","state":["exists","up"]},{"osd":6,"uuid":"5f1b0171-c13d-4df5-8e7d-97988c43f420","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.141:6816","nonce":224757636},{"type":"v1","addr":"172.21.15.141:6817","nonce":224757636}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6818","nonce":224757636},{"type":"v1","addr":"172.21.15.141:6819","nonce":224757636}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6822","nonce":224757636},{"type":"v1","addr":"172.21.15.141:6823","nonce":224757636}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6820","nonce":224757636},{"type":"v1","addr":"172.21.15.141:6821","nonce":224757636}]},"public_addr":"172.21.15.141:6817/224757636","cluster_addr":"172.21.15.141:6819/224757636","heartbeat_back_addr":"172.21.15.141:6823/224757636","heartbeat_front_addr":"172.21.15.141:6821/224757636","state":["exists","up"]},{"osd":7,"uuid":"0201ebf4-70d0-4a86-8b5c-4529a616621c","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.141:6824","nonce":136005487},{"type":"v1","addr":"172.21.15.141:6825","nonce":136005487}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6826","nonce":136005487},{"type":"v1","addr":"172.21.15.141:6827","nonce":136005487}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6830","nonce":136005487},{"type":"v1","addr":"172.21.15.141:6831","nonce":136005487}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6828","nonce":136005487},{"type":"v1","addr":"172.21.15.141:6829","nonce":136005487}]},"public_addr":"172.21.15.141:6825/136005487","cluster_addr":"172.21.15.141:6827/136005487","heartbeat_back_addr":"172.21.15.141:6831/136005487","heartbeat_front_addr":"172.21.15.141:6829/136005487","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-06T06:48:32.063171+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-06T06:49:07.925831+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-06T06:49:45.731869+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-06T06:50:24.271570+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-06T06:51:00.390221+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-06T06:51:39.774034+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-06T06:52:19.795416+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-06T06:52:59.806744+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.40:0/251732308":"2023-12-07T06:53:29.445011+0000","172.21.15.40:6801/2591446810":"2023-12-07T06:53:29.445011+0000","172.21.15.40:0/3161553703":"2023-12-07T06:53:29.445011+0000","172.21.15.40:0/122520861":"2023-12-07T06:53:29.445011+0000","172.21.15.40:6800/2591446810":"2023-12-07T06:53:29.445011+0000","172.21.15.40:6801/1321763795":"2023-12-07T06:46:47.577265+0000","172.21.15.40:0/1012358952":"2023-12-07T06:46:47.577265+0000","172.21.15.40:0/1271801898":"2023-12-07T06:53:29.445011+0000","172.21.15.40:0/2175773298":"2023-12-07T06:46:47.577265+0000","172.21.15.40:0/3773931278":"2023-12-07T06:46:47.577265+0000","172.21.15.40:0/3147827817":"2023-12-07T06:46:15.533291+0000","172.21.15.40:0/3279711392":"2023-12-07T06:46:15.533291+0000","172.21.15.40:0/233995173":"2023-12-07T06:46:15.533291+0000","172.21.15.40:6800/1321763795":"2023-12-07T06:46:47.577265+0000","172.21.15.40:6800/1794956268":"2023-12-07T06:46:15.533291+0000","172.21.15.40:6801/1794956268":"2023-12-07T06:46:15.533291+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-06T06:54:09.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:09 smithi040 bash[25004]: cephadm 2023-12-06T06:54:07.562641+0000 mgr.y (mgr.14457) 43 : cephadm [INF] Deploying daemon alertmanager.a on smithi040 2023-12-06T06:54:09.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:09 smithi040 bash[25004]: audit 2023-12-06T06:54:08.695023+0000 mon.a (mon.0) 808 : audit [DBG] from='client.? 172.21.15.40:0/2500219114' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T06:54:09.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:09 smithi040 bash[30799]: cephadm 2023-12-06T06:54:07.562641+0000 mgr.y (mgr.14457) 43 : cephadm [INF] Deploying daemon alertmanager.a on smithi040 2023-12-06T06:54:09.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:09 smithi040 bash[30799]: audit 2023-12-06T06:54:08.695023+0000 mon.a (mon.0) 808 : audit [DBG] from='client.? 172.21.15.40:0/2500219114' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T06:54:09.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:09 smithi141 bash[25168]: cephadm 2023-12-06T06:54:07.562641+0000 mgr.y (mgr.14457) 43 : cephadm [INF] Deploying daemon alertmanager.a on smithi040 2023-12-06T06:54:09.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:09 smithi141 bash[25168]: audit 2023-12-06T06:54:08.695023+0000 mon.a (mon.0) 808 : audit [DBG] from='client.? 172.21.15.40:0/2500219114' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T06:54:09.705 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-06T06:54:09.705 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T06:54:10.354 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:10 smithi040 bash[30799]: cluster 2023-12-06T06:54:08.326231+0000 mgr.y (mgr.14457) 44 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:10.355 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:10 smithi141 bash[25168]: cluster 2023-12-06T06:54:08.326231+0000 mgr.y (mgr.14457) 44 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:10.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:10 smithi040 bash[25004]: cluster 2023-12-06T06:54:08.326231+0000 mgr.y (mgr.14457) 44 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:10.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:10 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:54:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:54:11.345 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:54:11 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:54:11.457 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:11 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:54:11] "GET /metrics HTTP/1.1" 200 191497 "" "Prometheus/2.33.4" 2023-12-06T06:54:11.458 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:11 smithi040 bash[30799]: cluster 2023-12-06T06:54:10.326731+0000 mgr.y (mgr.14457) 45 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:11.458 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:11 smithi040 bash[30799]: audit 2023-12-06T06:54:10.341667+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:11.458 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:11 smithi040 bash[30799]: audit 2023-12-06T06:54:10.350112+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:11.458 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:11 smithi040 bash[25004]: cluster 2023-12-06T06:54:10.326731+0000 mgr.y (mgr.14457) 45 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:11.458 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:11 smithi040 bash[25004]: audit 2023-12-06T06:54:10.341667+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:11.458 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:11 smithi040 bash[25004]: audit 2023-12-06T06:54:10.350112+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:11.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:11 smithi141 bash[25168]: cluster 2023-12-06T06:54:10.326731+0000 mgr.y (mgr.14457) 45 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:11.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:11 smithi141 bash[25168]: audit 2023-12-06T06:54:10.341667+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:11.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:11 smithi141 bash[25168]: audit 2023-12-06T06:54:10.350112+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:12.455 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:13.518 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:13 smithi040 bash[25004]: cluster 2023-12-06T06:54:12.327444+0000 mgr.y (mgr.14457) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:13.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:13 smithi040 bash[30799]: cluster 2023-12-06T06:54:12.327444+0000 mgr.y (mgr.14457) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:13.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:13 smithi141 bash[25168]: cluster 2023-12-06T06:54:12.327444+0000 mgr.y (mgr.14457) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:15.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:15 smithi141 bash[25168]: cluster 2023-12-06T06:54:14.328068+0000 mgr.y (mgr.14457) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:15.777 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:15 smithi040 bash[25004]: cluster 2023-12-06T06:54:14.328068+0000 mgr.y (mgr.14457) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:15.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:15 smithi040 bash[30799]: cluster 2023-12-06T06:54:14.328068+0000 mgr.y (mgr.14457) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:17.276 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-06T06:54:17.276 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":59,"fsid":"f675b9d0-9402-11ee-95a2-87774f69a715","created":"2023-12-06T06:45:43.973962+0000","modified":"2023-12-06T06:53:29.445099+0000","last_up_change":"2023-12-06T06:53:01.778952+0000","last_in_change":"2023-12-06T06:52:33.309645+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-06T06:49:48.236538+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":"cf1d1ecc-9994-4d58-b4cf-ef1ccf23dbe1","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.40:6802","nonce":3524074878},{"type":"v1","addr":"172.21.15.40:6803","nonce":3524074878}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":3524074878},{"type":"v1","addr":"172.21.15.40:6805","nonce":3524074878}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":3524074878},{"type":"v1","addr":"172.21.15.40:6809","nonce":3524074878}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":3524074878},{"type":"v1","addr":"172.21.15.40:6807","nonce":3524074878}]},"public_addr":"172.21.15.40:6803/3524074878","cluster_addr":"172.21.15.40:6805/3524074878","heartbeat_back_addr":"172.21.15.40:6809/3524074878","heartbeat_front_addr":"172.21.15.40:6807/3524074878","state":["exists","up"]},{"osd":1,"uuid":"683239ae-72ff-455d-bb3b-83b903e34ed9","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.40:6810","nonce":3235247466},{"type":"v1","addr":"172.21.15.40:6811","nonce":3235247466}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":3235247466},{"type":"v1","addr":"172.21.15.40:6813","nonce":3235247466}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":3235247466},{"type":"v1","addr":"172.21.15.40:6817","nonce":3235247466}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":3235247466},{"type":"v1","addr":"172.21.15.40:6815","nonce":3235247466}]},"public_addr":"172.21.15.40:6811/3235247466","cluster_addr":"172.21.15.40:6813/3235247466","heartbeat_back_addr":"172.21.15.40:6817/3235247466","heartbeat_front_addr":"172.21.15.40:6815/3235247466","state":["exists","up"]},{"osd":2,"uuid":"94d05e2a-1e27-4e97-babc-d6854a781b3a","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.40:6818","nonce":3221360792},{"type":"v1","addr":"172.21.15.40:6819","nonce":3221360792}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6820","nonce":3221360792},{"type":"v1","addr":"172.21.15.40:6821","nonce":3221360792}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6824","nonce":3221360792},{"type":"v1","addr":"172.21.15.40:6825","nonce":3221360792}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6822","nonce":3221360792},{"type":"v1","addr":"172.21.15.40:6823","nonce":3221360792}]},"public_addr":"172.21.15.40:6819/3221360792","cluster_addr":"172.21.15.40:6821/3221360792","heartbeat_back_addr":"172.21.15.40:6825/3221360792","heartbeat_front_addr":"172.21.15.40:6823/3221360792","state":["exists","up"]},{"osd":3,"uuid":"56e1da47-3d93-4627-a90d-1c5e3cfb17f8","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.40:6826","nonce":1323281575},{"type":"v1","addr":"172.21.15.40:6827","nonce":1323281575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6828","nonce":1323281575},{"type":"v1","addr":"172.21.15.40:6829","nonce":1323281575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6832","nonce":1323281575},{"type":"v1","addr":"172.21.15.40:6833","nonce":1323281575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6830","nonce":1323281575},{"type":"v1","addr":"172.21.15.40:6831","nonce":1323281575}]},"public_addr":"172.21.15.40:6827/1323281575","cluster_addr":"172.21.15.40:6829/1323281575","heartbeat_back_addr":"172.21.15.40:6833/1323281575","heartbeat_front_addr":"172.21.15.40:6831/1323281575","state":["exists","up"]},{"osd":4,"uuid":"fd68a28e-5c65-4711-be89-33708d7cadfa","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.141:6800","nonce":543534414},{"type":"v1","addr":"172.21.15.141:6801","nonce":543534414}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6802","nonce":543534414},{"type":"v1","addr":"172.21.15.141:6803","nonce":543534414}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6806","nonce":543534414},{"type":"v1","addr":"172.21.15.141:6807","nonce":543534414}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6804","nonce":543534414},{"type":"v1","addr":"172.21.15.141:6805","nonce":543534414}]},"public_addr":"172.21.15.141:6801/543534414","cluster_addr":"172.21.15.141:6803/543534414","heartbeat_back_addr":"172.21.15.141:6807/543534414","heartbeat_front_addr":"172.21.15.141:6805/543534414","state":["exists","up"]},{"osd":5,"uuid":"7335eb0a-93e2-46c8-af06-1c25382a3b54","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.141:6808","nonce":4214512287},{"type":"v1","addr":"172.21.15.141:6809","nonce":4214512287}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6810","nonce":4214512287},{"type":"v1","addr":"172.21.15.141:6811","nonce":4214512287}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6814","nonce":4214512287},{"type":"v1","addr":"172.21.15.141:6815","nonce":4214512287}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6812","nonce":4214512287},{"type":"v1","addr":"172.21.15.141:6813","nonce":4214512287}]},"public_addr":"172.21.15.141:6809/4214512287","cluster_addr":"172.21.15.141:6811/4214512287","heartbeat_back_addr":"172.21.15.141:6815/4214512287","heartbeat_front_addr":"172.21.15.141:6813/4214512287","state":["exists","up"]},{"osd":6,"uuid":"5f1b0171-c13d-4df5-8e7d-97988c43f420","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.141:6816","nonce":224757636},{"type":"v1","addr":"172.21.15.141:6817","nonce":224757636}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6818","nonce":224757636},{"type":"v1","addr":"172.21.15.141:6819","nonce":224757636}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6822","nonce":224757636},{"type":"v1","addr":"172.21.15.141:6823","nonce":224757636}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6820","nonce":224757636},{"type":"v1","addr":"172.21.15.141:6821","nonce":224757636}]},"public_addr":"172.21.15.141:6817/224757636","cluster_addr":"172.21.15.141:6819/224757636","heartbeat_back_addr":"172.21.15.141:6823/224757636","heartbeat_front_addr":"172.21.15.141:6821/224757636","state":["exists","up"]},{"osd":7,"uuid":"0201ebf4-70d0-4a86-8b5c-4529a616621c","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.141:6824","nonce":136005487},{"type":"v1","addr":"172.21.15.141:6825","nonce":136005487}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6826","nonce":136005487},{"type":"v1","addr":"172.21.15.141:6827","nonce":136005487}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6830","nonce":136005487},{"type":"v1","addr":"172.21.15.141:6831","nonce":136005487}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6828","nonce":136005487},{"type":"v1","addr":"172.21.15.141:6829","nonce":136005487}]},"public_addr":"172.21.15.141:6825/136005487","cluster_addr":"172.21.15.141:6827/136005487","heartbeat_back_addr":"172.21.15.141:6831/136005487","heartbeat_front_addr":"172.21.15.141:6829/136005487","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-06T06:48:32.063171+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-06T06:49:07.925831+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-06T06:49:45.731869+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-06T06:50:24.271570+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-06T06:51:00.390221+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-06T06:51:39.774034+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-06T06:52:19.795416+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-06T06:52:59.806744+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.40:0/251732308":"2023-12-07T06:53:29.445011+0000","172.21.15.40:6801/2591446810":"2023-12-07T06:53:29.445011+0000","172.21.15.40:0/3161553703":"2023-12-07T06:53:29.445011+0000","172.21.15.40:0/122520861":"2023-12-07T06:53:29.445011+0000","172.21.15.40:6800/2591446810":"2023-12-07T06:53:29.445011+0000","172.21.15.40:6801/1321763795":"2023-12-07T06:46:47.577265+0000","172.21.15.40:0/1012358952":"2023-12-07T06:46:47.577265+0000","172.21.15.40:0/1271801898":"2023-12-07T06:53:29.445011+0000","172.21.15.40:0/2175773298":"2023-12-07T06:46:47.577265+0000","172.21.15.40:0/3773931278":"2023-12-07T06:46:47.577265+0000","172.21.15.40:0/3147827817":"2023-12-07T06:46:15.533291+0000","172.21.15.40:0/3279711392":"2023-12-07T06:46:15.533291+0000","172.21.15.40:0/233995173":"2023-12-07T06:46:15.533291+0000","172.21.15.40:6800/1321763795":"2023-12-07T06:46:47.577265+0000","172.21.15.40:6800/1794956268":"2023-12-07T06:46:15.533291+0000","172.21.15.40:6801/1794956268":"2023-12-07T06:46:15.533291+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-06T06:54:17.642 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:17 smithi040 bash[30799]: cluster 2023-12-06T06:54:16.328720+0000 mgr.y (mgr.14457) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:17.642 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:17 smithi040 bash[30799]: audit 2023-12-06T06:54:17.272256+0000 mon.a (mon.0) 811 : audit [DBG] from='client.? 172.21.15.40:0/1926233876' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T06:54:17.643 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:17 smithi040 bash[25004]: cluster 2023-12-06T06:54:16.328720+0000 mgr.y (mgr.14457) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:17.643 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:17 smithi040 bash[25004]: audit 2023-12-06T06:54:17.272256+0000 mon.a (mon.0) 811 : audit [DBG] from='client.? 172.21.15.40:0/1926233876' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T06:54:17.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:17 smithi141 bash[25168]: cluster 2023-12-06T06:54:16.328720+0000 mgr.y (mgr.14457) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:17.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:17 smithi141 bash[25168]: audit 2023-12-06T06:54:17.272256+0000 mon.a (mon.0) 811 : audit [DBG] from='client.? 172.21.15.40:0/1926233876' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T06:54:18.801 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-06T06:54:18.801 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-06T06:54:18.801 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-06T06:54:18.802 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-06T06:54:18.802 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-06T06:54:18.803 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-06T06:54:18.803 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-06T06:54:18.803 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-06T06:54:19.432 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:19 smithi040 bash[30799]: audit 2023-12-06T06:54:18.064180+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:19.432 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:19 smithi040 bash[30799]: audit 2023-12-06T06:54:18.240715+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:19.432 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:19 smithi040 bash[30799]: audit 2023-12-06T06:54:18.247791+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:19.432 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:19 smithi040 bash[30799]: audit 2023-12-06T06:54:18.251960+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T06:54:19.432 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:19 smithi040 bash[30799]: audit 2023-12-06T06:54:18.259050+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:19.432 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:19 smithi040 bash[25004]: audit 2023-12-06T06:54:18.064180+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:19.432 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:19 smithi040 bash[25004]: audit 2023-12-06T06:54:18.240715+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:19.432 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:19 smithi040 bash[25004]: audit 2023-12-06T06:54:18.247791+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:19.433 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:19 smithi040 bash[25004]: audit 2023-12-06T06:54:18.251960+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T06:54:19.433 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:19 smithi040 bash[25004]: audit 2023-12-06T06:54:18.259050+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:19.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:19 smithi141 bash[25168]: audit 2023-12-06T06:54:18.064180+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:19.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:19 smithi141 bash[25168]: audit 2023-12-06T06:54:18.240715+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:19.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:19 smithi141 bash[25168]: audit 2023-12-06T06:54:18.247791+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:19.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:19 smithi141 bash[25168]: audit 2023-12-06T06:54:18.251960+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T06:54:19.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:19 smithi141 bash[25168]: audit 2023-12-06T06:54:18.259050+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:20.407 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:20 smithi040 bash[30799]: audit 2023-12-06T06:54:18.252608+0000 mgr.y (mgr.14457) 49 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T06:54:20.407 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:20 smithi040 bash[30799]: cephadm 2023-12-06T06:54:18.265204+0000 mgr.y (mgr.14457) 50 : cephadm [INF] Deploying daemon grafana.a on smithi141 2023-12-06T06:54:20.407 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:20 smithi040 bash[30799]: cluster 2023-12-06T06:54:18.329103+0000 mgr.y (mgr.14457) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:20.407 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:20 smithi040 bash[25004]: audit 2023-12-06T06:54:18.252608+0000 mgr.y (mgr.14457) 49 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T06:54:20.407 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:20 smithi040 bash[25004]: cephadm 2023-12-06T06:54:18.265204+0000 mgr.y (mgr.14457) 50 : cephadm [INF] Deploying daemon grafana.a on smithi141 2023-12-06T06:54:20.407 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:20 smithi040 bash[25004]: cluster 2023-12-06T06:54:18.329103+0000 mgr.y (mgr.14457) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:20.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:20 smithi141 bash[25168]: audit 2023-12-06T06:54:18.252608+0000 mgr.y (mgr.14457) 49 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T06:54:20.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:20 smithi141 bash[25168]: cephadm 2023-12-06T06:54:18.265204+0000 mgr.y (mgr.14457) 50 : cephadm [INF] Deploying daemon grafana.a on smithi141 2023-12-06T06:54:20.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:20 smithi141 bash[25168]: cluster 2023-12-06T06:54:18.329103+0000 mgr.y (mgr.14457) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:20.933 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:20.933 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:20.937 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:20.937 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:20.937 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:20.938 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:20.938 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:20.941 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:20.974 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:54:20 smithi040 bash[51327]: level=info ts=2023-12-06T06:54:20.780Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-06T06:54:21.277 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:21 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:54:21] "GET /metrics HTTP/1.1" 200 191493 "" "Prometheus/2.33.4" 2023-12-06T06:54:21.436 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:54:21 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:54:21.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:21 smithi141 bash[25168]: cluster 2023-12-06T06:54:20.329673+0000 mgr.y (mgr.14457) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:21.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:21 smithi141 bash[25168]: audit 2023-12-06T06:54:20.433452+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:21.772 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:21 smithi040 bash[25004]: cluster 2023-12-06T06:54:20.329673+0000 mgr.y (mgr.14457) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:21.772 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:21 smithi040 bash[25004]: audit 2023-12-06T06:54:20.433452+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:21.772 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:21 smithi040 bash[30799]: cluster 2023-12-06T06:54:20.329673+0000 mgr.y (mgr.14457) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:21.772 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:21 smithi040 bash[30799]: audit 2023-12-06T06:54:20.433452+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:22.986 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:22 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:54:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:54:22.987 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:54:22 smithi040 bash[51327]: level=info ts=2023-12-06T06:54:22.722Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000357071s 2023-12-06T06:54:23.527 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:23 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:54:23] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:54:24.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:23 smithi141 bash[25168]: cluster 2023-12-06T06:54:22.330160+0000 mgr.y (mgr.14457) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:24.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:23 smithi141 bash[25168]: audit 2023-12-06T06:54:22.892468+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:23 smithi141 bash[25168]: audit 2023-12-06T06:54:23.252851+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:23 smithi141 bash[25168]: audit 2023-12-06T06:54:23.261426+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:24.219 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:23 smithi040 bash[30799]: cluster 2023-12-06T06:54:22.330160+0000 mgr.y (mgr.14457) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:24.219 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:23 smithi040 bash[30799]: audit 2023-12-06T06:54:22.892468+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:24.219 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:23 smithi040 bash[30799]: audit 2023-12-06T06:54:23.252851+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:24.219 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:23 smithi040 bash[30799]: audit 2023-12-06T06:54:23.261426+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:24.219 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:23 smithi040 bash[25004]: cluster 2023-12-06T06:54:22.330160+0000 mgr.y (mgr.14457) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:24.219 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:23 smithi040 bash[25004]: audit 2023-12-06T06:54:22.892468+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:24.219 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:23 smithi040 bash[25004]: audit 2023-12-06T06:54:23.252851+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:24.219 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:23 smithi040 bash[25004]: audit 2023-12-06T06:54:23.261426+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:26.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:25 smithi141 bash[25168]: cluster 2023-12-06T06:54:24.330805+0000 mgr.y (mgr.14457) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:26.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:25 smithi040 bash[25004]: cluster 2023-12-06T06:54:24.330805+0000 mgr.y (mgr.14457) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:26.209 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:25 smithi040 bash[30799]: cluster 2023-12-06T06:54:24.330805+0000 mgr.y (mgr.14457) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:28.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:27 smithi141 bash[25168]: cluster 2023-12-06T06:54:26.331455+0000 mgr.y (mgr.14457) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:28.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:27 smithi040 bash[25004]: cluster 2023-12-06T06:54:26.331455+0000 mgr.y (mgr.14457) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:28.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:27 smithi040 bash[30799]: cluster 2023-12-06T06:54:26.331455+0000 mgr.y (mgr.14457) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:30.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:29 smithi141 bash[25168]: cluster 2023-12-06T06:54:28.332140+0000 mgr.y (mgr.14457) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:30.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:29 smithi040 bash[25004]: cluster 2023-12-06T06:54:28.332140+0000 mgr.y (mgr.14457) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:30.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:29 smithi040 bash[30799]: cluster 2023-12-06T06:54:28.332140+0000 mgr.y (mgr.14457) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:30.777 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:54:30 smithi040 bash[51327]: level=info ts=2023-12-06T06:54:30.726Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004194093s 2023-12-06T06:54:31.361 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:54:31 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:54:31.555 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:31 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:54:31] "GET /metrics HTTP/1.1" 200 191496 "" "Prometheus/2.33.4" 2023-12-06T06:54:31.555 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:31 smithi040 bash[30799]: cluster 2023-12-06T06:54:30.332729+0000 mgr.y (mgr.14457) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:31.555 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:31 smithi040 bash[30799]: audit 2023-12-06T06:54:30.427104+0000 mon.c (mon.1) 58 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:54:31.556 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:31 smithi040 bash[30799]: audit 2023-12-06T06:54:30.427900+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:54:31.556 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:31 smithi040 bash[30799]: audit 2023-12-06T06:54:30.689398+0000 mon.c (mon.1) 59 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:54:31.556 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:31 smithi040 bash[30799]: audit 2023-12-06T06:54:30.689972+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:54:31.556 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:31 smithi040 bash[25004]: cluster 2023-12-06T06:54:30.332729+0000 mgr.y (mgr.14457) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:31.556 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:31 smithi040 bash[25004]: audit 2023-12-06T06:54:30.427104+0000 mon.c (mon.1) 58 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:54:31.556 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:31 smithi040 bash[25004]: audit 2023-12-06T06:54:30.427900+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:54:31.556 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:31 smithi040 bash[25004]: audit 2023-12-06T06:54:30.689398+0000 mon.c (mon.1) 59 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:54:31.556 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:31 smithi040 bash[25004]: audit 2023-12-06T06:54:30.689972+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:54:31.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:31 smithi141 bash[25168]: cluster 2023-12-06T06:54:30.332729+0000 mgr.y (mgr.14457) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:31.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:31 smithi141 bash[25168]: audit 2023-12-06T06:54:30.427104+0000 mon.c (mon.1) 58 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:54:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:31 smithi141 bash[25168]: audit 2023-12-06T06:54:30.427900+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:54:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:31 smithi141 bash[25168]: audit 2023-12-06T06:54:30.689398+0000 mon.c (mon.1) 59 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:54:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:31 smithi141 bash[25168]: audit 2023-12-06T06:54:30.689972+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:54:33.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:33 smithi040 bash[25004]: cluster 2023-12-06T06:54:32.333466+0000 mgr.y (mgr.14457) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:33.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:33 smithi040 bash[30799]: cluster 2023-12-06T06:54:32.333466+0000 mgr.y (mgr.14457) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:33.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:33 smithi141 bash[25168]: cluster 2023-12-06T06:54:32.333466+0000 mgr.y (mgr.14457) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:34.311 INFO:teuthology.orchestra.run.smithi040.stdout:55834574913 2023-12-06T06:54:34.311 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-06T06:54:35.701 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:35 smithi040 bash[25004]: cluster 2023-12-06T06:54:34.333975+0000 mgr.y (mgr.14457) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:35.701 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:35 smithi040 bash[30799]: cluster 2023-12-06T06:54:34.333975+0000 mgr.y (mgr.14457) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:35.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:35 smithi141 bash[25168]: cluster 2023-12-06T06:54:34.333975+0000 mgr.y (mgr.14457) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:37.738 INFO:teuthology.orchestra.run.smithi040.stdout:128849018923 2023-12-06T06:54:37.739 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-06T06:54:37.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[25004]: cluster 2023-12-06T06:54:36.334570+0000 mgr.y (mgr.14457) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:37.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[25004]: audit 2023-12-06T06:54:36.715216+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:37.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[25004]: audit 2023-12-06T06:54:36.720498+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:54:37.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[25004]: audit 2023-12-06T06:54:36.722880+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:54:37.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[25004]: audit 2023-12-06T06:54:36.724656+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:54:37.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[25004]: audit 2023-12-06T06:54:36.736732+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:37.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[25004]: cephadm 2023-12-06T06:54:36.738779+0000 mgr.y (mgr.14457) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:54:37.834 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[25004]: cephadm 2023-12-06T06:54:36.740994+0000 mgr.y (mgr.14457) 62 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T06:54:37.834 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[25004]: cephadm 2023-12-06T06:54:36.746517+0000 mgr.y (mgr.14457) 63 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi040 2023-12-06T06:54:37.834 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[30799]: cluster 2023-12-06T06:54:36.334570+0000 mgr.y (mgr.14457) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:37.834 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[30799]: audit 2023-12-06T06:54:36.715216+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:37.834 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[30799]: audit 2023-12-06T06:54:36.720498+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:54:37.834 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[30799]: audit 2023-12-06T06:54:36.722880+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:54:37.834 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[30799]: audit 2023-12-06T06:54:36.724656+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:54:37.834 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[30799]: audit 2023-12-06T06:54:36.736732+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:37.834 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[30799]: cephadm 2023-12-06T06:54:36.738779+0000 mgr.y (mgr.14457) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:54:37.835 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[30799]: cephadm 2023-12-06T06:54:36.740994+0000 mgr.y (mgr.14457) 62 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T06:54:37.835 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:37 smithi040 bash[30799]: cephadm 2023-12-06T06:54:36.746517+0000 mgr.y (mgr.14457) 63 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi040 2023-12-06T06:54:38.032 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2023-12-06T06:54:38.033 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:37 smithi141 bash[25168]: cluster 2023-12-06T06:54:36.334570+0000 mgr.y (mgr.14457) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:38.033 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:37 smithi141 bash[25168]: audit 2023-12-06T06:54:36.715216+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:38.033 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:37 smithi141 bash[25168]: audit 2023-12-06T06:54:36.720498+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:54:38.033 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:37 smithi141 bash[25168]: audit 2023-12-06T06:54:36.722880+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:54:38.033 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:37 smithi141 bash[25168]: audit 2023-12-06T06:54:36.724656+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:54:38.033 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:37 smithi141 bash[25168]: audit 2023-12-06T06:54:36.736732+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:38.033 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:37 smithi141 bash[25168]: cephadm 2023-12-06T06:54:36.738779+0000 mgr.y (mgr.14457) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:54:38.033 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:37 smithi141 bash[25168]: cephadm 2023-12-06T06:54:36.740994+0000 mgr.y (mgr.14457) 62 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T06:54:38.033 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:37 smithi141 bash[25168]: cephadm 2023-12-06T06:54:36.746517+0000 mgr.y (mgr.14457) 63 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi040 2023-12-06T06:54:38.294 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-12-06T06:54:38.294 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-12-06T06:54:38.294 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-12-06T06:54:38.294 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-12-06T06:54:38.294 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-12-06T06:54:38.294 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-12-06T06:54:38.294 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-12-06T06:54:38.571 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-12-06T06:54:38.571 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-06T06:54:38.571 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-12-06T06:54:38.571 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-12-06T06:54:38.571 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-12-06T06:54:38.571 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-12-06T06:54:38.832 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-12-06T06:54:38.832 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-12-06T06:54:38.832 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2023-12-06T06:54:38.832 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2023-12-06T06:54:38.832 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-12-06T06:54:38.832 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-12-06T06:54:38.832 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-12-06T06:54:38.936 INFO:teuthology.orchestra.run.smithi040.stdout:77309411387 2023-12-06T06:54:38.937 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-06T06:54:39.143 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-12-06T06:54:39.144 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-12-06T06:54:39.144 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-12-06T06:54:39.144 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:38 smithi141 bash[46572]: t=2023-12-06T06:54:38+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2023-12-06T06:54:39.144 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:39 smithi141 bash[46572]: t=2023-12-06T06:54:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2023-12-06T06:54:39.144 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:39 smithi141 bash[46572]: t=2023-12-06T06:54:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2023-12-06T06:54:39.144 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:39 smithi141 bash[46572]: t=2023-12-06T06:54:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2023-12-06T06:54:39.405 INFO:teuthology.orchestra.run.smithi040.stdout:197568495645 2023-12-06T06:54:39.406 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-06T06:54:39.417 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:39 smithi141 bash[46572]: t=2023-12-06T06:54:39+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2023-12-06T06:54:39.417 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:39 smithi141 bash[46572]: t=2023-12-06T06:54:39+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2023-12-06T06:54:39.417 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:39 smithi141 bash[46572]: t=2023-12-06T06:54:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2023-12-06T06:54:39.417 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:39 smithi141 bash[46572]: t=2023-12-06T06:54:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2023-12-06T06:54:39.708 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:39 smithi141 bash[46572]: t=2023-12-06T06:54:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2023-12-06T06:54:39.708 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:39 smithi141 bash[46572]: t=2023-12-06T06:54:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2023-12-06T06:54:40.017 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:39 smithi040 bash[25004]: cluster 2023-12-06T06:54:38.335354+0000 mgr.y (mgr.14457) 64 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:40.017 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:39 smithi040 bash[30799]: cluster 2023-12-06T06:54:38.335354+0000 mgr.y (mgr.14457) 64 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:40.018 INFO:teuthology.orchestra.run.smithi040.stdout:107374182452 2023-12-06T06:54:40.018 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-06T06:54:40.052 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:39 smithi141 bash[25168]: cluster 2023-12-06T06:54:38.335354+0000 mgr.y (mgr.14457) 64 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:40.052 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:39 smithi141 bash[46572]: t=2023-12-06T06:54:39+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2023-12-06T06:54:40.317 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:40 smithi141 bash[46572]: t=2023-12-06T06:54:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2023-12-06T06:54:40.317 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:40 smithi141 bash[46572]: t=2023-12-06T06:54:40+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2023-12-06T06:54:40.317 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:40 smithi141 bash[46572]: t=2023-12-06T06:54:40+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-12-06T06:54:40.708 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:40 smithi141 bash[46572]: t=2023-12-06T06:54:40+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-12-06T06:54:40.708 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:40 smithi141 bash[46572]: t=2023-12-06T06:54:40+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-12-06T06:54:40.735 INFO:teuthology.orchestra.run.smithi040.stdout:34359738443 2023-12-06T06:54:40.736 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-06T06:54:41.033 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:40 smithi141 bash[46572]: t=2023-12-06T06:54:40+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-12-06T06:54:41.371 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:54:41 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:54:41.372 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:41 smithi141 bash[46572]: t=2023-12-06T06:54:41+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-12-06T06:54:41.372 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:41 smithi141 bash[46572]: t=2023-12-06T06:54:41+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-12-06T06:54:41.521 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:41 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:54:41] "GET /metrics HTTP/1.1" 200 191496 "" "Prometheus/2.33.4" 2023-12-06T06:54:41.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:41 smithi040 bash[25004]: cluster 2023-12-06T06:54:40.336063+0000 mgr.y (mgr.14457) 65 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:41.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:41 smithi040 bash[25004]: audit 2023-12-06T06:54:40.442042+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:41.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:41 smithi040 bash[30799]: cluster 2023-12-06T06:54:40.336063+0000 mgr.y (mgr.14457) 65 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:41.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:41 smithi040 bash[30799]: audit 2023-12-06T06:54:40.442042+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:41.640 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:41 smithi141 bash[25168]: cluster 2023-12-06T06:54:40.336063+0000 mgr.y (mgr.14457) 65 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:41.640 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:41 smithi141 bash[25168]: audit 2023-12-06T06:54:40.442042+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:41.640 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:41 smithi141 bash[46572]: t=2023-12-06T06:54:41+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-12-06T06:54:41.640 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:41 smithi141 bash[46572]: t=2023-12-06T06:54:41+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2023-12-06T06:54:41.640 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:41 smithi141 bash[46572]: t=2023-12-06T06:54:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-12-06T06:54:41.901 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:41 smithi141 bash[46572]: t=2023-12-06T06:54:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-12-06T06:54:41.901 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:41 smithi141 bash[46572]: t=2023-12-06T06:54:41+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-12-06T06:54:41.901 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:41 smithi141 bash[46572]: t=2023-12-06T06:54:41+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-12-06T06:54:41.901 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:41 smithi141 bash[46572]: t=2023-12-06T06:54:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-12-06T06:54:41.902 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:41 smithi141 bash[46572]: t=2023-12-06T06:54:41+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-12-06T06:54:41.902 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:41 smithi141 bash[46572]: t=2023-12-06T06:54:41+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-12-06T06:54:42.198 INFO:teuthology.orchestra.run.smithi040.stdout:231928234005 2023-12-06T06:54:42.199 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-06T06:54:42.203 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:41 smithi141 bash[46572]: t=2023-12-06T06:54:41+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-12-06T06:54:42.203 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:42 smithi141 bash[46572]: t=2023-12-06T06:54:42+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-12-06T06:54:42.204 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:42 smithi141 bash[46572]: t=2023-12-06T06:54:42+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-12-06T06:54:42.358 INFO:teuthology.orchestra.run.smithi040.stdout:163208757285 2023-12-06T06:54:42.359 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-06T06:54:42.458 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:42 smithi141 bash[46572]: t=2023-12-06T06:54:42+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-12-06T06:54:42.459 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:42 smithi141 bash[46572]: t=2023-12-06T06:54:42+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-12-06T06:54:42.708 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:42 smithi141 bash[46572]: t=2023-12-06T06:54:42+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-12-06T06:54:42.752 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:42.752 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:42.754 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:42.754 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:42.839 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:43.041 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:42 smithi141 bash[46572]: t=2023-12-06T06:54:42+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-12-06T06:54:43.041 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:42 smithi141 bash[46572]: t=2023-12-06T06:54:42+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-12-06T06:54:43.041 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:42 smithi141 bash[46572]: t=2023-12-06T06:54:42+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-12-06T06:54:43.396 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:43 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:54:43] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:54:43.396 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:43 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:54:43] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:54:43.397 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:43 smithi141 bash[46572]: t=2023-12-06T06:54:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-12-06T06:54:43.397 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:43 smithi141 bash[46572]: t=2023-12-06T06:54:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-12-06T06:54:43.708 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:43 smithi141 bash[46572]: t=2023-12-06T06:54:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-12-06T06:54:43.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:43 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:54:43] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:54:43.853 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:44.166 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:43 smithi141 bash[46572]: t=2023-12-06T06:54:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-12-06T06:54:44.167 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:43 smithi141 bash[46572]: t=2023-12-06T06:54:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-12-06T06:54:44.167 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-12-06T06:54:44.167 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[25168]: cluster 2023-12-06T06:54:42.336638+0000 mgr.y (mgr.14457) 66 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:44.167 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[25168]: audit 2023-12-06T06:54:43.025311+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:44.167 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[25168]: audit 2023-12-06T06:54:43.140177+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:44.167 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[25168]: audit 2023-12-06T06:54:43.390409+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:44.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:44 smithi040 bash[25004]: cluster 2023-12-06T06:54:42.336638+0000 mgr.y (mgr.14457) 66 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:44.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:44 smithi040 bash[25004]: audit 2023-12-06T06:54:43.025311+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:44.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:44 smithi040 bash[25004]: audit 2023-12-06T06:54:43.140177+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:44.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:44 smithi040 bash[25004]: audit 2023-12-06T06:54:43.390409+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:44.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:44 smithi040 bash[30799]: cluster 2023-12-06T06:54:42.336638+0000 mgr.y (mgr.14457) 66 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:44.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:44 smithi040 bash[30799]: audit 2023-12-06T06:54:43.025311+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:44.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:44 smithi040 bash[30799]: audit 2023-12-06T06:54:43.140177+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:44.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:44 smithi040 bash[30799]: audit 2023-12-06T06:54:43.390409+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:44.445 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-12-06T06:54:44.445 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-12-06T06:54:44.445 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-12-06T06:54:44.445 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-12-06T06:54:44.708 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-12-06T06:54:44.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-12-06T06:54:44.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-12-06T06:54:44.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-12-06T06:54:44.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-12-06T06:54:44.870 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:44.870 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:54:45.001 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-12-06T06:54:45.001 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-12-06T06:54:45.001 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-12-06T06:54:45.001 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-12-06T06:54:45.001 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-12-06T06:54:45.001 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-12-06T06:54:45.001 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:44 smithi141 bash[46572]: t=2023-12-06T06:54:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-12-06T06:54:45.270 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-12-06T06:54:45.270 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-12-06T06:54:45.270 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-12-06T06:54:45.270 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-12-06T06:54:45.271 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2023-12-06T06:54:45.278 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:44 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:54:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:54:45.278 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:45 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:54:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:54:45.556 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2023-12-06T06:54:45.556 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2023-12-06T06:54:45.556 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2023-12-06T06:54:45.556 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-12-06T06:54:45.556 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-12-06T06:54:45.556 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-12-06T06:54:45.556 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-12-06T06:54:45.825 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-12-06T06:54:45.826 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-12-06T06:54:45.826 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-12-06T06:54:45.826 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-12-06T06:54:45.826 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-12-06T06:54:45.826 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-06T06:54:45.826 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-12-06T06:54:45.826 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-12-06T06:54:46.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[25168]: cluster 2023-12-06T06:54:44.337173+0000 mgr.y (mgr.14457) 67 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:46.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[25168]: audit 2023-12-06T06:54:44.965001+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:46.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[25168]: audit 2023-12-06T06:54:44.972527+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:46.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[25168]: audit 2023-12-06T06:54:45.005776+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:46.124 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-12-06T06:54:46.124 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:45 smithi141 bash[46572]: t=2023-12-06T06:54:45+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-12-06T06:54:46.125 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:46 smithi141 bash[46572]: t=2023-12-06T06:54:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-12-06T06:54:46.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:45 smithi040 bash[30799]: cluster 2023-12-06T06:54:44.337173+0000 mgr.y (mgr.14457) 67 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:46.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:45 smithi040 bash[30799]: audit 2023-12-06T06:54:44.965001+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:46.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:45 smithi040 bash[30799]: audit 2023-12-06T06:54:44.972527+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:46.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:45 smithi040 bash[30799]: audit 2023-12-06T06:54:45.005776+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:46.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:45 smithi040 bash[25004]: cluster 2023-12-06T06:54:44.337173+0000 mgr.y (mgr.14457) 67 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:46.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:45 smithi040 bash[25004]: audit 2023-12-06T06:54:44.965001+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:46.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:45 smithi040 bash[25004]: audit 2023-12-06T06:54:44.972527+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:46.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:45 smithi040 bash[25004]: audit 2023-12-06T06:54:45.005776+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:46.458 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:46 smithi141 bash[46572]: t=2023-12-06T06:54:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-12-06T06:54:46.458 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:46 smithi141 bash[46572]: t=2023-12-06T06:54:46+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-12-06T06:54:46.900 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:46 smithi141 bash[46572]: t=2023-12-06T06:54:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-12-06T06:54:47.175 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:46 smithi141 bash[46572]: t=2023-12-06T06:54:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2023-12-06T06:54:47.175 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:46 smithi141 bash[46572]: t=2023-12-06T06:54:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2023-12-06T06:54:47.175 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2023-12-06T06:54:47.175 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2023-12-06T06:54:47.175 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-12-06T06:54:47.175 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-12-06T06:54:47.436 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-12-06T06:54:47.436 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-12-06T06:54:47.436 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-12-06T06:54:47.436 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-12-06T06:54:47.436 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-12-06T06:54:47.437 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-12-06T06:54:47.437 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-12-06T06:54:47.437 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-12-06T06:54:47.554 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:47 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:54:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:54:47.705 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-12-06T06:54:47.705 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-12-06T06:54:47.705 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-12-06T06:54:47.706 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-12-06T06:54:47.706 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-12-06T06:54:47.706 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-12-06T06:54:47.706 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2023-12-06T06:54:47.958 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-12-06T06:54:47.959 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-12-06T06:54:47.959 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-12-06T06:54:47.959 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-12-06T06:54:47.959 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-12-06T06:54:47.959 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-12-06T06:54:47.959 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-12-06T06:54:47.959 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-12-06T06:54:47.959 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-12-06T06:54:48.262 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[25168]: cluster 2023-12-06T06:54:46.337650+0000 mgr.y (mgr.14457) 68 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:48.262 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[25168]: audit 2023-12-06T06:54:47.193052+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:48.262 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:47 smithi141 bash[46572]: t=2023-12-06T06:54:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2023-12-06T06:54:48.262 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2023-12-06T06:54:48.262 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-12-06T06:54:48.262 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-12-06T06:54:48.262 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-12-06T06:54:48.263 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-12-06T06:54:48.263 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-12-06T06:54:48.263 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-12-06T06:54:48.263 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-12-06T06:54:48.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:48 smithi040 bash[25004]: cluster 2023-12-06T06:54:46.337650+0000 mgr.y (mgr.14457) 68 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:48.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:48 smithi040 bash[25004]: audit 2023-12-06T06:54:47.193052+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:48.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:48 smithi040 bash[30799]: cluster 2023-12-06T06:54:46.337650+0000 mgr.y (mgr.14457) 68 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:48.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:48 smithi040 bash[30799]: audit 2023-12-06T06:54:47.193052+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:48.547 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-12-06T06:54:48.548 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-12-06T06:54:48.548 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-12-06T06:54:48.548 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-12-06T06:54:48.548 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-12-06T06:54:48.548 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-12-06T06:54:48.548 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-12-06T06:54:48.842 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-12-06T06:54:48.842 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-12-06T06:54:48.842 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-12-06T06:54:48.842 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-12-06T06:54:48.842 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-12-06T06:54:49.104 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-12-06T06:54:49.104 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2023-12-06T06:54:49.104 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-12-06T06:54:49.105 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-12-06T06:54:49.105 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-12-06T06:54:49.105 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:48 smithi141 bash[46572]: t=2023-12-06T06:54:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-12-06T06:54:49.105 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-12-06T06:54:49.105 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-12-06T06:54:49.105 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2023-12-06T06:54:49.277 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:48 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:54:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:54:49.373 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2023-12-06T06:54:49.373 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2023-12-06T06:54:49.373 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+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-06T06:54:49.373 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2023-12-06T06:54:49.374 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2023-12-06T06:54:49.374 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-12-06T06:54:49.374 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-12-06T06:54:49.374 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-12-06T06:54:49.634 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-12-06T06:54:49.634 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-12-06T06:54:49.634 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-12-06T06:54:49.634 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-12-06T06:54:49.634 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-12-06T06:54:49.635 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-12-06T06:54:49.635 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-12-06T06:54:49.904 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-12-06T06:54:49.904 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-12-06T06:54:49.904 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-12-06T06:54:49.904 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-12-06T06:54:49.904 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-12-06T06:54:49.904 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-12-06T06:54:49.904 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-12-06T06:54:49.904 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-12-06T06:54:49.904 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2023-12-06T06:54:50.173 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[25168]: cluster 2023-12-06T06:54:48.338176+0000 mgr.y (mgr.14457) 69 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:50.173 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[25168]: audit 2023-12-06T06:54:48.944172+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:50.174 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[25168]: audit 2023-12-06T06:54:48.956025+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:50.174 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:49 smithi141 bash[46572]: t=2023-12-06T06:54:49+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2023-12-06T06:54:50.174 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2023-12-06T06:54:50.174 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2023-12-06T06:54:50.174 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-12-06T06:54:50.174 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-12-06T06:54:50.174 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-12-06T06:54:50.174 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-12-06T06:54:50.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:49 smithi040 bash[25004]: cluster 2023-12-06T06:54:48.338176+0000 mgr.y (mgr.14457) 69 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:50.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:49 smithi040 bash[25004]: audit 2023-12-06T06:54:48.944172+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:50.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:49 smithi040 bash[25004]: audit 2023-12-06T06:54:48.956025+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:50.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:49 smithi040 bash[30799]: cluster 2023-12-06T06:54:48.338176+0000 mgr.y (mgr.14457) 69 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:50.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:49 smithi040 bash[30799]: audit 2023-12-06T06:54:48.944172+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:50.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:49 smithi040 bash[30799]: audit 2023-12-06T06:54:48.956025+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:54:50.451 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-12-06T06:54:50.451 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-12-06T06:54:50.452 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-12-06T06:54:50.452 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-12-06T06:54:50.452 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-12-06T06:54:50.452 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-12-06T06:54:50.452 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-12-06T06:54:50.452 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-12-06T06:54:50.452 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-12-06T06:54:50.708 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2023-12-06T06:54:50.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2023-12-06T06:54:50.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2023-12-06T06:54:50.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+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-06T06:54:50.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2023-12-06T06:54:50.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2023-12-06T06:54:50.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-12-06T06:54:50.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-12-06T06:54:51.016 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-12-06T06:54:51.016 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-12-06T06:54:51.016 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-12-06T06:54:51.016 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-12-06T06:54:51.016 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-12-06T06:54:51.016 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-12-06T06:54:51.017 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-12-06T06:54:51.017 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-12-06T06:54:51.017 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:50 smithi141 bash[46572]: t=2023-12-06T06:54:50+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-12-06T06:54:51.017 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-12-06T06:54:51.285 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:54:51.286 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-12-06T06:54:51.286 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-12-06T06:54:51.286 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-12-06T06:54:51.286 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2023-12-06T06:54:51.287 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-12-06T06:54:51.287 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-12-06T06:54:51.287 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-12-06T06:54:51.287 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-12-06T06:54:51.502 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:54:51 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:54:51] "GET /metrics HTTP/1.1" 200 191499 "" "Prometheus/2.33.4" 2023-12-06T06:54:51.546 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-12-06T06:54:51.546 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-12-06T06:54:51.547 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-12-06T06:54:51.547 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-12-06T06:54:51.547 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-12-06T06:54:51.547 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-12-06T06:54:51.816 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-12-06T06:54:51.816 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-12-06T06:54:51.816 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-12-06T06:54:51.816 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2023-12-06T06:54:51.816 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-12-06T06:54:51.816 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-12-06T06:54:51.816 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-12-06T06:54:51.816 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-12-06T06:54:51.817 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-12-06T06:54:52.102 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[25168]: cluster 2023-12-06T06:54:50.338759+0000 mgr.y (mgr.14457) 70 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:52.103 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-12-06T06:54:52.103 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-12-06T06:54:52.103 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2023-12-06T06:54:52.103 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2023-12-06T06:54:52.103 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:51 smithi141 bash[46572]: t=2023-12-06T06:54:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2023-12-06T06:54:52.103 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2023-12-06T06:54:52.104 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-12-06T06:54:52.104 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2023-12-06T06:54:52.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:51 smithi040 bash[25004]: cluster 2023-12-06T06:54:50.338759+0000 mgr.y (mgr.14457) 70 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:52.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:51 smithi040 bash[30799]: cluster 2023-12-06T06:54:50.338759+0000 mgr.y (mgr.14457) 70 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:52.364 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-12-06T06:54:52.365 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-12-06T06:54:52.365 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-12-06T06:54:52.365 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-12-06T06:54:52.365 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-12-06T06:54:52.365 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-12-06T06:54:52.365 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-12-06T06:54:52.673 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-12-06T06:54:52.673 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-12-06T06:54:52.673 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-12-06T06:54:52.673 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-12-06T06:54:52.673 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-12-06T06:54:52.673 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-12-06T06:54:52.673 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-12-06T06:54:52.673 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-12-06T06:54:52.926 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-12-06T06:54:52.926 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-12-06T06:54:52.926 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-12-06T06:54:52.926 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-12-06T06:54:52.926 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-12-06T06:54:52.926 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-12-06T06:54:52.927 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-12-06T06:54:52.927 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-12-06T06:54:52.927 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2023-12-06T06:54:53.196 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2023-12-06T06:54:53.196 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:52 smithi141 bash[46572]: t=2023-12-06T06:54:52+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-12-06T06:54:53.196 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-12-06T06:54:53.196 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2023-12-06T06:54:53.196 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2023-12-06T06:54:53.196 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2023-12-06T06:54:53.196 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2023-12-06T06:54:53.196 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2023-12-06T06:54:53.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2023-12-06T06:54:53.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2023-12-06T06:54:53.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2023-12-06T06:54:53.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2023-12-06T06:54:53.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2023-12-06T06:54:53.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2023-12-06T06:54:53.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2023-12-06T06:54:53.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2023-12-06T06:54:53.708 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2023-12-06T06:54:53.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2023-12-06T06:54:53.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+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-06T06:54:53.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+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-06T06:54:53.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2023-12-06T06:54:53.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2023-12-06T06:54:53.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2023-12-06T06:54:53.987 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[25168]: cluster 2023-12-06T06:54:52.339440+0000 mgr.y (mgr.14457) 71 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:53.987 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+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-06T06:54:53.987 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2023-12-06T06:54:53.987 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2023-12-06T06:54:53.987 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2023-12-06T06:54:53.987 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2023-12-06T06:54:53.988 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2023-12-06T06:54:53.988 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:53 smithi141 bash[46572]: t=2023-12-06T06:54:53+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2023-12-06T06:54:54.273 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2023-12-06T06:54:54.273 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2023-12-06T06:54:54.273 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2023-12-06T06:54:54.273 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2023-12-06T06:54:54.273 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2023-12-06T06:54:54.273 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2023-12-06T06:54:54.274 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2023-12-06T06:54:54.274 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2023-12-06T06:54:54.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:53 smithi040 bash[25004]: cluster 2023-12-06T06:54:52.339440+0000 mgr.y (mgr.14457) 71 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:54.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:53 smithi040 bash[30799]: cluster 2023-12-06T06:54:52.339440+0000 mgr.y (mgr.14457) 71 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:54.535 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2023-12-06T06:54:54.535 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2023-12-06T06:54:54.535 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2023-12-06T06:54:54.535 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2023-12-06T06:54:54.535 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2023-12-06T06:54:54.535 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2023-12-06T06:54:54.535 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+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-06T06:54:54.535 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2023-12-06T06:54:54.535 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+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-06T06:54:54.804 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+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-06T06:54:54.804 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2023-12-06T06:54:54.804 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2023-12-06T06:54:54.804 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2023-12-06T06:54:54.804 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2023-12-06T06:54:54.805 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2023-12-06T06:54:54.805 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2023-12-06T06:54:54.805 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2023-12-06T06:54:55.020 INFO:teuthology.orchestra.run.smithi040.stdout:197568495648 2023-12-06T06:54:55.065 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2023-12-06T06:54:55.065 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2023-12-06T06:54:55.065 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2023-12-06T06:54:55.065 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2023-12-06T06:54:55.066 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2023-12-06T06:54:55.066 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:54 smithi141 bash[46572]: t=2023-12-06T06:54:54+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2023-12-06T06:54:55.066 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2023-12-06T06:54:55.066 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2023-12-06T06:54:55.359 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2023-12-06T06:54:55.359 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2023-12-06T06:54:55.360 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2023-12-06T06:54:55.360 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2023-12-06T06:54:55.360 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2023-12-06T06:54:55.360 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2023-12-06T06:54:55.360 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2023-12-06T06:54:55.360 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2023-12-06T06:54:55.360 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2023-12-06T06:54:55.620 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2023-12-06T06:54:55.621 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2023-12-06T06:54:55.621 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2023-12-06T06:54:55.621 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2023-12-06T06:54:55.621 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2023-12-06T06:54:55.621 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2023-12-06T06:54:55.621 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2023-12-06T06:54:55.881 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2023-12-06T06:54:55.882 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2023-12-06T06:54:55.882 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2023-12-06T06:54:55.882 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2023-12-06T06:54:55.882 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2023-12-06T06:54:55.882 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2023-12-06T06:54:55.882 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2023-12-06T06:54:56.143 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[25168]: cluster 2023-12-06T06:54:54.340013+0000 mgr.y (mgr.14457) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:56.143 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[25168]: audit 2023-12-06T06:54:55.016944+0000 mon.a (mon.0) 834 : audit [DBG] from='client.? 172.21.15.40:0/3901028223' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T06:54:56.143 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2023-12-06T06:54:56.143 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2023-12-06T06:54:56.143 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2023-12-06T06:54:56.143 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:55 smithi141 bash[46572]: t=2023-12-06T06:54:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2023-12-06T06:54:56.143 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2023-12-06T06:54:56.144 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2023-12-06T06:54:56.144 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2023-12-06T06:54:56.144 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2023-12-06T06:54:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:55 smithi040 bash[30799]: cluster 2023-12-06T06:54:54.340013+0000 mgr.y (mgr.14457) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:55 smithi040 bash[30799]: audit 2023-12-06T06:54:55.016944+0000 mon.a (mon.0) 834 : audit [DBG] from='client.? 172.21.15.40:0/3901028223' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T06:54:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:55 smithi040 bash[25004]: cluster 2023-12-06T06:54:54.340013+0000 mgr.y (mgr.14457) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:55 smithi040 bash[25004]: audit 2023-12-06T06:54:55.016944+0000 mon.a (mon.0) 834 : audit [DBG] from='client.? 172.21.15.40:0/3901028223' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T06:54:56.291 INFO:teuthology.orchestra.run.smithi040.stdout:77309411390 2023-12-06T06:54:56.399 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2023-12-06T06:54:56.399 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2023-12-06T06:54:56.400 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2023-12-06T06:54:56.400 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2023-12-06T06:54:56.400 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=18.355381474s 2023-12-06T06:54:56.400 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-06T06:54:56.400 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-06T06:54:56.400 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-06T06:54:56.400 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-06T06:54:56.683 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-06T06:54:56.683 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-06T06:54:56.683 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+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-06T06:54:56.683 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-06T06:54:56.683 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-06T06:54:56.683 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-06T06:54:56.684 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[46572]: t=2023-12-06T06:54:56+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-06T06:54:57.141 INFO:teuthology.orchestra.run.smithi040.stdout:34359738447 2023-12-06T06:54:57.277 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:56 smithi040 bash[25004]: audit 2023-12-06T06:54:56.289034+0000 mon.a (mon.0) 835 : audit [DBG] from='client.? 172.21.15.40:0/3740052535' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T06:54:57.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:56 smithi040 bash[30799]: audit 2023-12-06T06:54:56.289034+0000 mon.a (mon.0) 835 : audit [DBG] from='client.? 172.21.15.40:0/3740052535' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T06:54:57.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:56 smithi141 bash[25168]: audit 2023-12-06T06:54:56.289034+0000 mon.a (mon.0) 835 : audit [DBG] from='client.? 172.21.15.40:0/3740052535' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T06:54:58.083 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:57 smithi040 bash[25004]: cluster 2023-12-06T06:54:56.340721+0000 mgr.y (mgr.14457) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:58.083 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:57 smithi040 bash[25004]: audit 2023-12-06T06:54:57.138316+0000 mon.a (mon.0) 836 : audit [DBG] from='client.? 172.21.15.40:0/801418217' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T06:54:58.084 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:57 smithi040 bash[30799]: cluster 2023-12-06T06:54:56.340721+0000 mgr.y (mgr.14457) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:58.084 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:57 smithi040 bash[30799]: audit 2023-12-06T06:54:57.138316+0000 mon.a (mon.0) 836 : audit [DBG] from='client.? 172.21.15.40:0/801418217' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T06:54:58.189 INFO:teuthology.orchestra.run.smithi040.stdout:55834574919 2023-12-06T06:54:58.244 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495645 got 197568495648 for osd.6 2023-12-06T06:54:58.244 DEBUG:teuthology.parallel:result is None 2023-12-06T06:54:58.428 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:57 smithi141 bash[25168]: cluster 2023-12-06T06:54:56.340721+0000 mgr.y (mgr.14457) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:54:58.428 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:57 smithi141 bash[25168]: audit 2023-12-06T06:54:57.138316+0000 mon.a (mon.0) 836 : audit [DBG] from='client.? 172.21.15.40:0/801418217' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T06:54:58.509 INFO:teuthology.orchestra.run.smithi040.stdout:163208757288 2023-12-06T06:54:59.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:58 smithi141 bash[25168]: audit 2023-12-06T06:54:58.186448+0000 mon.a (mon.0) 837 : audit [DBG] from='client.? 172.21.15.40:0/701301846' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T06:54:59.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:58 smithi141 bash[25168]: audit 2023-12-06T06:54:58.506281+0000 mon.a (mon.0) 838 : audit [DBG] from='client.? 172.21.15.40:0/595113799' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T06:54:59.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:58 smithi040 bash[25004]: audit 2023-12-06T06:54:58.186448+0000 mon.a (mon.0) 837 : audit [DBG] from='client.? 172.21.15.40:0/701301846' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T06:54:59.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:58 smithi040 bash[25004]: audit 2023-12-06T06:54:58.506281+0000 mon.a (mon.0) 838 : audit [DBG] from='client.? 172.21.15.40:0/595113799' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T06:54:59.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:58 smithi040 bash[30799]: audit 2023-12-06T06:54:58.186448+0000 mon.a (mon.0) 837 : audit [DBG] from='client.? 172.21.15.40:0/701301846' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T06:54:59.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:58 smithi040 bash[30799]: audit 2023-12-06T06:54:58.506281+0000 mon.a (mon.0) 838 : audit [DBG] from='client.? 172.21.15.40:0/595113799' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T06:54:59.540 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411387 got 77309411390 for osd.2 2023-12-06T06:54:59.540 DEBUG:teuthology.parallel:result is None 2023-12-06T06:55:00.245 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:54:59 smithi040 bash[30799]: cluster 2023-12-06T06:54:58.341311+0000 mgr.y (mgr.14457) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:00.245 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:54:59 smithi040 bash[25004]: cluster 2023-12-06T06:54:58.341311+0000 mgr.y (mgr.14457) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:00.278 INFO:teuthology.orchestra.run.smithi040.stdout:107374182456 2023-12-06T06:55:00.284 INFO:teuthology.orchestra.run.smithi040.stdout:128849018928 2023-12-06T06:55:00.420 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738443 got 34359738447 for osd.0 2023-12-06T06:55:00.420 DEBUG:teuthology.parallel:result is None 2023-12-06T06:55:00.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:54:59 smithi141 bash[25168]: cluster 2023-12-06T06:54:58.341311+0000 mgr.y (mgr.14457) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:01.278 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:55:01 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:55:01] "GET /metrics HTTP/1.1" 200 191502 "" "Prometheus/2.33.4" 2023-12-06T06:55:01.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:00 smithi040 bash[25004]: audit 2023-12-06T06:55:00.275888+0000 mon.c (mon.1) 63 : audit [DBG] from='client.? 172.21.15.40:0/1794152873' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T06:55:01.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:00 smithi040 bash[25004]: audit 2023-12-06T06:55:00.281040+0000 mon.c (mon.1) 64 : audit [DBG] from='client.? 172.21.15.40:0/3425019128' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T06:55:01.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:01 smithi040 bash[30799]: audit 2023-12-06T06:55:00.275888+0000 mon.c (mon.1) 63 : audit [DBG] from='client.? 172.21.15.40:0/1794152873' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T06:55:01.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:01 smithi040 bash[30799]: audit 2023-12-06T06:55:00.281040+0000 mon.c (mon.1) 64 : audit [DBG] from='client.? 172.21.15.40:0/3425019128' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T06:55:01.365 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:00 smithi141 bash[25168]: audit 2023-12-06T06:55:00.275888+0000 mon.c (mon.1) 63 : audit [DBG] from='client.? 172.21.15.40:0/1794152873' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T06:55:01.365 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:00 smithi141 bash[25168]: audit 2023-12-06T06:55:00.281040+0000 mon.c (mon.1) 64 : audit [DBG] from='client.? 172.21.15.40:0/3425019128' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T06:55:01.365 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:55:01 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:55:02.082 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574913 got 55834574919 for osd.1 2023-12-06T06:55:02.083 DEBUG:teuthology.parallel:result is None 2023-12-06T06:55:02.083 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757285 got 163208757288 for osd.5 2023-12-06T06:55:02.083 DEBUG:teuthology.parallel:result is None 2023-12-06T06:55:02.120 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:01 smithi040 bash[30799]: cluster 2023-12-06T06:55:00.341749+0000 mgr.y (mgr.14457) 75 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:02.120 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:01 smithi040 bash[25004]: cluster 2023-12-06T06:55:00.341749+0000 mgr.y (mgr.14457) 75 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:02.182 INFO:teuthology.orchestra.run.smithi040.stdout:231928234009 2023-12-06T06:55:02.211 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018923 got 128849018928 for osd.4 2023-12-06T06:55:02.211 DEBUG:teuthology.parallel:result is None 2023-12-06T06:55:02.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:01 smithi141 bash[25168]: cluster 2023-12-06T06:55:00.341749+0000 mgr.y (mgr.14457) 75 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:03.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:03 smithi040 bash[25004]: audit 2023-12-06T06:55:02.179597+0000 mon.c (mon.1) 65 : audit [DBG] from='client.? 172.21.15.40:0/2863335339' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T06:55:03.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:03 smithi040 bash[30799]: audit 2023-12-06T06:55:02.179597+0000 mon.c (mon.1) 65 : audit [DBG] from='client.? 172.21.15.40:0/2863335339' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T06:55:03.450 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182452 got 107374182456 for osd.3 2023-12-06T06:55:03.450 DEBUG:teuthology.parallel:result is None 2023-12-06T06:55:03.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:03 smithi141 bash[25168]: audit 2023-12-06T06:55:02.179597+0000 mon.c (mon.1) 65 : audit [DBG] from='client.? 172.21.15.40:0/2863335339' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T06:55:03.887 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928234005 got 231928234009 for osd.7 2023-12-06T06:55:03.887 DEBUG:teuthology.parallel:result is None 2023-12-06T06:55:03.887 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-06T06:55:03.887 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T06:55:04.201 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:04 smithi040 bash[25004]: cluster 2023-12-06T06:55:02.342380+0000 mgr.y (mgr.14457) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:04.201 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:04 smithi040 bash[30799]: cluster 2023-12-06T06:55:02.342380+0000 mgr.y (mgr.14457) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:04.201 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:03 smithi040 systemd[1]: Stopping Ceph alertmanager.a for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T06:55:04.201 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:03 smithi040 bash[55635]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T06:55:04.201 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:03 smithi040 bash[51327]: level=info ts=2023-12-06T06:55:03.994Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-06T06:55:04.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:04 smithi141 bash[25168]: cluster 2023-12-06T06:55:02.342380+0000 mgr.y (mgr.14457) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:04.806 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:55:04 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:55:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:55:04.806 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:04 smithi040 bash[55645]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-alertmanager-a 2023-12-06T06:55:04.806 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:04 smithi040 bash[55745]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T06:55:04.806 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:04 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-06T06:55:04.806 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:04 smithi040 systemd[1]: Stopped Ceph alertmanager.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T06:55:04.806 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:04 smithi040 systemd[1]: Started Ceph alertmanager.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T06:55:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:05 smithi141 bash[25168]: cluster 2023-12-06T06:55:04.342993+0000 mgr.y (mgr.14457) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:05 smithi141 bash[25168]: audit 2023-12-06T06:55:04.687319+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:05 smithi141 bash[25168]: cluster 2023-12-06T06:55:04.689859+0000 mgr.y (mgr.14457) 78 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:05 smithi141 bash[25168]: audit 2023-12-06T06:55:04.697936+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:05 smithi141 bash[25168]: audit 2023-12-06T06:55:04.790319+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:05 smithi141 bash[25168]: cephadm 2023-12-06T06:55:04.793728+0000 mgr.y (mgr.14457) 79 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T06:55:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:05 smithi141 bash[25168]: cephadm 2023-12-06T06:55:04.798022+0000 mgr.y (mgr.14457) 80 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi141 2023-12-06T06:55:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:05 smithi141 bash[25168]: cluster 2023-12-06T06:55:05.001556+0000 mon.a (mon.0) 842 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T06:55:06.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[25004]: cluster 2023-12-06T06:55:04.342993+0000 mgr.y (mgr.14457) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:06.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[25004]: audit 2023-12-06T06:55:04.687319+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:06.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[25004]: cluster 2023-12-06T06:55:04.689859+0000 mgr.y (mgr.14457) 78 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:06.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[25004]: audit 2023-12-06T06:55:04.697936+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:06.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[25004]: audit 2023-12-06T06:55:04.790319+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:06.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[25004]: cephadm 2023-12-06T06:55:04.793728+0000 mgr.y (mgr.14457) 79 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T06:55:06.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[25004]: cephadm 2023-12-06T06:55:04.798022+0000 mgr.y (mgr.14457) 80 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi141 2023-12-06T06:55:06.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[25004]: cluster 2023-12-06T06:55:05.001556+0000 mon.a (mon.0) 842 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T06:55:06.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[30799]: cluster 2023-12-06T06:55:04.342993+0000 mgr.y (mgr.14457) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:06.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[30799]: audit 2023-12-06T06:55:04.687319+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:06.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[30799]: cluster 2023-12-06T06:55:04.689859+0000 mgr.y (mgr.14457) 78 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:06.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[30799]: audit 2023-12-06T06:55:04.697936+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:06.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[30799]: audit 2023-12-06T06:55:04.790319+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:06.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[30799]: cephadm 2023-12-06T06:55:04.793728+0000 mgr.y (mgr.14457) 79 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T06:55:06.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[30799]: cephadm 2023-12-06T06:55:04.798022+0000 mgr.y (mgr.14457) 80 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi141 2023-12-06T06:55:06.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:05 smithi040 bash[30799]: cluster 2023-12-06T06:55:05.001556+0000 mon.a (mon.0) 842 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T06:55:06.381 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:55:06.528 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:06 smithi040 bash[55797]: level=info ts=2023-12-06T06:55:06.341Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-06T06:55:06.528 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:06 smithi040 bash[55797]: level=info ts=2023-12-06T06:55:06.341Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-06T06:55:06.528 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:06 smithi040 bash[55797]: level=info ts=2023-12-06T06:55:06.343Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.40 port=9094 2023-12-06T06:55:06.528 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:06 smithi040 bash[55797]: level=info ts=2023-12-06T06:55:06.345Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-06T06:55:06.528 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:06 smithi040 bash[55797]: level=info ts=2023-12-06T06:55:06.398Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T06:55:06.528 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:06 smithi040 bash[55797]: level=info ts=2023-12-06T06:55:06.398Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T06:55:06.528 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:06 smithi040 bash[55797]: level=info ts=2023-12-06T06:55:06.402Z caller=main.go:518 msg=Listening address=:9093 2023-12-06T06:55:06.528 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:06 smithi040 bash[55797]: level=info ts=2023-12-06T06:55:06.402Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-06T06:55:07.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:07 smithi141 bash[25168]: cluster 2023-12-06T06:55:06.690513+0000 mgr.y (mgr.14457) 81 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:08.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:07 smithi040 bash[30799]: cluster 2023-12-06T06:55:06.690513+0000 mgr.y (mgr.14457) 81 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:08.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:07 smithi040 bash[25004]: cluster 2023-12-06T06:55:06.690513+0000 mgr.y (mgr.14457) 81 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:08.528 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:08 smithi040 bash[55797]: level=info ts=2023-12-06T06:55:08.345Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000273501s 2023-12-06T06:55:08.670 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:08 smithi141 systemd[1]: Stopping Ceph prometheus.a for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T06:55:08.670 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:08 smithi141 bash[47915]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T06:55:08.670 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:08 smithi141 bash[45399]: ts=2023-12-06T06:55:08.470Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T06:55:08.670 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:08 smithi141 bash[45399]: ts=2023-12-06T06:55:08.470Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T06:55:08.670 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:08 smithi141 bash[45399]: ts=2023-12-06T06:55:08.470Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T06:55:08.670 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:08 smithi141 bash[45399]: ts=2023-12-06T06:55:08.470Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T06:55:08.670 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:08 smithi141 bash[45399]: ts=2023-12-06T06:55:08.470Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T06:55:08.670 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:08 smithi141 bash[45399]: ts=2023-12-06T06:55:08.470Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T06:55:08.670 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:08 smithi141 bash[45399]: ts=2023-12-06T06:55:08.471Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T06:55:08.671 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:08 smithi141 bash[45399]: ts=2023-12-06T06:55:08.471Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T06:55:08.671 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:08 smithi141 bash[45399]: ts=2023-12-06T06:55:08.471Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T06:55:08.671 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:08 smithi141 bash[45399]: ts=2023-12-06T06:55:08.471Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T06:55:08.671 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:08 smithi141 bash[45399]: ts=2023-12-06T06:55:08.471Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T06:55:08.671 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:08 smithi141 bash[45399]: ts=2023-12-06T06:55:08.472Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T06:55:09.304 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:09 smithi141 bash[47925]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-prometheus-a 2023-12-06T06:55:09.305 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:09 smithi141 bash[47970]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T06:55:09.305 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:09 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-06T06:55:09.305 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:09 smithi141 systemd[1]: Stopped Ceph prometheus.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T06:55:09.305 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:09 smithi141 systemd[1]: Started Ceph prometheus.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T06:55:09.528 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:55:09 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:55:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:55:09.616 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-06T06:55:09.619 INFO:teuthology.orchestra.run.smithi040.stderr:dumped all 2023-12-06T06:55:10.343 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: cluster 2023-12-06T06:55:08.691198+0000 mgr.y (mgr.14457) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:10.343 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.082275+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.343 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: cluster 2023-12-06T06:55:09.084842+0000 mgr.y (mgr.14457) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:10.343 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.092349+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.343 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.281654+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.343 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.288019+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T06:55:10.343 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.290114+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.40:9093"}]: dispatch 2023-12-06T06:55:10.343 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.297255+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.343 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.307558+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:55:10.343 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.322321+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T06:55:10.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.324194+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.141:3000"}]: dispatch 2023-12-06T06:55:10.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.329997+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.335674+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:55:10.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.338034+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:55:10.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.339771+0000 mon.c (mon.1) 73 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:55:10.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.350712+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.357282+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:55:10.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.358787+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:55:10.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.359762+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:55:10.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[25004]: audit 2023-12-06T06:55:09.366069+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.345 INFO:teuthology.orchestra.run.smithi040.stdout:{"pg_ready":true,"pg_map":{"version":54,"stamp":"2023-12-06T06:55:09.084555+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":48848,"kb_used_data":6096,"kb_used_omap":0,"kb_used_meta":42688,"kb_avail":749912368,"statfs":{"total":767960285184,"available":767910264832,"internally_reserved":0,"allocated":6242304,"data_stored":3488528,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43712512},"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":"8.743008"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-12-06T06:53:30.728822+0000","last_change":"2023-12-06T06:53:05.817107+0000","last_active":"2023-12-06T06:53:30.728822+0000","last_peered":"2023-12-06T06:53:30.728822+0000","last_clean":"2023-12-06T06:53:30.728822+0000","last_became_active":"2023-12-06T06:53:05.816003+0000","last_became_peered":"2023-12-06T06:53:05.816003+0000","last_unstale":"2023-12-06T06:53:30.728822+0000","last_undegraded":"2023-12-06T06:53:30.728822+0000","last_fullsized":"2023-12-06T06:53:30.728822+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-06T06:49:48.536752+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T06:49:48.536752+0000","last_clean_scrub_stamp":"2023-12-06T06:49:48.536752+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-07T17:54:30.646439+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234011,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 06:54:06 2023","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"min":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.587,"5min":1.587,"15min":1.587},"last":1.1659999999999999},{"interface":"front","average":{"1min":1.036,"5min":1.036,"15min":1.036},"min":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.5329999999999999,"5min":1.5329999999999999,"15min":1.5329999999999999},"last":0.76400000000000001}]},{"osd":1,"last update":"Wed Dec 6 06:54:06 2023","interfaces":[{"interface":"back","average":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"min":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.621,"5min":1.621,"15min":1.621},"last":1.1259999999999999},{"interface":"front","average":{"1min":1,"5min":1,"15min":1},"min":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.4019999999999999,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.90600000000000003}]},{"osd":2,"last update":"Wed Dec 6 06:54:06 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"min":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"max":{"1min":1.679,"5min":1.679,"15min":1.679},"last":0.96199999999999997},{"interface":"front","average":{"1min":1.054,"5min":1.054,"15min":1.054},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.54,"5min":1.54,"15min":1.54},"last":0.93400000000000005}]},{"osd":3,"last update":"Wed Dec 6 06:54:06 2023","interfaces":[{"interface":"back","average":{"1min":1.1140000000000001,"5min":1.1140000000000001,"15min":1.1140000000000001},"min":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"max":{"1min":1.4490000000000001,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":1.242},{"interface":"front","average":{"1min":1.101,"5min":1.101,"15min":1.101},"min":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":2.161,"5min":2.161,"15min":2.161},"last":1.026}]},{"osd":4,"last update":"Wed Dec 6 06:54:06 2023","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.98899999999999999,"15min":0.98899999999999999},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.71399999999999997},{"interface":"front","average":{"1min":1.222,"5min":1.222,"15min":1.222},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.587,"5min":1.587,"15min":1.587},"last":1.0669999999999999}]},{"osd":5,"last update":"Wed Dec 6 06:54:06 2023","interfaces":[{"interface":"back","average":{"1min":1.115,"5min":1.115,"15min":1.115},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.7090000000000001,"5min":1.7090000000000001,"15min":1.7090000000000001},"last":1.196},{"interface":"front","average":{"1min":1.319,"5min":1.319,"15min":1.319},"min":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":2.3519999999999999,"5min":2.3519999999999999,"15min":2.3519999999999999},"last":1.099}]},{"osd":6,"last update":"Wed Dec 6 06:54:06 2023","interfaces":[{"interface":"back","average":{"1min":1.3169999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"min":{"1min":0.753,"5min":0.753,"15min":0.753},"max":{"1min":2.3069999999999999,"5min":2.3069999999999999,"15min":2.3069999999999999},"last":0.998},{"interface":"front","average":{"1min":1.379,"5min":1.379,"15min":1.379},"min":{"1min":0.876,"5min":0.876,"15min":0.876},"max":{"1min":2.0990000000000002,"5min":2.0990000000000002,"15min":2.0990000000000002},"last":1.3029999999999999}]}]},{"osd":6,"up_from":46,"seq":197568495651,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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 06:54:23 2023","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.97599999999999998,"15min":0.98899999999999999},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.423,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":1.034},{"interface":"front","average":{"1min":0.97199999999999998,"5min":1.016,"15min":1.024},"min":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.2350000000000001,"5min":1.903,"15min":1.903},"last":0.97399999999999998}]},{"osd":1,"last update":"Wed Dec 6 06:54:23 2023","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":1,"15min":1.014},"min":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.1919999999999999,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":1.2609999999999999},{"interface":"front","average":{"1min":0.95799999999999996,"5min":1.022,"15min":1.032},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.2729999999999999,"5min":1.5549999999999999,"15min":1.5549999999999999},"last":0.93400000000000005}]},{"osd":2,"last update":"Wed Dec 6 06:54:23 2023","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":0.98699999999999999,"15min":0.98899999999999999},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.379,"5min":1.379,"15min":1.379},"last":0.84499999999999997},{"interface":"front","average":{"1min":1.0209999999999999,"5min":1.081,"15min":1.091},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.2969999999999999,"5min":1.55,"15min":1.55},"last":1.2290000000000001}]},{"osd":3,"last update":"Wed Dec 6 06:54:23 2023","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.996,"15min":1.008},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.2729999999999999,"5min":1.802,"15min":1.802},"last":1.2969999999999999},{"interface":"front","average":{"1min":1.054,"5min":1.109,"15min":1.1180000000000001},"min":{"1min":0.63,"5min":0.63,"15min":0.63},"max":{"1min":1.381,"5min":1.381,"15min":1.381},"last":1.212}]},{"osd":4,"last update":"Wed Dec 6 06:54:23 2023","interfaces":[{"interface":"back","average":{"1min":1.038,"5min":1.014,"15min":1.01},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.3440000000000001,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":1.137},{"interface":"front","average":{"1min":1.02,"5min":1.1359999999999999,"15min":1.155},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.2929999999999999,"5min":2.0099999999999998,"15min":2.0099999999999998},"last":1.095}]},{"osd":5,"last update":"Wed Dec 6 06:54:23 2023","interfaces":[{"interface":"back","average":{"1min":1.087,"5min":1.109,"15min":1.113},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.3520000000000001,"5min":1.379,"15min":1.379},"last":1.073},{"interface":"front","average":{"1min":1.127,"5min":1.212,"15min":1.226},"min":{"1min":0.747,"5min":0.747,"15min":0.747},"max":{"1min":1.522,"5min":1.9730000000000001,"15min":1.9730000000000001},"last":1.167}]},{"osd":7,"last update":"Wed Dec 6 06:55:03 2023","interfaces":[{"interface":"back","average":{"1min":1.268,"5min":1.0880000000000001,"15min":1.0580000000000001},"min":{"1min":0.876,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":1.7410000000000001,"5min":1.7410000000000001,"15min":1.7410000000000001},"last":1.3740000000000001},{"interface":"front","average":{"1min":1.3149999999999999,"5min":1.2509999999999999,"15min":1.24},"min":{"1min":0.84899999999999998,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.6619999999999999,"5min":1.679,"15min":1.679},"last":1.2869999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574921,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6336,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738816,"statfs":{"total":95995035648,"available":95988547584,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 06:54:15 2023","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.72399999999999998,"15min":0.61299999999999999},"min":{"1min":0.39500000000000002,"5min":0.38,"15min":0.38},"max":{"1min":1.327,"5min":1.327,"15min":1.327},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.78700000000000003,"15min":0.67700000000000005},"min":{"1min":0.58899999999999997,"5min":0.432,"15min":0.432},"max":{"1min":2.7370000000000001,"5min":2.7370000000000001,"15min":2.7370000000000001},"last":0.89600000000000002}]},{"osd":2,"last update":"Wed Dec 6 06:54:59 2023","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.82799999999999996,"15min":0.748},"min":{"1min":0.55000000000000004,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.2789999999999999,"5min":2.786,"15min":2.786},"last":0.80500000000000005},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.83699999999999997,"15min":0.78900000000000003},"min":{"1min":0.63700000000000001,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.2470000000000001,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.72999999999999998}]},{"osd":3,"last update":"Wed Dec 6 06:54:40 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.89800000000000002,"15min":0.89100000000000001},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.3120000000000001,"5min":1.375,"15min":1.375},"last":1.0940000000000001},{"interface":"front","average":{"1min":1.028,"5min":0.89100000000000001,"15min":0.86499999999999999},"min":{"1min":0.68500000000000005,"5min":0.495,"15min":0.495},"max":{"1min":1.389,"5min":1.389,"15min":1.389},"last":0.75}]},{"osd":4,"last update":"Wed Dec 6 06:54:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.0549999999999999,"15min":1.0589999999999999},"min":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.4450000000000001,"5min":1.514,"15min":1.514},"last":1.0629999999999999},{"interface":"front","average":{"1min":1.1970000000000001,"5min":1.1519999999999999,"15min":1.1519999999999999},"min":{"1min":0.90200000000000002,"5min":0.82299999999999995,"15min":0.82299999999999995},"max":{"1min":2.879,"5min":2.879,"15min":2.879},"last":1.1160000000000001}]},{"osd":5,"last update":"Wed Dec 6 06:54:49 2023","interfaces":[{"interface":"back","average":{"1min":1.196,"5min":1.1679999999999999,"15min":1.1519999999999999},"min":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.629,"5min":2.835,"15min":2.835},"last":1.0129999999999999},{"interface":"front","average":{"1min":1.1890000000000001,"5min":1.1619999999999999,"15min":1.157},"min":{"1min":0.88300000000000001,"5min":0.81499999999999995,"15min":0.81499999999999995},"max":{"1min":1.792,"5min":1.792,"15min":1.792},"last":0.96999999999999997}]},{"osd":6,"last update":"Wed Dec 6 06:54:27 2023","interfaces":[{"interface":"back","average":{"1min":1.296,"5min":1.244,"15min":1.236},"min":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.762,"5min":1.762,"15min":1.762},"last":0.91700000000000004},{"interface":"front","average":{"1min":1.3979999999999999,"5min":1.3140000000000001,"15min":1.3},"min":{"1min":1.01,"5min":1.01,"15min":1.01},"max":{"1min":3.069,"5min":3.069,"15min":3.069},"last":0.94999999999999996}]},{"osd":7,"last update":"Wed Dec 6 06:54:02 2023","interfaces":[{"interface":"back","average":{"1min":1.22,"5min":1.22,"15min":1.22},"min":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.5329999999999999,"5min":1.5329999999999999,"15min":1.5329999999999999},"last":1.032},{"interface":"front","average":{"1min":1.3169999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"min":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.6919999999999999,"5min":1.6919999999999999,"15min":1.6919999999999999},"last":1.1459999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738449,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6920,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738232,"statfs":{"total":95995035648,"available":95987949568,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5963776},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Dec 6 06:54:19 2023","interfaces":[{"interface":"back","average":{"1min":0.78100000000000003,"5min":0.70299999999999996,"15min":0.61099999999999999},"min":{"1min":0.59299999999999997,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.028,"5min":1.224,"15min":1.224},"last":0.752},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.78500000000000003,"15min":0.67900000000000005},"min":{"1min":0.68400000000000005,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.532,"5min":1.532,"15min":1.532},"last":0.80100000000000005}]},{"osd":2,"last update":"Wed Dec 6 06:55:03 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.83499999999999996,"15min":0.78500000000000003},"min":{"1min":0.67800000000000005,"5min":0.5,"15min":0.5},"max":{"1min":1.286,"5min":1.286,"15min":1.286},"last":1.0389999999999999},{"interface":"front","average":{"1min":0.85499999999999998,"5min":0.80600000000000005,"15min":0.752},"min":{"1min":0.57399999999999995,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.248,"5min":1.264,"15min":1.264},"last":0.86299999999999999}]},{"osd":3,"last update":"Wed Dec 6 06:54:33 2023","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.84599999999999997,"15min":0.81999999999999995},"min":{"1min":0.66500000000000004,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.095,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.96499999999999997},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.88600000000000001,"15min":0.83799999999999997},"min":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.2569999999999999,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":1.22}]},{"osd":4,"last update":"Wed Dec 6 06:54:13 2023","interfaces":[{"interface":"back","average":{"1min":1.1439999999999999,"5min":1.069,"15min":1.05},"min":{"1min":0.86699999999999999,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.4099999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":1.1240000000000001},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.1100000000000001,"15min":1.087},"min":{"1min":0.91900000000000004,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.5529999999999999,"5min":1.593,"15min":1.593},"last":1.327}]},{"osd":5,"last update":"Wed Dec 6 06:54:50 2023","interfaces":[{"interface":"back","average":{"1min":1.202,"5min":1.1699999999999999,"15min":1.1519999999999999},"min":{"1min":0.877,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.6339999999999999,"5min":1.6339999999999999,"15min":1.6339999999999999},"last":1.6739999999999999},{"interface":"front","average":{"1min":1.2909999999999999,"5min":1.244,"15min":1.2390000000000001},"min":{"1min":0.89200000000000002,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.774,"5min":1.774,"15min":1.774},"last":1.296}]},{"osd":6,"last update":"Wed Dec 6 06:54:27 2023","interfaces":[{"interface":"back","average":{"1min":1.2889999999999999,"5min":1.2450000000000001,"15min":1.2370000000000001},"min":{"1min":1.034,"5min":0.97399999999999998,"15min":0.97399999999999998},"max":{"1min":1.706,"5min":1.706,"15min":1.706},"last":1.5429999999999999},{"interface":"front","average":{"1min":1.3049999999999999,"5min":1.2490000000000001,"15min":1.2390000000000001},"min":{"1min":0.92400000000000004,"5min":0.90400000000000003,"15min":0.90400000000000003},"max":{"1min":1.575,"5min":1.575,"15min":1.575},"last":1.3879999999999999}]},{"osd":7,"last update":"Wed Dec 6 06:55:03 2023","interfaces":[{"interface":"back","average":{"1min":1.3260000000000001,"5min":1.343,"15min":1.3460000000000001},"min":{"1min":0.98899999999999999,"5min":0.91000000000000003,"15min":0.91000000000000003},"max":{"1min":1.835,"5min":1.835,"15min":1.835},"last":1.3759999999999999},{"interface":"front","average":{"1min":1.3200000000000001,"5min":1.3360000000000001,"15min":1.339},"min":{"1min":1.0249999999999999,"5min":1.0249999999999999,"15min":1.0249999999999999},"max":{"1min":1.839,"5min":1.839,"15min":1.839},"last":1.6180000000000001}]}]},{"osd":2,"up_from":18,"seq":77309411393,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6268,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738884,"statfs":{"total":95995035648,"available":95988617216,"internally_reserved":0,"allocated":577536,"data_stored":237180,"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 06:54:56 2023","interfaces":[{"interface":"back","average":{"1min":0.77400000000000002,"5min":0.71899999999999997,"15min":0.65000000000000002},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.0860000000000001,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":0.749},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.79700000000000004,"15min":0.70499999999999996},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.2370000000000001,"5min":1.347,"15min":1.347},"last":0.82499999999999996}]},{"osd":1,"last update":"Wed Dec 6 06:54:56 2023","interfaces":[{"interface":"back","average":{"1min":0.70899999999999996,"5min":0.76900000000000002,"15min":0.74299999999999999},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.095,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.78100000000000003},{"interface":"front","average":{"1min":0.82399999999999995,"5min":0.84399999999999997,"15min":0.78400000000000003},"min":{"1min":0.55500000000000005,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.097,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":0.91400000000000003}]},{"osd":3,"last update":"Wed Dec 6 06:54:33 2023","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.89000000000000001,"15min":0.88800000000000001},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.97499999999999998,"5min":1.347,"15min":1.347},"last":1.075},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.97899999999999998,"15min":0.96699999999999997},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.4630000000000001,"5min":2.2370000000000001,"15min":2.2370000000000001},"last":0.96799999999999997}]},{"osd":4,"last update":"Wed Dec 6 06:55:06 2023","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.0760000000000001,"15min":1.0640000000000001},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.3080000000000001,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":1.1899999999999999},{"interface":"front","average":{"1min":1.1439999999999999,"5min":1.1659999999999999,"15min":1.1259999999999999},"min":{"1min":0.755,"5min":0.752,"15min":0.752},"max":{"1min":1.4790000000000001,"5min":2.2749999999999999,"15min":2.2749999999999999},"last":1.4179999999999999}]},{"osd":5,"last update":"Wed Dec 6 06:54:49 2023","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.1739999999999999,"15min":1.1579999999999999},"min":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.8169999999999999,"5min":1.8169999999999999,"15min":1.8169999999999999},"last":1.6080000000000001},{"interface":"front","average":{"1min":1.1619999999999999,"5min":1.2310000000000001,"15min":1.2470000000000001},"min":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.6699999999999999,"5min":2.399,"15min":2.399},"last":1.202}]},{"osd":6,"last update":"Wed Dec 6 06:54:22 2023","interfaces":[{"interface":"back","average":{"1min":1.2629999999999999,"5min":1.2949999999999999,"15min":1.3},"min":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"max":{"1min":1.522,"5min":2.367,"15min":2.367},"last":1.2569999999999999},{"interface":"front","average":{"1min":1.3089999999999999,"5min":1.373,"15min":1.383},"min":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.7350000000000001,"5min":2.198,"15min":2.198},"last":1.5249999999999999}]},{"osd":7,"last update":"Wed Dec 6 06:55:06 2023","interfaces":[{"interface":"back","average":{"1min":1.26,"5min":1.341,"15min":1.355},"min":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"max":{"1min":1.6200000000000001,"5min":2.6720000000000002,"15min":2.6720000000000002},"last":1.292},{"interface":"front","average":{"1min":1.302,"5min":1.3149999999999999,"15min":1.3169999999999999},"min":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.6000000000000001,"5min":1.798,"15min":1.798},"last":1.343}]}]},{"osd":3,"up_from":25,"seq":107374182458,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 06:54:30 2023","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.77500000000000002,"15min":0.74199999999999999},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.1819999999999999,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.84099999999999997,"15min":0.82499999999999996},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.80700000000000005}]},{"osd":1,"last update":"Wed Dec 6 06:54:30 2023","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.84899999999999998,"15min":0.82699999999999996},"min":{"1min":0.61299999999999999,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.1859999999999999,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":1.2709999999999999},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.79900000000000004},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.091,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":0.91100000000000003}]},{"osd":2,"last update":"Wed Dec 6 06:54:30 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.91100000000000003,"15min":0.91900000000000004},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.365,"5min":1.365,"15min":1.365},"last":1.1870000000000001},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.90800000000000003,"15min":0.88500000000000001},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.4590000000000001,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":1.0089999999999999}]},{"osd":4,"last update":"Wed Dec 6 06:54:09 2023","interfaces":[{"interface":"back","average":{"1min":1.026,"5min":1.042,"15min":1.052},"min":{"1min":0.78700000000000003,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.5509999999999999,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":1.3560000000000001},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.1040000000000001,"15min":1.0780000000000001},"min":{"1min":0.82099999999999995,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.534,"5min":1.534,"15min":1.534},"last":1.556}]},{"osd":5,"last update":"Wed Dec 6 06:54:45 2023","interfaces":[{"interface":"back","average":{"1min":1.2090000000000001,"5min":1.175,"15min":1.159},"min":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.6639999999999999,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":1.0960000000000001},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.1850000000000001,"15min":1.169},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.8069999999999999,"5min":1.8069999999999999,"15min":1.8069999999999999},"last":1.385}]},{"osd":6,"last update":"Wed Dec 6 06:54:27 2023","interfaces":[{"interface":"back","average":{"1min":1.3080000000000001,"5min":1.258,"15min":1.25},"min":{"1min":1.0169999999999999,"5min":0.96999999999999997,"15min":0.96999999999999997},"max":{"1min":1.651,"5min":1.651,"15min":1.651},"last":1.4670000000000001},{"interface":"front","average":{"1min":1.3460000000000001,"5min":1.302,"15min":1.294},"min":{"1min":1.032,"5min":1.032,"15min":1.032},"max":{"1min":1.6140000000000001,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":1.421}]},{"osd":7,"last update":"Wed Dec 6 06:55:04 2023","interfaces":[{"interface":"back","average":{"1min":1.252,"5min":1.2450000000000001,"15min":1.244},"min":{"1min":0.77300000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.552,"5min":1.6479999999999999,"15min":1.6479999999999999},"last":1.486},{"interface":"front","average":{"1min":1.355,"5min":1.3260000000000001,"15min":1.321},"min":{"1min":0.94799999999999995,"5min":0.89400000000000002,"15min":0.89400000000000002},"max":{"1min":1.9239999999999999,"5min":1.9239999999999999,"15min":1.9239999999999999},"last":1.53}]}]},{"osd":4,"up_from":30,"seq":128849018930,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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 06:54:08 2023","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.96299999999999997,"15min":0.93700000000000006},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.302,"5min":2.9670000000000001,"15min":2.9670000000000001},"last":0.81200000000000006},{"interface":"front","average":{"1min":0.78800000000000003,"5min":0.93799999999999994,"15min":0.94199999999999995},"min":{"1min":0.624,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.085,"5min":3.448,"15min":3.448},"last":0.91500000000000004}]},{"osd":1,"last update":"Wed Dec 6 06:54:08 2023","interfaces":[{"interface":"back","average":{"1min":0.97699999999999998,"5min":0.97899999999999998,"15min":0.94899999999999995},"min":{"1min":0.66600000000000004,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.355,"5min":2.7629999999999999,"15min":2.7629999999999999},"last":1.1639999999999999},{"interface":"front","average":{"1min":0.81799999999999995,"5min":0.92800000000000005,"15min":0.91200000000000003},"min":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.1120000000000001,"5min":3.2429999999999999,"15min":3.2429999999999999},"last":0.69899999999999995}]},{"osd":2,"last update":"Wed Dec 6 06:54:08 2023","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.99399999999999999,"15min":0.98199999999999998},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.272,"5min":2.855,"15min":2.855},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.995,"5min":1.002,"15min":0.96199999999999997},"min":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.4319999999999999,"5min":3.1000000000000001,"15min":3.1000000000000001},"last":0.97499999999999998}]},{"osd":3,"last update":"Wed Dec 6 06:54:08 2023","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.96399999999999997,"15min":0.93100000000000005},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.109,"5min":3.157,"15min":3.157},"last":0.73899999999999999},{"interface":"front","average":{"1min":1.036,"5min":1.097,"15min":1.069},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.2689999999999999,"5min":3.2090000000000001,"15min":3.2090000000000001},"last":1.2450000000000001}]},{"osd":5,"last update":"Wed Dec 6 06:54:43 2023","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":1.0609999999999999,"15min":1.131},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.22,"5min":3.0030000000000001,"15min":3.0030000000000001},"last":0.83299999999999996},{"interface":"front","average":{"1min":1.012,"5min":1.1419999999999999,"15min":1.2010000000000001},"min":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.319,"5min":3.302,"15min":3.302},"last":1.0409999999999999}]},{"osd":6,"last update":"Wed Dec 6 06:54:24 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":1.2230000000000001,"15min":1.2649999999999999},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.2929999999999999,"5min":3.0419999999999998,"15min":3.0419999999999998},"last":1.0880000000000001},{"interface":"front","average":{"1min":0.96899999999999997,"5min":1.212,"15min":1.252},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.23,"5min":3.3330000000000002,"15min":3.3330000000000002},"last":1.018}]},{"osd":7,"last update":"Wed Dec 6 06:54:06 2023","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"min":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.5169999999999999,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":1.1910000000000001},{"interface":"front","average":{"1min":1.2,"5min":1.2,"15min":1.2},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.6759999999999999,"5min":1.6759999999999999,"15min":1.6759999999999999},"last":1.3320000000000001}]}]},{"osd":5,"up_from":38,"seq":163208757291,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5692,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739460,"statfs":{"total":95995035648,"available":95989207040,"internally_reserved":0,"allocated":577536,"data_stored":237518,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 06:54:46 2023","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.88,"15min":0.84999999999999998},"min":{"1min":0.68300000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.3620000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":0.79700000000000004},{"interface":"front","average":{"1min":1.008,"5min":0.98399999999999999,"15min":0.96299999999999997},"min":{"1min":0.64900000000000002,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.3120000000000001,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":0.92900000000000005}]},{"osd":1,"last update":"Wed Dec 6 06:54:46 2023","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.94299999999999995,"15min":0.96999999999999997},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":1.153,"5min":1.4159999999999999,"15min":1.4159999999999999},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.96499999999999997,"15min":0.95899999999999996},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.208,"5min":1.4850000000000001,"15min":1.4850000000000001},"last":1.073}]},{"osd":2,"last update":"Wed Dec 6 06:54:46 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.91900000000000004,"15min":0.92300000000000004},"min":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.137,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":0.753},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.95999999999999996,"15min":0.94899999999999995},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.1950000000000001,"5min":1.399,"15min":1.399},"last":0.82299999999999995}]},{"osd":3,"last update":"Wed Dec 6 06:54:46 2023","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.98399999999999999,"15min":0.99399999999999999},"min":{"1min":0.68700000000000006,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.1970000000000001,"5min":1.351,"15min":1.351},"last":1.0029999999999999},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.98899999999999999,"15min":0.97499999999999998},"min":{"1min":0.75,"5min":0.75,"15min":0.75},"max":{"1min":1.282,"5min":1.5089999999999999,"15min":1.5089999999999999},"last":0.89700000000000002}]},{"osd":4,"last update":"Wed Dec 6 06:54:46 2023","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.93600000000000005,"15min":0.92700000000000005},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.4099999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.877},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.96999999999999997,"15min":0.95599999999999996},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.294,"5min":1.609,"15min":1.609},"last":1.262}]},{"osd":6,"last update":"Wed Dec 6 06:54:26 2023","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.052,"15min":1.0429999999999999},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.456,"5min":1.456,"15min":1.456},"last":0.98999999999999999},{"interface":"front","average":{"1min":1.099,"5min":1.125,"15min":1.129},"min":{"1min":0.63100000000000001,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.6870000000000001,"5min":1.6870000000000001,"15min":1.6870000000000001},"last":1.1359999999999999}]},{"osd":7,"last update":"Wed Dec 6 06:55:04 2023","interfaces":[{"interface":"back","average":{"1min":1.137,"5min":1.1459999999999999,"15min":1.1479999999999999},"min":{"1min":0.58799999999999997,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.4219999999999999,"5min":1.843,"15min":1.843},"last":1.212},{"interface":"front","average":{"1min":1.0900000000000001,"5min":1.1890000000000001,"15min":1.2050000000000001},"min":{"1min":0.69899999999999995,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.331,"5min":1.79,"15min":1.79},"last":0.94999999999999996}]}]}],"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-06T06:55:10.347 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T06:55:10.347 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: cluster 2023-12-06T06:55:08.691198+0000 mgr.y (mgr.14457) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:10.347 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.082275+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.347 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: cluster 2023-12-06T06:55:09.084842+0000 mgr.y (mgr.14457) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:10.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.092349+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.281654+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.288019+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T06:55:10.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.290114+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.40:9093"}]: dispatch 2023-12-06T06:55:10.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.297255+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.307558+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:55:10.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.322321+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T06:55:10.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.324194+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.141:3000"}]: dispatch 2023-12-06T06:55:10.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.329997+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.335674+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:55:10.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.338034+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:55:10.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.339771+0000 mon.c (mon.1) 73 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:55:10.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.350712+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.357282+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:55:10.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.358787+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:55:10.349 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.359762+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:55:10.349 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:10 smithi040 bash[30799]: audit 2023-12-06T06:55:09.366069+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.305Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-06T06:55:10.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.305Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-06T06:55:10.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.305Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-06T06:55:10.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.305Z 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 smithi141 (none))" 2023-12-06T06:55:10.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.305Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-06T06:55:10.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.305Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-06T06:55:10.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.310Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-06T06:55:10.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.311Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-06T06:55:10.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.313Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-06T06:55:10.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.318Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-06T06:55:10.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.318Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.473µs 2023-12-06T06:55:10.460 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.318Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-06T06:55:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: cluster 2023-12-06T06:55:08.691198+0000 mgr.y (mgr.14457) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.082275+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: cluster 2023-12-06T06:55:09.084842+0000 mgr.y (mgr.14457) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.092349+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.281654+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.288019+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T06:55:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.290114+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.40:9093"}]: dispatch 2023-12-06T06:55:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.297255+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.307558+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:55:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.322321+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T06:55:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.324194+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.141:3000"}]: dispatch 2023-12-06T06:55:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.329997+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.335674+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:55:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.338034+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:55:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.339771+0000 mon.c (mon.1) 73 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:55:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.350712+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.357282+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:55:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.358787+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:55:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.359762+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:55:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[25168]: audit 2023-12-06T06:55:09.366069+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:10.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.465Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-12-06T06:55:10.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.616Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-12-06T06:55:10.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.618Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-12-06T06:55:10.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.618Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=81.259µs wal_replay_duration=299.739286ms total_replay_duration=299.83707ms 2023-12-06T06:55:10.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.624Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-06T06:55:10.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.624Z caller=main.go:947 level=info msg="TSDB started" 2023-12-06T06:55:10.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.624Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-06T06:55:10.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.644Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.540268ms db_storage=1.227µs remote_storage=1.951µs web_handler=582ns query_engine=977ns scrape=406.375µs scrape_sd=38.851µs notify=33.998µs notify_sd=13.165µs rules=18.730205ms 2023-12-06T06:55:10.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 06:55:10 smithi141 bash[47999]: ts=2023-12-06T06:55:10.644Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T06:55:11.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:11 smithi141 bash[25168]: audit 2023-12-06T06:55:09.288638+0000 mgr.y (mgr.14457) 84 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T06:55:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:11 smithi141 bash[25168]: audit 2023-12-06T06:55:09.290608+0000 mgr.y (mgr.14457) 85 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.40:9093"}]: dispatch 2023-12-06T06:55:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:11 smithi141 bash[25168]: audit 2023-12-06T06:55:09.308361+0000 mgr.y (mgr.14457) 86 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:55:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:11 smithi141 bash[25168]: audit 2023-12-06T06:55:09.323002+0000 mgr.y (mgr.14457) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T06:55:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:11 smithi141 bash[25168]: audit 2023-12-06T06:55:09.324763+0000 mgr.y (mgr.14457) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.141:3000"}]: dispatch 2023-12-06T06:55:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:11 smithi141 bash[25168]: audit 2023-12-06T06:55:09.607268+0000 mgr.y (mgr.14457) 89 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:55:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:11 smithi141 bash[25168]: cluster 2023-12-06T06:55:10.077679+0000 mon.a (mon.0) 850 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T06:55:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:11 smithi141 bash[25168]: cluster 2023-12-06T06:55:10.077768+0000 mon.a (mon.0) 851 : cluster [INF] Cluster is now healthy 2023-12-06T06:55:11.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[25004]: audit 2023-12-06T06:55:09.288638+0000 mgr.y (mgr.14457) 84 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T06:55:11.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[25004]: audit 2023-12-06T06:55:09.290608+0000 mgr.y (mgr.14457) 85 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.40:9093"}]: dispatch 2023-12-06T06:55:11.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[25004]: audit 2023-12-06T06:55:09.308361+0000 mgr.y (mgr.14457) 86 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:55:11.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[25004]: audit 2023-12-06T06:55:09.323002+0000 mgr.y (mgr.14457) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T06:55:11.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[25004]: audit 2023-12-06T06:55:09.324763+0000 mgr.y (mgr.14457) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.141:3000"}]: dispatch 2023-12-06T06:55:11.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[25004]: audit 2023-12-06T06:55:09.607268+0000 mgr.y (mgr.14457) 89 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:55:11.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[25004]: cluster 2023-12-06T06:55:10.077679+0000 mon.a (mon.0) 850 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T06:55:11.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[25004]: cluster 2023-12-06T06:55:10.077768+0000 mon.a (mon.0) 851 : cluster [INF] Cluster is now healthy 2023-12-06T06:55:11.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[30799]: audit 2023-12-06T06:55:09.288638+0000 mgr.y (mgr.14457) 84 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T06:55:11.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[30799]: audit 2023-12-06T06:55:09.290608+0000 mgr.y (mgr.14457) 85 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.40:9093"}]: dispatch 2023-12-06T06:55:11.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[30799]: audit 2023-12-06T06:55:09.308361+0000 mgr.y (mgr.14457) 86 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T06:55:11.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[30799]: audit 2023-12-06T06:55:09.323002+0000 mgr.y (mgr.14457) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T06:55:11.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[30799]: audit 2023-12-06T06:55:09.324763+0000 mgr.y (mgr.14457) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.141:3000"}]: dispatch 2023-12-06T06:55:11.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[30799]: audit 2023-12-06T06:55:09.607268+0000 mgr.y (mgr.14457) 89 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:55:11.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[30799]: cluster 2023-12-06T06:55:10.077679+0000 mon.a (mon.0) 850 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T06:55:11.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:11 smithi040 bash[30799]: cluster 2023-12-06T06:55:10.077768+0000 mon.a (mon.0) 851 : cluster [INF] Cluster is now healthy 2023-12-06T06:55:12.144 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:55:12.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:12 smithi040 bash[25004]: cluster 2023-12-06T06:55:11.085413+0000 mgr.y (mgr.14457) 90 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:12.348 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:12 smithi040 bash[30799]: cluster 2023-12-06T06:55:11.085413+0000 mgr.y (mgr.14457) 90 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:12.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:12 smithi141 bash[25168]: cluster 2023-12-06T06:55:11.085413+0000 mgr.y (mgr.14457) 90 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:14.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:14 smithi141 bash[25168]: cluster 2023-12-06T06:55:13.086073+0000 mgr.y (mgr.14457) 91 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:14.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:14 smithi040 bash[30799]: cluster 2023-12-06T06:55:13.086073+0000 mgr.y (mgr.14457) 91 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:14.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:14 smithi040 bash[25004]: cluster 2023-12-06T06:55:13.086073+0000 mgr.y (mgr.14457) 91 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:14.952 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-06T06:55:14.955 INFO:teuthology.orchestra.run.smithi040.stderr:dumped all 2023-12-06T06:55:16.028 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:55:15 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:55:15] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:55:16.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:16 smithi141 bash[25168]: audit 2023-12-06T06:55:14.946540+0000 mgr.y (mgr.14457) 92 : audit [DBG] from='client.24538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:55:16.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:16 smithi141 bash[25168]: cluster 2023-12-06T06:55:15.086645+0000 mgr.y (mgr.14457) 93 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:16.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:16 smithi141 bash[25168]: audit 2023-12-06T06:55:15.962035+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:16.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:16 smithi141 bash[25168]: audit 2023-12-06T06:55:15.972372+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:16.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:16 smithi040 bash[30799]: audit 2023-12-06T06:55:14.946540+0000 mgr.y (mgr.14457) 92 : audit [DBG] from='client.24538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:55:16.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:16 smithi040 bash[30799]: cluster 2023-12-06T06:55:15.086645+0000 mgr.y (mgr.14457) 93 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:16.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:16 smithi040 bash[30799]: audit 2023-12-06T06:55:15.962035+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:16.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:16 smithi040 bash[30799]: audit 2023-12-06T06:55:15.972372+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:16.531 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:55:16 smithi040 bash[55797]: level=info ts=2023-12-06T06:55:16.349Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004036734s 2023-12-06T06:55:16.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:16 smithi040 bash[25004]: audit 2023-12-06T06:55:14.946540+0000 mgr.y (mgr.14457) 92 : audit [DBG] from='client.24538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T06:55:16.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:16 smithi040 bash[25004]: cluster 2023-12-06T06:55:15.086645+0000 mgr.y (mgr.14457) 93 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:16.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:16 smithi040 bash[25004]: audit 2023-12-06T06:55:15.962035+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:16.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:16 smithi040 bash[25004]: audit 2023-12-06T06:55:15.972372+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:16.639 INFO:teuthology.orchestra.run.smithi040.stdout:{"pg_ready":true,"pg_map":{"version":56,"stamp":"2023-12-06T06:55:13.085750+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":48848,"kb_used_data":6096,"kb_used_omap":0,"kb_used_meta":42688,"kb_avail":749912368,"statfs":{"total":767960285184,"available":767910264832,"internally_reserved":0,"allocated":6242304,"data_stored":3488528,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43712512},"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":"8.743045"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-12-06T06:53:30.728822+0000","last_change":"2023-12-06T06:53:05.817107+0000","last_active":"2023-12-06T06:53:30.728822+0000","last_peered":"2023-12-06T06:53:30.728822+0000","last_clean":"2023-12-06T06:53:30.728822+0000","last_became_active":"2023-12-06T06:53:05.816003+0000","last_became_peered":"2023-12-06T06:53:05.816003+0000","last_unstale":"2023-12-06T06:53:30.728822+0000","last_undegraded":"2023-12-06T06:53:30.728822+0000","last_fullsized":"2023-12-06T06:53:30.728822+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-06T06:49:48.536752+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T06:49:48.536752+0000","last_clean_scrub_stamp":"2023-12-06T06:49:48.536752+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-07T17:54:30.646439+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234012,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 06:55:07 2023","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.96399999999999997,"15min":0.96699999999999997},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.379,"5min":1.587,"15min":1.587},"last":1.141},{"interface":"front","average":{"1min":0.95199999999999996,"5min":1.0189999999999999,"15min":1.03},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.7010000000000001,"5min":1.7010000000000001,"15min":1.7010000000000001},"last":1.4279999999999999}]},{"osd":1,"last update":"Wed Dec 6 06:55:07 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.94299999999999995,"15min":0.93700000000000006},"min":{"1min":0.58399999999999996,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.8919999999999999,"5min":1.8919999999999999,"15min":1.8919999999999999},"last":1.095},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.98499999999999999,"15min":0.995},"min":{"1min":0.627,"5min":0.627,"15min":0.627},"max":{"1min":1.3979999999999999,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.85599999999999998}]},{"osd":2,"last update":"Wed Dec 6 06:55:07 2023","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":1.0860000000000001,"15min":1.1020000000000001},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.2709999999999999,"5min":1.679,"15min":1.679},"last":0.80100000000000005},{"interface":"front","average":{"1min":1.034,"5min":1.05,"15min":1.052},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.631,"5min":1.631,"15min":1.631},"last":1.288}]},{"osd":3,"last update":"Wed Dec 6 06:55:07 2023","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":1.097,"15min":1.1080000000000001},"min":{"1min":0.748,"5min":0.748,"15min":0.748},"max":{"1min":1.349,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":0.97999999999999998},{"interface":"front","average":{"1min":1.111,"5min":1.103,"15min":1.101},"min":{"1min":0.77700000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.7589999999999999,"5min":2.161,"15min":2.161},"last":1.206}]},{"osd":4,"last update":"Wed Dec 6 06:55:07 2023","interfaces":[{"interface":"back","average":{"1min":0.93000000000000005,"5min":0.97699999999999998,"15min":0.98499999999999999},"min":{"1min":0.65200000000000002,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.4419999999999999,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":0.96299999999999997},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.2,"15min":1.214},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":2.3010000000000002,"5min":2.3010000000000002,"15min":2.3010000000000002},"last":1.2390000000000001}]},{"osd":5,"last update":"Wed Dec 6 06:55:07 2023","interfaces":[{"interface":"back","average":{"1min":1.119,"5min":1.115,"15min":1.115},"min":{"1min":0.63400000000000001,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.9930000000000001,"5min":1.9930000000000001,"15min":1.9930000000000001},"last":1.363},{"interface":"front","average":{"1min":1.079,"5min":1.2709999999999999,"15min":1.3029999999999999},"min":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.7809999999999999,"5min":2.3519999999999999,"15min":2.3519999999999999},"last":1.1719999999999999}]},{"osd":6,"last update":"Wed Dec 6 06:55:07 2023","interfaces":[{"interface":"back","average":{"1min":1.1879999999999999,"5min":1.2909999999999999,"15min":1.3080000000000001},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.843,"5min":2.3069999999999999,"15min":2.3069999999999999},"last":1.0780000000000001},{"interface":"front","average":{"1min":1.2589999999999999,"5min":1.355,"15min":1.371},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":2.4319999999999999,"5min":2.4319999999999999,"15min":2.4319999999999999},"last":1.306}]}]},{"osd":6,"up_from":46,"seq":197568495652,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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 06:54:23 2023","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.97599999999999998,"15min":0.98899999999999999},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.423,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.97199999999999998,"5min":1.016,"15min":1.024},"min":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.2350000000000001,"5min":1.903,"15min":1.903},"last":0.94099999999999995}]},{"osd":1,"last update":"Wed Dec 6 06:54:23 2023","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":1,"15min":1.014},"min":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.1919999999999999,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.95799999999999996,"5min":1.022,"15min":1.032},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.2729999999999999,"5min":1.5549999999999999,"15min":1.5549999999999999},"last":0.79900000000000004}]},{"osd":2,"last update":"Wed Dec 6 06:54:23 2023","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":0.98699999999999999,"15min":0.98899999999999999},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.379,"5min":1.379,"15min":1.379},"last":0.70799999999999996},{"interface":"front","average":{"1min":1.0209999999999999,"5min":1.081,"15min":1.091},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.2969999999999999,"5min":1.55,"15min":1.55},"last":0.97399999999999998}]},{"osd":3,"last update":"Wed Dec 6 06:54:23 2023","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.996,"15min":1.008},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.2729999999999999,"5min":1.802,"15min":1.802},"last":0.89500000000000002},{"interface":"front","average":{"1min":1.054,"5min":1.109,"15min":1.1180000000000001},"min":{"1min":0.63,"5min":0.63,"15min":0.63},"max":{"1min":1.381,"5min":1.381,"15min":1.381},"last":0.879}]},{"osd":4,"last update":"Wed Dec 6 06:54:23 2023","interfaces":[{"interface":"back","average":{"1min":1.038,"5min":1.014,"15min":1.01},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.3440000000000001,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.91600000000000004},{"interface":"front","average":{"1min":1.02,"5min":1.1359999999999999,"15min":1.155},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.2929999999999999,"5min":2.0099999999999998,"15min":2.0099999999999998},"last":0.84399999999999997}]},{"osd":5,"last update":"Wed Dec 6 06:54:23 2023","interfaces":[{"interface":"back","average":{"1min":1.087,"5min":1.109,"15min":1.113},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.3520000000000001,"5min":1.379,"15min":1.379},"last":0.76700000000000002},{"interface":"front","average":{"1min":1.127,"5min":1.212,"15min":1.226},"min":{"1min":0.747,"5min":0.747,"15min":0.747},"max":{"1min":1.522,"5min":1.9730000000000001,"15min":1.9730000000000001},"last":0.75700000000000001}]},{"osd":7,"last update":"Wed Dec 6 06:55:03 2023","interfaces":[{"interface":"back","average":{"1min":1.268,"5min":1.0880000000000001,"15min":1.0580000000000001},"min":{"1min":0.876,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":1.7410000000000001,"5min":1.7410000000000001,"15min":1.7410000000000001},"last":1.0209999999999999},{"interface":"front","average":{"1min":1.3149999999999999,"5min":1.2509999999999999,"15min":1.24},"min":{"1min":0.84899999999999998,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.6619999999999999,"5min":1.679,"15min":1.679},"last":1.0589999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574922,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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 06:54:15 2023","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.72399999999999998,"15min":0.61299999999999999},"min":{"1min":0.39500000000000002,"5min":0.38,"15min":0.38},"max":{"1min":1.327,"5min":1.327,"15min":1.327},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.78700000000000003,"15min":0.67700000000000005},"min":{"1min":0.58899999999999997,"5min":0.432,"15min":0.432},"max":{"1min":2.7370000000000001,"5min":2.7370000000000001,"15min":2.7370000000000001},"last":0.70399999999999996}]},{"osd":2,"last update":"Wed Dec 6 06:54:59 2023","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.82799999999999996,"15min":0.748},"min":{"1min":0.55000000000000004,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.2789999999999999,"5min":2.786,"15min":2.786},"last":0.91500000000000004},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.83699999999999997,"15min":0.78900000000000003},"min":{"1min":0.63700000000000001,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.2470000000000001,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.75800000000000001}]},{"osd":3,"last update":"Wed Dec 6 06:54:40 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.89800000000000002,"15min":0.89100000000000001},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.3120000000000001,"5min":1.375,"15min":1.375},"last":0.82799999999999996},{"interface":"front","average":{"1min":1.028,"5min":0.89100000000000001,"15min":0.86499999999999999},"min":{"1min":0.68500000000000005,"5min":0.495,"15min":0.495},"max":{"1min":1.389,"5min":1.389,"15min":1.389},"last":1.077}]},{"osd":4,"last update":"Wed Dec 6 06:55:06 2023","interfaces":[{"interface":"back","average":{"1min":1.149,"5min":1.0720000000000001,"15min":1.0640000000000001},"min":{"1min":0.83299999999999996,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.5109999999999999,"5min":1.514,"15min":1.514},"last":1.421},{"interface":"front","average":{"1min":1.1439999999999999,"5min":1.151,"15min":1.151},"min":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.6919999999999999,"5min":2.879,"15min":2.879},"last":1.222}]},{"osd":5,"last update":"Wed Dec 6 06:54:49 2023","interfaces":[{"interface":"back","average":{"1min":1.196,"5min":1.1679999999999999,"15min":1.1519999999999999},"min":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.629,"5min":2.835,"15min":2.835},"last":1.2909999999999999},{"interface":"front","average":{"1min":1.1890000000000001,"5min":1.1619999999999999,"15min":1.157},"min":{"1min":0.88300000000000001,"5min":0.81499999999999995,"15min":0.81499999999999995},"max":{"1min":1.792,"5min":1.792,"15min":1.792},"last":1.0549999999999999}]},{"osd":6,"last update":"Wed Dec 6 06:54:27 2023","interfaces":[{"interface":"back","average":{"1min":1.296,"5min":1.244,"15min":1.236},"min":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.762,"5min":1.762,"15min":1.762},"last":1.2689999999999999},{"interface":"front","average":{"1min":1.3979999999999999,"5min":1.3140000000000001,"15min":1.3},"min":{"1min":1.01,"5min":1.01,"15min":1.01},"max":{"1min":3.069,"5min":3.069,"15min":3.069},"last":1.393}]},{"osd":7,"last update":"Wed Dec 6 06:55:06 2023","interfaces":[{"interface":"back","average":{"1min":1.27,"5min":1.23,"15min":1.2230000000000001},"min":{"1min":1.032,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.7310000000000001,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":1.5760000000000001},{"interface":"front","average":{"1min":1.3759999999999999,"5min":1.3280000000000001,"15min":1.3200000000000001},"min":{"1min":1.1459999999999999,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.6819999999999999,"5min":1.6919999999999999,"15min":1.6919999999999999},"last":1.337}]}]},{"osd":0,"up_from":8,"seq":34359738450,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6920,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738232,"statfs":{"total":95995035648,"available":95987949568,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5963776},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Dec 6 06:54:19 2023","interfaces":[{"interface":"back","average":{"1min":0.78100000000000003,"5min":0.70299999999999996,"15min":0.61099999999999999},"min":{"1min":0.59299999999999997,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.028,"5min":1.224,"15min":1.224},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.78500000000000003,"15min":0.67900000000000005},"min":{"1min":0.68400000000000005,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.532,"5min":1.532,"15min":1.532},"last":0.63100000000000001}]},{"osd":2,"last update":"Wed Dec 6 06:55:03 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.83499999999999996,"15min":0.78500000000000003},"min":{"1min":0.67800000000000005,"5min":0.5,"15min":0.5},"max":{"1min":1.286,"5min":1.286,"15min":1.286},"last":0.72099999999999997},{"interface":"front","average":{"1min":0.85499999999999998,"5min":0.80600000000000005,"15min":0.752},"min":{"1min":0.57399999999999995,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.248,"5min":1.264,"15min":1.264},"last":0.89100000000000001}]},{"osd":3,"last update":"Wed Dec 6 06:54:33 2023","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.84599999999999997,"15min":0.81999999999999995},"min":{"1min":0.66500000000000004,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.095,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.88600000000000001,"15min":0.83799999999999997},"min":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.2569999999999999,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":0.47199999999999998}]},{"osd":4,"last update":"Wed Dec 6 06:54:13 2023","interfaces":[{"interface":"back","average":{"1min":1.1439999999999999,"5min":1.069,"15min":1.05},"min":{"1min":0.86699999999999999,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.4099999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.86099999999999999},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.1100000000000001,"15min":1.087},"min":{"1min":0.91900000000000004,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.5529999999999999,"5min":1.593,"15min":1.593},"last":0.78100000000000003}]},{"osd":5,"last update":"Wed Dec 6 06:54:50 2023","interfaces":[{"interface":"back","average":{"1min":1.202,"5min":1.1699999999999999,"15min":1.1519999999999999},"min":{"1min":0.877,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.6339999999999999,"5min":1.6339999999999999,"15min":1.6339999999999999},"last":0.746},{"interface":"front","average":{"1min":1.2909999999999999,"5min":1.244,"15min":1.2390000000000001},"min":{"1min":0.89200000000000002,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.774,"5min":1.774,"15min":1.774},"last":0.94299999999999995}]},{"osd":6,"last update":"Wed Dec 6 06:54:27 2023","interfaces":[{"interface":"back","average":{"1min":1.2889999999999999,"5min":1.2450000000000001,"15min":1.2370000000000001},"min":{"1min":1.034,"5min":0.97399999999999998,"15min":0.97399999999999998},"max":{"1min":1.706,"5min":1.706,"15min":1.706},"last":0.66800000000000004},{"interface":"front","average":{"1min":1.3049999999999999,"5min":1.2490000000000001,"15min":1.2390000000000001},"min":{"1min":0.92400000000000004,"5min":0.90400000000000003,"15min":0.90400000000000003},"max":{"1min":1.575,"5min":1.575,"15min":1.575},"last":0.70199999999999996}]},{"osd":7,"last update":"Wed Dec 6 06:55:03 2023","interfaces":[{"interface":"back","average":{"1min":1.3260000000000001,"5min":1.343,"15min":1.3460000000000001},"min":{"1min":0.98899999999999999,"5min":0.91000000000000003,"15min":0.91000000000000003},"max":{"1min":1.835,"5min":1.835,"15min":1.835},"last":1.0269999999999999},{"interface":"front","average":{"1min":1.3200000000000001,"5min":1.3360000000000001,"15min":1.339},"min":{"1min":1.0249999999999999,"5min":1.0249999999999999,"15min":1.0249999999999999},"max":{"1min":1.839,"5min":1.839,"15min":1.839},"last":0.81999999999999995}]}]},{"osd":2,"up_from":18,"seq":77309411394,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6268,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738884,"statfs":{"total":95995035648,"available":95988617216,"internally_reserved":0,"allocated":577536,"data_stored":237180,"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 06:54:56 2023","interfaces":[{"interface":"back","average":{"1min":0.77400000000000002,"5min":0.71899999999999997,"15min":0.65000000000000002},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.0860000000000001,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":0.81000000000000005},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.79700000000000004,"15min":0.70499999999999996},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.2370000000000001,"5min":1.347,"15min":1.347},"last":0.70099999999999996}]},{"osd":1,"last update":"Wed Dec 6 06:54:56 2023","interfaces":[{"interface":"back","average":{"1min":0.70899999999999996,"5min":0.76900000000000002,"15min":0.74299999999999999},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.095,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.82399999999999995,"5min":0.84399999999999997,"15min":0.78400000000000003},"min":{"1min":0.55500000000000005,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.097,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":0.72299999999999998}]},{"osd":3,"last update":"Wed Dec 6 06:54:33 2023","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.89000000000000001,"15min":0.88800000000000001},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.97499999999999998,"5min":1.347,"15min":1.347},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.97899999999999998,"15min":0.96699999999999997},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.4630000000000001,"5min":2.2370000000000001,"15min":2.2370000000000001},"last":0.60699999999999998}]},{"osd":4,"last update":"Wed Dec 6 06:55:06 2023","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.0760000000000001,"15min":1.0640000000000001},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.3080000000000001,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":0.95899999999999996},{"interface":"front","average":{"1min":1.1439999999999999,"5min":1.1659999999999999,"15min":1.1259999999999999},"min":{"1min":0.755,"5min":0.752,"15min":0.752},"max":{"1min":1.4790000000000001,"5min":2.2749999999999999,"15min":2.2749999999999999},"last":1.0640000000000001}]},{"osd":5,"last update":"Wed Dec 6 06:54:49 2023","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.1739999999999999,"15min":1.1579999999999999},"min":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.8169999999999999,"5min":1.8169999999999999,"15min":1.8169999999999999},"last":1.1739999999999999},{"interface":"front","average":{"1min":1.1619999999999999,"5min":1.2310000000000001,"15min":1.2470000000000001},"min":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.6699999999999999,"5min":2.399,"15min":2.399},"last":1.0249999999999999}]},{"osd":6,"last update":"Wed Dec 6 06:54:22 2023","interfaces":[{"interface":"back","average":{"1min":1.2629999999999999,"5min":1.2949999999999999,"15min":1.3},"min":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"max":{"1min":1.522,"5min":2.367,"15min":2.367},"last":0.88200000000000001},{"interface":"front","average":{"1min":1.3089999999999999,"5min":1.373,"15min":1.383},"min":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.7350000000000001,"5min":2.198,"15min":2.198},"last":1.123}]},{"osd":7,"last update":"Wed Dec 6 06:55:06 2023","interfaces":[{"interface":"back","average":{"1min":1.26,"5min":1.341,"15min":1.355},"min":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"max":{"1min":1.6200000000000001,"5min":2.6720000000000002,"15min":2.6720000000000002},"last":1.083},{"interface":"front","average":{"1min":1.302,"5min":1.3149999999999999,"15min":1.3169999999999999},"min":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.6000000000000001,"5min":1.798,"15min":1.798},"last":0.92200000000000004}]}]},{"osd":3,"up_from":25,"seq":107374182459,"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 06:54:30 2023","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.77500000000000002,"15min":0.74199999999999999},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.1819999999999999,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":0.77700000000000002},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.84099999999999997,"15min":0.82499999999999996},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.75700000000000001}]},{"osd":1,"last update":"Wed Dec 6 06:54:30 2023","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.84899999999999998,"15min":0.82699999999999996},"min":{"1min":0.61299999999999999,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.1859999999999999,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.79900000000000004},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.091,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":0.72399999999999998}]},{"osd":2,"last update":"Wed Dec 6 06:54:30 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.91100000000000003,"15min":0.91900000000000004},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.365,"5min":1.365,"15min":1.365},"last":0.86499999999999999},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.90800000000000003,"15min":0.88500000000000001},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.4590000000000001,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":1.0629999999999999}]},{"osd":4,"last update":"Wed Dec 6 06:55:10 2023","interfaces":[{"interface":"back","average":{"1min":1.0900000000000001,"5min":1.0489999999999999,"15min":1.0549999999999999},"min":{"1min":0.84299999999999997,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.4039999999999999,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":1.0289999999999999},{"interface":"front","average":{"1min":1.2150000000000001,"5min":1.1339999999999999,"15min":1.0880000000000001},"min":{"1min":0.82299999999999995,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.6180000000000001,"5min":1.6180000000000001,"15min":1.6180000000000001},"last":1.3009999999999999}]},{"osd":5,"last update":"Wed Dec 6 06:54:45 2023","interfaces":[{"interface":"back","average":{"1min":1.2090000000000001,"5min":1.175,"15min":1.159},"min":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.6639999999999999,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":1.4470000000000001},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.1850000000000001,"15min":1.169},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.8069999999999999,"5min":1.8069999999999999,"15min":1.8069999999999999},"last":1.3819999999999999}]},{"osd":6,"last update":"Wed Dec 6 06:54:27 2023","interfaces":[{"interface":"back","average":{"1min":1.3080000000000001,"5min":1.258,"15min":1.25},"min":{"1min":1.0169999999999999,"5min":0.96999999999999997,"15min":0.96999999999999997},"max":{"1min":1.651,"5min":1.651,"15min":1.651},"last":1.538},{"interface":"front","average":{"1min":1.3460000000000001,"5min":1.302,"15min":1.294},"min":{"1min":1.032,"5min":1.032,"15min":1.032},"max":{"1min":1.6140000000000001,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":1.198}]},{"osd":7,"last update":"Wed Dec 6 06:55:04 2023","interfaces":[{"interface":"back","average":{"1min":1.252,"5min":1.2450000000000001,"15min":1.244},"min":{"1min":0.77300000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.552,"5min":1.6479999999999999,"15min":1.6479999999999999},"last":1.409},{"interface":"front","average":{"1min":1.355,"5min":1.3260000000000001,"15min":1.321},"min":{"1min":0.94799999999999995,"5min":0.89400000000000002,"15min":0.89400000000000002},"max":{"1min":1.9239999999999999,"5min":1.9239999999999999,"15min":1.9239999999999999},"last":1.48}]}]},{"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 06:55:08 2023","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.95699999999999996,"15min":0.93500000000000005},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.212,"5min":2.9670000000000001,"15min":2.9670000000000001},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.94199999999999995,"15min":0.94399999999999995},"min":{"1min":0.73099999999999998,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.4399999999999999,"5min":3.448,"15min":3.448},"last":0.73099999999999998}]},{"osd":1,"last update":"Wed Dec 6 06:55:08 2023","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.98199999999999998,"15min":0.94999999999999996},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.268,"5min":2.7629999999999999,"15min":2.7629999999999999},"last":1.1970000000000001},{"interface":"front","average":{"1min":0.95399999999999996,"5min":0.93799999999999994,"15min":0.91500000000000004},"min":{"1min":0.65800000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.546,"5min":3.2429999999999999,"15min":3.2429999999999999},"last":1.0129999999999999}]},{"osd":2,"last update":"Wed Dec 6 06:55:08 2023","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.97499999999999998,"15min":0.97499999999999998},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.2470000000000001,"5min":2.855,"15min":2.855},"last":0.78900000000000003},{"interface":"front","average":{"1min":1.0089999999999999,"5min":1.016,"15min":0.96699999999999997},"min":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.6060000000000001,"5min":3.1000000000000001,"15min":3.1000000000000001},"last":0.94999999999999996}]},{"osd":3,"last update":"Wed Dec 6 06:55:08 2023","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":0.98299999999999998,"15min":0.93700000000000006},"min":{"1min":0.72099999999999997,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.526,"5min":3.157,"15min":3.157},"last":0.99199999999999999},{"interface":"front","average":{"1min":1.038,"5min":1.093,"15min":1.0680000000000001},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.671,"5min":3.2090000000000001,"15min":3.2090000000000001},"last":1.073}]},{"osd":5,"last update":"Wed Dec 6 06:54:43 2023","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":1.0609999999999999,"15min":1.131},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.22,"5min":3.0030000000000001,"15min":3.0030000000000001},"last":1.1160000000000001},{"interface":"front","average":{"1min":1.012,"5min":1.1419999999999999,"15min":1.2010000000000001},"min":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.319,"5min":3.302,"15min":3.302},"last":0.92100000000000004}]},{"osd":6,"last update":"Wed Dec 6 06:54:24 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":1.2230000000000001,"15min":1.2649999999999999},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.2929999999999999,"5min":3.0419999999999998,"15min":3.0419999999999998},"last":0.84799999999999998},{"interface":"front","average":{"1min":0.96899999999999997,"5min":1.212,"15min":1.252},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.23,"5min":3.3330000000000002,"15min":3.3330000000000002},"last":1.2210000000000001}]},{"osd":7,"last update":"Wed Dec 6 06:55:07 2023","interfaces":[{"interface":"back","average":{"1min":1.127,"5min":1.111,"15min":1.109},"min":{"1min":0.71899999999999997,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.452,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":1.147},{"interface":"front","average":{"1min":1.157,"5min":1.1910000000000001,"15min":1.1970000000000001},"min":{"1min":0.77800000000000002,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.3759999999999999,"5min":1.6759999999999999,"15min":1.6759999999999999},"last":1.262}]}]},{"osd":5,"up_from":38,"seq":163208757292,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5692,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739460,"statfs":{"total":95995035648,"available":95989207040,"internally_reserved":0,"allocated":577536,"data_stored":237518,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 06:54:46 2023","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.88,"15min":0.84999999999999998},"min":{"1min":0.68300000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.3620000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":1.175},{"interface":"front","average":{"1min":1.008,"5min":0.98399999999999999,"15min":0.96299999999999997},"min":{"1min":0.64900000000000002,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.3120000000000001,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":1.02}]},{"osd":1,"last update":"Wed Dec 6 06:54:46 2023","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.94299999999999995,"15min":0.96999999999999997},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":1.153,"5min":1.4159999999999999,"15min":1.4159999999999999},"last":1.1990000000000001},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.96499999999999997,"15min":0.95899999999999996},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.208,"5min":1.4850000000000001,"15min":1.4850000000000001},"last":0.88400000000000001}]},{"osd":2,"last update":"Wed Dec 6 06:54:46 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.91900000000000004,"15min":0.92300000000000004},"min":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.137,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":0.90500000000000003},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.95999999999999996,"15min":0.94899999999999995},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.1950000000000001,"5min":1.399,"15min":1.399},"last":0.94099999999999995}]},{"osd":3,"last update":"Wed Dec 6 06:54:46 2023","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.98399999999999999,"15min":0.99399999999999999},"min":{"1min":0.68700000000000006,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.1970000000000001,"5min":1.351,"15min":1.351},"last":0.99199999999999999},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.98899999999999999,"15min":0.97499999999999998},"min":{"1min":0.75,"5min":0.75,"15min":0.75},"max":{"1min":1.282,"5min":1.5089999999999999,"15min":1.5089999999999999},"last":1.054}]},{"osd":4,"last update":"Wed Dec 6 06:54:46 2023","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.93600000000000005,"15min":0.92700000000000005},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.4099999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.78900000000000003},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.96999999999999997,"15min":0.95599999999999996},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.294,"5min":1.609,"15min":1.609},"last":1.071}]},{"osd":6,"last update":"Wed Dec 6 06:54:26 2023","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.052,"15min":1.0429999999999999},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.456,"5min":1.456,"15min":1.456},"last":1.111},{"interface":"front","average":{"1min":1.099,"5min":1.125,"15min":1.129},"min":{"1min":0.63100000000000001,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.6870000000000001,"5min":1.6870000000000001,"15min":1.6870000000000001},"last":1.4219999999999999}]},{"osd":7,"last update":"Wed Dec 6 06:55:04 2023","interfaces":[{"interface":"back","average":{"1min":1.137,"5min":1.1459999999999999,"15min":1.1479999999999999},"min":{"1min":0.58799999999999997,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.4219999999999999,"5min":1.843,"15min":1.843},"last":1.514},{"interface":"front","average":{"1min":1.0900000000000001,"5min":1.1890000000000001,"15min":1.2050000000000001},"min":{"1min":0.69899999999999995,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.331,"5min":1.79,"15min":1.79},"last":1.133}]}]}],"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-06T06:55:16.641 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-06T06:55:16.641 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-06T06:55:16.642 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-06T06:55:16.642 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-06T06:55:18.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:18 smithi141 bash[25168]: cluster 2023-12-06T06:55:17.087248+0000 mgr.y (mgr.14457) 94 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:18.497 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:18 smithi040 bash[30799]: cluster 2023-12-06T06:55:17.087248+0000 mgr.y (mgr.14457) 94 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:18.497 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:18 smithi040 bash[25004]: cluster 2023-12-06T06:55:17.087248+0000 mgr.y (mgr.14457) 94 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:20.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:20 smithi040 bash[25004]: cluster 2023-12-06T06:55:19.087859+0000 mgr.y (mgr.14457) 95 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:20.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:20 smithi040 bash[30799]: cluster 2023-12-06T06:55:19.087859+0000 mgr.y (mgr.14457) 95 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:20.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:20 smithi141 bash[25168]: cluster 2023-12-06T06:55:19.087859+0000 mgr.y (mgr.14457) 95 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:20.884 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T06:55:21.387 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:55:21 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:55:21.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:21 smithi040 bash[25004]: cluster 2023-12-06T06:55:21.088442+0000 mgr.y (mgr.14457) 96 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:21.528 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:55:21 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:55:21] "GET /metrics HTTP/1.1" 200 191484 "" "Prometheus/2.33.4" 2023-12-06T06:55:21.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:21 smithi040 bash[30799]: cluster 2023-12-06T06:55:21.088442+0000 mgr.y (mgr.14457) 96 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:21.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:21 smithi141 bash[25168]: cluster 2023-12-06T06:55:21.088442+0000 mgr.y (mgr.14457) 96 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:23.811 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-06T06:55:23.811 INFO:teuthology.orchestra.run.smithi040.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-06T06:55:24.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:24 smithi040 bash[30799]: cluster 2023-12-06T06:55:23.089139+0000 mgr.y (mgr.14457) 97 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:24.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:24 smithi040 bash[30799]: audit 2023-12-06T06:55:23.808210+0000 mon.c (mon.1) 77 : audit [DBG] from='client.? 172.21.15.40:0/4240066575' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T06:55:24.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:24 smithi040 bash[25004]: cluster 2023-12-06T06:55:23.089139+0000 mgr.y (mgr.14457) 97 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:24.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:24 smithi040 bash[25004]: audit 2023-12-06T06:55:23.808210+0000 mon.c (mon.1) 77 : audit [DBG] from='client.? 172.21.15.40:0/4240066575' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T06:55:24.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:24 smithi141 bash[25168]: cluster 2023-12-06T06:55:23.089139+0000 mgr.y (mgr.14457) 97 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:24.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:24 smithi141 bash[25168]: audit 2023-12-06T06:55:23.808210+0000 mon.c (mon.1) 77 : audit [DBG] from='client.? 172.21.15.40:0/4240066575' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T06:55:24.503 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-06T06:55:24.503 INFO:tasks.cephadm:Setup complete, yielding 2023-12-06T06:55:24.503 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T06:55:24.512 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi040.front.sepia.ceph.com 2023-12-06T06:55:24.513 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2023-12-06T06:55:25.636 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:55:25 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:55:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:55:26.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:26 smithi141 bash[25168]: cluster 2023-12-06T06:55:25.089698+0000 mgr.y (mgr.14457) 98 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:26.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:26 smithi141 bash[25168]: audit 2023-12-06T06:55:25.338271+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:26.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:26 smithi141 bash[25168]: audit 2023-12-06T06:55:25.350194+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:26.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:26 smithi040 bash[25004]: cluster 2023-12-06T06:55:25.089698+0000 mgr.y (mgr.14457) 98 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:26.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:26 smithi040 bash[25004]: audit 2023-12-06T06:55:25.338271+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:26.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:26 smithi040 bash[25004]: audit 2023-12-06T06:55:25.350194+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:26.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:26 smithi040 bash[30799]: cluster 2023-12-06T06:55:25.089698+0000 mgr.y (mgr.14457) 98 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:26.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:26 smithi040 bash[30799]: audit 2023-12-06T06:55:25.338271+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:26.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:26 smithi040 bash[30799]: audit 2023-12-06T06:55:25.350194+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:28.217 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T06:55:28.225 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi040.front.sepia.ceph.com 2023-12-06T06:55:28.225 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2023-12-06T06:55:28.415 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:28 smithi040 bash[30799]: cluster 2023-12-06T06:55:27.090345+0000 mgr.y (mgr.14457) 99 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:28.416 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:28 smithi040 bash[30799]: audit 2023-12-06T06:55:27.562698+0000 mon.a (mon.0) 856 : audit [INF] from='client.? 172.21.15.40:0/2576361389' entity='client.admin' 2023-12-06T06:55:28.416 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:28 smithi040 bash[30799]: audit 2023-12-06T06:55:27.584297+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:55:28.416 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:28 smithi040 bash[30799]: audit 2023-12-06T06:55:27.585321+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:55:28.416 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:28 smithi040 bash[30799]: audit 2023-12-06T06:55:27.594319+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:28.416 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:28 smithi040 bash[25004]: cluster 2023-12-06T06:55:27.090345+0000 mgr.y (mgr.14457) 99 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:28.416 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:28 smithi040 bash[25004]: audit 2023-12-06T06:55:27.562698+0000 mon.a (mon.0) 856 : audit [INF] from='client.? 172.21.15.40:0/2576361389' entity='client.admin' 2023-12-06T06:55:28.416 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:28 smithi040 bash[25004]: audit 2023-12-06T06:55:27.584297+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:55:28.416 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:28 smithi040 bash[25004]: audit 2023-12-06T06:55:27.585321+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:55:28.416 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:28 smithi040 bash[25004]: audit 2023-12-06T06:55:27.594319+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:28.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:28 smithi141 bash[25168]: cluster 2023-12-06T06:55:27.090345+0000 mgr.y (mgr.14457) 99 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:28.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:28 smithi141 bash[25168]: audit 2023-12-06T06:55:27.562698+0000 mon.a (mon.0) 856 : audit [INF] from='client.? 172.21.15.40:0/2576361389' entity='client.admin' 2023-12-06T06:55:28.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:28 smithi141 bash[25168]: audit 2023-12-06T06:55:27.584297+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:55:28.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:28 smithi141 bash[25168]: audit 2023-12-06T06:55:27.585321+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:55:28.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:28 smithi141 bash[25168]: audit 2023-12-06T06:55:27.594319+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:29.676 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:55:29 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:55:29] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:55:29.677 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:55:29 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:55:29] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:55:30.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:30 smithi141 bash[25168]: cluster 2023-12-06T06:55:29.091079+0000 mgr.y (mgr.14457) 100 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:30.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:30 smithi141 bash[25168]: audit 2023-12-06T06:55:29.272138+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:30.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:30 smithi141 bash[25168]: audit 2023-12-06T06:55:29.283135+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:30.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:30 smithi141 bash[25168]: audit 2023-12-06T06:55:29.410172+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:30.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:30 smithi141 bash[25168]: audit 2023-12-06T06:55:29.421276+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:30.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:30 smithi040 bash[25004]: cluster 2023-12-06T06:55:29.091079+0000 mgr.y (mgr.14457) 100 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:30.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:30 smithi040 bash[25004]: audit 2023-12-06T06:55:29.272138+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:30.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:30 smithi040 bash[25004]: audit 2023-12-06T06:55:29.283135+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:30.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:30 smithi040 bash[25004]: audit 2023-12-06T06:55:29.410172+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:30.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:30 smithi040 bash[25004]: audit 2023-12-06T06:55:29.421276+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:30.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:30 smithi040 bash[30799]: cluster 2023-12-06T06:55:29.091079+0000 mgr.y (mgr.14457) 100 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:30.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:30 smithi040 bash[30799]: audit 2023-12-06T06:55:29.272138+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:30.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:30 smithi040 bash[30799]: audit 2023-12-06T06:55:29.283135+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:30.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:30 smithi040 bash[30799]: audit 2023-12-06T06:55:29.410172+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:30.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:30 smithi040 bash[30799]: audit 2023-12-06T06:55:29.421276+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:31.278 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:55:31 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:55:31] "GET /metrics HTTP/1.1" 200 191492 "" "Prometheus/2.33.4" 2023-12-06T06:55:31.394 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:55:31 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:55:31.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:31 smithi141 bash[25168]: audit 2023-12-06T06:55:30.431215+0000 mon.c (mon.1) 80 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:55:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:31 smithi141 bash[25168]: audit 2023-12-06T06:55:30.432024+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:55:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:31 smithi141 bash[25168]: audit 2023-12-06T06:55:30.692894+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:55:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:31 smithi141 bash[25168]: audit 2023-12-06T06:55:30.693758+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:55:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:31 smithi141 bash[25168]: cluster 2023-12-06T06:55:31.091779+0000 mgr.y (mgr.14457) 101 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:31.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:31 smithi040 bash[30799]: audit 2023-12-06T06:55:30.431215+0000 mon.c (mon.1) 80 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:55:31.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:31 smithi040 bash[30799]: audit 2023-12-06T06:55:30.432024+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:55:31.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:31 smithi040 bash[30799]: audit 2023-12-06T06:55:30.692894+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:55:31.778 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:31 smithi040 bash[30799]: audit 2023-12-06T06:55:30.693758+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:55:31.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:31 smithi040 bash[30799]: cluster 2023-12-06T06:55:31.091779+0000 mgr.y (mgr.14457) 101 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:31.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:31 smithi040 bash[25004]: audit 2023-12-06T06:55:30.431215+0000 mon.c (mon.1) 80 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:55:31.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:31 smithi040 bash[25004]: audit 2023-12-06T06:55:30.432024+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:55:31.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:31 smithi040 bash[25004]: audit 2023-12-06T06:55:30.692894+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:55:31.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:31 smithi040 bash[25004]: audit 2023-12-06T06:55:30.693758+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:55:31.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:31 smithi040 bash[25004]: cluster 2023-12-06T06:55:31.091779+0000 mgr.y (mgr.14457) 101 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:34.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:34 smithi040 bash[25004]: cluster 2023-12-06T06:55:33.003644+0000 mon.a (mon.0) 864 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-06T06:55:34.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:34 smithi040 bash[25004]: audit 2023-12-06T06:55:33.005143+0000 mon.a (mon.0) 865 : audit [INF] from='client.? 172.21.15.40:0/3780766487' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T06:55:34.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:34 smithi040 bash[25004]: cluster 2023-12-06T06:55:33.092498+0000 mgr.y (mgr.14457) 102 : cluster [DBG] pgmap v67: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:34.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:34 smithi040 bash[30799]: cluster 2023-12-06T06:55:33.003644+0000 mon.a (mon.0) 864 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-06T06:55:34.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:34 smithi040 bash[30799]: audit 2023-12-06T06:55:33.005143+0000 mon.a (mon.0) 865 : audit [INF] from='client.? 172.21.15.40:0/3780766487' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T06:55:34.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:34 smithi040 bash[30799]: cluster 2023-12-06T06:55:33.092498+0000 mgr.y (mgr.14457) 102 : cluster [DBG] pgmap v67: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:34.051 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T06:55:34.051 INFO:teuthology.orchestra.run.smithi040.stdout: "id": "b0ed4442-5eff-40be-9b41-03a4c141f36b", 2023-12-06T06:55:34.051 INFO:teuthology.orchestra.run.smithi040.stdout: "name": "r", 2023-12-06T06:55:34.051 INFO:teuthology.orchestra.run.smithi040.stdout: "current_period": "d35752c6-9756-4a7e-9537-bcd72754c2c9", 2023-12-06T06:55:34.052 INFO:teuthology.orchestra.run.smithi040.stdout: "epoch": 1 2023-12-06T06:55:34.052 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T06:55:34.289 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:34 smithi141 bash[25168]: cluster 2023-12-06T06:55:33.003644+0000 mon.a (mon.0) 864 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-06T06:55:34.290 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:34 smithi141 bash[25168]: audit 2023-12-06T06:55:33.005143+0000 mon.a (mon.0) 865 : audit [INF] from='client.? 172.21.15.40:0/3780766487' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T06:55:34.290 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:34 smithi141 bash[25168]: cluster 2023-12-06T06:55:33.092498+0000 mgr.y (mgr.14457) 102 : cluster [DBG] pgmap v67: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:34.847 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2023-12-06T06:55:35.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:35 smithi040 bash[25004]: audit 2023-12-06T06:55:34.002713+0000 mon.a (mon.0) 866 : audit [INF] from='client.? 172.21.15.40:0/3780766487' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-06T06:55:35.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:35 smithi040 bash[25004]: cluster 2023-12-06T06:55:34.003127+0000 mon.a (mon.0) 867 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-06T06:55:35.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:35 smithi040 bash[30799]: audit 2023-12-06T06:55:34.002713+0000 mon.a (mon.0) 866 : audit [INF] from='client.? 172.21.15.40:0/3780766487' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-06T06:55:35.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:35 smithi040 bash[30799]: cluster 2023-12-06T06:55:34.003127+0000 mon.a (mon.0) 867 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-06T06:55:35.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:35 smithi141 bash[25168]: audit 2023-12-06T06:55:34.002713+0000 mon.a (mon.0) 866 : audit [INF] from='client.? 172.21.15.40:0/3780766487' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-06T06:55:35.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:35 smithi141 bash[25168]: cluster 2023-12-06T06:55:34.003127+0000 mon.a (mon.0) 867 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-06T06:55:36.255 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:36 smithi040 bash[25004]: cluster 2023-12-06T06:55:35.023863+0000 mon.a (mon.0) 868 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-06T06:55:36.255 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:36 smithi040 bash[25004]: cluster 2023-12-06T06:55:35.093152+0000 mgr.y (mgr.14457) 103 : cluster [DBG] pgmap v70: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:36.255 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:36 smithi040 bash[30799]: cluster 2023-12-06T06:55:35.023863+0000 mon.a (mon.0) 868 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-06T06:55:36.255 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:36 smithi040 bash[30799]: cluster 2023-12-06T06:55:35.093152+0000 mgr.y (mgr.14457) 103 : cluster [DBG] pgmap v70: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:36.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:36 smithi141 bash[25168]: cluster 2023-12-06T06:55:35.023863+0000 mon.a (mon.0) 868 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-06T06:55:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:36 smithi141 bash[25168]: cluster 2023-12-06T06:55:35.093152+0000 mgr.y (mgr.14457) 103 : cluster [DBG] pgmap v70: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:37.678 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T06:55:37.678 INFO:teuthology.orchestra.run.smithi040.stdout: "id": "b1820b83-d82e-4ef9-baa8-4420a816a6ff", 2023-12-06T06:55:37.679 INFO:teuthology.orchestra.run.smithi040.stdout: "name": "default", 2023-12-06T06:55:37.679 INFO:teuthology.orchestra.run.smithi040.stdout: "api_name": "default", 2023-12-06T06:55:37.679 INFO:teuthology.orchestra.run.smithi040.stdout: "is_master": "true", 2023-12-06T06:55:37.679 INFO:teuthology.orchestra.run.smithi040.stdout: "endpoints": [], 2023-12-06T06:55:37.679 INFO:teuthology.orchestra.run.smithi040.stdout: "hostnames": [], 2023-12-06T06:55:37.679 INFO:teuthology.orchestra.run.smithi040.stdout: "hostnames_s3website": [], 2023-12-06T06:55:37.679 INFO:teuthology.orchestra.run.smithi040.stdout: "master_zone": "", 2023-12-06T06:55:37.679 INFO:teuthology.orchestra.run.smithi040.stdout: "zones": [], 2023-12-06T06:55:37.679 INFO:teuthology.orchestra.run.smithi040.stdout: "placement_targets": [], 2023-12-06T06:55:37.679 INFO:teuthology.orchestra.run.smithi040.stdout: "default_placement": "", 2023-12-06T06:55:37.679 INFO:teuthology.orchestra.run.smithi040.stdout: "realm_id": "b0ed4442-5eff-40be-9b41-03a4c141f36b", 2023-12-06T06:55:37.679 INFO:teuthology.orchestra.run.smithi040.stdout: "sync_policy": { 2023-12-06T06:55:37.679 INFO:teuthology.orchestra.run.smithi040.stdout: "groups": [] 2023-12-06T06:55:37.679 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T06:55:37.679 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T06:55:38.339 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2023-12-06T06:55:38.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:38 smithi141 bash[25168]: cluster 2023-12-06T06:55:37.094093+0000 mgr.y (mgr.14457) 104 : cluster [DBG] pgmap v71: 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-06T06:55:38.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:38 smithi040 bash[25004]: cluster 2023-12-06T06:55:37.094093+0000 mgr.y (mgr.14457) 104 : cluster [DBG] pgmap v71: 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-06T06:55:38.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:38 smithi040 bash[30799]: cluster 2023-12-06T06:55:37.094093+0000 mgr.y (mgr.14457) 104 : cluster [DBG] pgmap v71: 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-06T06:55:40.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:40 smithi141 bash[25168]: cluster 2023-12-06T06:55:39.094759+0000 mgr.y (mgr.14457) 105 : cluster [DBG] pgmap v72: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-06T06:55:40.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:40 smithi040 bash[25004]: cluster 2023-12-06T06:55:39.094759+0000 mgr.y (mgr.14457) 105 : cluster [DBG] pgmap v72: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-06T06:55:40.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:40 smithi040 bash[30799]: cluster 2023-12-06T06:55:39.094759+0000 mgr.y (mgr.14457) 105 : cluster [DBG] pgmap v72: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-06T06:55:41.092 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T06:55:41.092 INFO:teuthology.orchestra.run.smithi040.stdout: "id": "723ef400-4fc2-4acb-9afd-18f743495026", 2023-12-06T06:55:41.092 INFO:teuthology.orchestra.run.smithi040.stdout: "name": "z", 2023-12-06T06:55:41.092 INFO:teuthology.orchestra.run.smithi040.stdout: "domain_root": "z.rgw.meta:root", 2023-12-06T06:55:41.092 INFO:teuthology.orchestra.run.smithi040.stdout: "control_pool": "z.rgw.control", 2023-12-06T06:55:41.092 INFO:teuthology.orchestra.run.smithi040.stdout: "gc_pool": "z.rgw.log:gc", 2023-12-06T06:55:41.092 INFO:teuthology.orchestra.run.smithi040.stdout: "lc_pool": "z.rgw.log:lc", 2023-12-06T06:55:41.092 INFO:teuthology.orchestra.run.smithi040.stdout: "log_pool": "z.rgw.log", 2023-12-06T06:55:41.092 INFO:teuthology.orchestra.run.smithi040.stdout: "intent_log_pool": "z.rgw.log:intent", 2023-12-06T06:55:41.092 INFO:teuthology.orchestra.run.smithi040.stdout: "usage_log_pool": "z.rgw.log:usage", 2023-12-06T06:55:41.093 INFO:teuthology.orchestra.run.smithi040.stdout: "roles_pool": "z.rgw.meta:roles", 2023-12-06T06:55:41.093 INFO:teuthology.orchestra.run.smithi040.stdout: "reshard_pool": "z.rgw.log:reshard", 2023-12-06T06:55:41.093 INFO:teuthology.orchestra.run.smithi040.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2023-12-06T06:55:41.093 INFO:teuthology.orchestra.run.smithi040.stdout: "user_email_pool": "z.rgw.meta:users.email", 2023-12-06T06:55:41.093 INFO:teuthology.orchestra.run.smithi040.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2023-12-06T06:55:41.093 INFO:teuthology.orchestra.run.smithi040.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2023-12-06T06:55:41.093 INFO:teuthology.orchestra.run.smithi040.stdout: "otp_pool": "z.rgw.otp", 2023-12-06T06:55:41.093 INFO:teuthology.orchestra.run.smithi040.stdout: "system_key": { 2023-12-06T06:55:41.093 INFO:teuthology.orchestra.run.smithi040.stdout: "access_key": "", 2023-12-06T06:55:41.093 INFO:teuthology.orchestra.run.smithi040.stdout: "secret_key": "" 2023-12-06T06:55:41.093 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:55:41.093 INFO:teuthology.orchestra.run.smithi040.stdout: "placement_pools": [ 2023-12-06T06:55:41.093 INFO:teuthology.orchestra.run.smithi040.stdout: { 2023-12-06T06:55:41.093 INFO:teuthology.orchestra.run.smithi040.stdout: "key": "default-placement", 2023-12-06T06:55:41.093 INFO:teuthology.orchestra.run.smithi040.stdout: "val": { 2023-12-06T06:55:41.094 INFO:teuthology.orchestra.run.smithi040.stdout: "index_pool": "z.rgw.buckets.index", 2023-12-06T06:55:41.094 INFO:teuthology.orchestra.run.smithi040.stdout: "storage_classes": { 2023-12-06T06:55:41.094 INFO:teuthology.orchestra.run.smithi040.stdout: "STANDARD": { 2023-12-06T06:55:41.094 INFO:teuthology.orchestra.run.smithi040.stdout: "data_pool": "z.rgw.buckets.data" 2023-12-06T06:55:41.094 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T06:55:41.094 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:55:41.094 INFO:teuthology.orchestra.run.smithi040.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2023-12-06T06:55:41.094 INFO:teuthology.orchestra.run.smithi040.stdout: "index_type": 0 2023-12-06T06:55:41.094 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T06:55:41.094 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T06:55:41.094 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T06:55:41.094 INFO:teuthology.orchestra.run.smithi040.stdout: "realm_id": "b0ed4442-5eff-40be-9b41-03a4c141f36b", 2023-12-06T06:55:41.094 INFO:teuthology.orchestra.run.smithi040.stdout: "notif_pool": "z.rgw.log:notif" 2023-12-06T06:55:41.094 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T06:55:41.409 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:55:41 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:55:41] "GET /metrics HTTP/1.1" 200 191492 "" "Prometheus/2.33.4" 2023-12-06T06:55:41.409 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:55:41 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:55:41.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:41 smithi040 bash[30799]: cluster 2023-12-06T06:55:41.095411+0000 mgr.y (mgr.14457) 106 : cluster [DBG] pgmap v73: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 1 op/s 2023-12-06T06:55:41.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:41 smithi040 bash[25004]: cluster 2023-12-06T06:55:41.095411+0000 mgr.y (mgr.14457) 106 : cluster [DBG] pgmap v73: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 1 op/s 2023-12-06T06:55:41.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:41 smithi141 bash[25168]: cluster 2023-12-06T06:55:41.095411+0000 mgr.y (mgr.14457) 106 : cluster [DBG] pgmap v73: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 1 op/s 2023-12-06T06:55:41.770 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2023-12-06T06:55:44.415 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:44 smithi040 bash[25004]: cluster 2023-12-06T06:55:43.096312+0000 mgr.y (mgr.14457) 107 : cluster [DBG] pgmap v74: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 787 B/s rd, 1.8 KiB/s wr, 3 op/s 2023-12-06T06:55:44.415 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:44 smithi040 bash[30799]: cluster 2023-12-06T06:55:43.096312+0000 mgr.y (mgr.14457) 107 : cluster [DBG] pgmap v74: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 787 B/s rd, 1.8 KiB/s wr, 3 op/s 2023-12-06T06:55:44.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:44 smithi141 bash[25168]: cluster 2023-12-06T06:55:43.096312+0000 mgr.y (mgr.14457) 107 : cluster [DBG] pgmap v74: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 787 B/s rd, 1.8 KiB/s wr, 3 op/s 2023-12-06T06:55:45.778 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:55:45 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:55:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:55:46.447 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:46 smithi040 bash[25004]: cluster 2023-12-06T06:55:45.096906+0000 mgr.y (mgr.14457) 108 : cluster [DBG] pgmap v75: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 711 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-06T06:55:46.447 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:46 smithi040 bash[25004]: cluster 2023-12-06T06:55:45.168734+0000 mon.a (mon.0) 869 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-06T06:55:46.447 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:46 smithi040 bash[25004]: audit 2023-12-06T06:55:45.175999+0000 mon.c (mon.1) 82 : audit [INF] from='client.? 172.21.15.40:0/598104086' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-06T06:55:46.447 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:46 smithi040 bash[25004]: audit 2023-12-06T06:55:45.176458+0000 mon.a (mon.0) 870 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-06T06:55:46.447 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:46 smithi040 bash[25004]: audit 2023-12-06T06:55:45.490317+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:46.447 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:46 smithi040 bash[25004]: audit 2023-12-06T06:55:45.499593+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:46.448 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:46 smithi040 bash[30799]: cluster 2023-12-06T06:55:45.096906+0000 mgr.y (mgr.14457) 108 : cluster [DBG] pgmap v75: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 711 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-06T06:55:46.448 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:46 smithi040 bash[30799]: cluster 2023-12-06T06:55:45.168734+0000 mon.a (mon.0) 869 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-06T06:55:46.448 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:46 smithi040 bash[30799]: audit 2023-12-06T06:55:45.175999+0000 mon.c (mon.1) 82 : audit [INF] from='client.? 172.21.15.40:0/598104086' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-06T06:55:46.448 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:46 smithi040 bash[30799]: audit 2023-12-06T06:55:45.176458+0000 mon.a (mon.0) 870 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-06T06:55:46.448 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:46 smithi040 bash[30799]: audit 2023-12-06T06:55:45.490317+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:46.448 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:46 smithi040 bash[30799]: audit 2023-12-06T06:55:45.499593+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:46.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:46 smithi141 bash[25168]: cluster 2023-12-06T06:55:45.096906+0000 mgr.y (mgr.14457) 108 : cluster [DBG] pgmap v75: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 711 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-06T06:55:46.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:46 smithi141 bash[25168]: cluster 2023-12-06T06:55:45.168734+0000 mon.a (mon.0) 869 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-06T06:55:46.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:46 smithi141 bash[25168]: audit 2023-12-06T06:55:45.175999+0000 mon.c (mon.1) 82 : audit [INF] from='client.? 172.21.15.40:0/598104086' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-06T06:55:46.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:46 smithi141 bash[25168]: audit 2023-12-06T06:55:45.176458+0000 mon.a (mon.0) 870 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-06T06:55:46.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:46 smithi141 bash[25168]: audit 2023-12-06T06:55:45.490317+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:46.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:46 smithi141 bash[25168]: audit 2023-12-06T06:55:45.499593+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:47.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:47 smithi141 bash[25168]: audit 2023-12-06T06:55:46.172266+0000 mon.a (mon.0) 873 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-06T06:55:47.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:47 smithi141 bash[25168]: cluster 2023-12-06T06:55:46.172624+0000 mon.a (mon.0) 874 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-06T06:55:47.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:47 smithi040 bash[25004]: audit 2023-12-06T06:55:46.172266+0000 mon.a (mon.0) 873 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-06T06:55:47.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:47 smithi040 bash[25004]: cluster 2023-12-06T06:55:46.172624+0000 mon.a (mon.0) 874 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-06T06:55:47.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:47 smithi040 bash[30799]: audit 2023-12-06T06:55:46.172266+0000 mon.a (mon.0) 873 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-06T06:55:47.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:47 smithi040 bash[30799]: cluster 2023-12-06T06:55:46.172624+0000 mon.a (mon.0) 874 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-06T06:55:48.278 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:55:48 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:55:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:55:48.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:48 smithi040 bash[25004]: cluster 2023-12-06T06:55:47.097981+0000 mgr.y (mgr.14457) 109 : cluster [DBG] pgmap v78: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 1023 B/s wr, 4 op/s 2023-12-06T06:55:48.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:48 smithi040 bash[25004]: cluster 2023-12-06T06:55:47.191815+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-06T06:55:48.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:48 smithi040 bash[25004]: audit 2023-12-06T06:55:47.193960+0000 mon.c (mon.1) 83 : audit [INF] from='client.? 172.21.15.40:0/598104086' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-06T06:55:48.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:48 smithi040 bash[25004]: audit 2023-12-06T06:55:47.194790+0000 mon.a (mon.0) 876 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-06T06:55:48.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:48 smithi040 bash[25004]: audit 2023-12-06T06:55:48.189142+0000 mon.a (mon.0) 877 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-06T06:55:48.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:48 smithi040 bash[25004]: cluster 2023-12-06T06:55:48.189617+0000 mon.a (mon.0) 878 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-06T06:55:48.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:48 smithi040 bash[30799]: cluster 2023-12-06T06:55:47.097981+0000 mgr.y (mgr.14457) 109 : cluster [DBG] pgmap v78: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 1023 B/s wr, 4 op/s 2023-12-06T06:55:48.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:48 smithi040 bash[30799]: cluster 2023-12-06T06:55:47.191815+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-06T06:55:48.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:48 smithi040 bash[30799]: audit 2023-12-06T06:55:47.193960+0000 mon.c (mon.1) 83 : audit [INF] from='client.? 172.21.15.40:0/598104086' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-06T06:55:48.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:48 smithi040 bash[30799]: audit 2023-12-06T06:55:47.194790+0000 mon.a (mon.0) 876 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-06T06:55:48.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:48 smithi040 bash[30799]: audit 2023-12-06T06:55:48.189142+0000 mon.a (mon.0) 877 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-06T06:55:48.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:48 smithi040 bash[30799]: cluster 2023-12-06T06:55:48.189617+0000 mon.a (mon.0) 878 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-06T06:55:48.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:48 smithi141 bash[25168]: cluster 2023-12-06T06:55:47.097981+0000 mgr.y (mgr.14457) 109 : cluster [DBG] pgmap v78: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 1023 B/s wr, 4 op/s 2023-12-06T06:55:48.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:48 smithi141 bash[25168]: cluster 2023-12-06T06:55:47.191815+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-06T06:55:48.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:48 smithi141 bash[25168]: audit 2023-12-06T06:55:47.193960+0000 mon.c (mon.1) 83 : audit [INF] from='client.? 172.21.15.40:0/598104086' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-06T06:55:48.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:48 smithi141 bash[25168]: audit 2023-12-06T06:55:47.194790+0000 mon.a (mon.0) 876 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-06T06:55:48.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:48 smithi141 bash[25168]: audit 2023-12-06T06:55:48.189142+0000 mon.a (mon.0) 877 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-06T06:55:48.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:48 smithi141 bash[25168]: cluster 2023-12-06T06:55:48.189617+0000 mon.a (mon.0) 878 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-06T06:55:49.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:49 smithi040 bash[25004]: audit 2023-12-06T06:55:48.201418+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:49.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:49 smithi040 bash[25004]: audit 2023-12-06T06:55:48.220521+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:49.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:49 smithi040 bash[30799]: audit 2023-12-06T06:55:48.201418+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:49.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:49 smithi040 bash[30799]: audit 2023-12-06T06:55:48.220521+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:49.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:49 smithi141 bash[25168]: audit 2023-12-06T06:55:48.201418+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:49.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:49 smithi141 bash[25168]: audit 2023-12-06T06:55:48.220521+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:50.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:50 smithi040 bash[25004]: cluster 2023-12-06T06:55:49.098825+0000 mgr.y (mgr.14457) 110 : cluster [DBG] pgmap v81: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T06:55:50.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:50 smithi040 bash[25004]: cluster 2023-12-06T06:55:49.214384+0000 mon.a (mon.0) 881 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-06T06:55:50.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:50 smithi040 bash[25004]: audit 2023-12-06T06:55:49.217592+0000 mon.c (mon.1) 84 : audit [INF] from='client.? 172.21.15.40:0/3642800261' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T06:55:50.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:50 smithi040 bash[25004]: audit 2023-12-06T06:55:49.226853+0000 mon.a (mon.0) 882 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T06:55:50.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:50 smithi040 bash[25004]: audit 2023-12-06T06:55:50.215116+0000 mon.a (mon.0) 883 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-06T06:55:50.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:50 smithi040 bash[25004]: cluster 2023-12-06T06:55:50.215388+0000 mon.a (mon.0) 884 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-06T06:55:50.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:50 smithi040 bash[30799]: cluster 2023-12-06T06:55:49.098825+0000 mgr.y (mgr.14457) 110 : cluster [DBG] pgmap v81: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T06:55:50.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:50 smithi040 bash[30799]: cluster 2023-12-06T06:55:49.214384+0000 mon.a (mon.0) 881 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-06T06:55:50.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:50 smithi040 bash[30799]: audit 2023-12-06T06:55:49.217592+0000 mon.c (mon.1) 84 : audit [INF] from='client.? 172.21.15.40:0/3642800261' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T06:55:50.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:50 smithi040 bash[30799]: audit 2023-12-06T06:55:49.226853+0000 mon.a (mon.0) 882 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T06:55:50.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:50 smithi040 bash[30799]: audit 2023-12-06T06:55:50.215116+0000 mon.a (mon.0) 883 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-06T06:55:50.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:50 smithi040 bash[30799]: cluster 2023-12-06T06:55:50.215388+0000 mon.a (mon.0) 884 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-06T06:55:50.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:50 smithi141 bash[25168]: cluster 2023-12-06T06:55:49.098825+0000 mgr.y (mgr.14457) 110 : cluster [DBG] pgmap v81: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T06:55:50.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:50 smithi141 bash[25168]: cluster 2023-12-06T06:55:49.214384+0000 mon.a (mon.0) 881 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-06T06:55:50.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:50 smithi141 bash[25168]: audit 2023-12-06T06:55:49.217592+0000 mon.c (mon.1) 84 : audit [INF] from='client.? 172.21.15.40:0/3642800261' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T06:55:50.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:50 smithi141 bash[25168]: audit 2023-12-06T06:55:49.226853+0000 mon.a (mon.0) 882 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T06:55:50.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:50 smithi141 bash[25168]: audit 2023-12-06T06:55:50.215116+0000 mon.a (mon.0) 883 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-06T06:55:50.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:50 smithi141 bash[25168]: cluster 2023-12-06T06:55:50.215388+0000 mon.a (mon.0) 884 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-06T06:55:51.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:55:51 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:55:51.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:51 smithi141 bash[25168]: audit 2023-12-06T06:55:50.219110+0000 mon.c (mon.1) 85 : audit [INF] from='client.? 172.21.15.40:0/3642800261' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T06:55:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:51 smithi141 bash[25168]: audit 2023-12-06T06:55:50.220975+0000 mon.a (mon.0) 885 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T06:55:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:51 smithi141 bash[25168]: cluster 2023-12-06T06:55:51.099719+0000 mgr.y (mgr.14457) 111 : cluster [DBG] pgmap v84: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:51 smithi141 bash[25168]: audit 2023-12-06T06:55:51.214971+0000 mon.a (mon.0) 886 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T06:55:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:51 smithi141 bash[25168]: cluster 2023-12-06T06:55:51.215160+0000 mon.a (mon.0) 887 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-06T06:55:51.528 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:55:51 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:55:51] "GET /metrics HTTP/1.1" 200 194225 "" "Prometheus/2.33.4" 2023-12-06T06:55:51.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:51 smithi040 bash[25004]: audit 2023-12-06T06:55:50.219110+0000 mon.c (mon.1) 85 : audit [INF] from='client.? 172.21.15.40:0/3642800261' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T06:55:51.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:51 smithi040 bash[25004]: audit 2023-12-06T06:55:50.220975+0000 mon.a (mon.0) 885 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T06:55:51.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:51 smithi040 bash[25004]: cluster 2023-12-06T06:55:51.099719+0000 mgr.y (mgr.14457) 111 : cluster [DBG] pgmap v84: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:51.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:51 smithi040 bash[25004]: audit 2023-12-06T06:55:51.214971+0000 mon.a (mon.0) 886 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T06:55:51.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:51 smithi040 bash[25004]: cluster 2023-12-06T06:55:51.215160+0000 mon.a (mon.0) 887 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-06T06:55:51.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:51 smithi040 bash[30799]: audit 2023-12-06T06:55:50.219110+0000 mon.c (mon.1) 85 : audit [INF] from='client.? 172.21.15.40:0/3642800261' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T06:55:51.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:51 smithi040 bash[30799]: audit 2023-12-06T06:55:50.220975+0000 mon.a (mon.0) 885 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T06:55:51.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:51 smithi040 bash[30799]: cluster 2023-12-06T06:55:51.099719+0000 mgr.y (mgr.14457) 111 : cluster [DBG] pgmap v84: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:55:51.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:51 smithi040 bash[30799]: audit 2023-12-06T06:55:51.214971+0000 mon.a (mon.0) 886 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T06:55:51.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:51 smithi040 bash[30799]: cluster 2023-12-06T06:55:51.215160+0000 mon.a (mon.0) 887 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-06T06:55:52.315 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T06:55:52.316 INFO:teuthology.orchestra.run.smithi040.stdout: "id": "105d6beb-f4bc-48f3-ab4e-fdf6261927bf", 2023-12-06T06:55:52.316 INFO:teuthology.orchestra.run.smithi040.stdout: "epoch": 1, 2023-12-06T06:55:52.316 INFO:teuthology.orchestra.run.smithi040.stdout: "predecessor_uuid": "d35752c6-9756-4a7e-9537-bcd72754c2c9", 2023-12-06T06:55:52.316 INFO:teuthology.orchestra.run.smithi040.stdout: "sync_status": [], 2023-12-06T06:55:52.316 INFO:teuthology.orchestra.run.smithi040.stdout: "period_map": { 2023-12-06T06:55:52.316 INFO:teuthology.orchestra.run.smithi040.stdout: "id": "105d6beb-f4bc-48f3-ab4e-fdf6261927bf", 2023-12-06T06:55:52.316 INFO:teuthology.orchestra.run.smithi040.stdout: "zonegroups": [ 2023-12-06T06:55:52.316 INFO:teuthology.orchestra.run.smithi040.stdout: { 2023-12-06T06:55:52.316 INFO:teuthology.orchestra.run.smithi040.stdout: "id": "b1820b83-d82e-4ef9-baa8-4420a816a6ff", 2023-12-06T06:55:52.316 INFO:teuthology.orchestra.run.smithi040.stdout: "name": "default", 2023-12-06T06:55:52.316 INFO:teuthology.orchestra.run.smithi040.stdout: "api_name": "default", 2023-12-06T06:55:52.316 INFO:teuthology.orchestra.run.smithi040.stdout: "is_master": "true", 2023-12-06T06:55:52.316 INFO:teuthology.orchestra.run.smithi040.stdout: "endpoints": [], 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: "hostnames": [], 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: "hostnames_s3website": [], 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: "master_zone": "723ef400-4fc2-4acb-9afd-18f743495026", 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: "zones": [ 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: { 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: "id": "723ef400-4fc2-4acb-9afd-18f743495026", 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: "name": "z", 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: "endpoints": [], 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: "log_meta": "false", 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: "log_data": "false", 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: "bucket_index_max_shards": 11, 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: "read_only": "false", 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: "tier_type": "", 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: "sync_from_all": "true", 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: "sync_from": [], 2023-12-06T06:55:52.317 INFO:teuthology.orchestra.run.smithi040.stdout: "redirect_zone": "" 2023-12-06T06:55:52.318 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T06:55:52.318 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T06:55:52.318 INFO:teuthology.orchestra.run.smithi040.stdout: "placement_targets": [ 2023-12-06T06:55:52.318 INFO:teuthology.orchestra.run.smithi040.stdout: { 2023-12-06T06:55:52.318 INFO:teuthology.orchestra.run.smithi040.stdout: "name": "default-placement", 2023-12-06T06:55:52.318 INFO:teuthology.orchestra.run.smithi040.stdout: "tags": [], 2023-12-06T06:55:52.318 INFO:teuthology.orchestra.run.smithi040.stdout: "storage_classes": [ 2023-12-06T06:55:52.318 INFO:teuthology.orchestra.run.smithi040.stdout: "STANDARD" 2023-12-06T06:55:52.318 INFO:teuthology.orchestra.run.smithi040.stdout: ] 2023-12-06T06:55:52.318 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T06:55:52.318 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T06:55:52.318 INFO:teuthology.orchestra.run.smithi040.stdout: "default_placement": "default-placement", 2023-12-06T06:55:52.318 INFO:teuthology.orchestra.run.smithi040.stdout: "realm_id": "b0ed4442-5eff-40be-9b41-03a4c141f36b", 2023-12-06T06:55:52.318 INFO:teuthology.orchestra.run.smithi040.stdout: "sync_policy": { 2023-12-06T06:55:52.318 INFO:teuthology.orchestra.run.smithi040.stdout: "groups": [] 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: "short_zone_ids": [ 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: { 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: "key": "723ef400-4fc2-4acb-9afd-18f743495026", 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: "val": 800313647 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: ] 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: "master_zonegroup": "b1820b83-d82e-4ef9-baa8-4420a816a6ff", 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: "master_zone": "723ef400-4fc2-4acb-9afd-18f743495026", 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: "period_config": { 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: "bucket_quota": { 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: "enabled": false, 2023-12-06T06:55:52.319 INFO:teuthology.orchestra.run.smithi040.stdout: "check_on_raw": false, 2023-12-06T06:55:52.320 INFO:teuthology.orchestra.run.smithi040.stdout: "max_size": -1, 2023-12-06T06:55:52.320 INFO:teuthology.orchestra.run.smithi040.stdout: "max_size_kb": 0, 2023-12-06T06:55:52.320 INFO:teuthology.orchestra.run.smithi040.stdout: "max_objects": -1 2023-12-06T06:55:52.320 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:55:52.320 INFO:teuthology.orchestra.run.smithi040.stdout: "user_quota": { 2023-12-06T06:55:52.320 INFO:teuthology.orchestra.run.smithi040.stdout: "enabled": false, 2023-12-06T06:55:52.320 INFO:teuthology.orchestra.run.smithi040.stdout: "check_on_raw": false, 2023-12-06T06:55:52.320 INFO:teuthology.orchestra.run.smithi040.stdout: "max_size": -1, 2023-12-06T06:55:52.320 INFO:teuthology.orchestra.run.smithi040.stdout: "max_size_kb": 0, 2023-12-06T06:55:52.320 INFO:teuthology.orchestra.run.smithi040.stdout: "max_objects": -1 2023-12-06T06:55:52.320 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:55:52.320 INFO:teuthology.orchestra.run.smithi040.stdout: "user_ratelimit": { 2023-12-06T06:55:52.320 INFO:teuthology.orchestra.run.smithi040.stdout: "max_read_ops": 0, 2023-12-06T06:55:52.320 INFO:teuthology.orchestra.run.smithi040.stdout: "max_write_ops": 0, 2023-12-06T06:55:52.320 INFO:teuthology.orchestra.run.smithi040.stdout: "max_read_bytes": 0, 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: "max_write_bytes": 0, 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: "enabled": false 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: "bucket_ratelimit": { 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: "max_read_ops": 0, 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: "max_write_ops": 0, 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: "max_read_bytes": 0, 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: "max_write_bytes": 0, 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: "enabled": false 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: "anonymous_ratelimit": { 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: "max_read_ops": 0, 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: "max_write_ops": 0, 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: "max_read_bytes": 0, 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: "max_write_bytes": 0, 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: "enabled": false 2023-12-06T06:55:52.321 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T06:55:52.322 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:55:52.322 INFO:teuthology.orchestra.run.smithi040.stdout: "realm_id": "b0ed4442-5eff-40be-9b41-03a4c141f36b", 2023-12-06T06:55:52.322 INFO:teuthology.orchestra.run.smithi040.stdout: "realm_name": "r", 2023-12-06T06:55:52.322 INFO:teuthology.orchestra.run.smithi040.stdout: "realm_epoch": 2 2023-12-06T06:55:52.322 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T06:55:52.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:52 smithi040 bash[25004]: audit 2023-12-06T06:55:51.222706+0000 mon.c (mon.1) 86 : audit [INF] from='client.? 172.21.15.40:0/3642800261' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-06T06:55:52.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:52 smithi040 bash[25004]: audit 2023-12-06T06:55:51.223570+0000 mon.a (mon.0) 888 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-06T06:55:52.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:52 smithi040 bash[25004]: audit 2023-12-06T06:55:52.221255+0000 mon.a (mon.0) 889 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-06T06:55:52.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:52 smithi040 bash[25004]: cluster 2023-12-06T06:55:52.221494+0000 mon.a (mon.0) 890 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-06T06:55:52.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:52 smithi040 bash[30799]: audit 2023-12-06T06:55:51.222706+0000 mon.c (mon.1) 86 : audit [INF] from='client.? 172.21.15.40:0/3642800261' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-06T06:55:52.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:52 smithi040 bash[30799]: audit 2023-12-06T06:55:51.223570+0000 mon.a (mon.0) 888 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-06T06:55:52.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:52 smithi040 bash[30799]: audit 2023-12-06T06:55:52.221255+0000 mon.a (mon.0) 889 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-06T06:55:52.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:52 smithi040 bash[30799]: cluster 2023-12-06T06:55:52.221494+0000 mon.a (mon.0) 890 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-06T06:55:52.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:52 smithi141 bash[25168]: audit 2023-12-06T06:55:51.222706+0000 mon.c (mon.1) 86 : audit [INF] from='client.? 172.21.15.40:0/3642800261' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-06T06:55:52.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:52 smithi141 bash[25168]: audit 2023-12-06T06:55:51.223570+0000 mon.a (mon.0) 888 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-06T06:55:52.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:52 smithi141 bash[25168]: audit 2023-12-06T06:55:52.221255+0000 mon.a (mon.0) 889 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-06T06:55:52.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:52 smithi141 bash[25168]: cluster 2023-12-06T06:55:52.221494+0000 mon.a (mon.0) 890 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-06T06:55:53.020 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2023-12-06T06:55:53.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:53 smithi040 bash[30799]: cluster 2023-12-06T06:55:53.100481+0000 mgr.y (mgr.14457) 112 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2023-12-06T06:55:53.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:53 smithi040 bash[25004]: cluster 2023-12-06T06:55:53.100481+0000 mgr.y (mgr.14457) 112 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2023-12-06T06:55:53.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:53 smithi141 bash[25168]: cluster 2023-12-06T06:55:53.100481+0000 mgr.y (mgr.14457) 112 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2023-12-06T06:55:56.088 INFO:teuthology.orchestra.run.smithi040.stdout:Scheduled rgw.foo update... 2023-12-06T06:55:56.419 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[30799]: cluster 2023-12-06T06:55:55.101188+0000 mgr.y (mgr.14457) 113 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 173 B/s rd, 347 B/s wr, 1 op/s 2023-12-06T06:55:56.419 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[30799]: audit 2023-12-06T06:55:56.081965+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.419 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[30799]: audit 2023-12-06T06:55:56.090941+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:55:56.419 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[30799]: audit 2023-12-06T06:55:56.092524+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:55:56.419 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[30799]: audit 2023-12-06T06:55:56.101911+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.419 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[30799]: audit 2023-12-06T06:55:56.116458+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.419 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[30799]: audit 2023-12-06T06:55:56.124206+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.419 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[30799]: audit 2023-12-06T06:55:56.130194+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.419 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[30799]: audit 2023-12-06T06:55:56.131156+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi040.aeyrta", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:55:56.419 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[30799]: audit 2023-12-06T06:55:56.131529+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi040.aeyrta", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:55:56.420 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[30799]: audit 2023-12-06T06:55:56.135208+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi040.aeyrta", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:55:56.420 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[30799]: audit 2023-12-06T06:55:56.141319+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.420 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[30799]: audit 2023-12-06T06:55:56.146817+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:55:56.420 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[25004]: cluster 2023-12-06T06:55:55.101188+0000 mgr.y (mgr.14457) 113 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 173 B/s rd, 347 B/s wr, 1 op/s 2023-12-06T06:55:56.420 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[25004]: audit 2023-12-06T06:55:56.081965+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.420 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[25004]: audit 2023-12-06T06:55:56.090941+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:55:56.420 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[25004]: audit 2023-12-06T06:55:56.092524+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:55:56.420 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[25004]: audit 2023-12-06T06:55:56.101911+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.420 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[25004]: audit 2023-12-06T06:55:56.116458+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.420 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[25004]: audit 2023-12-06T06:55:56.124206+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.420 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[25004]: audit 2023-12-06T06:55:56.130194+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.420 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[25004]: audit 2023-12-06T06:55:56.131156+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi040.aeyrta", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:55:56.421 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[25004]: audit 2023-12-06T06:55:56.131529+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi040.aeyrta", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:55:56.421 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[25004]: audit 2023-12-06T06:55:56.135208+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi040.aeyrta", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:55:56.421 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[25004]: audit 2023-12-06T06:55:56.141319+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.421 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:56 smithi040 bash[25004]: audit 2023-12-06T06:55:56.146817+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:55:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:56 smithi141 bash[25168]: cluster 2023-12-06T06:55:55.101188+0000 mgr.y (mgr.14457) 113 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 173 B/s rd, 347 B/s wr, 1 op/s 2023-12-06T06:55:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:56 smithi141 bash[25168]: audit 2023-12-06T06:55:56.081965+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:56 smithi141 bash[25168]: audit 2023-12-06T06:55:56.090941+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:55:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:56 smithi141 bash[25168]: audit 2023-12-06T06:55:56.092524+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:55:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:56 smithi141 bash[25168]: audit 2023-12-06T06:55:56.101911+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:56 smithi141 bash[25168]: audit 2023-12-06T06:55:56.116458+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:56 smithi141 bash[25168]: audit 2023-12-06T06:55:56.124206+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:56 smithi141 bash[25168]: audit 2023-12-06T06:55:56.130194+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:56 smithi141 bash[25168]: audit 2023-12-06T06:55:56.131156+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi040.aeyrta", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:55:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:56 smithi141 bash[25168]: audit 2023-12-06T06:55:56.131529+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi040.aeyrta", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:55:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:56 smithi141 bash[25168]: audit 2023-12-06T06:55:56.135208+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi040.aeyrta", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:55:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:56 smithi141 bash[25168]: audit 2023-12-06T06:55:56.141319+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:55:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:56 smithi141 bash[25168]: audit 2023-12-06T06:55:56.146817+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:55:57.159 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch apply rgw smpl' 2023-12-06T06:55:57.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:57 smithi141 bash[25168]: audit 2023-12-06T06:55:56.071741+0000 mgr.y (mgr.14457) 114 : audit [DBG] from='client.24616 -' 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-06T06:55:57.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:57 smithi141 bash[25168]: cephadm 2023-12-06T06:55:56.076393+0000 mgr.y (mgr.14457) 115 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T06:55:57.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:57 smithi141 bash[25168]: cephadm 2023-12-06T06:55:56.125342+0000 mgr.y (mgr.14457) 116 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T06:55:57.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:57 smithi141 bash[25168]: cephadm 2023-12-06T06:55:56.148179+0000 mgr.y (mgr.14457) 117 : cephadm [INF] Deploying daemon rgw.foo.smithi040.aeyrta on smithi040 2023-12-06T06:55:57.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:57 smithi040 bash[25004]: audit 2023-12-06T06:55:56.071741+0000 mgr.y (mgr.14457) 114 : audit [DBG] from='client.24616 -' 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-06T06:55:57.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:57 smithi040 bash[25004]: cephadm 2023-12-06T06:55:56.076393+0000 mgr.y (mgr.14457) 115 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T06:55:57.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:57 smithi040 bash[25004]: cephadm 2023-12-06T06:55:56.125342+0000 mgr.y (mgr.14457) 116 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T06:55:57.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:57 smithi040 bash[25004]: cephadm 2023-12-06T06:55:56.148179+0000 mgr.y (mgr.14457) 117 : cephadm [INF] Deploying daemon rgw.foo.smithi040.aeyrta on smithi040 2023-12-06T06:55:57.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:57 smithi040 bash[30799]: audit 2023-12-06T06:55:56.071741+0000 mgr.y (mgr.14457) 114 : audit [DBG] from='client.24616 -' 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-06T06:55:57.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:57 smithi040 bash[30799]: cephadm 2023-12-06T06:55:56.076393+0000 mgr.y (mgr.14457) 115 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T06:55:57.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:57 smithi040 bash[30799]: cephadm 2023-12-06T06:55:56.125342+0000 mgr.y (mgr.14457) 116 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T06:55:57.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:57 smithi040 bash[30799]: cephadm 2023-12-06T06:55:56.148179+0000 mgr.y (mgr.14457) 117 : cephadm [INF] Deploying daemon rgw.foo.smithi040.aeyrta on smithi040 2023-12-06T06:55:58.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:55:58 smithi040 bash[25004]: cluster 2023-12-06T06:55:57.102726+0000 mgr.y (mgr.14457) 118 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-12-06T06:55:58.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:55:58 smithi040 bash[30799]: cluster 2023-12-06T06:55:57.102726+0000 mgr.y (mgr.14457) 118 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-12-06T06:55:58.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:55:58 smithi141 bash[25168]: cluster 2023-12-06T06:55:57.102726+0000 mgr.y (mgr.14457) 118 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-12-06T06:56:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:00 smithi141 bash[25168]: cluster 2023-12-06T06:55:59.103665+0000 mgr.y (mgr.14457) 119 : cluster [DBG] pgmap v90: 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-06T06:56:00.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:00 smithi141 bash[25168]: audit 2023-12-06T06:55:59.583954+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:00.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:00 smithi141 bash[25168]: audit 2023-12-06T06:55:59.586867+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi141.cdtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:00.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:00 smithi141 bash[25168]: audit 2023-12-06T06:55:59.587542+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi141.cdtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:00.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:00 smithi141 bash[25168]: audit 2023-12-06T06:55:59.592088+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi141.cdtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:56:00.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:00 smithi141 bash[25168]: audit 2023-12-06T06:55:59.600598+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:00.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:00 smithi141 bash[25168]: audit 2023-12-06T06:55:59.602232+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:00.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:00 smithi040 bash[30799]: cluster 2023-12-06T06:55:59.103665+0000 mgr.y (mgr.14457) 119 : cluster [DBG] pgmap v90: 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-06T06:56:00.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:00 smithi040 bash[30799]: audit 2023-12-06T06:55:59.583954+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:00.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:00 smithi040 bash[30799]: audit 2023-12-06T06:55:59.586867+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi141.cdtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:00.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:00 smithi040 bash[30799]: audit 2023-12-06T06:55:59.587542+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi141.cdtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:00.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:00 smithi040 bash[30799]: audit 2023-12-06T06:55:59.592088+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi141.cdtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:56:00.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:00 smithi040 bash[30799]: audit 2023-12-06T06:55:59.600598+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:00.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:00 smithi040 bash[30799]: audit 2023-12-06T06:55:59.602232+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:00.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:00 smithi040 bash[25004]: cluster 2023-12-06T06:55:59.103665+0000 mgr.y (mgr.14457) 119 : cluster [DBG] pgmap v90: 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-06T06:56:00.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:00 smithi040 bash[25004]: audit 2023-12-06T06:55:59.583954+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:00.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:00 smithi040 bash[25004]: audit 2023-12-06T06:55:59.586867+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi141.cdtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:00.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:00 smithi040 bash[25004]: audit 2023-12-06T06:55:59.587542+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi141.cdtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:00.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:00 smithi040 bash[25004]: audit 2023-12-06T06:55:59.592088+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi141.cdtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:56:00.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:00 smithi040 bash[25004]: audit 2023-12-06T06:55:59.600598+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:00.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:00 smithi040 bash[25004]: audit 2023-12-06T06:55:59.602232+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:01.033 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:56:01 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:56:01.202 INFO:teuthology.orchestra.run.smithi040.stdout:Scheduled rgw.smpl update... 2023-12-06T06:56:01.434 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:01 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:56:01] "GET /metrics HTTP/1.1" 200 196733 "" "Prometheus/2.33.4" 2023-12-06T06:56:01.434 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:01 smithi040 bash[30799]: cephadm 2023-12-06T06:55:59.603855+0000 mgr.y (mgr.14457) 120 : cephadm [INF] Deploying daemon rgw.foo.smithi141.cdtajj on smithi141 2023-12-06T06:56:01.435 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:01 smithi040 bash[25004]: cephadm 2023-12-06T06:55:59.603855+0000 mgr.y (mgr.14457) 120 : cephadm [INF] Deploying daemon rgw.foo.smithi141.cdtajj on smithi141 2023-12-06T06:56:01.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:01 smithi141 bash[25168]: cephadm 2023-12-06T06:55:59.603855+0000 mgr.y (mgr.14457) 120 : cephadm [INF] Deploying daemon rgw.foo.smithi141.cdtajj on smithi141 2023-12-06T06:56:02.105 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph osd pool create foo' 2023-12-06T06:56:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:02 smithi141 bash[25168]: cluster 2023-12-06T06:56:01.104260+0000 mgr.y (mgr.14457) 121 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 828 B/s rd, 931 B/s wr, 2 op/s 2023-12-06T06:56:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:02 smithi141 bash[25168]: audit 2023-12-06T06:56:01.192110+0000 mgr.y (mgr.14457) 122 : audit [DBG] from='client.14721 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:56:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:02 smithi141 bash[25168]: cephadm 2023-12-06T06:56:01.193282+0000 mgr.y (mgr.14457) 123 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T06:56:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:02 smithi141 bash[25168]: audit 2023-12-06T06:56:01.198671+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:02 smithi141 bash[25168]: audit 2023-12-06T06:56:02.140424+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:02 smithi141 bash[25168]: audit 2023-12-06T06:56:02.145464+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:02 smithi141 bash[25168]: audit 2023-12-06T06:56:02.146812+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:02.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:02 smithi040 bash[30799]: cluster 2023-12-06T06:56:01.104260+0000 mgr.y (mgr.14457) 121 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 828 B/s rd, 931 B/s wr, 2 op/s 2023-12-06T06:56:02.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:02 smithi040 bash[30799]: audit 2023-12-06T06:56:01.192110+0000 mgr.y (mgr.14457) 122 : audit [DBG] from='client.14721 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:56:02.528 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:02 smithi040 bash[30799]: cephadm 2023-12-06T06:56:01.193282+0000 mgr.y (mgr.14457) 123 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T06:56:02.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:02 smithi040 bash[30799]: audit 2023-12-06T06:56:01.198671+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:02.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:02 smithi040 bash[30799]: audit 2023-12-06T06:56:02.140424+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:02.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:02 smithi040 bash[30799]: audit 2023-12-06T06:56:02.145464+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:02.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:02 smithi040 bash[30799]: audit 2023-12-06T06:56:02.146812+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:02.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:02 smithi040 bash[25004]: cluster 2023-12-06T06:56:01.104260+0000 mgr.y (mgr.14457) 121 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 828 B/s rd, 931 B/s wr, 2 op/s 2023-12-06T06:56:02.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:02 smithi040 bash[25004]: audit 2023-12-06T06:56:01.192110+0000 mgr.y (mgr.14457) 122 : audit [DBG] from='client.14721 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:56:02.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:02 smithi040 bash[25004]: cephadm 2023-12-06T06:56:01.193282+0000 mgr.y (mgr.14457) 123 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T06:56:02.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:02 smithi040 bash[25004]: audit 2023-12-06T06:56:01.198671+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:02.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:02 smithi040 bash[25004]: audit 2023-12-06T06:56:02.140424+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:02.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:02 smithi040 bash[25004]: audit 2023-12-06T06:56:02.145464+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:02.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:02 smithi040 bash[25004]: audit 2023-12-06T06:56:02.146812+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:03.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:03 smithi141 bash[25168]: cephadm 2023-12-06T06:56:02.154417+0000 mgr.y (mgr.14457) 124 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T06:56:03.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:03 smithi141 bash[25168]: audit 2023-12-06T06:56:02.655552+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:03.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:03 smithi141 bash[25168]: audit 2023-12-06T06:56:02.669901+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:03.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:03 smithi141 bash[25168]: audit 2023-12-06T06:56:02.681338+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:03.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:03 smithi141 bash[25168]: audit 2023-12-06T06:56:02.697288+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:03.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:03 smithi141 bash[25168]: audit 2023-12-06T06:56:02.698555+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:03.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:03 smithi141 bash[25168]: audit 2023-12-06T06:56:03.073326+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:03.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:03 smithi040 bash[25004]: cephadm 2023-12-06T06:56:02.154417+0000 mgr.y (mgr.14457) 124 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T06:56:03.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:03 smithi040 bash[25004]: audit 2023-12-06T06:56:02.655552+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:03.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:03 smithi040 bash[25004]: audit 2023-12-06T06:56:02.669901+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:03.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:03 smithi040 bash[25004]: audit 2023-12-06T06:56:02.681338+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:03.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:03 smithi040 bash[25004]: audit 2023-12-06T06:56:02.697288+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:03.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:03 smithi040 bash[25004]: audit 2023-12-06T06:56:02.698555+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:03.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:03 smithi040 bash[25004]: audit 2023-12-06T06:56:03.073326+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:03.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:03 smithi040 bash[30799]: cephadm 2023-12-06T06:56:02.154417+0000 mgr.y (mgr.14457) 124 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T06:56:03.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:03 smithi040 bash[30799]: audit 2023-12-06T06:56:02.655552+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:03.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:03 smithi040 bash[30799]: audit 2023-12-06T06:56:02.669901+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:03.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:03 smithi040 bash[30799]: audit 2023-12-06T06:56:02.681338+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:03.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:03 smithi040 bash[30799]: audit 2023-12-06T06:56:02.697288+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:03.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:03 smithi040 bash[30799]: audit 2023-12-06T06:56:02.698555+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:03.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:03 smithi040 bash[30799]: audit 2023-12-06T06:56:03.073326+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:04.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:04 smithi040 bash[30799]: cephadm 2023-12-06T06:56:02.686732+0000 mgr.y (mgr.14457) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:04.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:04 smithi040 bash[30799]: cephadm 2023-12-06T06:56:02.703798+0000 mgr.y (mgr.14457) 126 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T06:56:04.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:04 smithi040 bash[30799]: cephadm 2023-12-06T06:56:03.076808+0000 mgr.y (mgr.14457) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:04.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:04 smithi040 bash[30799]: cluster 2023-12-06T06:56:03.106057+0000 mgr.y (mgr.14457) 128 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 3.7 KiB/s wr, 75 op/s 2023-12-06T06:56:04.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:04 smithi040 bash[25004]: cephadm 2023-12-06T06:56:02.686732+0000 mgr.y (mgr.14457) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:04.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:04 smithi040 bash[25004]: cephadm 2023-12-06T06:56:02.703798+0000 mgr.y (mgr.14457) 126 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T06:56:04.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:04 smithi040 bash[25004]: cephadm 2023-12-06T06:56:03.076808+0000 mgr.y (mgr.14457) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:04.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:04 smithi040 bash[25004]: cluster 2023-12-06T06:56:03.106057+0000 mgr.y (mgr.14457) 128 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 3.7 KiB/s wr, 75 op/s 2023-12-06T06:56:04.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:04 smithi141 bash[25168]: cephadm 2023-12-06T06:56:02.686732+0000 mgr.y (mgr.14457) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:04.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:04 smithi141 bash[25168]: cephadm 2023-12-06T06:56:02.703798+0000 mgr.y (mgr.14457) 126 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T06:56:04.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:04 smithi141 bash[25168]: cephadm 2023-12-06T06:56:03.076808+0000 mgr.y (mgr.14457) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:04.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:04 smithi141 bash[25168]: cluster 2023-12-06T06:56:03.106057+0000 mgr.y (mgr.14457) 128 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 3.7 KiB/s wr, 75 op/s 2023-12-06T06:56:05.278 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:05 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:56:05] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:56:06.369 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:06 smithi141 bash[25168]: cluster 2023-12-06T06:56:05.106529+0000 mgr.y (mgr.14457) 129 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 3.3 KiB/s wr, 68 op/s 2023-12-06T06:56:06.370 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:06 smithi141 bash[25168]: audit 2023-12-06T06:56:05.110835+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:06.370 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:06 smithi141 bash[25168]: audit 2023-12-06T06:56:05.469281+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:06.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:06 smithi040 bash[25004]: cluster 2023-12-06T06:56:05.106529+0000 mgr.y (mgr.14457) 129 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 3.3 KiB/s wr, 68 op/s 2023-12-06T06:56:06.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:06 smithi040 bash[25004]: audit 2023-12-06T06:56:05.110835+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:06.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:06 smithi040 bash[25004]: audit 2023-12-06T06:56:05.469281+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:06.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:06 smithi040 bash[30799]: cluster 2023-12-06T06:56:05.106529+0000 mgr.y (mgr.14457) 129 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 3.3 KiB/s wr, 68 op/s 2023-12-06T06:56:06.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:06 smithi040 bash[30799]: audit 2023-12-06T06:56:05.110835+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:06.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:06 smithi040 bash[30799]: audit 2023-12-06T06:56:05.469281+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:07.143 INFO:teuthology.orchestra.run.smithi040.stderr:pool 'foo' created 2023-12-06T06:56:07.414 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:07 smithi040 bash[25004]: audit 2023-12-06T06:56:06.502728+0000 mon.a (mon.0) 911 : audit [INF] from='client.? 172.21.15.40:0/2070921497' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T06:56:07.414 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:07 smithi040 bash[30799]: audit 2023-12-06T06:56:06.502728+0000 mon.a (mon.0) 911 : audit [INF] from='client.? 172.21.15.40:0/2070921497' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T06:56:07.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:07 smithi141 bash[25168]: audit 2023-12-06T06:56:06.502728+0000 mon.a (mon.0) 911 : audit [INF] from='client.? 172.21.15.40:0/2070921497' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T06:56:07.920 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'rbd pool init foo' 2023-12-06T06:56:08.146 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:07 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:56:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:56:08.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:08 smithi141 bash[25168]: cluster 2023-12-06T06:56:07.107861+0000 mgr.y (mgr.14457) 130 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 100 KiB/s rd, 3.6 KiB/s wr, 185 op/s 2023-12-06T06:56:08.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:08 smithi141 bash[25168]: audit 2023-12-06T06:56:07.129009+0000 mon.a (mon.0) 912 : audit [INF] from='client.? 172.21.15.40:0/2070921497' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-06T06:56:08.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:08 smithi141 bash[25168]: cluster 2023-12-06T06:56:07.129091+0000 mon.a (mon.0) 913 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-06T06:56:08.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:08 smithi141 bash[25168]: audit 2023-12-06T06:56:07.901794+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:08.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:08 smithi040 bash[25004]: cluster 2023-12-06T06:56:07.107861+0000 mgr.y (mgr.14457) 130 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 100 KiB/s rd, 3.6 KiB/s wr, 185 op/s 2023-12-06T06:56:08.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:08 smithi040 bash[25004]: audit 2023-12-06T06:56:07.129009+0000 mon.a (mon.0) 912 : audit [INF] from='client.? 172.21.15.40:0/2070921497' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-06T06:56:08.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:08 smithi040 bash[25004]: cluster 2023-12-06T06:56:07.129091+0000 mon.a (mon.0) 913 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-06T06:56:08.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:08 smithi040 bash[25004]: audit 2023-12-06T06:56:07.901794+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:08.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:08 smithi040 bash[30799]: cluster 2023-12-06T06:56:07.107861+0000 mgr.y (mgr.14457) 130 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 100 KiB/s rd, 3.6 KiB/s wr, 185 op/s 2023-12-06T06:56:08.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:08 smithi040 bash[30799]: audit 2023-12-06T06:56:07.129009+0000 mon.a (mon.0) 912 : audit [INF] from='client.? 172.21.15.40:0/2070921497' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-06T06:56:08.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:08 smithi040 bash[30799]: cluster 2023-12-06T06:56:07.129091+0000 mon.a (mon.0) 913 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-06T06:56:08.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:08 smithi040 bash[30799]: audit 2023-12-06T06:56:07.901794+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:09.157 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:08 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:56:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:56:09.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:09 smithi141 bash[25168]: cluster 2023-12-06T06:56:08.135450+0000 mon.a (mon.0) 915 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-06T06:56:09.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:09 smithi141 bash[25168]: audit 2023-12-06T06:56:08.832926+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:09.528 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:09 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:56:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:56:09.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:09 smithi040 bash[25004]: cluster 2023-12-06T06:56:08.135450+0000 mon.a (mon.0) 915 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-06T06:56:09.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:09 smithi040 bash[25004]: audit 2023-12-06T06:56:08.832926+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:09.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:09 smithi040 bash[30799]: cluster 2023-12-06T06:56:08.135450+0000 mon.a (mon.0) 915 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-06T06:56:09.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:09 smithi040 bash[30799]: audit 2023-12-06T06:56:08.832926+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:09.897 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:09 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:56:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:56:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:10 smithi141 bash[25168]: cluster 2023-12-06T06:56:09.108692+0000 mgr.y (mgr.14457) 131 : cluster [DBG] pgmap v97: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 148 KiB/s rd, 4.5 KiB/s wr, 275 op/s 2023-12-06T06:56:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:10 smithi141 bash[25168]: cluster 2023-12-06T06:56:09.149302+0000 mon.a (mon.0) 917 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-06T06:56:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:10 smithi141 bash[25168]: audit 2023-12-06T06:56:09.188403+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:10 smithi141 bash[25168]: audit 2023-12-06T06:56:09.197533+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:10 smithi141 bash[25168]: audit 2023-12-06T06:56:09.544262+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:10 smithi141 bash[25168]: audit 2023-12-06T06:56:09.556560+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:10 smithi141 bash[25168]: audit 2023-12-06T06:56:09.565995+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:10 smithi141 bash[25168]: audit 2023-12-06T06:56:09.567835+0000 mon.c (mon.1) 98 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:10 smithi141 bash[25168]: audit 2023-12-06T06:56:09.579320+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:10 smithi141 bash[25168]: audit 2023-12-06T06:56:09.597059+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:10 smithi141 bash[25168]: audit 2023-12-06T06:56:09.598553+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi040.lyhfbk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:10 smithi141 bash[25168]: audit 2023-12-06T06:56:09.599424+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi040.lyhfbk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:10 smithi141 bash[25168]: audit 2023-12-06T06:56:09.607074+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi040.lyhfbk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:56:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:10 smithi141 bash[25168]: audit 2023-12-06T06:56:09.615329+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:10 smithi141 bash[25168]: audit 2023-12-06T06:56:09.619053+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:10.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[30799]: cluster 2023-12-06T06:56:09.108692+0000 mgr.y (mgr.14457) 131 : cluster [DBG] pgmap v97: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 148 KiB/s rd, 4.5 KiB/s wr, 275 op/s 2023-12-06T06:56:10.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[30799]: cluster 2023-12-06T06:56:09.149302+0000 mon.a (mon.0) 917 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-06T06:56:10.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[30799]: audit 2023-12-06T06:56:09.188403+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[30799]: audit 2023-12-06T06:56:09.197533+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[30799]: audit 2023-12-06T06:56:09.544262+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[30799]: audit 2023-12-06T06:56:09.556560+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[30799]: audit 2023-12-06T06:56:09.565995+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:10.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[30799]: audit 2023-12-06T06:56:09.567835+0000 mon.c (mon.1) 98 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:10.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[30799]: audit 2023-12-06T06:56:09.579320+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[30799]: audit 2023-12-06T06:56:09.597059+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[30799]: audit 2023-12-06T06:56:09.598553+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi040.lyhfbk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:10.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[30799]: audit 2023-12-06T06:56:09.599424+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi040.lyhfbk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:10.494 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[30799]: audit 2023-12-06T06:56:09.607074+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi040.lyhfbk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:56:10.494 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[30799]: audit 2023-12-06T06:56:09.615329+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.494 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[30799]: audit 2023-12-06T06:56:09.619053+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:10.494 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[25004]: cluster 2023-12-06T06:56:09.108692+0000 mgr.y (mgr.14457) 131 : cluster [DBG] pgmap v97: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 148 KiB/s rd, 4.5 KiB/s wr, 275 op/s 2023-12-06T06:56:10.494 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[25004]: cluster 2023-12-06T06:56:09.149302+0000 mon.a (mon.0) 917 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-06T06:56:10.494 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[25004]: audit 2023-12-06T06:56:09.188403+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.494 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[25004]: audit 2023-12-06T06:56:09.197533+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.494 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[25004]: audit 2023-12-06T06:56:09.544262+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.494 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[25004]: audit 2023-12-06T06:56:09.556560+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.494 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[25004]: audit 2023-12-06T06:56:09.565995+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:10.494 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[25004]: audit 2023-12-06T06:56:09.567835+0000 mon.c (mon.1) 98 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:10.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[25004]: audit 2023-12-06T06:56:09.579320+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[25004]: audit 2023-12-06T06:56:09.597059+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[25004]: audit 2023-12-06T06:56:09.598553+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi040.lyhfbk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:10.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[25004]: audit 2023-12-06T06:56:09.599424+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi040.lyhfbk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:10.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[25004]: audit 2023-12-06T06:56:09.607074+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi040.lyhfbk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:56:10.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[25004]: audit 2023-12-06T06:56:09.615329+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:10.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:10 smithi040 bash[25004]: audit 2023-12-06T06:56:09.619053+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:11.427 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:11 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:56:11] "GET /metrics HTTP/1.1" 200 196733 "" "Prometheus/2.33.4" 2023-12-06T06:56:11.427 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:11 smithi040 bash[25004]: cephadm 2023-12-06T06:56:09.590594+0000 mgr.y (mgr.14457) 132 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T06:56:11.427 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:11 smithi040 bash[25004]: cephadm 2023-12-06T06:56:09.620962+0000 mgr.y (mgr.14457) 133 : cephadm [INF] Deploying daemon rgw.smpl.smithi040.lyhfbk on smithi040 2023-12-06T06:56:11.428 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:11 smithi040 bash[30799]: cephadm 2023-12-06T06:56:09.590594+0000 mgr.y (mgr.14457) 132 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T06:56:11.428 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:11 smithi040 bash[30799]: cephadm 2023-12-06T06:56:09.620962+0000 mgr.y (mgr.14457) 133 : cephadm [INF] Deploying daemon rgw.smpl.smithi040.lyhfbk on smithi040 2023-12-06T06:56:11.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:56:11 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:56:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:11 smithi141 bash[25168]: cephadm 2023-12-06T06:56:09.590594+0000 mgr.y (mgr.14457) 132 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T06:56:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:11 smithi141 bash[25168]: cephadm 2023-12-06T06:56:09.620962+0000 mgr.y (mgr.14457) 133 : cephadm [INF] Deploying daemon rgw.smpl.smithi040.lyhfbk on smithi040 2023-12-06T06:56:12.418 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:12 smithi040 bash[30799]: cluster 2023-12-06T06:56:11.109634+0000 mgr.y (mgr.14457) 134 : cluster [DBG] pgmap v99: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 142 KiB/s rd, 511 B/s wr, 233 op/s 2023-12-06T06:56:12.418 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:12 smithi040 bash[30799]: audit 2023-12-06T06:56:11.694220+0000 mon.c (mon.1) 101 : audit [INF] from='client.? 172.21.15.40:0/457518430' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T06:56:12.418 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:12 smithi040 bash[30799]: audit 2023-12-06T06:56:11.694689+0000 mon.a (mon.0) 927 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T06:56:12.418 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:12 smithi040 bash[25004]: cluster 2023-12-06T06:56:11.109634+0000 mgr.y (mgr.14457) 134 : cluster [DBG] pgmap v99: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 142 KiB/s rd, 511 B/s wr, 233 op/s 2023-12-06T06:56:12.419 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:12 smithi040 bash[25004]: audit 2023-12-06T06:56:11.694220+0000 mon.c (mon.1) 101 : audit [INF] from='client.? 172.21.15.40:0/457518430' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T06:56:12.419 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:12 smithi040 bash[25004]: audit 2023-12-06T06:56:11.694689+0000 mon.a (mon.0) 927 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T06:56:12.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:12 smithi141 bash[25168]: cluster 2023-12-06T06:56:11.109634+0000 mgr.y (mgr.14457) 134 : cluster [DBG] pgmap v99: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 142 KiB/s rd, 511 B/s wr, 233 op/s 2023-12-06T06:56:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:12 smithi141 bash[25168]: audit 2023-12-06T06:56:11.694220+0000 mon.c (mon.1) 101 : audit [INF] from='client.? 172.21.15.40:0/457518430' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T06:56:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:12 smithi141 bash[25168]: audit 2023-12-06T06:56:11.694689+0000 mon.a (mon.0) 927 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T06:56:13.427 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:13 smithi141 bash[25168]: audit 2023-12-06T06:56:12.411464+0000 mon.a (mon.0) 928 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-06T06:56:13.427 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:13 smithi141 bash[25168]: cluster 2023-12-06T06:56:12.411675+0000 mon.a (mon.0) 929 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-06T06:56:13.427 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:13 smithi141 bash[25168]: audit 2023-12-06T06:56:12.795151+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:13.427 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:13 smithi141 bash[25168]: audit 2023-12-06T06:56:12.798142+0000 mon.c (mon.1) 102 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi141.nwuffv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:13.427 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:13 smithi141 bash[25168]: audit 2023-12-06T06:56:12.798675+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi141.nwuffv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:13.427 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:13 smithi141 bash[25168]: audit 2023-12-06T06:56:12.804339+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi141.nwuffv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:56:13.427 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:13 smithi141 bash[25168]: audit 2023-12-06T06:56:12.811438+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:13.427 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:13 smithi141 bash[25168]: audit 2023-12-06T06:56:12.813069+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:13.427 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:13 smithi141 bash[25168]: cephadm 2023-12-06T06:56:12.814444+0000 mgr.y (mgr.14457) 135 : cephadm [INF] Deploying daemon rgw.smpl.smithi141.nwuffv on smithi141 2023-12-06T06:56:13.428 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:13 smithi141 bash[25168]: cluster 2023-12-06T06:56:13.110450+0000 mgr.y (mgr.14457) 136 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:56:13.694 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[30799]: audit 2023-12-06T06:56:12.411464+0000 mon.a (mon.0) 928 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-06T06:56:13.695 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[30799]: cluster 2023-12-06T06:56:12.411675+0000 mon.a (mon.0) 929 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-06T06:56:13.695 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[30799]: audit 2023-12-06T06:56:12.795151+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:13.695 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[30799]: audit 2023-12-06T06:56:12.798142+0000 mon.c (mon.1) 102 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi141.nwuffv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:13.695 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[30799]: audit 2023-12-06T06:56:12.798675+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi141.nwuffv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:13.695 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[30799]: audit 2023-12-06T06:56:12.804339+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi141.nwuffv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:56:13.695 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[30799]: audit 2023-12-06T06:56:12.811438+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:13.695 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[30799]: audit 2023-12-06T06:56:12.813069+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:13.695 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[30799]: cephadm 2023-12-06T06:56:12.814444+0000 mgr.y (mgr.14457) 135 : cephadm [INF] Deploying daemon rgw.smpl.smithi141.nwuffv on smithi141 2023-12-06T06:56:13.695 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[30799]: cluster 2023-12-06T06:56:13.110450+0000 mgr.y (mgr.14457) 136 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:56:13.695 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[25004]: audit 2023-12-06T06:56:12.411464+0000 mon.a (mon.0) 928 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-06T06:56:13.695 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[25004]: cluster 2023-12-06T06:56:12.411675+0000 mon.a (mon.0) 929 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-06T06:56:13.696 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[25004]: audit 2023-12-06T06:56:12.795151+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:13.696 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[25004]: audit 2023-12-06T06:56:12.798142+0000 mon.c (mon.1) 102 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi141.nwuffv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:13.696 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[25004]: audit 2023-12-06T06:56:12.798675+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi141.nwuffv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T06:56:13.696 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[25004]: audit 2023-12-06T06:56:12.804339+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi141.nwuffv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T06:56:13.696 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[25004]: audit 2023-12-06T06:56:12.811438+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:13.696 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[25004]: audit 2023-12-06T06:56:12.813069+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:13.696 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[25004]: cephadm 2023-12-06T06:56:12.814444+0000 mgr.y (mgr.14457) 135 : cephadm [INF] Deploying daemon rgw.smpl.smithi141.nwuffv on smithi141 2023-12-06T06:56:13.696 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:13 smithi040 bash[25004]: cluster 2023-12-06T06:56:13.110450+0000 mgr.y (mgr.14457) 136 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:56:14.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:14 smithi141 bash[25168]: cluster 2023-12-06T06:56:13.414200+0000 mon.a (mon.0) 934 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-06T06:56:14.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:14 smithi040 bash[25004]: cluster 2023-12-06T06:56:13.414200+0000 mon.a (mon.0) 934 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-06T06:56:14.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:14 smithi040 bash[30799]: cluster 2023-12-06T06:56:13.414200+0000 mon.a (mon.0) 934 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-06T06:56:15.186 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch apply iscsi foo u p' 2023-12-06T06:56:15.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:15 smithi141 bash[25168]: cluster 2023-12-06T06:56:14.437867+0000 mon.a (mon.0) 935 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-06T06:56:15.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:15 smithi141 bash[25168]: cluster 2023-12-06T06:56:15.111228+0000 mgr.y (mgr.14457) 137 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:56:15.778 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:15 smithi040 bash[25004]: cluster 2023-12-06T06:56:14.437867+0000 mon.a (mon.0) 935 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-06T06:56:15.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:15 smithi040 bash[25004]: cluster 2023-12-06T06:56:15.111228+0000 mgr.y (mgr.14457) 137 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:56:15.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:15 smithi040 bash[30799]: cluster 2023-12-06T06:56:14.437867+0000 mon.a (mon.0) 935 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-06T06:56:15.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:15 smithi040 bash[30799]: cluster 2023-12-06T06:56:15.111228+0000 mgr.y (mgr.14457) 137 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:56:16.590 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[25004]: audit 2023-12-06T06:56:15.445808+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:16.590 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[25004]: audit 2023-12-06T06:56:15.476410+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:16.590 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[25004]: audit 2023-12-06T06:56:15.477906+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:16.591 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[25004]: cephadm 2023-12-06T06:56:15.488355+0000 mgr.y (mgr.14457) 138 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T06:56:16.591 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[25004]: audit 2023-12-06T06:56:15.496119+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:16.591 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[25004]: audit 2023-12-06T06:56:15.786725+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:16.591 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[25004]: cephadm 2023-12-06T06:56:15.788341+0000 mgr.y (mgr.14457) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:16.591 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[25004]: audit 2023-12-06T06:56:15.796207+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:16.591 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[25004]: audit 2023-12-06T06:56:15.797344+0000 mon.c (mon.1) 107 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:16.591 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[25004]: cephadm 2023-12-06T06:56:15.802353+0000 mgr.y (mgr.14457) 140 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T06:56:16.591 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[25004]: audit 2023-12-06T06:56:16.094840+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:16.591 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[25004]: cephadm 2023-12-06T06:56:16.095709+0000 mgr.y (mgr.14457) 141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:16.591 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[30799]: audit 2023-12-06T06:56:15.445808+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:16.591 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[30799]: audit 2023-12-06T06:56:15.476410+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:16.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[30799]: audit 2023-12-06T06:56:15.477906+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:16.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[30799]: cephadm 2023-12-06T06:56:15.488355+0000 mgr.y (mgr.14457) 138 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T06:56:16.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[30799]: audit 2023-12-06T06:56:15.496119+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:16.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[30799]: audit 2023-12-06T06:56:15.786725+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:16.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[30799]: cephadm 2023-12-06T06:56:15.788341+0000 mgr.y (mgr.14457) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:16.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[30799]: audit 2023-12-06T06:56:15.796207+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:16.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[30799]: audit 2023-12-06T06:56:15.797344+0000 mon.c (mon.1) 107 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:16.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[30799]: cephadm 2023-12-06T06:56:15.802353+0000 mgr.y (mgr.14457) 140 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T06:56:16.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[30799]: audit 2023-12-06T06:56:16.094840+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:16.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:16 smithi040 bash[30799]: cephadm 2023-12-06T06:56:16.095709+0000 mgr.y (mgr.14457) 141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:16 smithi141 bash[25168]: audit 2023-12-06T06:56:15.445808+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:16 smithi141 bash[25168]: audit 2023-12-06T06:56:15.476410+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:16 smithi141 bash[25168]: audit 2023-12-06T06:56:15.477906+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:16 smithi141 bash[25168]: cephadm 2023-12-06T06:56:15.488355+0000 mgr.y (mgr.14457) 138 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T06:56:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:16 smithi141 bash[25168]: audit 2023-12-06T06:56:15.496119+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:16 smithi141 bash[25168]: audit 2023-12-06T06:56:15.786725+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:16 smithi141 bash[25168]: cephadm 2023-12-06T06:56:15.788341+0000 mgr.y (mgr.14457) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:16 smithi141 bash[25168]: audit 2023-12-06T06:56:15.796207+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:16 smithi141 bash[25168]: audit 2023-12-06T06:56:15.797344+0000 mon.c (mon.1) 107 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:16 smithi141 bash[25168]: cephadm 2023-12-06T06:56:15.802353+0000 mgr.y (mgr.14457) 140 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T06:56:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:16 smithi141 bash[25168]: audit 2023-12-06T06:56:16.094840+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:16.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:16 smithi141 bash[25168]: cephadm 2023-12-06T06:56:16.095709+0000 mgr.y (mgr.14457) 141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:17.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:17 smithi141 bash[25168]: cluster 2023-12-06T06:56:17.112922+0000 mgr.y (mgr.14457) 142 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 74 MiB used, 715 GiB / 715 GiB avail; 119 KiB/s rd, 511 B/s wr, 179 op/s 2023-12-06T06:56:17.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:17 smithi040 bash[25004]: cluster 2023-12-06T06:56:17.112922+0000 mgr.y (mgr.14457) 142 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 74 MiB used, 715 GiB / 715 GiB avail; 119 KiB/s rd, 511 B/s wr, 179 op/s 2023-12-06T06:56:17.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:17 smithi040 bash[30799]: cluster 2023-12-06T06:56:17.112922+0000 mgr.y (mgr.14457) 142 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 74 MiB used, 715 GiB / 715 GiB avail; 119 KiB/s rd, 511 B/s wr, 179 op/s 2023-12-06T06:56:18.334 INFO:teuthology.orchestra.run.smithi040.stdout:Scheduled iscsi.foo update... 2023-12-06T06:56:19.354 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'sleep 120' 2023-12-06T06:56:19.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:19 smithi141 bash[25168]: audit 2023-12-06T06:56:18.318607+0000 mgr.y (mgr.14457) 143 : 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-06T06:56:19.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:19 smithi141 bash[25168]: cephadm 2023-12-06T06:56:18.322700+0000 mgr.y (mgr.14457) 144 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-06T06:56:19.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:19 smithi141 bash[25168]: audit 2023-12-06T06:56:18.330046+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:19.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:19 smithi141 bash[25168]: audit 2023-12-06T06:56:18.368028+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:19.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:19 smithi141 bash[25168]: audit 2023-12-06T06:56:18.369521+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:19.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:19 smithi141 bash[25168]: audit 2023-12-06T06:56:18.379670+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:19.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:19 smithi141 bash[25168]: cephadm 2023-12-06T06:56:18.384135+0000 mgr.y (mgr.14457) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:19.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:19 smithi141 bash[25168]: cluster 2023-12-06T06:56:19.113711+0000 mgr.y (mgr.14457) 146 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 74 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 458 B/s wr, 160 op/s 2023-12-06T06:56:19.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[25004]: audit 2023-12-06T06:56:18.318607+0000 mgr.y (mgr.14457) 143 : 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-06T06:56:19.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[25004]: cephadm 2023-12-06T06:56:18.322700+0000 mgr.y (mgr.14457) 144 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-06T06:56:19.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[25004]: audit 2023-12-06T06:56:18.330046+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:19.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[25004]: audit 2023-12-06T06:56:18.368028+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:19.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[25004]: audit 2023-12-06T06:56:18.369521+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:19.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[25004]: audit 2023-12-06T06:56:18.379670+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:19.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[25004]: cephadm 2023-12-06T06:56:18.384135+0000 mgr.y (mgr.14457) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:19.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[25004]: cluster 2023-12-06T06:56:19.113711+0000 mgr.y (mgr.14457) 146 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 74 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 458 B/s wr, 160 op/s 2023-12-06T06:56:19.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[30799]: audit 2023-12-06T06:56:18.318607+0000 mgr.y (mgr.14457) 143 : 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-06T06:56:19.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[30799]: cephadm 2023-12-06T06:56:18.322700+0000 mgr.y (mgr.14457) 144 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-06T06:56:19.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[30799]: audit 2023-12-06T06:56:18.330046+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:19.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[30799]: audit 2023-12-06T06:56:18.368028+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:19.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[30799]: audit 2023-12-06T06:56:18.369521+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:19.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[30799]: audit 2023-12-06T06:56:18.379670+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:19.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[30799]: cephadm 2023-12-06T06:56:18.384135+0000 mgr.y (mgr.14457) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:19.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:19 smithi040 bash[30799]: cluster 2023-12-06T06:56:19.113711+0000 mgr.y (mgr.14457) 146 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 74 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 458 B/s wr, 160 op/s 2023-12-06T06:56:21.407 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:21 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:56:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:56:21.407 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:21 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:56:21] "GET /metrics HTTP/1.1" 200 210634 "" "Prometheus/2.33.4" 2023-12-06T06:56:21.408 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:56:21 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:56:21.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:21 smithi040 bash[25004]: cluster 2023-12-06T06:56:20.406473+0000 mon.a (mon.0) 942 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-06T06:56:21.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:21 smithi040 bash[25004]: audit 2023-12-06T06:56:20.515896+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:21.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:21 smithi040 bash[25004]: audit 2023-12-06T06:56:21.029463+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:21.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:21 smithi040 bash[25004]: cluster 2023-12-06T06:56:21.114492+0000 mgr.y (mgr.14457) 147 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 74 MiB used, 715 GiB / 715 GiB avail; 93 KiB/s rd, 398 B/s wr, 139 op/s 2023-12-06T06:56:21.482 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:21 smithi040 bash[30799]: cluster 2023-12-06T06:56:20.406473+0000 mon.a (mon.0) 942 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-06T06:56:21.482 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:21 smithi040 bash[30799]: audit 2023-12-06T06:56:20.515896+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:21.482 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:21 smithi040 bash[30799]: audit 2023-12-06T06:56:21.029463+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:21.482 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:21 smithi040 bash[30799]: cluster 2023-12-06T06:56:21.114492+0000 mgr.y (mgr.14457) 147 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 74 MiB used, 715 GiB / 715 GiB avail; 93 KiB/s rd, 398 B/s wr, 139 op/s 2023-12-06T06:56:21.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:21 smithi141 bash[25168]: cluster 2023-12-06T06:56:20.406473+0000 mon.a (mon.0) 942 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-06T06:56:21.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:21 smithi141 bash[25168]: audit 2023-12-06T06:56:20.515896+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:21.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:21 smithi141 bash[25168]: audit 2023-12-06T06:56:21.029463+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:21.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:21 smithi141 bash[25168]: cluster 2023-12-06T06:56:21.114492+0000 mgr.y (mgr.14457) 147 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 74 MiB used, 715 GiB / 715 GiB avail; 93 KiB/s rd, 398 B/s wr, 139 op/s 2023-12-06T06:56:23.028 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:22 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:56:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:56:24.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:23 smithi040 bash[25004]: audit 2023-12-06T06:56:22.713743+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:24.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:23 smithi040 bash[25004]: audit 2023-12-06T06:56:22.724102+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:24.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:23 smithi040 bash[25004]: cluster 2023-12-06T06:56:23.116336+0000 mgr.y (mgr.14457) 148 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 158 KiB/s rd, 471 B/s wr, 239 op/s 2023-12-06T06:56:24.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:23 smithi040 bash[30799]: audit 2023-12-06T06:56:22.713743+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:24.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:23 smithi040 bash[30799]: audit 2023-12-06T06:56:22.724102+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:24.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:23 smithi040 bash[30799]: cluster 2023-12-06T06:56:23.116336+0000 mgr.y (mgr.14457) 148 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 158 KiB/s rd, 471 B/s wr, 239 op/s 2023-12-06T06:56:24.030 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:56:23 smithi040 bash[55797]: level=warn ts=2023-12-06T06:56:23.539Z 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.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs" 2023-12-06T06:56:24.030 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:56:23 smithi040 bash[55797]: level=warn ts=2023-12-06T06:56:23.539Z 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.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs" 2023-12-06T06:56:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:23 smithi141 bash[25168]: audit 2023-12-06T06:56:22.713743+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:23 smithi141 bash[25168]: audit 2023-12-06T06:56:22.724102+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:23 smithi141 bash[25168]: cluster 2023-12-06T06:56:23.116336+0000 mgr.y (mgr.14457) 148 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 158 KiB/s rd, 471 B/s wr, 239 op/s 2023-12-06T06:56:25.778 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:25 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:56:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:56:26.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:26 smithi040 bash[25004]: cluster 2023-12-06T06:56:25.117136+0000 mgr.y (mgr.14457) 149 : cluster [DBG] pgmap v110: 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-06T06:56:26.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:26 smithi040 bash[25004]: audit 2023-12-06T06:56:25.294495+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:26.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:26 smithi040 bash[30799]: cluster 2023-12-06T06:56:25.117136+0000 mgr.y (mgr.14457) 149 : cluster [DBG] pgmap v110: 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-06T06:56:26.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:26 smithi040 bash[30799]: audit 2023-12-06T06:56:25.294495+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:26.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:26 smithi141 bash[25168]: cluster 2023-12-06T06:56:25.117136+0000 mgr.y (mgr.14457) 149 : cluster [DBG] pgmap v110: 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-06T06:56:26.508 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:26 smithi141 bash[25168]: audit 2023-12-06T06:56:25.294495+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:27.168 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:26 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:56:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:56:28.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[30799]: audit 2023-12-06T06:56:26.817538+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:28.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[30799]: audit 2023-12-06T06:56:26.824381+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:28.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[30799]: audit 2023-12-06T06:56:26.828251+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:28.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[30799]: audit 2023-12-06T06:56:26.832242+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:28.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[30799]: audit 2023-12-06T06:56:26.844654+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:28.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[30799]: cephadm 2023-12-06T06:56:26.856563+0000 mgr.y (mgr.14457) 150 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-06T06:56:28.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[30799]: audit 2023-12-06T06:56:26.867545+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T06:56:28.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[30799]: audit 2023-12-06T06:56:26.868229+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T06:56:28.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[30799]: audit 2023-12-06T06:56:26.877151+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T06:56:28.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[30799]: audit 2023-12-06T06:56:26.890627+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:28.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[30799]: cephadm 2023-12-06T06:56:26.892823+0000 mgr.y (mgr.14457) 151 : cephadm [INF] Deploying daemon iscsi.foo.smithi040.vqsiqg on smithi040 2023-12-06T06:56:28.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[30799]: cluster 2023-12-06T06:56:27.118583+0000 mgr.y (mgr.14457) 152 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s rd, 102 B/s wr, 100 op/s 2023-12-06T06:56:28.157 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[25004]: audit 2023-12-06T06:56:26.817538+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:28.157 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[25004]: audit 2023-12-06T06:56:26.824381+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:28.157 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[25004]: audit 2023-12-06T06:56:26.828251+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:28.157 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[25004]: audit 2023-12-06T06:56:26.832242+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:28.157 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[25004]: audit 2023-12-06T06:56:26.844654+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:28.157 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[25004]: cephadm 2023-12-06T06:56:26.856563+0000 mgr.y (mgr.14457) 150 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-06T06:56:28.157 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[25004]: audit 2023-12-06T06:56:26.867545+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T06:56:28.157 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[25004]: audit 2023-12-06T06:56:26.868229+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T06:56:28.157 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[25004]: audit 2023-12-06T06:56:26.877151+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T06:56:28.157 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[25004]: audit 2023-12-06T06:56:26.890627+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:28.158 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[25004]: cephadm 2023-12-06T06:56:26.892823+0000 mgr.y (mgr.14457) 151 : cephadm [INF] Deploying daemon iscsi.foo.smithi040.vqsiqg on smithi040 2023-12-06T06:56:28.158 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:27 smithi040 bash[25004]: cluster 2023-12-06T06:56:27.118583+0000 mgr.y (mgr.14457) 152 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s rd, 102 B/s wr, 100 op/s 2023-12-06T06:56:28.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:27 smithi141 bash[25168]: audit 2023-12-06T06:56:26.817538+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:28.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:27 smithi141 bash[25168]: audit 2023-12-06T06:56:26.824381+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:28.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:27 smithi141 bash[25168]: audit 2023-12-06T06:56:26.828251+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:28.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:27 smithi141 bash[25168]: audit 2023-12-06T06:56:26.832242+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:28.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:27 smithi141 bash[25168]: audit 2023-12-06T06:56:26.844654+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:28.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:27 smithi141 bash[25168]: cephadm 2023-12-06T06:56:26.856563+0000 mgr.y (mgr.14457) 150 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-06T06:56:28.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:27 smithi141 bash[25168]: audit 2023-12-06T06:56:26.867545+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T06:56:28.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:27 smithi141 bash[25168]: audit 2023-12-06T06:56:26.868229+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T06:56:28.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:27 smithi141 bash[25168]: audit 2023-12-06T06:56:26.877151+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T06:56:28.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:27 smithi141 bash[25168]: audit 2023-12-06T06:56:26.890627+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:28.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:27 smithi141 bash[25168]: cephadm 2023-12-06T06:56:26.892823+0000 mgr.y (mgr.14457) 151 : cephadm [INF] Deploying daemon iscsi.foo.smithi040.vqsiqg on smithi040 2023-12-06T06:56:28.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:27 smithi141 bash[25168]: cluster 2023-12-06T06:56:27.118583+0000 mgr.y (mgr.14457) 152 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s rd, 102 B/s wr, 100 op/s 2023-12-06T06:56:30.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:29 smithi141 bash[25168]: cluster 2023-12-06T06:56:28.900309+0000 mon.a (mon.0) 953 : cluster [DBG] mgrmap e21: y(active, since 2m), standbys: x 2023-12-06T06:56:30.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:29 smithi141 bash[25168]: cluster 2023-12-06T06:56:29.119488+0000 mgr.y (mgr.14457) 153 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s rd, 102 B/s wr, 100 op/s 2023-12-06T06:56:30.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:29 smithi141 bash[25168]: audit 2023-12-06T06:56:29.336118+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:30.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:29 smithi141 bash[25168]: audit 2023-12-06T06:56:29.340777+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:30.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:29 smithi141 bash[25168]: audit 2023-12-06T06:56:29.342331+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:29 smithi141 bash[25168]: audit 2023-12-06T06:56:29.353092+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:29 smithi141 bash[25168]: audit 2023-12-06T06:56:29.362878+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T06:56:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:29 smithi141 bash[25168]: audit 2023-12-06T06:56:29.365272+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T06:56:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:29 smithi141 bash[25168]: audit 2023-12-06T06:56:29.373889+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:29 smithi141 bash[25168]: audit 2023-12-06T06:56:29.381654+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T06:56:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:29 smithi141 bash[25168]: audit 2023-12-06T06:56:29.399894+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:29 smithi141 bash[25168]: audit 2023-12-06T06:56:29.402652+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:29 smithi141 bash[25168]: audit 2023-12-06T06:56:29.403884+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:29 smithi141 bash[25168]: audit 2023-12-06T06:56:29.413268+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:30.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[25004]: cluster 2023-12-06T06:56:28.900309+0000 mon.a (mon.0) 953 : cluster [DBG] mgrmap e21: y(active, since 2m), standbys: x 2023-12-06T06:56:30.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[25004]: cluster 2023-12-06T06:56:29.119488+0000 mgr.y (mgr.14457) 153 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s rd, 102 B/s wr, 100 op/s 2023-12-06T06:56:30.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[25004]: audit 2023-12-06T06:56:29.336118+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:30.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[25004]: audit 2023-12-06T06:56:29.340777+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:30.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[25004]: audit 2023-12-06T06:56:29.342331+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:30.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[25004]: audit 2023-12-06T06:56:29.353092+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:30.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[25004]: audit 2023-12-06T06:56:29.362878+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T06:56:30.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[25004]: audit 2023-12-06T06:56:29.365272+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T06:56:30.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[25004]: audit 2023-12-06T06:56:29.373889+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:30.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[25004]: audit 2023-12-06T06:56:29.381654+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T06:56:30.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[25004]: audit 2023-12-06T06:56:29.399894+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:30.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[25004]: audit 2023-12-06T06:56:29.402652+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:30.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[25004]: audit 2023-12-06T06:56:29.403884+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:30.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[25004]: audit 2023-12-06T06:56:29.413268+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:30.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[30799]: cluster 2023-12-06T06:56:28.900309+0000 mon.a (mon.0) 953 : cluster [DBG] mgrmap e21: y(active, since 2m), standbys: x 2023-12-06T06:56:30.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[30799]: cluster 2023-12-06T06:56:29.119488+0000 mgr.y (mgr.14457) 153 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s rd, 102 B/s wr, 100 op/s 2023-12-06T06:56:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[30799]: audit 2023-12-06T06:56:29.336118+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[30799]: audit 2023-12-06T06:56:29.340777+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[30799]: audit 2023-12-06T06:56:29.342331+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[30799]: audit 2023-12-06T06:56:29.353092+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[30799]: audit 2023-12-06T06:56:29.362878+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T06:56:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[30799]: audit 2023-12-06T06:56:29.365272+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T06:56:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[30799]: audit 2023-12-06T06:56:29.373889+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[30799]: audit 2023-12-06T06:56:29.381654+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T06:56:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[30799]: audit 2023-12-06T06:56:29.399894+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[30799]: audit 2023-12-06T06:56:29.402652+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[30799]: audit 2023-12-06T06:56:29.403884+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:29 smithi040 bash[30799]: audit 2023-12-06T06:56:29.413268+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:31.206 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: cephadm 2023-12-06T06:56:29.354478+0000 mgr.y (mgr.14457) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:31.206 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:29.363685+0000 mgr.y (mgr.14457) 155 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T06:56:31.206 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: cephadm 2023-12-06T06:56:29.364953+0000 mgr.y (mgr.14457) 156 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.40:5000 to Dashboard 2023-12-06T06:56:31.206 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:29.365806+0000 mgr.y (mgr.14457) 157 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T06:56:31.206 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:29.386087+0000 mgr.y (mgr.14457) 158 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T06:56:31.206 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: cephadm 2023-12-06T06:56:29.413918+0000 mgr.y (mgr.14457) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:31.206 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:30.345024+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2023-12-06T06:56:31.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:30.345691+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-06T06:56:31.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:30.345982+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2023-12-06T06:56:31.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:30.346292+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-06T06:56:31.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:30.346845+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-06T06:56:31.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:30.347684+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-06T06:56:31.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:30.348428+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-06T06:56:31.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:30.348988+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-06T06:56:31.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:30.436771+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:56:31.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:30.437614+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:56:31.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:30.528112+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:31.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:30.698784+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:56:31.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[30799]: audit 2023-12-06T06:56:30.699820+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:56:31.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: cephadm 2023-12-06T06:56:29.354478+0000 mgr.y (mgr.14457) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:31.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:29.363685+0000 mgr.y (mgr.14457) 155 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T06:56:31.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: cephadm 2023-12-06T06:56:29.364953+0000 mgr.y (mgr.14457) 156 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.40:5000 to Dashboard 2023-12-06T06:56:31.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:29.365806+0000 mgr.y (mgr.14457) 157 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T06:56:31.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:29.386087+0000 mgr.y (mgr.14457) 158 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T06:56:31.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: cephadm 2023-12-06T06:56:29.413918+0000 mgr.y (mgr.14457) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:31.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:30.345024+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2023-12-06T06:56:31.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:30.345691+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-06T06:56:31.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:30.345982+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2023-12-06T06:56:31.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:30.346292+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-06T06:56:31.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:30.346845+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-06T06:56:31.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:30.347684+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-06T06:56:31.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:30.348428+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-06T06:56:31.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:30.348988+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-06T06:56:31.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:30.436771+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:56:31.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:30.437614+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:56:31.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:30.528112+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:31.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:30.698784+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:56:31.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:30 smithi040 bash[25004]: audit 2023-12-06T06:56:30.699820+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:56:31.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:56:31 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:56:31.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: cephadm 2023-12-06T06:56:29.354478+0000 mgr.y (mgr.14457) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:31.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:29.363685+0000 mgr.y (mgr.14457) 155 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T06:56:31.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: cephadm 2023-12-06T06:56:29.364953+0000 mgr.y (mgr.14457) 156 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.40:5000 to Dashboard 2023-12-06T06:56:31.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:29.365806+0000 mgr.y (mgr.14457) 157 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T06:56:31.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:29.386087+0000 mgr.y (mgr.14457) 158 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T06:56:31.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: cephadm 2023-12-06T06:56:29.413918+0000 mgr.y (mgr.14457) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T06:56:31.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:30.345024+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2023-12-06T06:56:31.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:30.345691+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-06T06:56:31.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:30.345982+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2023-12-06T06:56:31.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:30.346292+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-06T06:56:31.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:30.346845+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-06T06:56:31.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:30.347684+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-06T06:56:31.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:30.348428+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-06T06:56:31.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:30.348988+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-06T06:56:31.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:30.436771+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:56:31.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:30.437614+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:56:31.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:30.528112+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:31.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:30.698784+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:56:31.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:30 smithi141 bash[25168]: audit 2023-12-06T06:56:30.699820+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:56:31.528 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:31 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:56:31] "GET /metrics HTTP/1.1" 200 214852 "" "Prometheus/2.33.4" 2023-12-06T06:56:32.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:31 smithi141 bash[25168]: audit 2023-12-06T06:56:30.918236+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]': finished 2023-12-06T06:56:32.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:31 smithi141 bash[25168]: audit 2023-12-06T06:56:30.918366+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-12-06T06:56:32.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:31 smithi141 bash[25168]: audit 2023-12-06T06:56:30.918458+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-12-06T06:56:32.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:31 smithi141 bash[25168]: audit 2023-12-06T06:56:30.918546+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-06T06:56:32.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:31 smithi141 bash[25168]: cluster 2023-12-06T06:56:30.918632+0000 mon.a (mon.0) 970 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-06T06:56:32.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:31 smithi141 bash[25168]: cluster 2023-12-06T06:56:31.120254+0000 mgr.y (mgr.14457) 160 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s rd, 102 B/s wr, 100 op/s 2023-12-06T06:56:32.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:31 smithi040 bash[30799]: audit 2023-12-06T06:56:30.918236+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]': finished 2023-12-06T06:56:32.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:31 smithi040 bash[30799]: audit 2023-12-06T06:56:30.918366+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-12-06T06:56:32.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:31 smithi040 bash[30799]: audit 2023-12-06T06:56:30.918458+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-12-06T06:56:32.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:31 smithi040 bash[30799]: audit 2023-12-06T06:56:30.918546+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-06T06:56:32.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:31 smithi040 bash[30799]: cluster 2023-12-06T06:56:30.918632+0000 mon.a (mon.0) 970 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-06T06:56:32.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:31 smithi040 bash[30799]: cluster 2023-12-06T06:56:31.120254+0000 mgr.y (mgr.14457) 160 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s rd, 102 B/s wr, 100 op/s 2023-12-06T06:56:32.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:31 smithi040 bash[25004]: audit 2023-12-06T06:56:30.918236+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]': finished 2023-12-06T06:56:32.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:31 smithi040 bash[25004]: audit 2023-12-06T06:56:30.918366+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-12-06T06:56:32.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:31 smithi040 bash[25004]: audit 2023-12-06T06:56:30.918458+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-12-06T06:56:32.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:31 smithi040 bash[25004]: audit 2023-12-06T06:56:30.918546+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-06T06:56:32.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:31 smithi040 bash[25004]: cluster 2023-12-06T06:56:30.918632+0000 mon.a (mon.0) 970 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-06T06:56:32.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:31 smithi040 bash[25004]: cluster 2023-12-06T06:56:31.120254+0000 mgr.y (mgr.14457) 160 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s rd, 102 B/s wr, 100 op/s 2023-12-06T06:56:33.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:32 smithi141 bash[25168]: cluster 2023-12-06T06:56:31.923963+0000 mon.a (mon.0) 971 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-06T06:56:33.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:32 smithi141 bash[25168]: audit 2023-12-06T06:56:32.502540+0000 mon.a (mon.0) 972 : audit [DBG] from='client.? 172.21.15.40:0/601111870' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T06:56:33.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:32 smithi141 bash[25168]: audit 2023-12-06T06:56:32.877249+0000 mon.c (mon.1) 127 : audit [INF] from='client.? 172.21.15.40:0/1643365106' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/251732308"}]: dispatch 2023-12-06T06:56:33.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:32 smithi141 bash[25168]: audit 2023-12-06T06:56:32.878168+0000 mon.a (mon.0) 973 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/251732308"}]: dispatch 2023-12-06T06:56:33.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:32 smithi040 bash[30799]: cluster 2023-12-06T06:56:31.923963+0000 mon.a (mon.0) 971 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-06T06:56:33.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:32 smithi040 bash[30799]: audit 2023-12-06T06:56:32.502540+0000 mon.a (mon.0) 972 : audit [DBG] from='client.? 172.21.15.40:0/601111870' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T06:56:33.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:32 smithi040 bash[30799]: audit 2023-12-06T06:56:32.877249+0000 mon.c (mon.1) 127 : audit [INF] from='client.? 172.21.15.40:0/1643365106' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/251732308"}]: dispatch 2023-12-06T06:56:33.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:32 smithi040 bash[30799]: audit 2023-12-06T06:56:32.878168+0000 mon.a (mon.0) 973 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/251732308"}]: dispatch 2023-12-06T06:56:33.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:32 smithi040 bash[25004]: cluster 2023-12-06T06:56:31.923963+0000 mon.a (mon.0) 971 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-06T06:56:33.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:32 smithi040 bash[25004]: audit 2023-12-06T06:56:32.502540+0000 mon.a (mon.0) 972 : audit [DBG] from='client.? 172.21.15.40:0/601111870' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T06:56:33.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:32 smithi040 bash[25004]: audit 2023-12-06T06:56:32.877249+0000 mon.c (mon.1) 127 : audit [INF] from='client.? 172.21.15.40:0/1643365106' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/251732308"}]: dispatch 2023-12-06T06:56:33.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:32 smithi040 bash[25004]: audit 2023-12-06T06:56:32.878168+0000 mon.a (mon.0) 973 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/251732308"}]: dispatch 2023-12-06T06:56:33.749 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:56:33 smithi040 bash[55797]: level=error ts=2023-12-06T06:56:33.511Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs" 2023-12-06T06:56:33.749 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:56:33 smithi040 bash[55797]: level=warn ts=2023-12-06T06:56:33.515Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs" 2023-12-06T06:56:33.749 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:56:33 smithi040 bash[55797]: level=warn ts=2023-12-06T06:56:33.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs" 2023-12-06T06:56:34.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:33 smithi040 bash[30799]: audit 2023-12-06T06:56:32.935718+0000 mon.a (mon.0) 974 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/251732308"}]': finished 2023-12-06T06:56:34.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:33 smithi040 bash[30799]: cluster 2023-12-06T06:56:32.935845+0000 mon.a (mon.0) 975 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-06T06:56:34.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:33 smithi040 bash[30799]: cluster 2023-12-06T06:56:33.120982+0000 mgr.y (mgr.14457) 161 : cluster [DBG] pgmap v117: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:56:34.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:33 smithi040 bash[30799]: audit 2023-12-06T06:56:33.291719+0000 mon.a (mon.0) 976 : audit [INF] from='client.? 172.21.15.40:0/104650716' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/2591446810"}]: dispatch 2023-12-06T06:56:34.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:33 smithi040 bash[25004]: audit 2023-12-06T06:56:32.935718+0000 mon.a (mon.0) 974 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/251732308"}]': finished 2023-12-06T06:56:34.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:33 smithi040 bash[25004]: cluster 2023-12-06T06:56:32.935845+0000 mon.a (mon.0) 975 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-06T06:56:34.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:33 smithi040 bash[25004]: cluster 2023-12-06T06:56:33.120982+0000 mgr.y (mgr.14457) 161 : cluster [DBG] pgmap v117: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:56:34.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:33 smithi040 bash[25004]: audit 2023-12-06T06:56:33.291719+0000 mon.a (mon.0) 976 : audit [INF] from='client.? 172.21.15.40:0/104650716' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/2591446810"}]: dispatch 2023-12-06T06:56:34.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:33 smithi141 bash[25168]: audit 2023-12-06T06:56:32.935718+0000 mon.a (mon.0) 974 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/251732308"}]': finished 2023-12-06T06:56:34.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:33 smithi141 bash[25168]: cluster 2023-12-06T06:56:32.935845+0000 mon.a (mon.0) 975 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-06T06:56:34.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:33 smithi141 bash[25168]: cluster 2023-12-06T06:56:33.120982+0000 mgr.y (mgr.14457) 161 : cluster [DBG] pgmap v117: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:56:34.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:33 smithi141 bash[25168]: audit 2023-12-06T06:56:33.291719+0000 mon.a (mon.0) 976 : audit [INF] from='client.? 172.21.15.40:0/104650716' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/2591446810"}]: dispatch 2023-12-06T06:56:35.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:34 smithi141 bash[25168]: audit 2023-12-06T06:56:33.941021+0000 mon.a (mon.0) 977 : audit [INF] from='client.? 172.21.15.40:0/104650716' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/2591446810"}]': finished 2023-12-06T06:56:35.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:34 smithi141 bash[25168]: cluster 2023-12-06T06:56:33.941203+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-06T06:56:35.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:34 smithi141 bash[25168]: audit 2023-12-06T06:56:34.318544+0000 mon.a (mon.0) 979 : audit [INF] from='client.? 172.21.15.40:0/2358907560' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3161553703"}]: dispatch 2023-12-06T06:56:35.278 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:34 smithi040 bash[30799]: audit 2023-12-06T06:56:33.941021+0000 mon.a (mon.0) 977 : audit [INF] from='client.? 172.21.15.40:0/104650716' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/2591446810"}]': finished 2023-12-06T06:56:35.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:34 smithi040 bash[30799]: cluster 2023-12-06T06:56:33.941203+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-06T06:56:35.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:34 smithi040 bash[30799]: audit 2023-12-06T06:56:34.318544+0000 mon.a (mon.0) 979 : audit [INF] from='client.? 172.21.15.40:0/2358907560' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3161553703"}]: dispatch 2023-12-06T06:56:35.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:34 smithi040 bash[25004]: audit 2023-12-06T06:56:33.941021+0000 mon.a (mon.0) 977 : audit [INF] from='client.? 172.21.15.40:0/104650716' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/2591446810"}]': finished 2023-12-06T06:56:35.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:34 smithi040 bash[25004]: cluster 2023-12-06T06:56:33.941203+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-06T06:56:35.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:34 smithi040 bash[25004]: audit 2023-12-06T06:56:34.318544+0000 mon.a (mon.0) 979 : audit [INF] from='client.? 172.21.15.40:0/2358907560' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3161553703"}]: dispatch 2023-12-06T06:56:35.973 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:35 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:56:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:56:35.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:35 smithi040 bash[25004]: audit 2023-12-06T06:56:34.961880+0000 mon.a (mon.0) 980 : audit [INF] from='client.? 172.21.15.40:0/2358907560' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3161553703"}]': finished 2023-12-06T06:56:35.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:35 smithi040 bash[25004]: cluster 2023-12-06T06:56:34.962167+0000 mon.a (mon.0) 981 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-06T06:56:35.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:35 smithi040 bash[25004]: cluster 2023-12-06T06:56:35.121665+0000 mgr.y (mgr.14457) 162 : cluster [DBG] pgmap v120: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:56:36.248 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:35 smithi040 bash[30799]: audit 2023-12-06T06:56:34.961880+0000 mon.a (mon.0) 980 : audit [INF] from='client.? 172.21.15.40:0/2358907560' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3161553703"}]': finished 2023-12-06T06:56:36.248 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:35 smithi040 bash[30799]: cluster 2023-12-06T06:56:34.962167+0000 mon.a (mon.0) 981 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-06T06:56:36.248 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:35 smithi040 bash[30799]: cluster 2023-12-06T06:56:35.121665+0000 mgr.y (mgr.14457) 162 : cluster [DBG] pgmap v120: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:56:36.248 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:35 smithi040 bash[30799]: audit 2023-12-06T06:56:35.334577+0000 mon.a (mon.0) 982 : audit [INF] from='client.? 172.21.15.40:0/1486627643' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/122520861"}]: dispatch 2023-12-06T06:56:36.248 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:35 smithi040 bash[30799]: audit 2023-12-06T06:56:35.562007+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:36.248 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:35 smithi040 bash[25004]: audit 2023-12-06T06:56:35.334577+0000 mon.a (mon.0) 982 : audit [INF] from='client.? 172.21.15.40:0/1486627643' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/122520861"}]: dispatch 2023-12-06T06:56:36.248 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:35 smithi040 bash[25004]: audit 2023-12-06T06:56:35.562007+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:36.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:35 smithi141 bash[25168]: audit 2023-12-06T06:56:34.961880+0000 mon.a (mon.0) 980 : audit [INF] from='client.? 172.21.15.40:0/2358907560' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3161553703"}]': finished 2023-12-06T06:56:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:35 smithi141 bash[25168]: cluster 2023-12-06T06:56:34.962167+0000 mon.a (mon.0) 981 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-06T06:56:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:35 smithi141 bash[25168]: cluster 2023-12-06T06:56:35.121665+0000 mgr.y (mgr.14457) 162 : cluster [DBG] pgmap v120: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:56:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:35 smithi141 bash[25168]: audit 2023-12-06T06:56:35.334577+0000 mon.a (mon.0) 982 : audit [INF] from='client.? 172.21.15.40:0/1486627643' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/122520861"}]: dispatch 2023-12-06T06:56:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:35 smithi141 bash[25168]: audit 2023-12-06T06:56:35.562007+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:37.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:36 smithi141 bash[25168]: audit 2023-12-06T06:56:35.974455+0000 mon.a (mon.0) 984 : audit [INF] from='client.? 172.21.15.40:0/1486627643' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/122520861"}]': finished 2023-12-06T06:56:37.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:36 smithi141 bash[25168]: cluster 2023-12-06T06:56:35.974530+0000 mon.a (mon.0) 985 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-06T06:56:37.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:36 smithi141 bash[25168]: audit 2023-12-06T06:56:36.362301+0000 mon.c (mon.1) 128 : audit [INF] from='client.? 172.21.15.40:0/3003240157' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/2591446810"}]: dispatch 2023-12-06T06:56:37.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:36 smithi141 bash[25168]: audit 2023-12-06T06:56:36.363123+0000 mon.a (mon.0) 986 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/2591446810"}]: dispatch 2023-12-06T06:56:37.278 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:36 smithi040 bash[25004]: audit 2023-12-06T06:56:35.974455+0000 mon.a (mon.0) 984 : audit [INF] from='client.? 172.21.15.40:0/1486627643' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/122520861"}]': finished 2023-12-06T06:56:37.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:36 smithi040 bash[25004]: cluster 2023-12-06T06:56:35.974530+0000 mon.a (mon.0) 985 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-06T06:56:37.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:36 smithi040 bash[25004]: audit 2023-12-06T06:56:36.362301+0000 mon.c (mon.1) 128 : audit [INF] from='client.? 172.21.15.40:0/3003240157' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/2591446810"}]: dispatch 2023-12-06T06:56:37.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:36 smithi040 bash[25004]: audit 2023-12-06T06:56:36.363123+0000 mon.a (mon.0) 986 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/2591446810"}]: dispatch 2023-12-06T06:56:37.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:36 smithi040 bash[30799]: audit 2023-12-06T06:56:35.974455+0000 mon.a (mon.0) 984 : audit [INF] from='client.? 172.21.15.40:0/1486627643' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/122520861"}]': finished 2023-12-06T06:56:37.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:36 smithi040 bash[30799]: cluster 2023-12-06T06:56:35.974530+0000 mon.a (mon.0) 985 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-06T06:56:37.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:36 smithi040 bash[30799]: audit 2023-12-06T06:56:36.362301+0000 mon.c (mon.1) 128 : audit [INF] from='client.? 172.21.15.40:0/3003240157' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/2591446810"}]: dispatch 2023-12-06T06:56:37.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:36 smithi040 bash[30799]: audit 2023-12-06T06:56:36.363123+0000 mon.a (mon.0) 986 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/2591446810"}]: dispatch 2023-12-06T06:56:37.621 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:56:37] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:56:38.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[30799]: audit 2023-12-06T06:56:36.988733+0000 mon.a (mon.0) 987 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/2591446810"}]': finished 2023-12-06T06:56:38.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[30799]: cluster 2023-12-06T06:56:36.988894+0000 mon.a (mon.0) 988 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-06T06:56:38.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[30799]: cluster 2023-12-06T06:56:37.122151+0000 mgr.y (mgr.14457) 163 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s; 11 B/s, 0 objects/s recovering 2023-12-06T06:56:38.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[30799]: audit 2023-12-06T06:56:37.346671+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:38.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[30799]: audit 2023-12-06T06:56:37.349862+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:38.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[30799]: audit 2023-12-06T06:56:37.351093+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:38.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[30799]: audit 2023-12-06T06:56:37.354666+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:38.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[30799]: audit 2023-12-06T06:56:37.359918+0000 mon.a (mon.0) 991 : audit [INF] from='client.? 172.21.15.40:0/779601331' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/1321763795"}]: dispatch 2023-12-06T06:56:38.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[30799]: audit 2023-12-06T06:56:37.632865+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:38.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[30799]: audit 2023-12-06T06:56:37.644806+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[25004]: audit 2023-12-06T06:56:36.988733+0000 mon.a (mon.0) 987 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/2591446810"}]': finished 2023-12-06T06:56:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[25004]: cluster 2023-12-06T06:56:36.988894+0000 mon.a (mon.0) 988 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-06T06:56:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[25004]: cluster 2023-12-06T06:56:37.122151+0000 mgr.y (mgr.14457) 163 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s; 11 B/s, 0 objects/s recovering 2023-12-06T06:56:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[25004]: audit 2023-12-06T06:56:37.346671+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[25004]: audit 2023-12-06T06:56:37.349862+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[25004]: audit 2023-12-06T06:56:37.351093+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[25004]: audit 2023-12-06T06:56:37.354666+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[25004]: audit 2023-12-06T06:56:37.359918+0000 mon.a (mon.0) 991 : audit [INF] from='client.? 172.21.15.40:0/779601331' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/1321763795"}]: dispatch 2023-12-06T06:56:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[25004]: audit 2023-12-06T06:56:37.632865+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:37 smithi040 bash[25004]: audit 2023-12-06T06:56:37.644806+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:38.354 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:37 smithi141 bash[25168]: audit 2023-12-06T06:56:36.988733+0000 mon.a (mon.0) 987 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/2591446810"}]': finished 2023-12-06T06:56:38.354 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:37 smithi141 bash[25168]: cluster 2023-12-06T06:56:36.988894+0000 mon.a (mon.0) 988 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-06T06:56:38.354 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:37 smithi141 bash[25168]: cluster 2023-12-06T06:56:37.122151+0000 mgr.y (mgr.14457) 163 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s; 11 B/s, 0 objects/s recovering 2023-12-06T06:56:38.354 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:37 smithi141 bash[25168]: audit 2023-12-06T06:56:37.346671+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:38.354 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:37 smithi141 bash[25168]: audit 2023-12-06T06:56:37.349862+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:56:38.355 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:37 smithi141 bash[25168]: audit 2023-12-06T06:56:37.351093+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:56:38.355 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:37 smithi141 bash[25168]: audit 2023-12-06T06:56:37.354666+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:38.355 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:37 smithi141 bash[25168]: audit 2023-12-06T06:56:37.359918+0000 mon.a (mon.0) 991 : audit [INF] from='client.? 172.21.15.40:0/779601331' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/1321763795"}]: dispatch 2023-12-06T06:56:38.355 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:37 smithi141 bash[25168]: audit 2023-12-06T06:56:37.632865+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:38.355 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:37 smithi141 bash[25168]: audit 2023-12-06T06:56:37.644806+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:39.679 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:39 smithi141 bash[25168]: audit 2023-12-06T06:56:38.362599+0000 mon.a (mon.0) 994 : audit [INF] from='client.? 172.21.15.40:0/779601331' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/1321763795"}]': finished 2023-12-06T06:56:39.679 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:39 smithi141 bash[25168]: cluster 2023-12-06T06:56:38.362756+0000 mon.a (mon.0) 995 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-06T06:56:39.679 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:39 smithi141 bash[25168]: audit 2023-12-06T06:56:38.725011+0000 mon.a (mon.0) 996 : audit [INF] from='client.? 172.21.15.40:0/2496724176' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1012358952"}]: dispatch 2023-12-06T06:56:39.679 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:39 smithi141 bash[25168]: cluster 2023-12-06T06:56:39.122895+0000 mgr.y (mgr.14457) 164 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 245 B/s wr, 3 op/s; 11 B/s, 0 objects/s recovering 2023-12-06T06:56:39.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:39 smithi040 bash[25004]: audit 2023-12-06T06:56:38.362599+0000 mon.a (mon.0) 994 : audit [INF] from='client.? 172.21.15.40:0/779601331' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/1321763795"}]': finished 2023-12-06T06:56:39.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:39 smithi040 bash[25004]: cluster 2023-12-06T06:56:38.362756+0000 mon.a (mon.0) 995 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-06T06:56:39.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:39 smithi040 bash[25004]: audit 2023-12-06T06:56:38.725011+0000 mon.a (mon.0) 996 : audit [INF] from='client.? 172.21.15.40:0/2496724176' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1012358952"}]: dispatch 2023-12-06T06:56:39.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:39 smithi040 bash[25004]: cluster 2023-12-06T06:56:39.122895+0000 mgr.y (mgr.14457) 164 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 245 B/s wr, 3 op/s; 11 B/s, 0 objects/s recovering 2023-12-06T06:56:39.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:39 smithi040 bash[30799]: audit 2023-12-06T06:56:38.362599+0000 mon.a (mon.0) 994 : audit [INF] from='client.? 172.21.15.40:0/779601331' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/1321763795"}]': finished 2023-12-06T06:56:39.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:39 smithi040 bash[30799]: cluster 2023-12-06T06:56:38.362756+0000 mon.a (mon.0) 995 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-06T06:56:39.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:39 smithi040 bash[30799]: audit 2023-12-06T06:56:38.725011+0000 mon.a (mon.0) 996 : audit [INF] from='client.? 172.21.15.40:0/2496724176' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1012358952"}]: dispatch 2023-12-06T06:56:39.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:39 smithi040 bash[30799]: cluster 2023-12-06T06:56:39.122895+0000 mgr.y (mgr.14457) 164 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 245 B/s wr, 3 op/s; 11 B/s, 0 objects/s recovering 2023-12-06T06:56:40.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:40 smithi141 bash[25168]: audit 2023-12-06T06:56:39.369735+0000 mon.a (mon.0) 997 : audit [INF] from='client.? 172.21.15.40:0/2496724176' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1012358952"}]': finished 2023-12-06T06:56:40.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:40 smithi141 bash[25168]: cluster 2023-12-06T06:56:39.370216+0000 mon.a (mon.0) 998 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-06T06:56:40.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:40 smithi141 bash[25168]: audit 2023-12-06T06:56:39.736461+0000 mon.c (mon.1) 131 : audit [INF] from='client.? 172.21.15.40:0/2359683874' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1271801898"}]: dispatch 2023-12-06T06:56:40.560 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:40 smithi141 bash[25168]: audit 2023-12-06T06:56:39.737344+0000 mon.a (mon.0) 999 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1271801898"}]: dispatch 2023-12-06T06:56:40.779 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:40 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:56:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:56:40.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:40 smithi040 bash[25004]: audit 2023-12-06T06:56:39.369735+0000 mon.a (mon.0) 997 : audit [INF] from='client.? 172.21.15.40:0/2496724176' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1012358952"}]': finished 2023-12-06T06:56:40.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:40 smithi040 bash[25004]: cluster 2023-12-06T06:56:39.370216+0000 mon.a (mon.0) 998 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-06T06:56:40.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:40 smithi040 bash[25004]: audit 2023-12-06T06:56:39.736461+0000 mon.c (mon.1) 131 : audit [INF] from='client.? 172.21.15.40:0/2359683874' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1271801898"}]: dispatch 2023-12-06T06:56:40.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:40 smithi040 bash[25004]: audit 2023-12-06T06:56:39.737344+0000 mon.a (mon.0) 999 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1271801898"}]: dispatch 2023-12-06T06:56:40.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:40 smithi040 bash[30799]: audit 2023-12-06T06:56:39.369735+0000 mon.a (mon.0) 997 : audit [INF] from='client.? 172.21.15.40:0/2496724176' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1012358952"}]': finished 2023-12-06T06:56:40.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:40 smithi040 bash[30799]: cluster 2023-12-06T06:56:39.370216+0000 mon.a (mon.0) 998 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-06T06:56:40.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:40 smithi040 bash[30799]: audit 2023-12-06T06:56:39.736461+0000 mon.c (mon.1) 131 : audit [INF] from='client.? 172.21.15.40:0/2359683874' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1271801898"}]: dispatch 2023-12-06T06:56:40.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:40 smithi040 bash[30799]: audit 2023-12-06T06:56:39.737344+0000 mon.a (mon.0) 999 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1271801898"}]: dispatch 2023-12-06T06:56:41.394 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:56:41 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:56:41.395 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:41 smithi141 bash[25168]: audit 2023-12-06T06:56:40.388956+0000 mon.a (mon.0) 1000 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1271801898"}]': finished 2023-12-06T06:56:41.529 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:41 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:56:41] "GET /metrics HTTP/1.1" 200 214852 "" "Prometheus/2.33.4" 2023-12-06T06:56:41.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:41 smithi040 bash[25004]: audit 2023-12-06T06:56:40.388956+0000 mon.a (mon.0) 1000 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1271801898"}]': finished 2023-12-06T06:56:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:41 smithi040 bash[25004]: cluster 2023-12-06T06:56:40.389073+0000 mon.a (mon.0) 1001 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-06T06:56:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:41 smithi040 bash[25004]: audit 2023-12-06T06:56:40.533156+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:41 smithi040 bash[25004]: audit 2023-12-06T06:56:40.551263+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:41 smithi040 bash[25004]: audit 2023-12-06T06:56:40.750519+0000 mon.a (mon.0) 1004 : audit [INF] from='client.? 172.21.15.40:0/2837436672' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2175773298"}]: dispatch 2023-12-06T06:56:41.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:41 smithi040 bash[25004]: cluster 2023-12-06T06:56:41.123714+0000 mgr.y (mgr.14457) 165 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:56:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:41 smithi040 bash[30799]: audit 2023-12-06T06:56:40.388956+0000 mon.a (mon.0) 1000 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1271801898"}]': finished 2023-12-06T06:56:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:41 smithi040 bash[30799]: cluster 2023-12-06T06:56:40.389073+0000 mon.a (mon.0) 1001 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-06T06:56:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:41 smithi040 bash[30799]: audit 2023-12-06T06:56:40.533156+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:41 smithi040 bash[30799]: audit 2023-12-06T06:56:40.551263+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:41 smithi040 bash[30799]: audit 2023-12-06T06:56:40.750519+0000 mon.a (mon.0) 1004 : audit [INF] from='client.? 172.21.15.40:0/2837436672' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2175773298"}]: dispatch 2023-12-06T06:56:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:41 smithi040 bash[30799]: cluster 2023-12-06T06:56:41.123714+0000 mgr.y (mgr.14457) 165 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:56:41.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:41 smithi141 bash[25168]: cluster 2023-12-06T06:56:40.389073+0000 mon.a (mon.0) 1001 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-06T06:56:41.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:41 smithi141 bash[25168]: audit 2023-12-06T06:56:40.533156+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:41.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:41 smithi141 bash[25168]: audit 2023-12-06T06:56:40.551263+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:41.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:41 smithi141 bash[25168]: audit 2023-12-06T06:56:40.750519+0000 mon.a (mon.0) 1004 : audit [INF] from='client.? 172.21.15.40:0/2837436672' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2175773298"}]: dispatch 2023-12-06T06:56:41.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:41 smithi141 bash[25168]: cluster 2023-12-06T06:56:41.123714+0000 mgr.y (mgr.14457) 165 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-06T06:56:42.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:42 smithi141 bash[25168]: audit 2023-12-06T06:56:41.562829+0000 mon.a (mon.0) 1005 : audit [INF] from='client.? 172.21.15.40:0/2837436672' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2175773298"}]': finished 2023-12-06T06:56:42.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:42 smithi141 bash[25168]: cluster 2023-12-06T06:56:41.562990+0000 mon.a (mon.0) 1006 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-06T06:56:42.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:42 smithi141 bash[25168]: audit 2023-12-06T06:56:41.925937+0000 mon.c (mon.1) 132 : audit [INF] from='client.? 172.21.15.40:0/1310074596' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3773931278"}]: dispatch 2023-12-06T06:56:42.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:42 smithi141 bash[25168]: audit 2023-12-06T06:56:41.926691+0000 mon.a (mon.0) 1007 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3773931278"}]: dispatch 2023-12-06T06:56:42.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:42 smithi141 bash[25168]: audit 2023-12-06T06:56:41.968141+0000 mgr.y (mgr.14457) 166 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:56:43.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:42 smithi040 bash[25004]: audit 2023-12-06T06:56:41.562829+0000 mon.a (mon.0) 1005 : audit [INF] from='client.? 172.21.15.40:0/2837436672' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2175773298"}]': finished 2023-12-06T06:56:43.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:42 smithi040 bash[25004]: cluster 2023-12-06T06:56:41.562990+0000 mon.a (mon.0) 1006 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-06T06:56:43.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:42 smithi040 bash[25004]: audit 2023-12-06T06:56:41.925937+0000 mon.c (mon.1) 132 : audit [INF] from='client.? 172.21.15.40:0/1310074596' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3773931278"}]: dispatch 2023-12-06T06:56:43.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:42 smithi040 bash[25004]: audit 2023-12-06T06:56:41.926691+0000 mon.a (mon.0) 1007 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3773931278"}]: dispatch 2023-12-06T06:56:43.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:42 smithi040 bash[25004]: audit 2023-12-06T06:56:41.968141+0000 mgr.y (mgr.14457) 166 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:56:43.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:42 smithi040 bash[30799]: audit 2023-12-06T06:56:41.562829+0000 mon.a (mon.0) 1005 : audit [INF] from='client.? 172.21.15.40:0/2837436672' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2175773298"}]': finished 2023-12-06T06:56:43.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:42 smithi040 bash[30799]: cluster 2023-12-06T06:56:41.562990+0000 mon.a (mon.0) 1006 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-06T06:56:43.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:42 smithi040 bash[30799]: audit 2023-12-06T06:56:41.925937+0000 mon.c (mon.1) 132 : audit [INF] from='client.? 172.21.15.40:0/1310074596' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3773931278"}]: dispatch 2023-12-06T06:56:43.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:42 smithi040 bash[30799]: audit 2023-12-06T06:56:41.926691+0000 mon.a (mon.0) 1007 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3773931278"}]: dispatch 2023-12-06T06:56:43.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:42 smithi040 bash[30799]: audit 2023-12-06T06:56:41.968141+0000 mgr.y (mgr.14457) 166 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:56:43.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:43 smithi040 bash[30799]: audit 2023-12-06T06:56:42.566402+0000 mon.a (mon.0) 1008 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3773931278"}]': finished 2023-12-06T06:56:43.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:43 smithi040 bash[30799]: cluster 2023-12-06T06:56:42.566634+0000 mon.a (mon.0) 1009 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-06T06:56:43.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:43 smithi040 bash[30799]: audit 2023-12-06T06:56:42.932312+0000 mon.a (mon.0) 1010 : audit [INF] from='client.? 172.21.15.40:0/1591953062' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3147827817"}]: dispatch 2023-12-06T06:56:43.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:43 smithi040 bash[30799]: cluster 2023-12-06T06:56:43.124608+0000 mgr.y (mgr.14457) 167 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:56:43.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:43 smithi040 bash[25004]: audit 2023-12-06T06:56:42.566402+0000 mon.a (mon.0) 1008 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3773931278"}]': finished 2023-12-06T06:56:43.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:43 smithi040 bash[25004]: cluster 2023-12-06T06:56:42.566634+0000 mon.a (mon.0) 1009 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-06T06:56:43.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:43 smithi040 bash[25004]: audit 2023-12-06T06:56:42.932312+0000 mon.a (mon.0) 1010 : audit [INF] from='client.? 172.21.15.40:0/1591953062' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3147827817"}]: dispatch 2023-12-06T06:56:43.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:43 smithi040 bash[25004]: cluster 2023-12-06T06:56:43.124608+0000 mgr.y (mgr.14457) 167 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:56:43.782 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:56:43 smithi040 bash[55797]: level=error ts=2023-12-06T06:56:43.512Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs" 2023-12-06T06:56:43.783 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:56:43 smithi040 bash[55797]: level=warn ts=2023-12-06T06:56:43.517Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs" 2023-12-06T06:56:43.783 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:56:43 smithi040 bash[55797]: level=warn ts=2023-12-06T06:56:43.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs" 2023-12-06T06:56:43.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:43 smithi141 bash[25168]: audit 2023-12-06T06:56:42.566402+0000 mon.a (mon.0) 1008 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3773931278"}]': finished 2023-12-06T06:56:43.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:43 smithi141 bash[25168]: cluster 2023-12-06T06:56:42.566634+0000 mon.a (mon.0) 1009 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-06T06:56:43.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:43 smithi141 bash[25168]: audit 2023-12-06T06:56:42.932312+0000 mon.a (mon.0) 1010 : audit [INF] from='client.? 172.21.15.40:0/1591953062' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3147827817"}]: dispatch 2023-12-06T06:56:43.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:43 smithi141 bash[25168]: cluster 2023-12-06T06:56:43.124608+0000 mgr.y (mgr.14457) 167 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:56:44.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:44 smithi141 bash[25168]: audit 2023-12-06T06:56:43.585676+0000 mon.a (mon.0) 1011 : audit [INF] from='client.? 172.21.15.40:0/1591953062' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3147827817"}]': finished 2023-12-06T06:56:44.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:44 smithi141 bash[25168]: cluster 2023-12-06T06:56:43.586039+0000 mon.a (mon.0) 1012 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-06T06:56:44.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:44 smithi141 bash[25168]: audit 2023-12-06T06:56:43.961978+0000 mon.a (mon.0) 1013 : audit [INF] from='client.? 172.21.15.40:0/1594738033' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3279711392"}]: dispatch 2023-12-06T06:56:45.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:44 smithi040 bash[25004]: audit 2023-12-06T06:56:43.585676+0000 mon.a (mon.0) 1011 : audit [INF] from='client.? 172.21.15.40:0/1591953062' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3147827817"}]': finished 2023-12-06T06:56:45.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:44 smithi040 bash[25004]: cluster 2023-12-06T06:56:43.586039+0000 mon.a (mon.0) 1012 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-06T06:56:45.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:44 smithi040 bash[25004]: audit 2023-12-06T06:56:43.961978+0000 mon.a (mon.0) 1013 : audit [INF] from='client.? 172.21.15.40:0/1594738033' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3279711392"}]: dispatch 2023-12-06T06:56:45.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:44 smithi040 bash[30799]: audit 2023-12-06T06:56:43.585676+0000 mon.a (mon.0) 1011 : audit [INF] from='client.? 172.21.15.40:0/1591953062' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3147827817"}]': finished 2023-12-06T06:56:45.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:44 smithi040 bash[30799]: cluster 2023-12-06T06:56:43.586039+0000 mon.a (mon.0) 1012 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-06T06:56:45.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:44 smithi040 bash[30799]: audit 2023-12-06T06:56:43.961978+0000 mon.a (mon.0) 1013 : audit [INF] from='client.? 172.21.15.40:0/1594738033' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3279711392"}]: dispatch 2023-12-06T06:56:45.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:45 smithi141 bash[25168]: audit 2023-12-06T06:56:44.597282+0000 mon.a (mon.0) 1014 : audit [INF] from='client.? 172.21.15.40:0/1594738033' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3279711392"}]': finished 2023-12-06T06:56:45.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:45 smithi141 bash[25168]: cluster 2023-12-06T06:56:44.597527+0000 mon.a (mon.0) 1015 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-06T06:56:45.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:45 smithi141 bash[25168]: audit 2023-12-06T06:56:44.968034+0000 mon.a (mon.0) 1016 : audit [INF] from='client.? 172.21.15.40:0/1019938148' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/233995173"}]: dispatch 2023-12-06T06:56:45.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:45 smithi141 bash[25168]: cluster 2023-12-06T06:56:45.125531+0000 mgr.y (mgr.14457) 168 : cluster [DBG] pgmap v134: 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-06T06:56:46.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:45 smithi040 bash[30799]: audit 2023-12-06T06:56:44.597282+0000 mon.a (mon.0) 1014 : audit [INF] from='client.? 172.21.15.40:0/1594738033' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3279711392"}]': finished 2023-12-06T06:56:46.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:45 smithi040 bash[30799]: cluster 2023-12-06T06:56:44.597527+0000 mon.a (mon.0) 1015 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-06T06:56:46.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:45 smithi040 bash[30799]: audit 2023-12-06T06:56:44.968034+0000 mon.a (mon.0) 1016 : audit [INF] from='client.? 172.21.15.40:0/1019938148' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/233995173"}]: dispatch 2023-12-06T06:56:46.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:45 smithi040 bash[30799]: cluster 2023-12-06T06:56:45.125531+0000 mgr.y (mgr.14457) 168 : cluster [DBG] pgmap v134: 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-06T06:56:46.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:45 smithi040 bash[25004]: audit 2023-12-06T06:56:44.597282+0000 mon.a (mon.0) 1014 : audit [INF] from='client.? 172.21.15.40:0/1594738033' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/3279711392"}]': finished 2023-12-06T06:56:46.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:45 smithi040 bash[25004]: cluster 2023-12-06T06:56:44.597527+0000 mon.a (mon.0) 1015 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-06T06:56:46.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:45 smithi040 bash[25004]: audit 2023-12-06T06:56:44.968034+0000 mon.a (mon.0) 1016 : audit [INF] from='client.? 172.21.15.40:0/1019938148' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/233995173"}]: dispatch 2023-12-06T06:56:46.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:45 smithi040 bash[25004]: cluster 2023-12-06T06:56:45.125531+0000 mgr.y (mgr.14457) 168 : cluster [DBG] pgmap v134: 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-06T06:56:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:46 smithi141 bash[25168]: audit 2023-12-06T06:56:45.606609+0000 mon.a (mon.0) 1017 : audit [INF] from='client.? 172.21.15.40:0/1019938148' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/233995173"}]': finished 2023-12-06T06:56:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:46 smithi141 bash[25168]: cluster 2023-12-06T06:56:45.606738+0000 mon.a (mon.0) 1018 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-06T06:56:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:46 smithi141 bash[25168]: audit 2023-12-06T06:56:45.977008+0000 mon.a (mon.0) 1019 : audit [INF] from='client.? 172.21.15.40:0/801152186' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/1321763795"}]: dispatch 2023-12-06T06:56:47.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:46 smithi040 bash[30799]: audit 2023-12-06T06:56:45.606609+0000 mon.a (mon.0) 1017 : audit [INF] from='client.? 172.21.15.40:0/1019938148' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/233995173"}]': finished 2023-12-06T06:56:47.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:46 smithi040 bash[30799]: cluster 2023-12-06T06:56:45.606738+0000 mon.a (mon.0) 1018 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-06T06:56:47.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:46 smithi040 bash[30799]: audit 2023-12-06T06:56:45.977008+0000 mon.a (mon.0) 1019 : audit [INF] from='client.? 172.21.15.40:0/801152186' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/1321763795"}]: dispatch 2023-12-06T06:56:47.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:46 smithi040 bash[25004]: audit 2023-12-06T06:56:45.606609+0000 mon.a (mon.0) 1017 : audit [INF] from='client.? 172.21.15.40:0/1019938148' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/233995173"}]': finished 2023-12-06T06:56:47.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:46 smithi040 bash[25004]: cluster 2023-12-06T06:56:45.606738+0000 mon.a (mon.0) 1018 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-06T06:56:47.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:46 smithi040 bash[25004]: audit 2023-12-06T06:56:45.977008+0000 mon.a (mon.0) 1019 : audit [INF] from='client.? 172.21.15.40:0/801152186' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/1321763795"}]: dispatch 2023-12-06T06:56:47.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:47 smithi141 bash[25168]: audit 2023-12-06T06:56:46.618100+0000 mon.a (mon.0) 1020 : audit [INF] from='client.? 172.21.15.40:0/801152186' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/1321763795"}]': finished 2023-12-06T06:56:47.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:47 smithi141 bash[25168]: cluster 2023-12-06T06:56:46.618305+0000 mon.a (mon.0) 1021 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-06T06:56:47.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:47 smithi141 bash[25168]: audit 2023-12-06T06:56:46.993156+0000 mon.c (mon.1) 133 : audit [INF] from='client.? 172.21.15.40:0/1091665860' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/1794956268"}]: dispatch 2023-12-06T06:56:47.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:47 smithi141 bash[25168]: audit 2023-12-06T06:56:46.994123+0000 mon.a (mon.0) 1022 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/1794956268"}]: dispatch 2023-12-06T06:56:47.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:47 smithi141 bash[25168]: cluster 2023-12-06T06:56:47.126324+0000 mgr.y (mgr.14457) 169 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:56:48.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:47 smithi040 bash[25004]: audit 2023-12-06T06:56:46.618100+0000 mon.a (mon.0) 1020 : audit [INF] from='client.? 172.21.15.40:0/801152186' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/1321763795"}]': finished 2023-12-06T06:56:48.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:47 smithi040 bash[25004]: cluster 2023-12-06T06:56:46.618305+0000 mon.a (mon.0) 1021 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-06T06:56:48.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:47 smithi040 bash[25004]: audit 2023-12-06T06:56:46.993156+0000 mon.c (mon.1) 133 : audit [INF] from='client.? 172.21.15.40:0/1091665860' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/1794956268"}]: dispatch 2023-12-06T06:56:48.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:47 smithi040 bash[25004]: audit 2023-12-06T06:56:46.994123+0000 mon.a (mon.0) 1022 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/1794956268"}]: dispatch 2023-12-06T06:56:48.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:47 smithi040 bash[25004]: cluster 2023-12-06T06:56:47.126324+0000 mgr.y (mgr.14457) 169 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:56:48.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:47 smithi040 bash[30799]: audit 2023-12-06T06:56:46.618100+0000 mon.a (mon.0) 1020 : audit [INF] from='client.? 172.21.15.40:0/801152186' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/1321763795"}]': finished 2023-12-06T06:56:48.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:47 smithi040 bash[30799]: cluster 2023-12-06T06:56:46.618305+0000 mon.a (mon.0) 1021 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-06T06:56:48.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:47 smithi040 bash[30799]: audit 2023-12-06T06:56:46.993156+0000 mon.c (mon.1) 133 : audit [INF] from='client.? 172.21.15.40:0/1091665860' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/1794956268"}]: dispatch 2023-12-06T06:56:48.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:47 smithi040 bash[30799]: audit 2023-12-06T06:56:46.994123+0000 mon.a (mon.0) 1022 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/1794956268"}]: dispatch 2023-12-06T06:56:48.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:47 smithi040 bash[30799]: cluster 2023-12-06T06:56:47.126324+0000 mgr.y (mgr.14457) 169 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:56:48.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:48 smithi141 bash[25168]: audit 2023-12-06T06:56:47.628815+0000 mon.a (mon.0) 1023 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/1794956268"}]': finished 2023-12-06T06:56:48.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:48 smithi141 bash[25168]: cluster 2023-12-06T06:56:47.628894+0000 mon.a (mon.0) 1024 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-06T06:56:48.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:48 smithi141 bash[25168]: audit 2023-12-06T06:56:48.000768+0000 mon.a (mon.0) 1025 : audit [INF] from='client.? 172.21.15.40:0/2335527408' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/1794956268"}]: dispatch 2023-12-06T06:56:49.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:48 smithi040 bash[25004]: audit 2023-12-06T06:56:47.628815+0000 mon.a (mon.0) 1023 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/1794956268"}]': finished 2023-12-06T06:56:49.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:48 smithi040 bash[25004]: cluster 2023-12-06T06:56:47.628894+0000 mon.a (mon.0) 1024 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-06T06:56:49.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:48 smithi040 bash[25004]: audit 2023-12-06T06:56:48.000768+0000 mon.a (mon.0) 1025 : audit [INF] from='client.? 172.21.15.40:0/2335527408' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/1794956268"}]: dispatch 2023-12-06T06:56:49.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:48 smithi040 bash[30799]: audit 2023-12-06T06:56:47.628815+0000 mon.a (mon.0) 1023 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/1794956268"}]': finished 2023-12-06T06:56:49.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:48 smithi040 bash[30799]: cluster 2023-12-06T06:56:47.628894+0000 mon.a (mon.0) 1024 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-06T06:56:49.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:48 smithi040 bash[30799]: audit 2023-12-06T06:56:48.000768+0000 mon.a (mon.0) 1025 : audit [INF] from='client.? 172.21.15.40:0/2335527408' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/1794956268"}]: dispatch 2023-12-06T06:56:49.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:49 smithi040 bash[25004]: audit 2023-12-06T06:56:48.641249+0000 mon.a (mon.0) 1026 : audit [INF] from='client.? 172.21.15.40:0/2335527408' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/1794956268"}]': finished 2023-12-06T06:56:49.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:49 smithi040 bash[25004]: cluster 2023-12-06T06:56:48.641353+0000 mon.a (mon.0) 1027 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-06T06:56:49.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:49 smithi040 bash[25004]: cluster 2023-12-06T06:56:49.127089+0000 mgr.y (mgr.14457) 170 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:56:49.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:49 smithi040 bash[30799]: audit 2023-12-06T06:56:48.641249+0000 mon.a (mon.0) 1026 : audit [INF] from='client.? 172.21.15.40:0/2335527408' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/1794956268"}]': finished 2023-12-06T06:56:49.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:49 smithi040 bash[30799]: cluster 2023-12-06T06:56:48.641353+0000 mon.a (mon.0) 1027 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-06T06:56:49.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:49 smithi040 bash[30799]: cluster 2023-12-06T06:56:49.127089+0000 mgr.y (mgr.14457) 170 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:56:49.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:49 smithi141 bash[25168]: audit 2023-12-06T06:56:48.641249+0000 mon.a (mon.0) 1026 : audit [INF] from='client.? 172.21.15.40:0/2335527408' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/1794956268"}]': finished 2023-12-06T06:56:49.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:49 smithi141 bash[25168]: cluster 2023-12-06T06:56:48.641353+0000 mon.a (mon.0) 1027 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-06T06:56:49.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:49 smithi141 bash[25168]: cluster 2023-12-06T06:56:49.127089+0000 mgr.y (mgr.14457) 170 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:56:51.427 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:56:51 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:56:51.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:51 smithi040 bash[25004]: cluster 2023-12-06T06:56:51.127877+0000 mgr.y (mgr.14457) 171 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 926 B/s rd, 0 op/s 2023-12-06T06:56:51.529 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:51 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:56:51] "GET /metrics HTTP/1.1" 200 214873 "" "Prometheus/2.33.4" 2023-12-06T06:56:51.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:51 smithi040 bash[30799]: cluster 2023-12-06T06:56:51.127877+0000 mgr.y (mgr.14457) 171 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 926 B/s rd, 0 op/s 2023-12-06T06:56:51.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:51 smithi141 bash[25168]: cluster 2023-12-06T06:56:51.127877+0000 mgr.y (mgr.14457) 171 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 926 B/s rd, 0 op/s 2023-12-06T06:56:52.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:52 smithi141 bash[25168]: audit 2023-12-06T06:56:51.976009+0000 mgr.y (mgr.14457) 172 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:56:52.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:52 smithi040 bash[30799]: audit 2023-12-06T06:56:51.976009+0000 mgr.y (mgr.14457) 172 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:56:52.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:52 smithi040 bash[25004]: audit 2023-12-06T06:56:51.976009+0000 mgr.y (mgr.14457) 172 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:56:53.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:53 smithi141 bash[25168]: cluster 2023-12-06T06:56:53.129608+0000 mgr.y (mgr.14457) 173 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 785 B/s rd, 0 op/s 2023-12-06T06:56:53.752 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:53 smithi040 bash[25004]: cluster 2023-12-06T06:56:53.129608+0000 mgr.y (mgr.14457) 173 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 785 B/s rd, 0 op/s 2023-12-06T06:56:53.752 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:53 smithi040 bash[30799]: cluster 2023-12-06T06:56:53.129608+0000 mgr.y (mgr.14457) 173 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 785 B/s rd, 0 op/s 2023-12-06T06:56:53.753 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:56:53 smithi040 bash[55797]: level=error ts=2023-12-06T06:56:53.513Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=6 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs" 2023-12-06T06:56:55.529 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:56:55 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:56:55] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:56:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:56 smithi141 bash[25168]: audit 2023-12-06T06:56:55.065997+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:56 smithi141 bash[25168]: audit 2023-12-06T06:56:55.074912+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:56 smithi141 bash[25168]: cluster 2023-12-06T06:56:55.130359+0000 mgr.y (mgr.14457) 174 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T06:56:56.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:56 smithi040 bash[25004]: audit 2023-12-06T06:56:55.065997+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:56.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:56 smithi040 bash[25004]: audit 2023-12-06T06:56:55.074912+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:56.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:56 smithi040 bash[25004]: cluster 2023-12-06T06:56:55.130359+0000 mgr.y (mgr.14457) 174 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T06:56:56.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:56 smithi040 bash[30799]: audit 2023-12-06T06:56:55.065997+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:56.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:56 smithi040 bash[30799]: audit 2023-12-06T06:56:55.074912+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:56:56.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:56 smithi040 bash[30799]: cluster 2023-12-06T06:56:55.130359+0000 mgr.y (mgr.14457) 174 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T06:56:58.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:56:58 smithi141 bash[25168]: cluster 2023-12-06T06:56:57.132127+0000 mgr.y (mgr.14457) 175 : cluster [DBG] pgmap v144: 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-06T06:56:58.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:56:58 smithi040 bash[25004]: cluster 2023-12-06T06:56:57.132127+0000 mgr.y (mgr.14457) 175 : cluster [DBG] pgmap v144: 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-06T06:56:58.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:56:58 smithi040 bash[30799]: cluster 2023-12-06T06:56:57.132127+0000 mgr.y (mgr.14457) 175 : cluster [DBG] pgmap v144: 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-06T06:57:00.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:00 smithi141 bash[25168]: cluster 2023-12-06T06:56:59.132896+0000 mgr.y (mgr.14457) 176 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 975 B/s rd, 0 op/s 2023-12-06T06:57:00.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:00 smithi040 bash[25004]: cluster 2023-12-06T06:56:59.132896+0000 mgr.y (mgr.14457) 176 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 975 B/s rd, 0 op/s 2023-12-06T06:57:00.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:00 smithi040 bash[30799]: cluster 2023-12-06T06:56:59.132896+0000 mgr.y (mgr.14457) 176 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 975 B/s rd, 0 op/s 2023-12-06T06:57:01.029 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:57:00 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:57:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:57:01.458 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:57:01 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:57:01.529 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:57:01 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:57:01] "GET /metrics HTTP/1.1" 200 214830 "" "Prometheus/2.33.4" 2023-12-06T06:57:01.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:01 smithi141 bash[25168]: audit 2023-12-06T06:57:00.692521+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:01.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:01 smithi141 bash[25168]: audit 2023-12-06T06:57:00.701559+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:01.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:01 smithi141 bash[25168]: cluster 2023-12-06T06:57:01.133681+0000 mgr.y (mgr.14457) 177 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:01.992 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:01 smithi040 bash[30799]: audit 2023-12-06T06:57:00.692521+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:01.992 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:01 smithi040 bash[30799]: audit 2023-12-06T06:57:00.701559+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:01.992 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:01 smithi040 bash[30799]: cluster 2023-12-06T06:57:01.133681+0000 mgr.y (mgr.14457) 177 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:01.993 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:01 smithi040 bash[25004]: audit 2023-12-06T06:57:00.692521+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:01.993 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:01 smithi040 bash[25004]: audit 2023-12-06T06:57:00.701559+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:01.993 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:01 smithi040 bash[25004]: cluster 2023-12-06T06:57:01.133681+0000 mgr.y (mgr.14457) 177 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:02.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:02 smithi141 bash[25168]: audit 2023-12-06T06:57:01.987462+0000 mgr.y (mgr.14457) 178 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:03.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:02 smithi040 bash[25004]: audit 2023-12-06T06:57:01.987462+0000 mgr.y (mgr.14457) 178 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:03.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:02 smithi040 bash[30799]: audit 2023-12-06T06:57:01.987462+0000 mgr.y (mgr.14457) 178 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:04.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:03 smithi040 bash[25004]: cluster 2023-12-06T06:57:03.135458+0000 mgr.y (mgr.14457) 179 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:04.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:03 smithi040 bash[30799]: cluster 2023-12-06T06:57:03.135458+0000 mgr.y (mgr.14457) 179 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:04.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:03 smithi141 bash[25168]: cluster 2023-12-06T06:57:03.135458+0000 mgr.y (mgr.14457) 179 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:06.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:06 smithi141 bash[25168]: cluster 2023-12-06T06:57:05.136201+0000 mgr.y (mgr.14457) 180 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:06.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:06 smithi040 bash[25004]: cluster 2023-12-06T06:57:05.136201+0000 mgr.y (mgr.14457) 180 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:06.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:06 smithi040 bash[30799]: cluster 2023-12-06T06:57:05.136201+0000 mgr.y (mgr.14457) 180 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:08.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:08 smithi141 bash[25168]: cluster 2023-12-06T06:57:07.137901+0000 mgr.y (mgr.14457) 181 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:08.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:08 smithi040 bash[25004]: cluster 2023-12-06T06:57:07.137901+0000 mgr.y (mgr.14457) 181 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:08.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:08 smithi040 bash[30799]: cluster 2023-12-06T06:57:07.137901+0000 mgr.y (mgr.14457) 181 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:10 smithi141 bash[25168]: cluster 2023-12-06T06:57:09.138669+0000 mgr.y (mgr.14457) 182 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:10.466 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:10 smithi040 bash[30799]: cluster 2023-12-06T06:57:09.138669+0000 mgr.y (mgr.14457) 182 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:10.466 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:10 smithi040 bash[25004]: cluster 2023-12-06T06:57:09.138669+0000 mgr.y (mgr.14457) 182 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:11.279 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:57:11 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:57:11] "GET /metrics HTTP/1.1" 200 214830 "" "Prometheus/2.33.4" 2023-12-06T06:57:11.426 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:57:11 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:57:11.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:11 smithi141 bash[25168]: cluster 2023-12-06T06:57:11.139467+0000 mgr.y (mgr.14457) 183 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:11.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:11 smithi040 bash[30799]: cluster 2023-12-06T06:57:11.139467+0000 mgr.y (mgr.14457) 183 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:11.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:11 smithi040 bash[25004]: cluster 2023-12-06T06:57:11.139467+0000 mgr.y (mgr.14457) 183 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:12.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:12 smithi141 bash[25168]: audit 2023-12-06T06:57:11.998710+0000 mgr.y (mgr.14457) 184 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:12.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:12 smithi040 bash[25004]: audit 2023-12-06T06:57:11.998710+0000 mgr.y (mgr.14457) 184 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:12.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:12 smithi040 bash[30799]: audit 2023-12-06T06:57:11.998710+0000 mgr.y (mgr.14457) 184 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:13.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:13 smithi040 bash[30799]: cluster 2023-12-06T06:57:13.141184+0000 mgr.y (mgr.14457) 185 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:13.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:13 smithi040 bash[25004]: cluster 2023-12-06T06:57:13.141184+0000 mgr.y (mgr.14457) 185 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:13.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:13 smithi141 bash[25168]: cluster 2023-12-06T06:57:13.141184+0000 mgr.y (mgr.14457) 185 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:15.529 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:57:15 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:57:15] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:57:16.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:16 smithi040 bash[25004]: cluster 2023-12-06T06:57:15.141782+0000 mgr.y (mgr.14457) 186 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:16.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:16 smithi040 bash[25004]: audit 2023-12-06T06:57:15.207531+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:16.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:16 smithi040 bash[25004]: audit 2023-12-06T06:57:15.217397+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:16.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:16 smithi040 bash[30799]: cluster 2023-12-06T06:57:15.141782+0000 mgr.y (mgr.14457) 186 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:16.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:16 smithi040 bash[30799]: audit 2023-12-06T06:57:15.207531+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:16.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:16 smithi040 bash[30799]: audit 2023-12-06T06:57:15.217397+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:16 smithi141 bash[25168]: cluster 2023-12-06T06:57:15.141782+0000 mgr.y (mgr.14457) 186 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:16 smithi141 bash[25168]: audit 2023-12-06T06:57:15.207531+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:16 smithi141 bash[25168]: audit 2023-12-06T06:57:15.217397+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:18.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:18 smithi040 bash[25004]: cluster 2023-12-06T06:57:17.143577+0000 mgr.y (mgr.14457) 187 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:18.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:18 smithi040 bash[30799]: cluster 2023-12-06T06:57:17.143577+0000 mgr.y (mgr.14457) 187 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:18.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:18 smithi141 bash[25168]: cluster 2023-12-06T06:57:17.143577+0000 mgr.y (mgr.14457) 187 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:20.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:20 smithi141 bash[25168]: cluster 2023-12-06T06:57:19.144461+0000 mgr.y (mgr.14457) 188 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:20.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:20 smithi040 bash[30799]: cluster 2023-12-06T06:57:19.144461+0000 mgr.y (mgr.14457) 188 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:20.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:20 smithi040 bash[25004]: cluster 2023-12-06T06:57:19.144461+0000 mgr.y (mgr.14457) 188 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:21.205 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:57:20 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:57:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:57:21.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:57:21 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:57:21.529 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:57:21 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:57:21] "GET /metrics HTTP/1.1" 200 214808 "" "Prometheus/2.33.4" 2023-12-06T06:57:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:21 smithi141 bash[25168]: audit 2023-12-06T06:57:20.847267+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:21 smithi141 bash[25168]: audit 2023-12-06T06:57:20.859349+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:21 smithi141 bash[25168]: cluster 2023-12-06T06:57:21.145268+0000 mgr.y (mgr.14457) 189 : 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-06T06:57:22.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:21 smithi040 bash[25004]: audit 2023-12-06T06:57:20.847267+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:22.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:21 smithi040 bash[25004]: audit 2023-12-06T06:57:20.859349+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:22.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:21 smithi040 bash[25004]: cluster 2023-12-06T06:57:21.145268+0000 mgr.y (mgr.14457) 189 : 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-06T06:57:22.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:21 smithi040 bash[30799]: audit 2023-12-06T06:57:20.847267+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:22.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:21 smithi040 bash[30799]: audit 2023-12-06T06:57:20.859349+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:22.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:21 smithi040 bash[30799]: cluster 2023-12-06T06:57:21.145268+0000 mgr.y (mgr.14457) 189 : 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-06T06:57:23.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:22 smithi141 bash[25168]: audit 2023-12-06T06:57:22.007892+0000 mgr.y (mgr.14457) 190 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:23.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:22 smithi040 bash[30799]: audit 2023-12-06T06:57:22.007892+0000 mgr.y (mgr.14457) 190 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:23.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:22 smithi040 bash[25004]: audit 2023-12-06T06:57:22.007892+0000 mgr.y (mgr.14457) 190 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:23 smithi141 bash[25168]: cluster 2023-12-06T06:57:23.146948+0000 mgr.y (mgr.14457) 191 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:24.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:23 smithi040 bash[25004]: cluster 2023-12-06T06:57:23.146948+0000 mgr.y (mgr.14457) 191 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:24.279 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:23 smithi040 bash[30799]: cluster 2023-12-06T06:57:23.146948+0000 mgr.y (mgr.14457) 191 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:26.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:26 smithi040 bash[25004]: cluster 2023-12-06T06:57:25.147713+0000 mgr.y (mgr.14457) 192 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:26.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:26 smithi040 bash[30799]: cluster 2023-12-06T06:57:25.147713+0000 mgr.y (mgr.14457) 192 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:26.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:26 smithi141 bash[25168]: cluster 2023-12-06T06:57:25.147713+0000 mgr.y (mgr.14457) 192 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:28.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:28 smithi040 bash[25004]: cluster 2023-12-06T06:57:27.149416+0000 mgr.y (mgr.14457) 193 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:28.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:28 smithi040 bash[30799]: cluster 2023-12-06T06:57:27.149416+0000 mgr.y (mgr.14457) 193 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:28.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:28 smithi141 bash[25168]: cluster 2023-12-06T06:57:27.149416+0000 mgr.y (mgr.14457) 193 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:30.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:30 smithi040 bash[25004]: cluster 2023-12-06T06:57:29.150140+0000 mgr.y (mgr.14457) 194 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:30.473 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:30 smithi040 bash[30799]: cluster 2023-12-06T06:57:29.150140+0000 mgr.y (mgr.14457) 194 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:30.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:30 smithi141 bash[25168]: cluster 2023-12-06T06:57:29.150140+0000 mgr.y (mgr.14457) 194 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:31.438 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:57:31 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:57:31.530 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:57:31 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:57:31] "GET /metrics HTTP/1.1" 200 214779 "" "Prometheus/2.33.4" 2023-12-06T06:57:31.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:31 smithi040 bash[25004]: audit 2023-12-06T06:57:30.446067+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:57:31.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:31 smithi040 bash[25004]: audit 2023-12-06T06:57:30.446681+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:57:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:31 smithi040 bash[25004]: audit 2023-12-06T06:57:30.708213+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:57:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:31 smithi040 bash[25004]: audit 2023-12-06T06:57:30.709233+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:57:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:31 smithi040 bash[25004]: cluster 2023-12-06T06:57:31.150891+0000 mgr.y (mgr.14457) 195 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:31.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:31 smithi040 bash[30799]: audit 2023-12-06T06:57:30.446067+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:57:31.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:31 smithi040 bash[30799]: audit 2023-12-06T06:57:30.446681+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:57:31.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:31 smithi040 bash[30799]: audit 2023-12-06T06:57:30.708213+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:57:31.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:31 smithi040 bash[30799]: audit 2023-12-06T06:57:30.709233+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:57:31.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:31 smithi040 bash[30799]: cluster 2023-12-06T06:57:31.150891+0000 mgr.y (mgr.14457) 195 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:31 smithi141 bash[25168]: audit 2023-12-06T06:57:30.446067+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:57:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:31 smithi141 bash[25168]: audit 2023-12-06T06:57:30.446681+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:57:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:31 smithi141 bash[25168]: audit 2023-12-06T06:57:30.708213+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:57:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:31 smithi141 bash[25168]: audit 2023-12-06T06:57:30.709233+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:57:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:31 smithi141 bash[25168]: cluster 2023-12-06T06:57:31.150891+0000 mgr.y (mgr.14457) 195 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:32 smithi141 bash[25168]: audit 2023-12-06T06:57:32.016385+0000 mgr.y (mgr.14457) 196 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:32.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:32 smithi040 bash[25004]: audit 2023-12-06T06:57:32.016385+0000 mgr.y (mgr.14457) 196 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:32.832 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:32 smithi040 bash[30799]: audit 2023-12-06T06:57:32.016385+0000 mgr.y (mgr.14457) 196 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:33.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:33 smithi141 bash[25168]: cluster 2023-12-06T06:57:33.152445+0000 mgr.y (mgr.14457) 197 : 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-06T06:57:33.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:33 smithi040 bash[25004]: cluster 2023-12-06T06:57:33.152445+0000 mgr.y (mgr.14457) 197 : 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-06T06:57:33.779 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:33 smithi040 bash[30799]: cluster 2023-12-06T06:57:33.152445+0000 mgr.y (mgr.14457) 197 : 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-06T06:57:35.779 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:57:35 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:57:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:57:36.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:36 smithi040 bash[30799]: cluster 2023-12-06T06:57:35.153187+0000 mgr.y (mgr.14457) 198 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:36.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:36 smithi040 bash[30799]: audit 2023-12-06T06:57:35.349090+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:36.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:36 smithi040 bash[30799]: audit 2023-12-06T06:57:35.359718+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:36.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:36 smithi040 bash[25004]: cluster 2023-12-06T06:57:35.153187+0000 mgr.y (mgr.14457) 198 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:36.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:36 smithi040 bash[25004]: audit 2023-12-06T06:57:35.349090+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:36.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:36 smithi040 bash[25004]: audit 2023-12-06T06:57:35.359718+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:36.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:36 smithi141 bash[25168]: cluster 2023-12-06T06:57:35.153187+0000 mgr.y (mgr.14457) 198 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:36.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:36 smithi141 bash[25168]: audit 2023-12-06T06:57:35.349090+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:36.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:36 smithi141 bash[25168]: audit 2023-12-06T06:57:35.359718+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:38.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:38 smithi040 bash[25004]: cluster 2023-12-06T06:57:37.154913+0000 mgr.y (mgr.14457) 199 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:38.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:38 smithi040 bash[25004]: audit 2023-12-06T06:57:37.657016+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:57:38.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:38 smithi040 bash[25004]: audit 2023-12-06T06:57:37.659043+0000 mon.c (mon.1) 137 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:57:38.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:38 smithi040 bash[25004]: audit 2023-12-06T06:57:37.955602+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:38.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:38 smithi040 bash[25004]: audit 2023-12-06T06:57:37.966236+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:38.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:38 smithi040 bash[30799]: cluster 2023-12-06T06:57:37.154913+0000 mgr.y (mgr.14457) 199 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:38.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:38 smithi040 bash[30799]: audit 2023-12-06T06:57:37.657016+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:57:38.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:38 smithi040 bash[30799]: audit 2023-12-06T06:57:37.659043+0000 mon.c (mon.1) 137 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:57:38.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:38 smithi040 bash[30799]: audit 2023-12-06T06:57:37.955602+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:38.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:38 smithi040 bash[30799]: audit 2023-12-06T06:57:37.966236+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:38.662 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:38 smithi141 bash[25168]: cluster 2023-12-06T06:57:37.154913+0000 mgr.y (mgr.14457) 199 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:38.662 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:38 smithi141 bash[25168]: audit 2023-12-06T06:57:37.657016+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:57:38.662 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:38 smithi141 bash[25168]: audit 2023-12-06T06:57:37.659043+0000 mon.c (mon.1) 137 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:57:38.662 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:38 smithi141 bash[25168]: audit 2023-12-06T06:57:37.955602+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:38.662 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:38 smithi141 bash[25168]: audit 2023-12-06T06:57:37.966236+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:40.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:40 smithi141 bash[25168]: cluster 2023-12-06T06:57:39.155679+0000 mgr.y (mgr.14457) 200 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:40.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:40 smithi040 bash[25004]: cluster 2023-12-06T06:57:39.155679+0000 mgr.y (mgr.14457) 200 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:40.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:40 smithi040 bash[30799]: cluster 2023-12-06T06:57:39.155679+0000 mgr.y (mgr.14457) 200 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:41.279 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:57:41 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:57:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:57:41.279 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:57:41 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:57:41] "GET /metrics HTTP/1.1" 200 214779 "" "Prometheus/2.33.4" 2023-12-06T06:57:41.458 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:57:41 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:57:42.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:41 smithi040 bash[25004]: audit 2023-12-06T06:57:40.988877+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:42.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:41 smithi040 bash[25004]: audit 2023-12-06T06:57:41.000198+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:42.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:41 smithi040 bash[25004]: cluster 2023-12-06T06:57:41.156391+0000 mgr.y (mgr.14457) 201 : 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-06T06:57:42.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:41 smithi040 bash[30799]: audit 2023-12-06T06:57:40.988877+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:42.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:41 smithi040 bash[30799]: audit 2023-12-06T06:57:41.000198+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:42.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:41 smithi040 bash[30799]: cluster 2023-12-06T06:57:41.156391+0000 mgr.y (mgr.14457) 201 : 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-06T06:57:42.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:41 smithi141 bash[25168]: audit 2023-12-06T06:57:40.988877+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:42.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:41 smithi141 bash[25168]: audit 2023-12-06T06:57:41.000198+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:42.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:41 smithi141 bash[25168]: cluster 2023-12-06T06:57:41.156391+0000 mgr.y (mgr.14457) 201 : 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-06T06:57:43.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:43 smithi141 bash[25168]: audit 2023-12-06T06:57:42.023850+0000 mgr.y (mgr.14457) 202 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:43.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:43 smithi040 bash[25004]: audit 2023-12-06T06:57:42.023850+0000 mgr.y (mgr.14457) 202 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:43.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:43 smithi040 bash[30799]: audit 2023-12-06T06:57:42.023850+0000 mgr.y (mgr.14457) 202 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:44.279 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:44 smithi040 bash[25004]: cluster 2023-12-06T06:57:43.158149+0000 mgr.y (mgr.14457) 203 : 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-06T06:57:44.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:44 smithi040 bash[30799]: cluster 2023-12-06T06:57:43.158149+0000 mgr.y (mgr.14457) 203 : 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-06T06:57:44.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:44 smithi141 bash[25168]: cluster 2023-12-06T06:57:43.158149+0000 mgr.y (mgr.14457) 203 : 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-06T06:57:46.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:46 smithi040 bash[25004]: cluster 2023-12-06T06:57:45.158882+0000 mgr.y (mgr.14457) 204 : 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-06T06:57:46.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:46 smithi040 bash[30799]: cluster 2023-12-06T06:57:45.158882+0000 mgr.y (mgr.14457) 204 : 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-06T06:57:46.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:46 smithi141 bash[25168]: cluster 2023-12-06T06:57:45.158882+0000 mgr.y (mgr.14457) 204 : 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-06T06:57:48.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:48 smithi040 bash[25004]: cluster 2023-12-06T06:57:47.160623+0000 mgr.y (mgr.14457) 205 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:48.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:48 smithi040 bash[30799]: cluster 2023-12-06T06:57:47.160623+0000 mgr.y (mgr.14457) 205 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:48.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:48 smithi141 bash[25168]: cluster 2023-12-06T06:57:47.160623+0000 mgr.y (mgr.14457) 205 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:50.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:50 smithi040 bash[25004]: cluster 2023-12-06T06:57:49.161397+0000 mgr.y (mgr.14457) 206 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:50.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:50 smithi040 bash[30799]: cluster 2023-12-06T06:57:49.161397+0000 mgr.y (mgr.14457) 206 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:50.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:50 smithi141 bash[25168]: cluster 2023-12-06T06:57:49.161397+0000 mgr.y (mgr.14457) 206 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:57:51.447 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:57:51 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:57:51] "GET /metrics HTTP/1.1" 200 214788 "" "Prometheus/2.33.4" 2023-12-06T06:57:51.447 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:57:51 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:57:51.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:51 smithi141 bash[25168]: cluster 2023-12-06T06:57:51.162135+0000 mgr.y (mgr.14457) 207 : 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-06T06:57:51.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:51 smithi040 bash[25004]: cluster 2023-12-06T06:57:51.162135+0000 mgr.y (mgr.14457) 207 : 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-06T06:57:51.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:51 smithi040 bash[30799]: cluster 2023-12-06T06:57:51.162135+0000 mgr.y (mgr.14457) 207 : 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-06T06:57:52.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:52 smithi141 bash[25168]: audit 2023-12-06T06:57:52.031998+0000 mgr.y (mgr.14457) 208 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:52.750 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:52 smithi040 bash[25004]: audit 2023-12-06T06:57:52.031998+0000 mgr.y (mgr.14457) 208 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:52.750 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:52 smithi040 bash[30799]: audit 2023-12-06T06:57:52.031998+0000 mgr.y (mgr.14457) 208 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:57:53.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:53 smithi040 bash[25004]: cluster 2023-12-06T06:57:53.163967+0000 mgr.y (mgr.14457) 209 : 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-06T06:57:53.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:53 smithi040 bash[30799]: cluster 2023-12-06T06:57:53.163967+0000 mgr.y (mgr.14457) 209 : 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-06T06:57:53.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:53 smithi141 bash[25168]: cluster 2023-12-06T06:57:53.163967+0000 mgr.y (mgr.14457) 209 : 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-06T06:57:55.779 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:57:55 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:57:55] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:57:56.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:56 smithi040 bash[25004]: cluster 2023-12-06T06:57:55.164835+0000 mgr.y (mgr.14457) 210 : 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-06T06:57:56.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:56 smithi040 bash[25004]: audit 2023-12-06T06:57:55.498716+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:56.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:56 smithi040 bash[25004]: audit 2023-12-06T06:57:55.508607+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:56.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:56 smithi040 bash[30799]: cluster 2023-12-06T06:57:55.164835+0000 mgr.y (mgr.14457) 210 : 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-06T06:57:56.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:56 smithi040 bash[30799]: audit 2023-12-06T06:57:55.498716+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:56.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:56 smithi040 bash[30799]: audit 2023-12-06T06:57:55.508607+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:56.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:56 smithi141 bash[25168]: cluster 2023-12-06T06:57:55.164835+0000 mgr.y (mgr.14457) 210 : 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-06T06:57:56.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:56 smithi141 bash[25168]: audit 2023-12-06T06:57:55.498716+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:56.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:56 smithi141 bash[25168]: audit 2023-12-06T06:57:55.508607+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:57:58.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:57:58 smithi040 bash[25004]: cluster 2023-12-06T06:57:57.166601+0000 mgr.y (mgr.14457) 211 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:58.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:57:58 smithi040 bash[30799]: cluster 2023-12-06T06:57:57.166601+0000 mgr.y (mgr.14457) 211 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:57:58.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:57:58 smithi141 bash[25168]: cluster 2023-12-06T06:57:57.166601+0000 mgr.y (mgr.14457) 211 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:00.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:00 smithi040 bash[25004]: cluster 2023-12-06T06:57:59.167469+0000 mgr.y (mgr.14457) 212 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:00.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:00 smithi040 bash[30799]: cluster 2023-12-06T06:57:59.167469+0000 mgr.y (mgr.14457) 212 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:00.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:00 smithi141 bash[25168]: cluster 2023-12-06T06:57:59.167469+0000 mgr.y (mgr.14457) 212 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:01.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:58:01 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:58:01.529 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:58:01 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:58:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:58:01.529 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:58:01 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:58:01] "GET /metrics HTTP/1.1" 200 214785 "" "Prometheus/2.33.4" 2023-12-06T06:58:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:02 smithi141 bash[25168]: audit 2023-12-06T06:58:01.144278+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:02 smithi141 bash[25168]: audit 2023-12-06T06:58:01.164046+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:02 smithi141 bash[25168]: cluster 2023-12-06T06:58:01.168203+0000 mgr.y (mgr.14457) 213 : 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-06T06:58:02.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:02 smithi040 bash[25004]: audit 2023-12-06T06:58:01.144278+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:02.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:02 smithi040 bash[25004]: audit 2023-12-06T06:58:01.164046+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:02.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:02 smithi040 bash[25004]: cluster 2023-12-06T06:58:01.168203+0000 mgr.y (mgr.14457) 213 : 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-06T06:58:02.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:02 smithi040 bash[30799]: audit 2023-12-06T06:58:01.144278+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:02.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:02 smithi040 bash[30799]: audit 2023-12-06T06:58:01.164046+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:02.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:02 smithi040 bash[30799]: cluster 2023-12-06T06:58:01.168203+0000 mgr.y (mgr.14457) 213 : 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-06T06:58:03.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:03 smithi141 bash[25168]: audit 2023-12-06T06:58:02.043414+0000 mgr.y (mgr.14457) 214 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:03.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:03 smithi040 bash[25004]: audit 2023-12-06T06:58:02.043414+0000 mgr.y (mgr.14457) 214 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:03.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:03 smithi040 bash[30799]: audit 2023-12-06T06:58:02.043414+0000 mgr.y (mgr.14457) 214 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:04.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:04 smithi141 bash[25168]: cluster 2023-12-06T06:58:03.169930+0000 mgr.y (mgr.14457) 215 : 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-06T06:58:04.529 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:04 smithi040 bash[30799]: cluster 2023-12-06T06:58:03.169930+0000 mgr.y (mgr.14457) 215 : 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-06T06:58:04.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:04 smithi040 bash[25004]: cluster 2023-12-06T06:58:03.169930+0000 mgr.y (mgr.14457) 215 : 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-06T06:58:06.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:06 smithi141 bash[25168]: cluster 2023-12-06T06:58:05.170731+0000 mgr.y (mgr.14457) 216 : 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-06T06:58:06.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:06 smithi040 bash[25004]: cluster 2023-12-06T06:58:05.170731+0000 mgr.y (mgr.14457) 216 : 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-06T06:58:06.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:06 smithi040 bash[30799]: cluster 2023-12-06T06:58:05.170731+0000 mgr.y (mgr.14457) 216 : 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-06T06:58:08.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:08 smithi141 bash[25168]: cluster 2023-12-06T06:58:07.172512+0000 mgr.y (mgr.14457) 217 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:08.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:08 smithi040 bash[25004]: cluster 2023-12-06T06:58:07.172512+0000 mgr.y (mgr.14457) 217 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:08.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:08 smithi040 bash[30799]: cluster 2023-12-06T06:58:07.172512+0000 mgr.y (mgr.14457) 217 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:10 smithi141 bash[25168]: cluster 2023-12-06T06:58:09.173276+0000 mgr.y (mgr.14457) 218 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:10.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:10 smithi040 bash[25004]: cluster 2023-12-06T06:58:09.173276+0000 mgr.y (mgr.14457) 218 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:10.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:10 smithi040 bash[30799]: cluster 2023-12-06T06:58:09.173276+0000 mgr.y (mgr.14457) 218 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:11.454 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:58:11 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:58:11] "GET /metrics HTTP/1.1" 200 214785 "" "Prometheus/2.33.4" 2023-12-06T06:58:11.455 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:58:11 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:58:11.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:11 smithi141 bash[25168]: cluster 2023-12-06T06:58:11.173963+0000 mgr.y (mgr.14457) 219 : 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-06T06:58:11.766 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:11 smithi040 bash[30799]: cluster 2023-12-06T06:58:11.173963+0000 mgr.y (mgr.14457) 219 : 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-06T06:58:11.766 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:11 smithi040 bash[25004]: cluster 2023-12-06T06:58:11.173963+0000 mgr.y (mgr.14457) 219 : 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-06T06:58:12.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:12 smithi141 bash[25168]: audit 2023-12-06T06:58:12.053584+0000 mgr.y (mgr.14457) 220 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:12.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:12 smithi040 bash[25004]: audit 2023-12-06T06:58:12.053584+0000 mgr.y (mgr.14457) 220 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:12.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:12 smithi040 bash[30799]: audit 2023-12-06T06:58:12.053584+0000 mgr.y (mgr.14457) 220 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:13.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:13 smithi040 bash[25004]: cluster 2023-12-06T06:58:13.175707+0000 mgr.y (mgr.14457) 221 : 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-06T06:58:13.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:13 smithi040 bash[30799]: cluster 2023-12-06T06:58:13.175707+0000 mgr.y (mgr.14457) 221 : 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-06T06:58:13.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:13 smithi141 bash[25168]: cluster 2023-12-06T06:58:13.175707+0000 mgr.y (mgr.14457) 221 : 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-06T06:58:16.029 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:58:15 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:58:15] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:58:16.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:16 smithi040 bash[25004]: cluster 2023-12-06T06:58:15.176454+0000 mgr.y (mgr.14457) 222 : 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-06T06:58:16.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:16 smithi040 bash[25004]: audit 2023-12-06T06:58:15.638722+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:16.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:16 smithi040 bash[25004]: audit 2023-12-06T06:58:15.648872+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:16.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:16 smithi040 bash[30799]: cluster 2023-12-06T06:58:15.176454+0000 mgr.y (mgr.14457) 222 : 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-06T06:58:16.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:16 smithi040 bash[30799]: audit 2023-12-06T06:58:15.638722+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:16.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:16 smithi040 bash[30799]: audit 2023-12-06T06:58:15.648872+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:16 smithi141 bash[25168]: cluster 2023-12-06T06:58:15.176454+0000 mgr.y (mgr.14457) 222 : 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-06T06:58:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:16 smithi141 bash[25168]: audit 2023-12-06T06:58:15.638722+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:16.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:16 smithi141 bash[25168]: audit 2023-12-06T06:58:15.648872+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:18.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:18 smithi040 bash[25004]: cluster 2023-12-06T06:58:17.178160+0000 mgr.y (mgr.14457) 223 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:18.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:18 smithi040 bash[30799]: cluster 2023-12-06T06:58:17.178160+0000 mgr.y (mgr.14457) 223 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:18.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:18 smithi141 bash[25168]: cluster 2023-12-06T06:58:17.178160+0000 mgr.y (mgr.14457) 223 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:19.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:19 smithi040 bash[25004]: cluster 2023-12-06T06:58:19.178868+0000 mgr.y (mgr.14457) 224 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:19.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:19 smithi040 bash[30799]: cluster 2023-12-06T06:58:19.178868+0000 mgr.y (mgr.14457) 224 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:19.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:19 smithi141 bash[25168]: cluster 2023-12-06T06:58:19.178868+0000 mgr.y (mgr.14457) 224 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:21.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:58:21 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:58:21.456 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:58:21 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:58:21] "GET /metrics HTTP/1.1" 200 214798 "" "Prometheus/2.33.4" 2023-12-06T06:58:21.456 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:58:21 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:58:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:58:21.458 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:21 smithi040 bash[25004]: cluster 2023-12-06T06:58:21.179658+0000 mgr.y (mgr.14457) 225 : 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-06T06:58:21.459 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:21 smithi040 bash[25004]: audit 2023-12-06T06:58:21.295893+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:21.459 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:21 smithi040 bash[25004]: audit 2023-12-06T06:58:21.307417+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:21.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:21 smithi141 bash[25168]: cluster 2023-12-06T06:58:21.179658+0000 mgr.y (mgr.14457) 225 : 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-06T06:58:21.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:21 smithi141 bash[25168]: audit 2023-12-06T06:58:21.295893+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:21.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:21 smithi141 bash[25168]: audit 2023-12-06T06:58:21.307417+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:21.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:21 smithi040 bash[30799]: cluster 2023-12-06T06:58:21.179658+0000 mgr.y (mgr.14457) 225 : 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-06T06:58:21.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:21 smithi040 bash[30799]: audit 2023-12-06T06:58:21.295893+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:21.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:21 smithi040 bash[30799]: audit 2023-12-06T06:58:21.307417+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:22.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:22 smithi141 bash[25168]: audit 2023-12-06T06:58:22.063831+0000 mgr.y (mgr.14457) 226 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:22.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:22 smithi040 bash[25004]: audit 2023-12-06T06:58:22.063831+0000 mgr.y (mgr.14457) 226 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:22.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:22 smithi040 bash[30799]: audit 2023-12-06T06:58:22.063831+0000 mgr.y (mgr.14457) 226 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:23.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:23 smithi040 bash[25004]: cluster 2023-12-06T06:58:23.181368+0000 mgr.y (mgr.14457) 227 : 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-06T06:58:23.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:23 smithi040 bash[30799]: cluster 2023-12-06T06:58:23.181368+0000 mgr.y (mgr.14457) 227 : 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-06T06:58:23.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:23 smithi141 bash[25168]: cluster 2023-12-06T06:58:23.181368+0000 mgr.y (mgr.14457) 227 : 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-06T06:58:24.419 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-06T06:58:26.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:26 smithi040 bash[25004]: cluster 2023-12-06T06:58:25.182265+0000 mgr.y (mgr.14457) 228 : 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-06T06:58:26.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:26 smithi040 bash[30799]: cluster 2023-12-06T06:58:25.182265+0000 mgr.y (mgr.14457) 228 : 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-06T06:58:26.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:26 smithi141 bash[25168]: cluster 2023-12-06T06:58:25.182265+0000 mgr.y (mgr.14457) 228 : 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-06T06:58:27.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:27 smithi040 bash[25004]: cluster 2023-12-06T06:58:27.183841+0000 mgr.y (mgr.14457) 229 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:27.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:27 smithi040 bash[30799]: cluster 2023-12-06T06:58:27.183841+0000 mgr.y (mgr.14457) 229 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:27.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:27 smithi141 bash[25168]: cluster 2023-12-06T06:58:27.183841+0000 mgr.y (mgr.14457) 229 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:28.102 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-06T06:58:29.439 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:29 smithi040 bash[30799]: cluster 2023-12-06T06:58:29.184539+0000 mgr.y (mgr.14457) 230 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:29.439 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:29 smithi040 bash[25004]: cluster 2023-12-06T06:58:29.184539+0000 mgr.y (mgr.14457) 230 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:29.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:29 smithi141 bash[25168]: cluster 2023-12-06T06:58:29.184539+0000 mgr.y (mgr.14457) 230 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:31.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:58:31 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:58:31.460 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:58:31 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:58:31] "GET /metrics HTTP/1.1" 200 214766 "" "Prometheus/2.33.4" 2023-12-06T06:58:31.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:31 smithi040 bash[25004]: audit 2023-12-06T06:58:30.452875+0000 mon.c (mon.1) 138 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:58:31.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:31 smithi040 bash[25004]: audit 2023-12-06T06:58:30.453535+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:58:31.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:31 smithi040 bash[25004]: audit 2023-12-06T06:58:30.715525+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:58:31.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:31 smithi040 bash[25004]: audit 2023-12-06T06:58:30.716284+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:58:31.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:31 smithi040 bash[25004]: cluster 2023-12-06T06:58:31.185279+0000 mgr.y (mgr.14457) 231 : 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-06T06:58:31.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:31 smithi040 bash[30799]: audit 2023-12-06T06:58:30.452875+0000 mon.c (mon.1) 138 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:58:31.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:31 smithi040 bash[30799]: audit 2023-12-06T06:58:30.453535+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:58:31.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:31 smithi040 bash[30799]: audit 2023-12-06T06:58:30.715525+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:58:31.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:31 smithi040 bash[30799]: audit 2023-12-06T06:58:30.716284+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:58:31.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:31 smithi040 bash[30799]: cluster 2023-12-06T06:58:31.185279+0000 mgr.y (mgr.14457) 231 : 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-06T06:58:31.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:31 smithi141 bash[25168]: audit 2023-12-06T06:58:30.452875+0000 mon.c (mon.1) 138 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:58:31.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:31 smithi141 bash[25168]: audit 2023-12-06T06:58:30.453535+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:58:31.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:31 smithi141 bash[25168]: audit 2023-12-06T06:58:30.715525+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:58:31.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:31 smithi141 bash[25168]: audit 2023-12-06T06:58:30.716284+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:58:31.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:31 smithi141 bash[25168]: cluster 2023-12-06T06:58:31.185279+0000 mgr.y (mgr.14457) 231 : 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-06T06:58:32.251 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-06T06:58:32.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:32 smithi040 bash[25004]: audit 2023-12-06T06:58:32.071767+0000 mgr.y (mgr.14457) 232 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:32.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:32 smithi040 bash[30799]: audit 2023-12-06T06:58:32.071767+0000 mgr.y (mgr.14457) 232 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:32.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:32 smithi141 bash[25168]: audit 2023-12-06T06:58:32.071767+0000 mgr.y (mgr.14457) 232 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:33.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:33 smithi040 bash[25004]: cluster 2023-12-06T06:58:33.187144+0000 mgr.y (mgr.14457) 233 : 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-06T06:58:33.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:33 smithi040 bash[30799]: cluster 2023-12-06T06:58:33.187144+0000 mgr.y (mgr.14457) 233 : 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-06T06:58:33.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:33 smithi141 bash[25168]: cluster 2023-12-06T06:58:33.187144+0000 mgr.y (mgr.14457) 233 : 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-06T06:58:35.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:35 smithi040 bash[25004]: cluster 2023-12-06T06:58:35.187862+0000 mgr.y (mgr.14457) 234 : 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-06T06:58:35.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:35 smithi040 bash[30799]: cluster 2023-12-06T06:58:35.187862+0000 mgr.y (mgr.14457) 234 : 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-06T06:58:35.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:35 smithi141 bash[25168]: cluster 2023-12-06T06:58:35.187862+0000 mgr.y (mgr.14457) 234 : 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-06T06:58:36.030 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:58:35 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:58:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:58:37.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:36 smithi040 bash[25004]: audit 2023-12-06T06:58:35.795887+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:37.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:36 smithi040 bash[25004]: audit 2023-12-06T06:58:35.805236+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:37.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:36 smithi040 bash[30799]: audit 2023-12-06T06:58:35.795887+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:37.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:36 smithi040 bash[30799]: audit 2023-12-06T06:58:35.805236+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:37.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:36 smithi141 bash[25168]: audit 2023-12-06T06:58:35.795887+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:37.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:36 smithi141 bash[25168]: audit 2023-12-06T06:58:35.805236+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:37.927 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-06T06:58:38.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:37 smithi141 bash[25168]: cluster 2023-12-06T06:58:37.189553+0000 mgr.y (mgr.14457) 235 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:37 smithi040 bash[25004]: cluster 2023-12-06T06:58:37.189553+0000 mgr.y (mgr.14457) 235 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:38.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:37 smithi040 bash[30799]: cluster 2023-12-06T06:58:37.189553+0000 mgr.y (mgr.14457) 235 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:39.146 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:38 smithi040 bash[30799]: audit 2023-12-06T06:58:37.980281+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:58:39.146 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:38 smithi040 bash[30799]: audit 2023-12-06T06:58:37.982350+0000 mon.c (mon.1) 141 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:58:39.146 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:38 smithi040 bash[30799]: audit 2023-12-06T06:58:37.995245+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:39.146 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:38 smithi040 bash[25004]: audit 2023-12-06T06:58:37.980281+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:58:39.146 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:38 smithi040 bash[25004]: audit 2023-12-06T06:58:37.982350+0000 mon.c (mon.1) 141 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:58:39.146 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:38 smithi040 bash[25004]: audit 2023-12-06T06:58:37.995245+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:38 smithi141 bash[25168]: audit 2023-12-06T06:58:37.980281+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:58:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:38 smithi141 bash[25168]: audit 2023-12-06T06:58:37.982350+0000 mon.c (mon.1) 141 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:58:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:38 smithi141 bash[25168]: audit 2023-12-06T06:58:37.995245+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:40.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:39 smithi040 bash[25004]: cluster 2023-12-06T06:58:39.190316+0000 mgr.y (mgr.14457) 236 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:40.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:39 smithi040 bash[30799]: cluster 2023-12-06T06:58:39.190316+0000 mgr.y (mgr.14457) 236 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:40.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:39 smithi141 bash[25168]: cluster 2023-12-06T06:58:39.190316+0000 mgr.y (mgr.14457) 236 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:40.788 INFO:teuthology.orchestra.run.smithi040.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T06:58:41.289 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:58:41] "GET /metrics HTTP/1.1" 200 214766 "" "Prometheus/2.33.4" 2023-12-06T06:58:41.457 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:58:41 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:58:41.530 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:58:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:58:41.680 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T06:58:41.689 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi040.front.sepia.ceph.com 2023-12-06T06:58:41.689 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-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-06T06:58:42.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[30799]: audit 2023-12-06T06:58:40.770935+0000 mgr.y (mgr.14457) 237 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:58:42.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[30799]: cephadm 2023-12-06T06:58:40.772810+0000 mgr.y (mgr.14457) 238 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T06:58:42.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[30799]: audit 2023-12-06T06:58:40.781382+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:42.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[30799]: audit 2023-12-06T06:58:40.825182+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:58:42.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[30799]: audit 2023-12-06T06:58:40.827004+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:58:42.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[30799]: audit 2023-12-06T06:58:40.835767+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:42.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[30799]: cephadm 2023-12-06T06:58:40.847349+0000 mgr.y (mgr.14457) 239 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T06:58:42.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[30799]: cluster 2023-12-06T06:58:41.191045+0000 mgr.y (mgr.14457) 240 : 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-06T06:58:42.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[30799]: audit 2023-12-06T06:58:41.437952+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:42.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[30799]: audit 2023-12-06T06:58:41.448022+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:42.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[25004]: audit 2023-12-06T06:58:40.770935+0000 mgr.y (mgr.14457) 237 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:58:42.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[25004]: cephadm 2023-12-06T06:58:40.772810+0000 mgr.y (mgr.14457) 238 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T06:58:42.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[25004]: audit 2023-12-06T06:58:40.781382+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:42.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[25004]: audit 2023-12-06T06:58:40.825182+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:58:42.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[25004]: audit 2023-12-06T06:58:40.827004+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:58:42.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[25004]: audit 2023-12-06T06:58:40.835767+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:42.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[25004]: cephadm 2023-12-06T06:58:40.847349+0000 mgr.y (mgr.14457) 239 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T06:58:42.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[25004]: cluster 2023-12-06T06:58:41.191045+0000 mgr.y (mgr.14457) 240 : 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-06T06:58:42.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[25004]: audit 2023-12-06T06:58:41.437952+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:42.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:41 smithi040 bash[25004]: audit 2023-12-06T06:58:41.448022+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:42.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:41 smithi141 bash[25168]: audit 2023-12-06T06:58:40.770935+0000 mgr.y (mgr.14457) 237 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:58:42.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:41 smithi141 bash[25168]: cephadm 2023-12-06T06:58:40.772810+0000 mgr.y (mgr.14457) 238 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T06:58:42.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:41 smithi141 bash[25168]: audit 2023-12-06T06:58:40.781382+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:42.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:41 smithi141 bash[25168]: audit 2023-12-06T06:58:40.825182+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T06:58:42.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:41 smithi141 bash[25168]: audit 2023-12-06T06:58:40.827004+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T06:58:42.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:41 smithi141 bash[25168]: audit 2023-12-06T06:58:40.835767+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:42.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:41 smithi141 bash[25168]: cephadm 2023-12-06T06:58:40.847349+0000 mgr.y (mgr.14457) 239 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T06:58:42.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:41 smithi141 bash[25168]: cluster 2023-12-06T06:58:41.191045+0000 mgr.y (mgr.14457) 240 : 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-06T06:58:42.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:41 smithi141 bash[25168]: audit 2023-12-06T06:58:41.437952+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:42.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:41 smithi141 bash[25168]: audit 2023-12-06T06:58:41.448022+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:43.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:42 smithi141 bash[25168]: audit 2023-12-06T06:58:42.081536+0000 mgr.y (mgr.14457) 241 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:43.269 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:42 smithi040 bash[30799]: audit 2023-12-06T06:58:42.081536+0000 mgr.y (mgr.14457) 241 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:43.270 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:42 smithi040 bash[25004]: audit 2023-12-06T06:58:42.081536+0000 mgr.y (mgr.14457) 241 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:44.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:43 smithi141 bash[25168]: cluster 2023-12-06T06:58:43.192806+0000 mgr.y (mgr.14457) 242 : 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-06T06:58:44.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:43 smithi040 bash[30799]: cluster 2023-12-06T06:58:43.192806+0000 mgr.y (mgr.14457) 242 : 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-06T06:58:44.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:43 smithi040 bash[25004]: cluster 2023-12-06T06:58:43.192806+0000 mgr.y (mgr.14457) 242 : 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-06T06:58:45.554 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:45 smithi040 bash[25004]: cluster 2023-12-06T06:58:45.193395+0000 mgr.y (mgr.14457) 243 : 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-06T06:58:45.554 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:45 smithi040 bash[30799]: cluster 2023-12-06T06:58:45.193395+0000 mgr.y (mgr.14457) 243 : 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-06T06:58:45.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:45 smithi141 bash[25168]: cluster 2023-12-06T06:58:45.193395+0000 mgr.y (mgr.14457) 243 : 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-06T06:58:46.040 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T06:58:46.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:46 smithi040 bash[30799]: audit 2023-12-06T06:58:46.014197+0000 mgr.y (mgr.14457) 244 : audit [DBG] from='client.25009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:58:46.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:46 smithi040 bash[25004]: audit 2023-12-06T06:58:46.014197+0000 mgr.y (mgr.14457) 244 : audit [DBG] from='client.25009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:58:46.936 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:58:46.936 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 11s ago 11m - - 2023-12-06T06:58:46.936 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 5s ago 11m - - 2023-12-06T06:58:46.937 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (3m) 11s ago 4m 18.9M - ba2b418f427c ba32882a2f69 2023-12-06T06:58:46.937 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (4m) 5s ago 4m 45.4M - 8.3.5 dad864ee21e9 9f8bd09f5b11 2023-12-06T06:58:46.937 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (2m) 11s ago 2m 47.2M - 3.5 e1d6a67b021e 31e18839b21c 2023-12-06T06:58:46.937 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443 running (10m) 5s ago 10m 406M - 17.2.0 e1d6a67b021e 95dd3d2423e8 2023-12-06T06:58:46.937 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:9283 running (12m) 11s ago 12m 463M - 17.2.0 e1d6a67b021e 9a0ec4115dd4 2023-12-06T06:58:46.937 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (12m) 11s ago 13m 56.3M 2048M 17.2.0 e1d6a67b021e f2e836555997 2023-12-06T06:58:46.937 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (11m) 5s ago 11m 47.7M 2048M 17.2.0 e1d6a67b021e 76faf01e600e 2023-12-06T06:58:46.937 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (11m) 11s ago 11m 45.6M 2048M 17.2.0 e1d6a67b021e b63429ef8030 2023-12-06T06:58:46.937 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (4m) 11s ago 4m 14.5M - 1dbe0e931976 8555fc0ba023 2023-12-06T06:58:46.937 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (4m) 5s ago 4m 12.3M - 1dbe0e931976 5cedcc42d777 2023-12-06T06:58:46.937 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (10m) 11s ago 10m 55.3M 4096M 17.2.0 e1d6a67b021e fa89468afe64 2023-12-06T06:58:46.937 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (9m) 11s ago 9m 55.6M 4096M 17.2.0 e1d6a67b021e f21c73c261bf 2023-12-06T06:58:46.938 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (9m) 11s ago 9m 51.0M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T06:58:46.938 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (8m) 11s ago 8m 53.8M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T06:58:46.938 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (7m) 5s ago 7m 57.0M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T06:58:46.938 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (7m) 5s ago 7m 51.8M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T06:58:46.938 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (6m) 5s ago 6m 51.1M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T06:58:46.938 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (5m) 5s ago 5m 53.4M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T06:58:46.938 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (3m) 5s ago 4m 57.3M - 514e6a882f6e 7c908ffc3a47 2023-12-06T06:58:46.938 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (2m) 11s ago 2m 83.9M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T06:58:46.938 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (2m) 5s ago 2m 84.2M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T06:58:46.938 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (2m) 11s ago 2m 84.0M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T06:58:46.938 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (2m) 5s ago 2m 84.5M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T06:58:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:46 smithi141 bash[25168]: audit 2023-12-06T06:58:46.014197+0000 mgr.y (mgr.14457) 244 : audit [DBG] from='client.25009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:58:47.430 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T06:58:47.430 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T06:58:47.431 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T06:58:47.431 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:58:47.431 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T06:58:47.431 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:58:47.431 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:58:47.431 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T06:58:47.431 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T06:58:47.431 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:58:47.431 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": {}, 2023-12-06T06:58:47.431 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T06:58:47.431 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T06:58:47.431 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:58:47.431 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T06:58:47.431 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-06T06:58:47.431 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T06:58:47.432 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T06:58:47.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:47 smithi040 bash[30799]: audit 2023-12-06T06:58:46.466133+0000 mgr.y (mgr.14457) 245 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:58:47.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:47 smithi040 bash[30799]: audit 2023-12-06T06:58:46.905205+0000 mgr.y (mgr.14457) 246 : audit [DBG] from='client.25021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:58:47.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:47 smithi040 bash[30799]: cluster 2023-12-06T06:58:47.194918+0000 mgr.y (mgr.14457) 247 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:47.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:47 smithi040 bash[30799]: audit 2023-12-06T06:58:47.425236+0000 mon.a (mon.0) 1061 : audit [DBG] from='client.? 172.21.15.40:0/205960954' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:58:47.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:47 smithi040 bash[25004]: audit 2023-12-06T06:58:46.466133+0000 mgr.y (mgr.14457) 245 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:58:47.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:47 smithi040 bash[25004]: audit 2023-12-06T06:58:46.905205+0000 mgr.y (mgr.14457) 246 : audit [DBG] from='client.25021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:58:47.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:47 smithi040 bash[25004]: cluster 2023-12-06T06:58:47.194918+0000 mgr.y (mgr.14457) 247 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:47.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:47 smithi040 bash[25004]: audit 2023-12-06T06:58:47.425236+0000 mon.a (mon.0) 1061 : audit [DBG] from='client.? 172.21.15.40:0/205960954' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:58:47.865 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T06:58:47.865 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T06:58:47.865 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T06:58:47.865 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-06T06:58:47.865 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "", 2023-12-06T06:58:47.865 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 image" 2023-12-06T06:58:47.865 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T06:58:47.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:47 smithi141 bash[25168]: audit 2023-12-06T06:58:46.466133+0000 mgr.y (mgr.14457) 245 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:58:47.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:47 smithi141 bash[25168]: audit 2023-12-06T06:58:46.905205+0000 mgr.y (mgr.14457) 246 : audit [DBG] from='client.25021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:58:47.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:47 smithi141 bash[25168]: cluster 2023-12-06T06:58:47.194918+0000 mgr.y (mgr.14457) 247 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:47.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:47 smithi141 bash[25168]: audit 2023-12-06T06:58:47.425236+0000 mon.a (mon.0) 1061 : audit [DBG] from='client.? 172.21.15.40:0/205960954' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:58:48.383 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T06:58:48.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:48 smithi040 bash[30799]: audit 2023-12-06T06:58:47.859658+0000 mgr.y (mgr.14457) 248 : audit [DBG] from='client.15117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:58:48.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:48 smithi040 bash[30799]: audit 2023-12-06T06:58:48.378563+0000 mon.c (mon.1) 144 : audit [DBG] from='client.? 172.21.15.40:0/750035540' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:58:48.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:48 smithi040 bash[25004]: audit 2023-12-06T06:58:47.859658+0000 mgr.y (mgr.14457) 248 : audit [DBG] from='client.15117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:58:48.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:48 smithi040 bash[25004]: audit 2023-12-06T06:58:48.378563+0000 mon.c (mon.1) 144 : audit [DBG] from='client.? 172.21.15.40:0/750035540' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:58:48.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:48 smithi141 bash[25168]: audit 2023-12-06T06:58:47.859658+0000 mgr.y (mgr.14457) 248 : audit [DBG] from='client.15117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:58:48.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:48 smithi141 bash[25168]: audit 2023-12-06T06:58:48.378563+0000 mon.c (mon.1) 144 : audit [DBG] from='client.? 172.21.15.40:0/750035540' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:58:49.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:49 smithi040 bash[25004]: cluster 2023-12-06T06:58:49.195641+0000 mgr.y (mgr.14457) 249 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:49.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:49 smithi040 bash[30799]: cluster 2023-12-06T06:58:49.195641+0000 mgr.y (mgr.14457) 249 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:49.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:49 smithi141 bash[25168]: cluster 2023-12-06T06:58:49.195641+0000 mgr.y (mgr.14457) 249 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:51.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:58:51 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:58:51.466 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:58:51 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:58:51] "GET /metrics HTTP/1.1" 200 214758 "" "Prometheus/2.33.4" 2023-12-06T06:58:51.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:51 smithi040 bash[25004]: cluster 2023-12-06T06:58:51.196484+0000 mgr.y (mgr.14457) 250 : 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-06T06:58:51.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:51 smithi040 bash[30799]: cluster 2023-12-06T06:58:51.196484+0000 mgr.y (mgr.14457) 250 : 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-06T06:58:51.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:51 smithi141 bash[25168]: cluster 2023-12-06T06:58:51.196484+0000 mgr.y (mgr.14457) 250 : 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-06T06:58:52.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:52 smithi040 bash[25004]: audit 2023-12-06T06:58:52.091738+0000 mgr.y (mgr.14457) 251 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:52.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:52 smithi040 bash[30799]: audit 2023-12-06T06:58:52.091738+0000 mgr.y (mgr.14457) 251 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:52.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:52 smithi141 bash[25168]: audit 2023-12-06T06:58:52.091738+0000 mgr.y (mgr.14457) 251 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:58:53.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:53 smithi040 bash[25004]: cluster 2023-12-06T06:58:53.198090+0000 mgr.y (mgr.14457) 252 : 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-06T06:58:53.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:53 smithi040 bash[30799]: cluster 2023-12-06T06:58:53.198090+0000 mgr.y (mgr.14457) 252 : 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-06T06:58:53.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:53 smithi141 bash[25168]: cluster 2023-12-06T06:58:53.198090+0000 mgr.y (mgr.14457) 252 : 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-06T06:58:55.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:55 smithi141 bash[25168]: cluster 2023-12-06T06:58:55.198794+0000 mgr.y (mgr.14457) 253 : 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-06T06:58:55.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:55 smithi040 bash[25004]: cluster 2023-12-06T06:58:55.198794+0000 mgr.y (mgr.14457) 253 : 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-06T06:58:55.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:55 smithi040 bash[30799]: cluster 2023-12-06T06:58:55.198794+0000 mgr.y (mgr.14457) 253 : 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-06T06:58:56.280 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:58:55 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:58:55] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:58:57.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:56 smithi141 bash[25168]: audit 2023-12-06T06:58:55.945681+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:57.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:56 smithi141 bash[25168]: audit 2023-12-06T06:58:55.958381+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:57.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:56 smithi040 bash[30799]: audit 2023-12-06T06:58:55.945681+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:57.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:56 smithi040 bash[30799]: audit 2023-12-06T06:58:55.958381+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:57.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:56 smithi040 bash[25004]: audit 2023-12-06T06:58:55.945681+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:57.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:56 smithi040 bash[25004]: audit 2023-12-06T06:58:55.958381+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:58:58.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:57 smithi040 bash[25004]: cluster 2023-12-06T06:58:57.200714+0000 mgr.y (mgr.14457) 254 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:58.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:57 smithi040 bash[30799]: cluster 2023-12-06T06:58:57.200714+0000 mgr.y (mgr.14457) 254 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:58.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:57 smithi141 bash[25168]: cluster 2023-12-06T06:58:57.200714+0000 mgr.y (mgr.14457) 254 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:58:59.635 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:58:59 smithi040 bash[30799]: cluster 2023-12-06T06:58:59.201541+0000 mgr.y (mgr.14457) 255 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:59.635 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:58:59 smithi040 bash[25004]: cluster 2023-12-06T06:58:59.201541+0000 mgr.y (mgr.14457) 255 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:58:59.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:58:59 smithi141 bash[25168]: cluster 2023-12-06T06:58:59.201541+0000 mgr.y (mgr.14457) 255 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:01.371 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:59:01 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:59:01.514 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:59:01 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:59:01] "GET /metrics HTTP/1.1" 200 214726 "" "Prometheus/2.33.4" 2023-12-06T06:59:01.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:01 smithi141 bash[25168]: cluster 2023-12-06T06:59:01.202182+0000 mgr.y (mgr.14457) 256 : 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-06T06:59:01.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:01 smithi040 bash[25004]: cluster 2023-12-06T06:59:01.202182+0000 mgr.y (mgr.14457) 256 : 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-06T06:59:01.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:59:01 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:59:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:59:01.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:01 smithi040 bash[30799]: cluster 2023-12-06T06:59:01.202182+0000 mgr.y (mgr.14457) 256 : 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-06T06:59:02.694 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:02 smithi141 bash[25168]: audit 2023-12-06T06:59:01.579838+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:02.694 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:02 smithi141 bash[25168]: audit 2023-12-06T06:59:01.589386+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:02.694 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:02 smithi141 bash[25168]: audit 2023-12-06T06:59:02.099864+0000 mgr.y (mgr.14457) 257 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:03.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:02 smithi040 bash[25004]: audit 2023-12-06T06:59:01.579838+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:03.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:02 smithi040 bash[25004]: audit 2023-12-06T06:59:01.589386+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:03.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:02 smithi040 bash[25004]: audit 2023-12-06T06:59:02.099864+0000 mgr.y (mgr.14457) 257 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:03.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:02 smithi040 bash[30799]: audit 2023-12-06T06:59:01.579838+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:03.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:02 smithi040 bash[30799]: audit 2023-12-06T06:59:01.589386+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:03.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:02 smithi040 bash[30799]: audit 2023-12-06T06:59:02.099864+0000 mgr.y (mgr.14457) 257 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:03.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:03 smithi141 bash[25168]: cluster 2023-12-06T06:59:03.203830+0000 mgr.y (mgr.14457) 258 : 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-06T06:59:04.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:03 smithi040 bash[25004]: cluster 2023-12-06T06:59:03.203830+0000 mgr.y (mgr.14457) 258 : 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-06T06:59:04.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:03 smithi040 bash[30799]: cluster 2023-12-06T06:59:03.203830+0000 mgr.y (mgr.14457) 258 : 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-06T06:59:05.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:05 smithi141 bash[25168]: cluster 2023-12-06T06:59:05.204520+0000 mgr.y (mgr.14457) 259 : 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-06T06:59:05.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:05 smithi040 bash[25004]: cluster 2023-12-06T06:59:05.204520+0000 mgr.y (mgr.14457) 259 : 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-06T06:59:05.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:05 smithi040 bash[30799]: cluster 2023-12-06T06:59:05.204520+0000 mgr.y (mgr.14457) 259 : 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-06T06:59:07.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:07 smithi141 bash[25168]: cluster 2023-12-06T06:59:07.206209+0000 mgr.y (mgr.14457) 260 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:07.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:07 smithi040 bash[25004]: cluster 2023-12-06T06:59:07.206209+0000 mgr.y (mgr.14457) 260 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:07.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:07 smithi040 bash[30799]: cluster 2023-12-06T06:59:07.206209+0000 mgr.y (mgr.14457) 260 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:09.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:09 smithi141 bash[25168]: cluster 2023-12-06T06:59:09.207004+0000 mgr.y (mgr.14457) 261 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:09.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:09 smithi040 bash[25004]: cluster 2023-12-06T06:59:09.207004+0000 mgr.y (mgr.14457) 261 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:09.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:09 smithi040 bash[30799]: cluster 2023-12-06T06:59:09.207004+0000 mgr.y (mgr.14457) 261 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:11.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:59:11 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:59:11.466 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:59:11 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:59:11] "GET /metrics HTTP/1.1" 200 214726 "" "Prometheus/2.33.4" 2023-12-06T06:59:11.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:11 smithi040 bash[30799]: cluster 2023-12-06T06:59:11.207561+0000 mgr.y (mgr.14457) 262 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:11.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:11 smithi040 bash[25004]: cluster 2023-12-06T06:59:11.207561+0000 mgr.y (mgr.14457) 262 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:11.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:11 smithi141 bash[25168]: cluster 2023-12-06T06:59:11.207561+0000 mgr.y (mgr.14457) 262 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:12.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:12 smithi040 bash[25004]: audit 2023-12-06T06:59:12.109532+0000 mgr.y (mgr.14457) 263 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:12.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:12 smithi040 bash[30799]: audit 2023-12-06T06:59:12.109532+0000 mgr.y (mgr.14457) 263 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:12.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:12 smithi141 bash[25168]: audit 2023-12-06T06:59:12.109532+0000 mgr.y (mgr.14457) 263 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:13.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:13 smithi040 bash[30799]: cluster 2023-12-06T06:59:13.209107+0000 mgr.y (mgr.14457) 264 : 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-06T06:59:13.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:13 smithi040 bash[25004]: cluster 2023-12-06T06:59:13.209107+0000 mgr.y (mgr.14457) 264 : 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-06T06:59:13.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:13 smithi141 bash[25168]: cluster 2023-12-06T06:59:13.209107+0000 mgr.y (mgr.14457) 264 : 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-06T06:59:15.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:15 smithi141 bash[25168]: cluster 2023-12-06T06:59:15.209906+0000 mgr.y (mgr.14457) 265 : 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-06T06:59:15.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:15 smithi040 bash[25004]: cluster 2023-12-06T06:59:15.209906+0000 mgr.y (mgr.14457) 265 : 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-06T06:59:15.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:15 smithi040 bash[30799]: cluster 2023-12-06T06:59:15.209906+0000 mgr.y (mgr.14457) 265 : 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-06T06:59:16.530 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:59:16 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:59:16] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:59:17.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:17 smithi040 bash[25004]: audit 2023-12-06T06:59:16.097550+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:17.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:17 smithi040 bash[25004]: audit 2023-12-06T06:59:16.107749+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:17.360 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:17 smithi040 bash[30799]: audit 2023-12-06T06:59:16.097550+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:17.360 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:17 smithi040 bash[30799]: audit 2023-12-06T06:59:16.107749+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:17.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:17 smithi141 bash[25168]: audit 2023-12-06T06:59:16.097550+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:17.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:17 smithi141 bash[25168]: audit 2023-12-06T06:59:16.107749+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:18.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:18 smithi141 bash[25168]: cluster 2023-12-06T06:59:17.211795+0000 mgr.y (mgr.14457) 266 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:18.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:18 smithi040 bash[25004]: cluster 2023-12-06T06:59:17.211795+0000 mgr.y (mgr.14457) 266 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:18.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:18 smithi040 bash[30799]: cluster 2023-12-06T06:59:17.211795+0000 mgr.y (mgr.14457) 266 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:18.775 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T06:59:19.508 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:59:19.508 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 3s ago 12m - - 2023-12-06T06:59:19.509 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 17s ago 12m - - 2023-12-06T06:59:19.509 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (4m) 3s ago 5m 17.5M - ba2b418f427c ba32882a2f69 2023-12-06T06:59:19.509 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (4m) 17s ago 4m 45.4M - 8.3.5 dad864ee21e9 9f8bd09f5b11 2023-12-06T06:59:19.509 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (2m) 3s ago 2m 47.3M - 3.5 e1d6a67b021e 31e18839b21c 2023-12-06T06:59:19.509 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443 running (11m) 17s ago 11m 406M - 17.2.0 e1d6a67b021e 95dd3d2423e8 2023-12-06T06:59:19.509 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:9283 running (13m) 3s ago 13m 464M - 17.2.0 e1d6a67b021e 9a0ec4115dd4 2023-12-06T06:59:19.509 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (13m) 3s ago 13m 57.1M 2048M 17.2.0 e1d6a67b021e f2e836555997 2023-12-06T06:59:19.509 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (11m) 17s ago 11m 47.7M 2048M 17.2.0 e1d6a67b021e 76faf01e600e 2023-12-06T06:59:19.509 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (11m) 3s ago 11m 47.2M 2048M 17.2.0 e1d6a67b021e b63429ef8030 2023-12-06T06:59:19.509 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (5m) 3s ago 5m 12.7M - 1dbe0e931976 8555fc0ba023 2023-12-06T06:59:19.509 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (5m) 17s ago 5m 12.3M - 1dbe0e931976 5cedcc42d777 2023-12-06T06:59:19.509 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (10m) 3s ago 10m 55.6M 4096M 17.2.0 e1d6a67b021e fa89468afe64 2023-12-06T06:59:19.510 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (10m) 3s ago 10m 55.8M 4096M 17.2.0 e1d6a67b021e f21c73c261bf 2023-12-06T06:59:19.510 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (9m) 3s ago 9m 51.2M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T06:59:19.510 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (9m) 3s ago 9m 54.0M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T06:59:19.510 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (8m) 17s ago 8m 57.0M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T06:59:19.510 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (7m) 17s ago 7m 51.8M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T06:59:19.510 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (7m) 17s ago 7m 51.1M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T06:59:19.510 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (6m) 17s ago 6m 53.4M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T06:59:19.510 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (4m) 17s ago 5m 57.3M - 514e6a882f6e 7c908ffc3a47 2023-12-06T06:59:19.510 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (3m) 3s ago 3m 84.1M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T06:59:19.510 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (3m) 17s ago 3m 84.2M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T06:59:19.510 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (3m) 3s ago 3m 84.1M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T06:59:19.510 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (3m) 17s ago 3m 84.5M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T06:59:19.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:19 smithi141 bash[25168]: audit 2023-12-06T06:59:18.749824+0000 mgr.y (mgr.14457) 267 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:19.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:19 smithi141 bash[25168]: audit 2023-12-06T06:59:19.114429+0000 mgr.y (mgr.14457) 268 : audit [DBG] from='client.15135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:19.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:19 smithi141 bash[25168]: cluster 2023-12-06T06:59:19.212350+0000 mgr.y (mgr.14457) 269 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:19.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:19 smithi040 bash[25004]: audit 2023-12-06T06:59:18.749824+0000 mgr.y (mgr.14457) 267 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:19.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:19 smithi040 bash[25004]: audit 2023-12-06T06:59:19.114429+0000 mgr.y (mgr.14457) 268 : audit [DBG] from='client.15135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:19.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:19 smithi040 bash[25004]: cluster 2023-12-06T06:59:19.212350+0000 mgr.y (mgr.14457) 269 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:19.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:19 smithi040 bash[30799]: audit 2023-12-06T06:59:18.749824+0000 mgr.y (mgr.14457) 267 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:19.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:19 smithi040 bash[30799]: audit 2023-12-06T06:59:19.114429+0000 mgr.y (mgr.14457) 268 : audit [DBG] from='client.15135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:19.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:19 smithi040 bash[30799]: cluster 2023-12-06T06:59:19.212350+0000 mgr.y (mgr.14457) 269 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:19.929 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T06:59:19.930 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T06:59:19.930 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T06:59:19.930 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:59:19.930 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T06:59:19.930 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:59:19.930 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:59:19.934 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T06:59:19.934 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T06:59:19.934 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:59:19.934 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": {}, 2023-12-06T06:59:19.934 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T06:59:19.934 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T06:59:19.934 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:59:19.935 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T06:59:19.935 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-06T06:59:19.935 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T06:59:19.935 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T06:59:20.299 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T06:59:20.316 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T06:59:20.317 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T06:59:20.317 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-06T06:59:20.317 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "", 2023-12-06T06:59:20.317 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 image" 2023-12-06T06:59:20.317 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T06:59:20.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:20 smithi141 bash[25168]: audit 2023-12-06T06:59:19.479668+0000 mgr.y (mgr.14457) 270 : audit [DBG] from='client.15141 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:20.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:20 smithi141 bash[25168]: audit 2023-12-06T06:59:19.923851+0000 mon.a (mon.0) 1068 : audit [DBG] from='client.? 172.21.15.40:0/94991523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:59:20.713 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T06:59:20.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:20 smithi040 bash[25004]: audit 2023-12-06T06:59:19.479668+0000 mgr.y (mgr.14457) 270 : audit [DBG] from='client.15141 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:20.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:20 smithi040 bash[25004]: audit 2023-12-06T06:59:19.923851+0000 mon.a (mon.0) 1068 : audit [DBG] from='client.? 172.21.15.40:0/94991523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:59:20.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:20 smithi040 bash[30799]: audit 2023-12-06T06:59:19.479668+0000 mgr.y (mgr.14457) 270 : audit [DBG] from='client.15141 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:20.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:20 smithi040 bash[30799]: audit 2023-12-06T06:59:19.923851+0000 mon.a (mon.0) 1068 : audit [DBG] from='client.? 172.21.15.40:0/94991523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:59:21.458 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:59:21 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:59:21.477 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:59:21 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:59:21] "GET /metrics HTTP/1.1" 200 214728 "" "Prometheus/2.33.4" 2023-12-06T06:59:21.747 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:21 smithi040 bash[25004]: audit 2023-12-06T06:59:20.293193+0000 mgr.y (mgr.14457) 271 : audit [DBG] from='client.15153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:21.747 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:21 smithi040 bash[25004]: audit 2023-12-06T06:59:20.707413+0000 mon.c (mon.1) 145 : audit [DBG] from='client.? 172.21.15.40:0/3590271889' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:59:21.747 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:21 smithi040 bash[25004]: cluster 2023-12-06T06:59:21.213094+0000 mgr.y (mgr.14457) 272 : 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-06T06:59:21.747 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:21 smithi040 bash[30799]: audit 2023-12-06T06:59:20.293193+0000 mgr.y (mgr.14457) 271 : audit [DBG] from='client.15153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:21.747 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:21 smithi040 bash[30799]: audit 2023-12-06T06:59:20.707413+0000 mon.c (mon.1) 145 : audit [DBG] from='client.? 172.21.15.40:0/3590271889' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:59:21.747 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:21 smithi040 bash[30799]: cluster 2023-12-06T06:59:21.213094+0000 mgr.y (mgr.14457) 272 : 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-06T06:59:21.748 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:21 smithi141 bash[25168]: audit 2023-12-06T06:59:20.293193+0000 mgr.y (mgr.14457) 271 : audit [DBG] from='client.15153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:21.748 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:21 smithi141 bash[25168]: audit 2023-12-06T06:59:20.707413+0000 mon.c (mon.1) 145 : audit [DBG] from='client.? 172.21.15.40:0/3590271889' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:59:21.748 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:21 smithi141 bash[25168]: cluster 2023-12-06T06:59:21.213094+0000 mgr.y (mgr.14457) 272 : 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-06T06:59:22.030 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:59:21 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:59:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:59:22.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:22 smithi040 bash[30799]: audit 2023-12-06T06:59:21.727797+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:22.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:22 smithi040 bash[30799]: audit 2023-12-06T06:59:21.739877+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:22.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:22 smithi040 bash[30799]: audit 2023-12-06T06:59:22.119843+0000 mgr.y (mgr.14457) 273 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:22.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:22 smithi040 bash[25004]: audit 2023-12-06T06:59:21.727797+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:22.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:22 smithi040 bash[25004]: audit 2023-12-06T06:59:21.739877+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:22.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:22 smithi040 bash[25004]: audit 2023-12-06T06:59:22.119843+0000 mgr.y (mgr.14457) 273 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:22.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:22 smithi141 bash[25168]: audit 2023-12-06T06:59:21.727797+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:22.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:22 smithi141 bash[25168]: audit 2023-12-06T06:59:21.739877+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:22.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:22 smithi141 bash[25168]: audit 2023-12-06T06:59:22.119843+0000 mgr.y (mgr.14457) 273 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:23.809 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:23 smithi040 bash[25004]: cluster 2023-12-06T06:59:23.214842+0000 mgr.y (mgr.14457) 274 : 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-06T06:59:23.809 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:23 smithi040 bash[30799]: cluster 2023-12-06T06:59:23.214842+0000 mgr.y (mgr.14457) 274 : 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-06T06:59:24.029 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:23 smithi141 bash[25168]: cluster 2023-12-06T06:59:23.214842+0000 mgr.y (mgr.14457) 274 : 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-06T06:59:24.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:24 smithi040 bash[25004]: audit 2023-12-06T06:59:23.933044+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:24.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:24 smithi040 bash[25004]: cephadm 2023-12-06T06:59:23.934051+0000 mgr.y (mgr.14457) 275 : cephadm [INF] Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T06:59:24.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:24 smithi040 bash[25004]: cephadm 2023-12-06T06:59:23.934236+0000 mgr.y (mgr.14457) 276 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T06:59:24.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:24 smithi040 bash[25004]: audit 2023-12-06T06:59:23.936515+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:59:24.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:24 smithi040 bash[25004]: audit 2023-12-06T06:59:23.945256+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:24.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:24 smithi040 bash[25004]: cephadm 2023-12-06T06:59:23.947548+0000 mgr.y (mgr.14457) 277 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T06:59:24.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:24 smithi040 bash[25004]: cephadm 2023-12-06T06:59:24.199800+0000 mgr.y (mgr.14457) 278 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 on smithi141 2023-12-06T06:59:25.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:24 smithi141 bash[25168]: audit 2023-12-06T06:59:23.933044+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:25.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:24 smithi141 bash[25168]: cephadm 2023-12-06T06:59:23.934051+0000 mgr.y (mgr.14457) 275 : cephadm [INF] Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T06:59:25.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:24 smithi141 bash[25168]: cephadm 2023-12-06T06:59:23.934236+0000 mgr.y (mgr.14457) 276 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T06:59:25.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:24 smithi141 bash[25168]: audit 2023-12-06T06:59:23.936515+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:59:25.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:24 smithi141 bash[25168]: audit 2023-12-06T06:59:23.945256+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:25.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:24 smithi141 bash[25168]: cephadm 2023-12-06T06:59:23.947548+0000 mgr.y (mgr.14457) 277 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T06:59:25.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:24 smithi141 bash[25168]: cephadm 2023-12-06T06:59:24.199800+0000 mgr.y (mgr.14457) 278 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 on smithi141 2023-12-06T06:59:25.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:24 smithi040 bash[30799]: audit 2023-12-06T06:59:23.933044+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:25.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:24 smithi040 bash[30799]: cephadm 2023-12-06T06:59:23.934051+0000 mgr.y (mgr.14457) 275 : cephadm [INF] Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T06:59:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:24 smithi040 bash[30799]: cephadm 2023-12-06T06:59:23.934236+0000 mgr.y (mgr.14457) 276 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T06:59:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:24 smithi040 bash[30799]: audit 2023-12-06T06:59:23.936515+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T06:59:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:24 smithi040 bash[30799]: audit 2023-12-06T06:59:23.945256+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:24 smithi040 bash[30799]: cephadm 2023-12-06T06:59:23.947548+0000 mgr.y (mgr.14457) 277 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T06:59:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:24 smithi040 bash[30799]: cephadm 2023-12-06T06:59:24.199800+0000 mgr.y (mgr.14457) 278 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 on smithi141 2023-12-06T06:59:26.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:25 smithi141 bash[25168]: cluster 2023-12-06T06:59:25.215453+0000 mgr.y (mgr.14457) 279 : 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-06T06:59:26.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:25 smithi040 bash[25004]: cluster 2023-12-06T06:59:25.215453+0000 mgr.y (mgr.14457) 279 : 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-06T06:59:26.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:25 smithi040 bash[30799]: cluster 2023-12-06T06:59:25.215453+0000 mgr.y (mgr.14457) 279 : 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-06T06:59:27.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:27 smithi141 bash[25168]: cluster 2023-12-06T06:59:27.217184+0000 mgr.y (mgr.14457) 280 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:27.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:27 smithi040 bash[30799]: cluster 2023-12-06T06:59:27.217184+0000 mgr.y (mgr.14457) 280 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:27.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:27 smithi040 bash[25004]: cluster 2023-12-06T06:59:27.217184+0000 mgr.y (mgr.14457) 280 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:29.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:29 smithi141 bash[25168]: cluster 2023-12-06T06:59:29.217955+0000 mgr.y (mgr.14457) 281 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:29.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:29 smithi040 bash[30799]: cluster 2023-12-06T06:59:29.217955+0000 mgr.y (mgr.14457) 281 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:29.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:29 smithi040 bash[25004]: cluster 2023-12-06T06:59:29.217955+0000 mgr.y (mgr.14457) 281 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:30.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:30 smithi040 bash[25004]: audit 2023-12-06T06:59:30.462079+0000 mon.c (mon.1) 147 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:59:30.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:30 smithi040 bash[25004]: audit 2023-12-06T06:59:30.462741+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:59:30.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:30 smithi040 bash[30799]: audit 2023-12-06T06:59:30.462079+0000 mon.c (mon.1) 147 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:59:30.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:30 smithi040 bash[30799]: audit 2023-12-06T06:59:30.462741+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:59:30.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:30 smithi141 bash[25168]: audit 2023-12-06T06:59:30.462079+0000 mon.c (mon.1) 147 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:59:30.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:30 smithi141 bash[25168]: audit 2023-12-06T06:59:30.462741+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T06:59:31.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:59:31 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:59:31.523 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:59:31 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:59:31] "GET /metrics HTTP/1.1" 200 214728 "" "Prometheus/2.33.4" 2023-12-06T06:59:31.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:31 smithi040 bash[25004]: audit 2023-12-06T06:59:30.722532+0000 mon.c (mon.1) 148 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:59:31.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:31 smithi040 bash[25004]: audit 2023-12-06T06:59:30.723559+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:59:31.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:31 smithi040 bash[25004]: cluster 2023-12-06T06:59:31.218704+0000 mgr.y (mgr.14457) 282 : 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-06T06:59:31.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:31 smithi040 bash[30799]: audit 2023-12-06T06:59:30.722532+0000 mon.c (mon.1) 148 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:59:31.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:31 smithi040 bash[30799]: audit 2023-12-06T06:59:30.723559+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:59:31.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:31 smithi040 bash[30799]: cluster 2023-12-06T06:59:31.218704+0000 mgr.y (mgr.14457) 282 : 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-06T06:59:31.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:31 smithi141 bash[25168]: audit 2023-12-06T06:59:30.722532+0000 mon.c (mon.1) 148 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:59:31.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:31 smithi141 bash[25168]: audit 2023-12-06T06:59:30.723559+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T06:59:31.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:31 smithi141 bash[25168]: cluster 2023-12-06T06:59:31.218704+0000 mgr.y (mgr.14457) 282 : 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-06T06:59:32.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:32 smithi141 bash[25168]: audit 2023-12-06T06:59:32.131010+0000 mgr.y (mgr.14457) 283 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:33.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:32 smithi040 bash[25004]: audit 2023-12-06T06:59:32.131010+0000 mgr.y (mgr.14457) 283 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:33.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:32 smithi040 bash[30799]: audit 2023-12-06T06:59:32.131010+0000 mgr.y (mgr.14457) 283 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:33.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:33 smithi040 bash[25004]: cluster 2023-12-06T06:59:33.220503+0000 mgr.y (mgr.14457) 284 : 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-06T06:59:33.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:33 smithi040 bash[30799]: cluster 2023-12-06T06:59:33.220503+0000 mgr.y (mgr.14457) 284 : 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-06T06:59:33.782 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:59:33 smithi040 bash[55797]: level=warn ts=2023-12-06T06:59:33.512Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs" 2023-12-06T06:59:33.782 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:59:33 smithi040 bash[55797]: level=warn ts=2023-12-06T06:59:33.513Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs" 2023-12-06T06:59:33.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:33 smithi141 bash[25168]: cluster 2023-12-06T06:59:33.220503+0000 mgr.y (mgr.14457) 284 : 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-06T06:59:35.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:35 smithi141 bash[25168]: cluster 2023-12-06T06:59:35.221273+0000 mgr.y (mgr.14457) 285 : 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-06T06:59:35.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:35 smithi040 bash[25004]: cluster 2023-12-06T06:59:35.221273+0000 mgr.y (mgr.14457) 285 : 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-06T06:59:35.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:35 smithi040 bash[30799]: cluster 2023-12-06T06:59:35.221273+0000 mgr.y (mgr.14457) 285 : 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-06T06:59:36.530 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:59:36 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:59:36] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:59:37.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:37 smithi040 bash[25004]: audit 2023-12-06T06:59:36.239836+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:37.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:37 smithi040 bash[25004]: audit 2023-12-06T06:59:36.248800+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:37.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:37 smithi040 bash[30799]: audit 2023-12-06T06:59:36.239836+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:37.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:37 smithi040 bash[30799]: audit 2023-12-06T06:59:36.248800+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:37.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:37 smithi141 bash[25168]: audit 2023-12-06T06:59:36.239836+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:37.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:37 smithi141 bash[25168]: audit 2023-12-06T06:59:36.248800+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:38.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:38 smithi040 bash[25004]: cluster 2023-12-06T06:59:37.222926+0000 mgr.y (mgr.14457) 286 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:38.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:38 smithi040 bash[30799]: cluster 2023-12-06T06:59:37.222926+0000 mgr.y (mgr.14457) 286 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:38.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:38 smithi141 bash[25168]: cluster 2023-12-06T06:59:37.222926+0000 mgr.y (mgr.14457) 286 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:39.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:39 smithi141 bash[25168]: cluster 2023-12-06T06:59:39.223695+0000 mgr.y (mgr.14457) 287 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:39.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:39 smithi040 bash[25004]: cluster 2023-12-06T06:59:39.223695+0000 mgr.y (mgr.14457) 287 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:39.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:39 smithi040 bash[30799]: cluster 2023-12-06T06:59:39.223695+0000 mgr.y (mgr.14457) 287 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:41.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:59:41 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:59:41.484 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:59:41 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:59:41] "GET /metrics HTTP/1.1" 200 214728 "" "Prometheus/2.33.4" 2023-12-06T06:59:41.486 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:41 smithi040 bash[30799]: cluster 2023-12-06T06:59:41.224462+0000 mgr.y (mgr.14457) 288 : 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-06T06:59:41.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:41 smithi040 bash[25004]: cluster 2023-12-06T06:59:41.224462+0000 mgr.y (mgr.14457) 288 : 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-06T06:59:41.894 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:41 smithi141 bash[25168]: cluster 2023-12-06T06:59:41.224462+0000 mgr.y (mgr.14457) 288 : 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-06T06:59:42.031 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:59:41 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:06:59:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:59:43.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:42 smithi141 bash[25168]: audit 2023-12-06T06:59:41.875450+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:43.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:42 smithi141 bash[25168]: audit 2023-12-06T06:59:41.884578+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:43.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:42 smithi141 bash[25168]: audit 2023-12-06T06:59:42.139827+0000 mgr.y (mgr.14457) 289 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:43.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:42 smithi040 bash[25004]: audit 2023-12-06T06:59:41.875450+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:43.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:42 smithi040 bash[25004]: audit 2023-12-06T06:59:41.884578+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:43.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:42 smithi040 bash[25004]: audit 2023-12-06T06:59:42.139827+0000 mgr.y (mgr.14457) 289 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:43.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:42 smithi040 bash[30799]: audit 2023-12-06T06:59:41.875450+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:43.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:42 smithi040 bash[30799]: audit 2023-12-06T06:59:41.884578+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:43.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:42 smithi040 bash[30799]: audit 2023-12-06T06:59:42.139827+0000 mgr.y (mgr.14457) 289 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:43.780 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:59:43 smithi040 bash[55797]: level=error ts=2023-12-06T06:59:43.509Z 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.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs" 2023-12-06T06:59:43.781 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:59:43 smithi040 bash[55797]: level=warn ts=2023-12-06T06:59:43.512Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs" 2023-12-06T06:59:43.781 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:59:43 smithi040 bash[55797]: level=warn ts=2023-12-06T06:59:43.514Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs" 2023-12-06T06:59:44.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:43 smithi141 bash[25168]: cluster 2023-12-06T06:59:43.226225+0000 mgr.y (mgr.14457) 290 : 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-06T06:59:44.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:43 smithi040 bash[25004]: cluster 2023-12-06T06:59:43.226225+0000 mgr.y (mgr.14457) 290 : 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-06T06:59:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:43 smithi040 bash[30799]: cluster 2023-12-06T06:59:43.226225+0000 mgr.y (mgr.14457) 290 : 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-06T06:59:45.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:45 smithi141 bash[25168]: cluster 2023-12-06T06:59:45.226975+0000 mgr.y (mgr.14457) 291 : 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-06T06:59:45.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:45 smithi040 bash[25004]: cluster 2023-12-06T06:59:45.226975+0000 mgr.y (mgr.14457) 291 : 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-06T06:59:45.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:45 smithi040 bash[30799]: cluster 2023-12-06T06:59:45.226975+0000 mgr.y (mgr.14457) 291 : 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-06T06:59:47.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:47 smithi141 bash[25168]: cluster 2023-12-06T06:59:47.228747+0000 mgr.y (mgr.14457) 292 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:47.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:47 smithi040 bash[25004]: cluster 2023-12-06T06:59:47.228747+0000 mgr.y (mgr.14457) 292 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:47.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:47 smithi040 bash[30799]: cluster 2023-12-06T06:59:47.228747+0000 mgr.y (mgr.14457) 292 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:49.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:49 smithi141 bash[25168]: cluster 2023-12-06T06:59:49.229555+0000 mgr.y (mgr.14457) 293 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:49.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:49 smithi040 bash[25004]: cluster 2023-12-06T06:59:49.229555+0000 mgr.y (mgr.14457) 293 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:49.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:49 smithi040 bash[30799]: cluster 2023-12-06T06:59:49.229555+0000 mgr.y (mgr.14457) 293 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:51.091 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T06:59:51.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 06:59:51 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T06:59:51.487 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:59:51 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:06:59:51] "GET /metrics HTTP/1.1" 200 214719 "" "Prometheus/2.33.4" 2023-12-06T06:59:51.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:51 smithi040 bash[25004]: audit 2023-12-06T06:59:51.070402+0000 mgr.y (mgr.14457) 294 : audit [DBG] from='client.15165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:51.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:51 smithi040 bash[25004]: cluster 2023-12-06T06:59:51.230055+0000 mgr.y (mgr.14457) 295 : 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-06T06:59:51.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:51 smithi040 bash[30799]: audit 2023-12-06T06:59:51.070402+0000 mgr.y (mgr.14457) 294 : audit [DBG] from='client.15165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:51.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:51 smithi040 bash[30799]: cluster 2023-12-06T06:59:51.230055+0000 mgr.y (mgr.14457) 295 : 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-06T06:59:51.815 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T06:59:51.815 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 15s ago 12m - - 2023-12-06T06:59:51.815 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 9s ago 12m - - 2023-12-06T06:59:51.815 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (4m) 15s ago 5m 17.5M - ba2b418f427c ba32882a2f69 2023-12-06T06:59:51.815 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (5m) 9s ago 5m 46.1M - 8.3.5 dad864ee21e9 9f8bd09f5b11 2023-12-06T06:59:51.815 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (3m) 15s ago 3m 47.4M - 3.5 e1d6a67b021e 31e18839b21c 2023-12-06T06:59:51.815 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443 running (11m) 9s ago 11m 406M - 17.2.0 e1d6a67b021e 95dd3d2423e8 2023-12-06T06:59:51.815 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:9283 running (14m) 15s ago 14m 464M - 17.2.0 e1d6a67b021e 9a0ec4115dd4 2023-12-06T06:59:51.815 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (14m) 15s ago 14m 57.5M 2048M 17.2.0 e1d6a67b021e f2e836555997 2023-12-06T06:59:51.815 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (12m) 9s ago 12m 48.7M 2048M 17.2.0 e1d6a67b021e 76faf01e600e 2023-12-06T06:59:51.815 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (12m) 15s ago 12m 48.0M 2048M 17.2.0 e1d6a67b021e b63429ef8030 2023-12-06T06:59:51.815 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (5m) 15s ago 6m 12.0M - 1dbe0e931976 8555fc0ba023 2023-12-06T06:59:51.816 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (5m) 9s ago 5m 11.7M - 1dbe0e931976 5cedcc42d777 2023-12-06T06:59:51.816 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (11m) 15s ago 11m 56.0M 4096M 17.2.0 e1d6a67b021e fa89468afe64 2023-12-06T06:59:51.816 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (10m) 15s ago 10m 56.1M 4096M 17.2.0 e1d6a67b021e f21c73c261bf 2023-12-06T06:59:51.816 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (10m) 15s ago 10m 51.4M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T06:59:51.816 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (9m) 15s ago 9m 54.3M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T06:59:51.816 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (8m) 9s ago 8m 57.9M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T06:59:51.816 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (8m) 9s ago 8m 52.3M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T06:59:51.816 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (7m) 9s ago 7m 51.1M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T06:59:51.816 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (6m) 9s ago 6m 53.7M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T06:59:51.816 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (4m) 9s ago 6m 58.8M - 514e6a882f6e 7c908ffc3a47 2023-12-06T06:59:51.816 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (3m) 15s ago 3m 84.2M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T06:59:51.816 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (3m) 9s ago 3m 84.3M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T06:59:51.816 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (3m) 15s ago 3m 84.2M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T06:59:51.816 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (3m) 9s ago 3m 84.8M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T06:59:51.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:51 smithi141 bash[25168]: audit 2023-12-06T06:59:51.070402+0000 mgr.y (mgr.14457) 294 : audit [DBG] from='client.15165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:51.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:51 smithi141 bash[25168]: cluster 2023-12-06T06:59:51.230055+0000 mgr.y (mgr.14457) 295 : 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-06T06:59:52.233 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T06:59:52.234 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T06:59:52.234 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T06:59:52.234 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:59:52.234 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T06:59:52.234 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T06:59:52.234 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:59:52.234 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T06:59:52.234 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T06:59:52.235 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:59:52.235 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": {}, 2023-12-06T06:59:52.235 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T06:59:52.235 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T06:59:52.235 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T06:59:52.235 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T06:59:52.235 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-06T06:59:52.235 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T06:59:52.235 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T06:59:52.594 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T06:59:52.594 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T06:59:52.595 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T06:59:52.595 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-06T06:59:52.595 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "0/23 daemons upgraded", 2023-12-06T06:59:52.595 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 image on host smithi141" 2023-12-06T06:59:52.595 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T06:59:52.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:52 smithi040 bash[25004]: audit 2023-12-06T06:59:51.428720+0000 mgr.y (mgr.14457) 296 : audit [DBG] from='client.25087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:52.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:52 smithi040 bash[25004]: audit 2023-12-06T06:59:51.783376+0000 mgr.y (mgr.14457) 297 : audit [DBG] from='client.15177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:52.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:52 smithi040 bash[25004]: audit 2023-12-06T06:59:52.147762+0000 mgr.y (mgr.14457) 298 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:52.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:52 smithi040 bash[25004]: audit 2023-12-06T06:59:52.227516+0000 mon.a (mon.0) 1079 : audit [DBG] from='client.? 172.21.15.40:0/4124823867' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:59:52.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:52 smithi040 bash[30799]: audit 2023-12-06T06:59:51.428720+0000 mgr.y (mgr.14457) 296 : audit [DBG] from='client.25087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:52.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:52 smithi040 bash[30799]: audit 2023-12-06T06:59:51.783376+0000 mgr.y (mgr.14457) 297 : audit [DBG] from='client.15177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:52.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:52 smithi040 bash[30799]: audit 2023-12-06T06:59:52.147762+0000 mgr.y (mgr.14457) 298 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:52.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:52 smithi040 bash[30799]: audit 2023-12-06T06:59:52.227516+0000 mon.a (mon.0) 1079 : audit [DBG] from='client.? 172.21.15.40:0/4124823867' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:59:52.803 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:52 smithi141 bash[25168]: audit 2023-12-06T06:59:51.428720+0000 mgr.y (mgr.14457) 296 : audit [DBG] from='client.25087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:52.803 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:52 smithi141 bash[25168]: audit 2023-12-06T06:59:51.783376+0000 mgr.y (mgr.14457) 297 : audit [DBG] from='client.15177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:52.803 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:52 smithi141 bash[25168]: audit 2023-12-06T06:59:52.147762+0000 mgr.y (mgr.14457) 298 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T06:59:52.803 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:52 smithi141 bash[25168]: audit 2023-12-06T06:59:52.227516+0000 mon.a (mon.0) 1079 : audit [DBG] from='client.? 172.21.15.40:0/4124823867' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T06:59:53.013 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T06:59:53.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:53 smithi040 bash[25004]: audit 2023-12-06T06:59:52.588261+0000 mgr.y (mgr.14457) 299 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:53.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:53 smithi040 bash[25004]: audit 2023-12-06T06:59:53.007936+0000 mon.c (mon.1) 149 : audit [DBG] from='client.? 172.21.15.40:0/3010696756' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:59:53.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:53 smithi040 bash[25004]: cluster 2023-12-06T06:59:53.231259+0000 mgr.y (mgr.14457) 300 : 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-06T06:59:53.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:53 smithi040 bash[30799]: audit 2023-12-06T06:59:52.588261+0000 mgr.y (mgr.14457) 299 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:53.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:53 smithi040 bash[30799]: audit 2023-12-06T06:59:53.007936+0000 mon.c (mon.1) 149 : audit [DBG] from='client.? 172.21.15.40:0/3010696756' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:59:53.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:53 smithi040 bash[30799]: cluster 2023-12-06T06:59:53.231259+0000 mgr.y (mgr.14457) 300 : 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-06T06:59:53.782 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:59:53 smithi040 bash[55797]: level=error ts=2023-12-06T06:59:53.510Z 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.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs" 2023-12-06T06:59:53.782 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:59:53 smithi040 bash[55797]: level=warn ts=2023-12-06T06:59:53.513Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs" 2023-12-06T06:59:53.782 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 06:59:53 smithi040 bash[55797]: level=warn ts=2023-12-06T06:59:53.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.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs" 2023-12-06T06:59:53.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:53 smithi141 bash[25168]: audit 2023-12-06T06:59:52.588261+0000 mgr.y (mgr.14457) 299 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T06:59:53.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:53 smithi141 bash[25168]: audit 2023-12-06T06:59:53.007936+0000 mon.c (mon.1) 149 : audit [DBG] from='client.? 172.21.15.40:0/3010696756' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T06:59:53.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:53 smithi141 bash[25168]: cluster 2023-12-06T06:59:53.231259+0000 mgr.y (mgr.14457) 300 : 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-06T06:59:55.486 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:55 smithi040 bash[25004]: cluster 2023-12-06T06:59:55.231821+0000 mgr.y (mgr.14457) 301 : 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-06T06:59:55.486 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:55 smithi040 bash[30799]: cluster 2023-12-06T06:59:55.231821+0000 mgr.y (mgr.14457) 301 : 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-06T06:59:55.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:55 smithi141 bash[25168]: cluster 2023-12-06T06:59:55.231821+0000 mgr.y (mgr.14457) 301 : 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-06T06:59:56.749 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 06:59:56 smithi040 bash[25276]: 172.21.15.40 - - [06/Dec/2023:06:59:56] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T06:59:57.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:57 smithi141 bash[25168]: audit 2023-12-06T06:59:56.390067+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:57.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:57 smithi141 bash[25168]: audit 2023-12-06T06:59:56.399329+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:57.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:57 smithi141 bash[25168]: cluster 2023-12-06T06:59:57.233568+0000 mgr.y (mgr.14457) 302 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:57.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:57 smithi040 bash[25004]: audit 2023-12-06T06:59:56.390067+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:57.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:57 smithi040 bash[25004]: audit 2023-12-06T06:59:56.399329+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:57.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:57 smithi040 bash[25004]: cluster 2023-12-06T06:59:57.233568+0000 mgr.y (mgr.14457) 302 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:57.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:57 smithi040 bash[30799]: audit 2023-12-06T06:59:56.390067+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:57.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:57 smithi040 bash[30799]: audit 2023-12-06T06:59:56.399329+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T06:59:57.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:57 smithi040 bash[30799]: cluster 2023-12-06T06:59:57.233568+0000 mgr.y (mgr.14457) 302 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T06:59:59.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 06:59:59 smithi141 bash[25168]: cluster 2023-12-06T06:59:59.234352+0000 mgr.y (mgr.14457) 303 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:59.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 06:59:59 smithi040 bash[25004]: cluster 2023-12-06T06:59:59.234352+0000 mgr.y (mgr.14457) 303 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T06:59:59.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 06:59:59 smithi040 bash[30799]: cluster 2023-12-06T06:59:59.234352+0000 mgr.y (mgr.14457) 303 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:00:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:00 smithi141 bash[25168]: cluster 2023-12-06T07:00:00.000173+0000 mon.a (mon.0) 1082 : cluster [INF] overall HEALTH_OK 2023-12-06T07:00:00.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:00 smithi040 bash[25004]: cluster 2023-12-06T07:00:00.000173+0000 mon.a (mon.0) 1082 : cluster [INF] overall HEALTH_OK 2023-12-06T07:00:00.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:00 smithi040 bash[30799]: cluster 2023-12-06T07:00:00.000173+0000 mon.a (mon.0) 1082 : cluster [INF] overall HEALTH_OK 2023-12-06T07:00:01.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:01 smithi141 bash[26192]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:00:01.495 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:01 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:00:01] "GET /metrics HTTP/1.1" 200 214729 "" "Prometheus/2.33.4" 2023-12-06T07:00:01.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:01 smithi040 bash[25004]: cluster 2023-12-06T07:00:01.235117+0000 mgr.y (mgr.14457) 304 : 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-06T07:00:01.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:01 smithi040 bash[30799]: cluster 2023-12-06T07:00:01.235117+0000 mgr.y (mgr.14457) 304 : 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-06T07:00:01.950 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:01 smithi141 bash[25168]: cluster 2023-12-06T07:00:01.235117+0000 mgr.y (mgr.14457) 304 : 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-06T07:00:02.530 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:02 smithi040 bash[25276]: 172.21.15.141 - - [06/Dec/2023:07:00:02] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-06T07:00:03.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:03 smithi040 bash[30799]: audit 2023-12-06T07:00:02.026571+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T07:00:03.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:03 smithi040 bash[30799]: audit 2023-12-06T07:00:02.038479+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T07:00:03.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:03 smithi040 bash[30799]: audit 2023-12-06T07:00:02.158912+0000 mgr.y (mgr.14457) 305 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:00:03.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:03 smithi040 bash[25004]: audit 2023-12-06T07:00:02.026571+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T07:00:03.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:03 smithi040 bash[25004]: audit 2023-12-06T07:00:02.038479+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T07:00:03.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:03 smithi040 bash[25004]: audit 2023-12-06T07:00:02.158912+0000 mgr.y (mgr.14457) 305 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:00:03.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:03 smithi141 bash[25168]: audit 2023-12-06T07:00:02.026571+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T07:00:03.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:03 smithi141 bash[25168]: audit 2023-12-06T07:00:02.038479+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T07:00:03.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:03 smithi141 bash[25168]: audit 2023-12-06T07:00:02.158912+0000 mgr.y (mgr.14457) 305 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:00:03.781 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:03 smithi040 bash[55797]: level=error ts=2023-12-06T07:00:03.511Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs" 2023-12-06T07:00:03.781 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:03 smithi040 bash[55797]: level=warn ts=2023-12-06T07:00:03.515Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs" 2023-12-06T07:00:03.781 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:03 smithi040 bash[55797]: level=warn ts=2023-12-06T07:00:03.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs" 2023-12-06T07:00:04.328 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:04 smithi141 bash[25168]: cluster 2023-12-06T07:00:03.236853+0000 mgr.y (mgr.14457) 306 : 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-06T07:00:04.328 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:04 smithi141 bash[25168]: audit 2023-12-06T07:00:03.327866+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T07:00:04.328 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:04 smithi141 bash[25168]: audit 2023-12-06T07:00:03.330553+0000 mon.c (mon.1) 150 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:00:04.328 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:04 smithi141 bash[25168]: audit 2023-12-06T07:00:03.331197+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:00:04.329 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:04 smithi141 bash[25168]: audit 2023-12-06T07:00:03.333058+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:00:04.329 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:04 smithi141 bash[25168]: audit 2023-12-06T07:00:03.335039+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:00:04.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:04 smithi040 bash[25004]: cluster 2023-12-06T07:00:03.236853+0000 mgr.y (mgr.14457) 306 : 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-06T07:00:04.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:04 smithi040 bash[25004]: audit 2023-12-06T07:00:03.327866+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T07:00:04.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:04 smithi040 bash[25004]: audit 2023-12-06T07:00:03.330553+0000 mon.c (mon.1) 150 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:00:04.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:04 smithi040 bash[25004]: audit 2023-12-06T07:00:03.331197+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:00:04.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:04 smithi040 bash[25004]: audit 2023-12-06T07:00:03.333058+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:00:04.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:04 smithi040 bash[25004]: audit 2023-12-06T07:00:03.335039+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:00:04.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:04 smithi040 bash[30799]: cluster 2023-12-06T07:00:03.236853+0000 mgr.y (mgr.14457) 306 : 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-06T07:00:04.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:04 smithi040 bash[30799]: audit 2023-12-06T07:00:03.327866+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T07:00:04.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:04 smithi040 bash[30799]: audit 2023-12-06T07:00:03.330553+0000 mon.c (mon.1) 150 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:00:04.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:04 smithi040 bash[30799]: audit 2023-12-06T07:00:03.331197+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:00:04.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:04 smithi040 bash[30799]: audit 2023-12-06T07:00:03.333058+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:00:04.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:04 smithi040 bash[30799]: audit 2023-12-06T07:00:03.335039+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:00:05.394 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:05 smithi141 bash[25168]: cephadm 2023-12-06T07:00:03.315954+0000 mgr.y (mgr.14457) 307 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:00:05.394 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:05 smithi141 bash[25168]: cephadm 2023-12-06T07:00:03.336923+0000 mgr.y (mgr.14457) 308 : cephadm [INF] Deploying daemon mgr.x on smithi141 2023-12-06T07:00:05.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:05 smithi040 bash[30799]: cephadm 2023-12-06T07:00:03.315954+0000 mgr.y (mgr.14457) 307 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:00:05.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:05 smithi040 bash[30799]: cephadm 2023-12-06T07:00:03.336923+0000 mgr.y (mgr.14457) 308 : cephadm [INF] Deploying daemon mgr.x on smithi141 2023-12-06T07:00:05.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:05 smithi040 bash[25004]: cephadm 2023-12-06T07:00:03.315954+0000 mgr.y (mgr.14457) 307 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:00:05.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:05 smithi040 bash[25004]: cephadm 2023-12-06T07:00:03.336923+0000 mgr.y (mgr.14457) 308 : cephadm [INF] Deploying daemon mgr.x on smithi141 2023-12-06T07:00:05.700 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:05 smithi141 systemd[1]: Stopping Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:00:05.700 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:05 smithi141 bash[55520]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr.x 2023-12-06T07:00:06.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:06 smithi040 bash[30799]: cluster 2023-12-06T07:00:05.237598+0000 mgr.y (mgr.14457) 309 : 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-06T07:00:06.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:06 smithi040 bash[25004]: cluster 2023-12-06T07:00:05.237598+0000 mgr.y (mgr.14457) 309 : 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-06T07:00:06.281 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:06 smithi040 bash[55797]: level=warn ts=2023-12-06T07:00:06.019Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=4 err="Post \"https://172.21.15.141:8443/api/prometheus_receiver\": dial tcp 172.21.15.141:8443: connect: connection refused" 2023-12-06T07:00:06.320 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:06 smithi141 bash[25168]: cluster 2023-12-06T07:00:05.237598+0000 mgr.y (mgr.14457) 309 : 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-06T07:00:06.321 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:05 smithi141 bash[55530]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr-x 2023-12-06T07:00:06.321 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:06 smithi141 bash[55578]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr.x 2023-12-06T07:00:06.321 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:06 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:00:06.321 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:06 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-06T07:00:06.321 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:06 smithi141 systemd[1]: Stopped Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:00:06.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:06 smithi141 systemd[1]: Started Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:00:07.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:07 smithi141 bash[55647]: debug 2023-12-06T07:00:07.600+0000 7f2ed5e15700 1 -- 172.21.15.141:0/1520747438 <== mon.2 v2:172.21.15.141:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5626f95081a0 con 0x5626fa286800 2023-12-06T07:00:07.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:07 smithi141 bash[25168]: audit 2023-12-06T07:00:06.469752+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T07:00:07.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:07 smithi141 bash[25168]: audit 2023-12-06T07:00:06.472601+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:00:07.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:07 smithi141 bash[25168]: audit 2023-12-06T07:00:06.474229+0000 mon.c (mon.1) 154 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:00:07.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:07 smithi141 bash[25168]: audit 2023-12-06T07:00:06.483914+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T07:00:07.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:07 smithi141 bash[25168]: cephadm 2023-12-06T07:00:06.488779+0000 mgr.y (mgr.14457) 310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:00:07.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:07 smithi141 bash[25168]: audit 2023-12-06T07:00:06.494908+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:00:07.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:07 smithi141 bash[25168]: cephadm 2023-12-06T07:00:06.499017+0000 mgr.y (mgr.14457) 311 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T07:00:07.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:07 smithi141 bash[25168]: cephadm 2023-12-06T07:00:06.502480+0000 mgr.y (mgr.14457) 312 : cephadm [INF] Failing over to other MGR 2023-12-06T07:00:07.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:07 smithi141 bash[25168]: audit 2023-12-06T07:00:06.503068+0000 mon.c (mon.1) 156 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T07:00:07.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:07 smithi141 bash[25168]: audit 2023-12-06T07:00:06.503751+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T07:00:07.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:07 smithi141 bash[25168]: cluster 2023-12-06T07:00:06.515499+0000 mon.a (mon.0) 1090 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-06T07:00:07.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:07 smithi141 bash[25168]: cluster 2023-12-06T07:00:07.238359+0000 mgr.y (mgr.14457) 313 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:00:07.781 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[55797]: level=warn ts=2023-12-06T07:00:07.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=5 err="Post \"https://172.21.15.40:8443//api/prometheus_receiver\": dial tcp 172.21.15.40:8443: connect: connection refused" 2023-12-06T07:00:07.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25276]: ignoring --setuser ceph since I am not root 2023-12-06T07:00:07.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25276]: ignoring --setgroup ceph since I am not root 2023-12-06T07:00:07.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25276]: debug 2023-12-06T07:00:07.536+0000 7f3f8f685700 1 -- 172.21.15.40:0/1882510572 <== mon.0 v2:172.21.15.40:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564e8aa98340 con 0x564e8b814400 2023-12-06T07:00:07.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25276]: debug 2023-12-06T07:00:07.688+0000 7f3f980e1000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:00:07.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[30799]: audit 2023-12-06T07:00:06.469752+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T07:00:07.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[30799]: audit 2023-12-06T07:00:06.472601+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:00:07.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[30799]: audit 2023-12-06T07:00:06.474229+0000 mon.c (mon.1) 154 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:00:07.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[30799]: audit 2023-12-06T07:00:06.483914+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T07:00:07.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[30799]: cephadm 2023-12-06T07:00:06.488779+0000 mgr.y (mgr.14457) 310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:00:07.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[30799]: audit 2023-12-06T07:00:06.494908+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:00:07.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[30799]: cephadm 2023-12-06T07:00:06.499017+0000 mgr.y (mgr.14457) 311 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T07:00:07.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[30799]: cephadm 2023-12-06T07:00:06.502480+0000 mgr.y (mgr.14457) 312 : cephadm [INF] Failing over to other MGR 2023-12-06T07:00:07.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[30799]: audit 2023-12-06T07:00:06.503068+0000 mon.c (mon.1) 156 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T07:00:07.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[30799]: audit 2023-12-06T07:00:06.503751+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T07:00:07.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[30799]: cluster 2023-12-06T07:00:06.515499+0000 mon.a (mon.0) 1090 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-06T07:00:07.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[30799]: cluster 2023-12-06T07:00:07.238359+0000 mgr.y (mgr.14457) 313 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:00:07.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25004]: audit 2023-12-06T07:00:06.469752+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T07:00:07.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25004]: audit 2023-12-06T07:00:06.472601+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:00:07.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25004]: audit 2023-12-06T07:00:06.474229+0000 mon.c (mon.1) 154 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:00:07.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25004]: audit 2023-12-06T07:00:06.483914+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14457 ' entity='mgr.y' 2023-12-06T07:00:07.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25004]: cephadm 2023-12-06T07:00:06.488779+0000 mgr.y (mgr.14457) 310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:00:07.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25004]: audit 2023-12-06T07:00:06.494908+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:00:07.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25004]: cephadm 2023-12-06T07:00:06.499017+0000 mgr.y (mgr.14457) 311 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T07:00:07.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25004]: cephadm 2023-12-06T07:00:06.502480+0000 mgr.y (mgr.14457) 312 : cephadm [INF] Failing over to other MGR 2023-12-06T07:00:07.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25004]: audit 2023-12-06T07:00:06.503068+0000 mon.c (mon.1) 156 : audit [INF] from='mgr.14457 172.21.15.40:0/872366503' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T07:00:07.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25004]: audit 2023-12-06T07:00:06.503751+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T07:00:07.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25004]: cluster 2023-12-06T07:00:06.515499+0000 mon.a (mon.0) 1090 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-06T07:00:07.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:07 smithi040 bash[25004]: cluster 2023-12-06T07:00:07.238359+0000 mgr.y (mgr.14457) 313 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:00:08.208 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:07 smithi141 bash[55647]: debug 2023-12-06T07:00:07.760+0000 7f2edffbb200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:00:08.679 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:08 smithi040 bash[30799]: audit 2023-12-06T07:00:07.492588+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-06T07:00:08.679 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:08 smithi040 bash[30799]: cluster 2023-12-06T07:00:07.492730+0000 mon.a (mon.0) 1092 : cluster [DBG] mgrmap e22: x(active, starting, since 0.98792s) 2023-12-06T07:00:08.680 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:08 smithi040 bash[25004]: audit 2023-12-06T07:00:07.492588+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-06T07:00:08.680 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:08 smithi040 bash[25004]: cluster 2023-12-06T07:00:07.492730+0000 mon.a (mon.0) 1092 : cluster [DBG] mgrmap e22: x(active, starting, since 0.98792s) 2023-12-06T07:00:08.680 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:08 smithi040 bash[25276]: debug 2023-12-06T07:00:08.376+0000 7f3f980e1000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:00:08.680 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:08 smithi040 bash[25276]: debug 2023-12-06T07:00:08.504+0000 7f3f980e1000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:00:08.784 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:08 smithi141 bash[55647]: debug 2023-12-06T07:00:08.680+0000 7f2edffbb200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T07:00:08.785 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:08 smithi141 bash[25168]: audit 2023-12-06T07:00:07.492588+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-06T07:00:08.785 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:08 smithi141 bash[25168]: cluster 2023-12-06T07:00:07.492730+0000 mon.a (mon.0) 1092 : cluster [DBG] mgrmap e22: x(active, starting, since 0.98792s) 2023-12-06T07:00:09.021 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:08 smithi040 bash[25276]: debug 2023-12-06T07:00:08.668+0000 7f3f980e1000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:00:09.150 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:08 smithi141 bash[55647]: debug 2023-12-06T07:00:08.780+0000 7f2edffbb200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:00:09.151 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:08 smithi141 bash[55647]: debug 2023-12-06T07:00:08.880+0000 7f2edffbb200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:00:09.280 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:09 smithi040 bash[25276]: debug 2023-12-06T07:00:09.008+0000 7f3f980e1000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:00:09.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:09 smithi040 bash[25276]: debug 2023-12-06T07:00:09.108+0000 7f3f980e1000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:00:09.458 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:09 smithi141 bash[55647]: debug 2023-12-06T07:00:09.144+0000 7f2edffbb200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:00:09.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:09 smithi040 bash[25276]: debug 2023-12-06T07:00:09.320+0000 7f3f980e1000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:00:09.873 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:09 smithi141 bash[55647]: debug 2023-12-06T07:00:09.500+0000 7f2edffbb200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:00:09.873 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:09 smithi141 bash[55647]: debug 2023-12-06T07:00:09.656+0000 7f2edffbb200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:00:10.208 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:09 smithi141 bash[55647]: debug 2023-12-06T07:00:09.868+0000 7f2edffbb200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:00:10.530 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:10 smithi040 bash[25276]: debug 2023-12-06T07:00:10.212+0000 7f3f980e1000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:00:10.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:10 smithi040 bash[25276]: debug 2023-12-06T07:00:10.328+0000 7f3f980e1000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:00:10.911 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:10 smithi040 bash[25276]: debug 2023-12-06T07:00:10.540+0000 7f3f980e1000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:00:11.210 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:10 smithi141 bash[55647]: debug 2023-12-06T07:00:10.884+0000 7f2edffbb200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:00:11.210 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:10 smithi141 bash[55647]: debug 2023-12-06T07:00:10.996+0000 7f2edffbb200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:00:11.210 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:11 smithi141 bash[55647]: debug 2023-12-06T07:00:11.112+0000 7f2edffbb200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:00:11.253 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:10 smithi040 bash[25276]: debug 2023-12-06T07:00:10.900+0000 7f3f980e1000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:00:11.530 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:11 smithi040 bash[25276]: debug 2023-12-06T07:00:11.240+0000 7f3f980e1000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:00:11.923 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:11 smithi040 bash[25276]: debug 2023-12-06T07:00:11.632+0000 7f3f980e1000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:00:11.958 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:11 smithi141 bash[55647]: debug 2023-12-06T07:00:11.588+0000 7f2edffbb200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:00:11.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:11 smithi141 bash[55647]: debug 2023-12-06T07:00:11.808+0000 7f2edffbb200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:00:12.280 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:11 smithi040 bash[25276]: debug 2023-12-06T07:00:11.912+0000 7f3f980e1000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:00:12.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:12 smithi141 bash[55647]: debug 2023-12-06T07:00:12.260+0000 7f2edffbb200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:00:12.927 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:12 smithi040 bash[25276]: debug 2023-12-06T07:00:12.636+0000 7f3f980e1000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:00:12.927 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:12 smithi040 bash[25276]: debug 2023-12-06T07:00:12.748+0000 7f3f980e1000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:00:13.030 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:12 smithi040 bash[25276]: debug 2023-12-06T07:00:12.915+0000 7f3f980e1000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:00:13.187 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:13 smithi040 bash[25276]: debug 2023-12-06T07:00:13.031+0000 7f3f980e1000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:00:13.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:12 smithi141 bash[55647]: debug 2023-12-06T07:00:12.752+0000 7f2edffbb200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:00:13.487 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:13 smithi040 bash[25276]: debug 2023-12-06T07:00:13.175+0000 7f3f980e1000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:00:13.640 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:13 smithi141 bash[55647]: debug 2023-12-06T07:00:13.300+0000 7f2edffbb200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:00:13.640 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:13 smithi141 bash[55647]: debug 2023-12-06T07:00:13.412+0000 7f2edffbb200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:00:13.741 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:13 smithi040 bash[25276]: debug 2023-12-06T07:00:13.475+0000 7f3f980e1000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:00:13.741 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:13 smithi040 bash[25276]: debug 2023-12-06T07:00:13.603+0000 7f3f980e1000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:00:13.742 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:13 smithi040 bash[55797]: level=error ts=2023-12-06T07:00:13.511Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.40:8443//api/prometheus_receiver\": dial tcp 172.21.15.40:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.141:8443/api/prometheus_receiver\": dial tcp 172.21.15.141:8443: connect: connection refused" 2023-12-06T07:00:13.742 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:13 smithi040 bash[55797]: level=warn ts=2023-12-06T07:00:13.513Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.40:8443//api/prometheus_receiver\": dial tcp 172.21.15.40:8443: connect: connection refused" 2023-12-06T07:00:13.742 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:13 smithi040 bash[55797]: level=warn ts=2023-12-06T07:00:13.513Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.141:8443/api/prometheus_receiver\": dial tcp 172.21.15.141:8443: connect: connection refused" 2023-12-06T07:00:13.958 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:13 smithi141 bash[55647]: debug 2023-12-06T07:00:13.764+0000 7f2edffbb200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:00:13.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:13 smithi141 bash[55647]: debug 2023-12-06T07:00:13.876+0000 7f2edffbb200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:00:14.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:13 smithi040 bash[25276]: debug 2023-12-06T07:00:13.803+0000 7f3f980e1000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:00:14.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:13 smithi040 bash[25276]: debug 2023-12-06T07:00:13.931+0000 7f3f980e1000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:00:14.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:14 smithi141 bash[55647]: debug 2023-12-06T07:00:14.020+0000 7f2edffbb200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:00:14.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:14 smithi141 bash[55647]: debug 2023-12-06T07:00:14.136+0000 7f2edffbb200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:00:14.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:14 smithi141 bash[55647]: debug 2023-12-06T07:00:14.264+0000 7f2edffbb200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:00:14.736 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:14 smithi141 bash[55647]: debug 2023-12-06T07:00:14.456+0000 7f2edffbb200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:00:14.736 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:14 smithi141 bash[55647]: debug 2023-12-06T07:00:14.580+0000 7f2edffbb200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:00:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:14 smithi141 bash[25168]: cluster 2023-12-06T07:00:14.851036+0000 mon.a (mon.0) 1093 : cluster [DBG] Standby manager daemon y started 2023-12-06T07:00:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:14 smithi141 bash[25168]: audit 2023-12-06T07:00:14.856784+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.40:0/1531460336' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T07:00:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:14 smithi141 bash[25168]: audit 2023-12-06T07:00:14.858168+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.40:0/1531460336' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:00:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:14 smithi141 bash[25168]: audit 2023-12-06T07:00:14.863039+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.40:0/1531460336' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T07:00:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:14 smithi141 bash[25168]: audit 2023-12-06T07:00:14.864197+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.40:0/1531460336' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:00:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[25004]: cluster 2023-12-06T07:00:14.851036+0000 mon.a (mon.0) 1093 : cluster [DBG] Standby manager daemon y started 2023-12-06T07:00:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[25004]: audit 2023-12-06T07:00:14.856784+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.40:0/1531460336' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T07:00:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[25004]: audit 2023-12-06T07:00:14.858168+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.40:0/1531460336' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:00:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[25004]: audit 2023-12-06T07:00:14.863039+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.40:0/1531460336' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T07:00:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[25004]: audit 2023-12-06T07:00:14.864197+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.40:0/1531460336' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:00:15.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[25276]: debug 2023-12-06T07:00:14.839+0000 7f3f980e1000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:00:15.282 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[25276]: [06/Dec/2023:07:00:14] ENGINE Bus STARTING 2023-12-06T07:00:15.282 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[25276]: CherryPy Checker: 2023-12-06T07:00:15.282 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[25276]: The Application mounted at '' has an empty config. 2023-12-06T07:00:15.282 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[25276]: [06/Dec/2023:07:00:14] ENGINE Serving on http://:::9283 2023-12-06T07:00:15.282 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[25276]: [06/Dec/2023:07:00:14] ENGINE Bus STARTED 2023-12-06T07:00:15.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[30799]: cluster 2023-12-06T07:00:14.851036+0000 mon.a (mon.0) 1093 : cluster [DBG] Standby manager daemon y started 2023-12-06T07:00:15.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[30799]: audit 2023-12-06T07:00:14.856784+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.40:0/1531460336' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T07:00:15.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[30799]: audit 2023-12-06T07:00:14.858168+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.40:0/1531460336' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:00:15.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[30799]: audit 2023-12-06T07:00:14.863039+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.40:0/1531460336' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T07:00:15.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:14 smithi040 bash[30799]: audit 2023-12-06T07:00:14.864197+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.40:0/1531460336' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:00:15.781 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:15 smithi040 bash[55797]: level=warn ts=2023-12-06T07:00:15.487Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=4 err="Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs" 2023-12-06T07:00:15.929 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:15 smithi141 bash[55647]: debug 2023-12-06T07:00:15.832+0000 7f2edffbb200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:00:16.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:15 smithi141 bash[25168]: cluster 2023-12-06T07:00:14.917815+0000 mon.a (mon.0) 1094 : cluster [DBG] mgrmap e23: x(active, starting, since 8s), standbys: y 2023-12-06T07:00:16.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:15 smithi141 bash[25168]: cluster 2023-12-06T07:00:15.833638+0000 mon.a (mon.0) 1095 : cluster [INF] Active manager daemon x restarted 2023-12-06T07:00:16.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:15 smithi141 bash[25168]: cluster 2023-12-06T07:00:15.834907+0000 mon.a (mon.0) 1096 : cluster [INF] Activating manager daemon x 2023-12-06T07:00:16.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:15 smithi141 bash[25168]: cluster 2023-12-06T07:00:15.843030+0000 mon.a (mon.0) 1097 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-06T07:00:16.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:15 smithi040 bash[25004]: cluster 2023-12-06T07:00:14.917815+0000 mon.a (mon.0) 1094 : cluster [DBG] mgrmap e23: x(active, starting, since 8s), standbys: y 2023-12-06T07:00:16.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:15 smithi040 bash[25004]: cluster 2023-12-06T07:00:15.833638+0000 mon.a (mon.0) 1095 : cluster [INF] Active manager daemon x restarted 2023-12-06T07:00:16.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:15 smithi040 bash[25004]: cluster 2023-12-06T07:00:15.834907+0000 mon.a (mon.0) 1096 : cluster [INF] Activating manager daemon x 2023-12-06T07:00:16.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:15 smithi040 bash[25004]: cluster 2023-12-06T07:00:15.843030+0000 mon.a (mon.0) 1097 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-06T07:00:16.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:15 smithi040 bash[30799]: cluster 2023-12-06T07:00:14.917815+0000 mon.a (mon.0) 1094 : cluster [DBG] mgrmap e23: x(active, starting, since 8s), standbys: y 2023-12-06T07:00:16.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:15 smithi040 bash[30799]: cluster 2023-12-06T07:00:15.833638+0000 mon.a (mon.0) 1095 : cluster [INF] Active manager daemon x restarted 2023-12-06T07:00:16.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:15 smithi040 bash[30799]: cluster 2023-12-06T07:00:15.834907+0000 mon.a (mon.0) 1096 : cluster [INF] Activating manager daemon x 2023-12-06T07:00:16.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:15 smithi040 bash[30799]: cluster 2023-12-06T07:00:15.843030+0000 mon.a (mon.0) 1097 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-06T07:00:16.827 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:16 smithi141 bash[55647]: [06/Dec/2023:07:00:16] ENGINE Bus STARTING 2023-12-06T07:00:17.208 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:16 smithi141 bash[55647]: CherryPy Checker: 2023-12-06T07:00:17.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:16 smithi141 bash[55647]: The Application mounted at '' has an empty config. 2023-12-06T07:00:17.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:16 smithi141 bash[55647]: [06/Dec/2023:07:00:16] ENGINE Serving on http://:::9283 2023-12-06T07:00:17.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:16 smithi141 bash[55647]: [06/Dec/2023:07:00:16] ENGINE Bus STARTED 2023-12-06T07:00:17.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: cluster 2023-12-06T07:00:16.498312+0000 mon.a (mon.0) 1098 : cluster [DBG] mgrmap e24: x(active, starting, since 0.663693s), standbys: y 2023-12-06T07:00:17.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.506224+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:00:17.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.506392+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:00:17.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.506549+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:00:17.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.508126+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:00:17.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.508487+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:00:17.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.508797+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:00:17.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.509153+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:00:17.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.509444+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:00:17.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.509711+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:00:17.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.510020+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:00:17.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.510302+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:00:17.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.510558+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:00:17.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.510961+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:00:17.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.511274+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:00:17.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.511543+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:00:17.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.512086+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:00:17.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: cluster 2023-12-06T07:00:16.520556+0000 mon.a (mon.0) 1099 : cluster [INF] Manager daemon x is now available 2023-12-06T07:00:17.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.566165+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: cluster 2023-12-06T07:00:16.498312+0000 mon.a (mon.0) 1098 : cluster [DBG] mgrmap e24: x(active, starting, since 0.663693s), standbys: y 2023-12-06T07:00:17.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.506224+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:00:17.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.506392+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:00:17.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.506549+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:00:17.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.508126+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:00:17.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.508487+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:00:17.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.508797+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:00:17.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.509153+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:00:17.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.509444+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:00:17.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.509711+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:00:17.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.510020+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:00:17.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.510302+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:00:17.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.510558+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:00:17.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.510961+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:00:17.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.511274+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:00:17.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.511543+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:00:17.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.512086+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:00:17.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: cluster 2023-12-06T07:00:16.520556+0000 mon.a (mon.0) 1099 : cluster [INF] Manager daemon x is now available 2023-12-06T07:00:17.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.566165+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: cephadm 2023-12-06T07:00:16.571773+0000 mgr.x (mgr.15207) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-06T07:00:17.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.574552+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: cephadm 2023-12-06T07:00:16.580720+0000 mgr.x (mgr.15207) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-06T07:00:17.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: cephadm 2023-12-06T07:00:16.581458+0000 mgr.x (mgr.15207) 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-06T07:00:17.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: cephadm 2023-12-06T07:00:16.581542+0000 mgr.x (mgr.15207) 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-06T07:00:17.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.586352+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.594465+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.612170+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:00:17.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.615213+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:00:17.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.615963+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:00:17.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.618285+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:00:17.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.618564+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:00:17.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.621524+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:00:17.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.622867+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:00:17.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.650297+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:00:17.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.667117+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:00:17.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.670224+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:00:17.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.713121+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T07:00:17.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:16.716222+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T07:00:17.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:17.255032+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[30799]: audit 2023-12-06T07:00:17.262924+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: cephadm 2023-12-06T07:00:16.571773+0000 mgr.x (mgr.15207) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-06T07:00:17.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.574552+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: cephadm 2023-12-06T07:00:16.580720+0000 mgr.x (mgr.15207) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-06T07:00:17.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: cephadm 2023-12-06T07:00:16.581458+0000 mgr.x (mgr.15207) 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-06T07:00:17.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: cephadm 2023-12-06T07:00:16.581542+0000 mgr.x (mgr.15207) 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-06T07:00:17.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.586352+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.594465+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.612170+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:00:17.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.615213+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:00:17.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.615963+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:00:17.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.618285+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:00:17.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.618564+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:00:17.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.621524+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:00:17.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.622867+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:00:17.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.650297+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:00:17.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.667117+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:00:17.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.670224+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:00:17.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.713121+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T07:00:17.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:16.716222+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T07:00:17.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:17.255032+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[25004]: audit 2023-12-06T07:00:17.262924+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.788 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: cluster 2023-12-06T07:00:16.498312+0000 mon.a (mon.0) 1098 : cluster [DBG] mgrmap e24: x(active, starting, since 0.663693s), standbys: y 2023-12-06T07:00:17.789 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.506224+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:00:17.789 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.506392+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:00:17.789 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.506549+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:00:17.789 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.508126+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:00:17.789 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.508487+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:00:17.789 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.508797+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:00:17.789 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.509153+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:00:17.789 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.509444+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:00:17.789 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.509711+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:00:17.789 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.510020+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:00:17.789 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.510302+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:00:17.789 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.510558+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:00:17.789 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.510961+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:00:17.789 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.511274+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:00:17.789 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.511543+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:00:17.790 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.512086+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:00:17.790 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: cluster 2023-12-06T07:00:16.520556+0000 mon.a (mon.0) 1099 : cluster [INF] Manager daemon x is now available 2023-12-06T07:00:17.790 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.566165+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.790 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: cephadm 2023-12-06T07:00:16.571773+0000 mgr.x (mgr.15207) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-06T07:00:17.790 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.574552+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.790 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: cephadm 2023-12-06T07:00:16.580720+0000 mgr.x (mgr.15207) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-06T07:00:17.790 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: cephadm 2023-12-06T07:00:16.581458+0000 mgr.x (mgr.15207) 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-06T07:00:17.790 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: cephadm 2023-12-06T07:00:16.581542+0000 mgr.x (mgr.15207) 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-06T07:00:17.790 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.586352+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.790 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.594465+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.790 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.612170+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:00:17.790 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.615213+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:00:17.790 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.615963+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:00:17.790 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.618285+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:00:17.791 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.618564+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:00:17.791 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.621524+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:00:17.791 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.622867+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:00:17.791 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.650297+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:00:17.791 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.667117+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:00:17.791 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.670224+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:00:17.791 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.713121+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T07:00:17.791 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:16.716222+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T07:00:17.791 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:17.255032+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:17.791 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:17 smithi141 bash[25168]: audit 2023-12-06T07:00:17.262924+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.281 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:17 smithi040 bash[55797]: level=warn ts=2023-12-06T07:00:17.867Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=5 err="Post \"https://172.21.15.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs" 2023-12-06T07:00:18.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: cephadm 2023-12-06T07:00:16.625101+0000 mgr.x (mgr.15207) 5 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T07:00:18.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: cephadm 2023-12-06T07:00:16.626333+0000 mgr.x (mgr.15207) 6 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T07:00:18.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: cephadm 2023-12-06T07:00:17.283361+0000 mgr.x (mgr.15207) 7 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:00:18.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: cephadm 2023-12-06T07:00:17.284555+0000 mgr.x (mgr.15207) 8 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:00:18.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: cephadm 2023-12-06T07:00:17.380007+0000 mgr.x (mgr.15207) 9 : cephadm [INF] [06/Dec/2023:07:00:17] ENGINE Bus STARTING 2023-12-06T07:00:18.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: cephadm 2023-12-06T07:00:17.449546+0000 mgr.x (mgr.15207) 10 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:00:18.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: cephadm 2023-12-06T07:00:17.485718+0000 mgr.x (mgr.15207) 11 : cephadm [INF] [06/Dec/2023:07:00:17] ENGINE Serving on http://172.21.15.141:8765 2023-12-06T07:00:18.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: cephadm 2023-12-06T07:00:17.501241+0000 mgr.x (mgr.15207) 12 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:00:18.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: cluster 2023-12-06T07:00:17.508024+0000 mon.a (mon.0) 1110 : cluster [DBG] mgrmap e25: x(active, since 1.67341s), standbys: y 2023-12-06T07:00:18.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: audit 2023-12-06T07:00:17.538913+0000 mgr.x (mgr.15207) 13 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:00:18.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: cluster 2023-12-06T07:00:17.548011+0000 mgr.x (mgr.15207) 14 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:00:18.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: audit 2023-12-06T07:00:17.837033+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: audit 2023-12-06T07:00:17.843864+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: audit 2023-12-06T07:00:17.853846+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: audit 2023-12-06T07:00:17.860538+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: audit 2023-12-06T07:00:17.870404+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: audit 2023-12-06T07:00:17.880850+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: audit 2023-12-06T07:00:17.959410+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: audit 2023-12-06T07:00:17.965675+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: audit 2023-12-06T07:00:17.972983+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: audit 2023-12-06T07:00:17.979396+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: audit 2023-12-06T07:00:17.982464+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:00:18.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[25004]: audit 2023-12-06T07:00:17.985641+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:00:18.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: cephadm 2023-12-06T07:00:16.625101+0000 mgr.x (mgr.15207) 5 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T07:00:18.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: cephadm 2023-12-06T07:00:16.626333+0000 mgr.x (mgr.15207) 6 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T07:00:18.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: cephadm 2023-12-06T07:00:17.283361+0000 mgr.x (mgr.15207) 7 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:00:18.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: cephadm 2023-12-06T07:00:17.284555+0000 mgr.x (mgr.15207) 8 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:00:18.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: cephadm 2023-12-06T07:00:17.380007+0000 mgr.x (mgr.15207) 9 : cephadm [INF] [06/Dec/2023:07:00:17] ENGINE Bus STARTING 2023-12-06T07:00:18.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: cephadm 2023-12-06T07:00:17.449546+0000 mgr.x (mgr.15207) 10 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: cephadm 2023-12-06T07:00:17.485718+0000 mgr.x (mgr.15207) 11 : cephadm [INF] [06/Dec/2023:07:00:17] ENGINE Serving on http://172.21.15.141:8765 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: cephadm 2023-12-06T07:00:17.501241+0000 mgr.x (mgr.15207) 12 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: cluster 2023-12-06T07:00:17.508024+0000 mon.a (mon.0) 1110 : cluster [DBG] mgrmap e25: x(active, since 1.67341s), standbys: y 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: audit 2023-12-06T07:00:17.538913+0000 mgr.x (mgr.15207) 13 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: cluster 2023-12-06T07:00:17.548011+0000 mgr.x (mgr.15207) 14 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: audit 2023-12-06T07:00:17.837033+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: audit 2023-12-06T07:00:17.843864+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: audit 2023-12-06T07:00:17.853846+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: audit 2023-12-06T07:00:17.860538+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: audit 2023-12-06T07:00:17.870404+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: audit 2023-12-06T07:00:17.880850+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: audit 2023-12-06T07:00:17.959410+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: audit 2023-12-06T07:00:17.965675+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: audit 2023-12-06T07:00:17.972983+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: audit 2023-12-06T07:00:17.979396+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: audit 2023-12-06T07:00:17.982464+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:00:18.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:18 smithi040 bash[30799]: audit 2023-12-06T07:00:17.985641+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:00:18.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: cephadm 2023-12-06T07:00:16.625101+0000 mgr.x (mgr.15207) 5 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T07:00:18.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: cephadm 2023-12-06T07:00:16.626333+0000 mgr.x (mgr.15207) 6 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T07:00:18.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: cephadm 2023-12-06T07:00:17.283361+0000 mgr.x (mgr.15207) 7 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:00:18.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: cephadm 2023-12-06T07:00:17.284555+0000 mgr.x (mgr.15207) 8 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:00:18.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: cephadm 2023-12-06T07:00:17.380007+0000 mgr.x (mgr.15207) 9 : cephadm [INF] [06/Dec/2023:07:00:17] ENGINE Bus STARTING 2023-12-06T07:00:18.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: cephadm 2023-12-06T07:00:17.449546+0000 mgr.x (mgr.15207) 10 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:00:18.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: cephadm 2023-12-06T07:00:17.485718+0000 mgr.x (mgr.15207) 11 : cephadm [INF] [06/Dec/2023:07:00:17] ENGINE Serving on http://172.21.15.141:8765 2023-12-06T07:00:18.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: cephadm 2023-12-06T07:00:17.501241+0000 mgr.x (mgr.15207) 12 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:00:18.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: cluster 2023-12-06T07:00:17.508024+0000 mon.a (mon.0) 1110 : cluster [DBG] mgrmap e25: x(active, since 1.67341s), standbys: y 2023-12-06T07:00:18.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: audit 2023-12-06T07:00:17.538913+0000 mgr.x (mgr.15207) 13 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:00:18.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: cluster 2023-12-06T07:00:17.548011+0000 mgr.x (mgr.15207) 14 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:00:18.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: audit 2023-12-06T07:00:17.837033+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: audit 2023-12-06T07:00:17.843864+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: audit 2023-12-06T07:00:17.853846+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: audit 2023-12-06T07:00:17.860538+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: audit 2023-12-06T07:00:17.870404+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: audit 2023-12-06T07:00:17.880850+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: audit 2023-12-06T07:00:17.959410+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: audit 2023-12-06T07:00:17.965675+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: audit 2023-12-06T07:00:17.972983+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: audit 2023-12-06T07:00:17.979396+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:18.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: audit 2023-12-06T07:00:17.982464+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:00:18.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:18 smithi141 bash[25168]: audit 2023-12-06T07:00:17.985641+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:00:19.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[25004]: cephadm 2023-12-06T07:00:17.619192+0000 mgr.x (mgr.15207) 15 : cephadm [INF] [06/Dec/2023:07:00:17] ENGINE Serving on https://172.21.15.141:7150 2023-12-06T07:00:19.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[25004]: cephadm 2023-12-06T07:00:17.619409+0000 mgr.x (mgr.15207) 16 : cephadm [INF] [06/Dec/2023:07:00:17] ENGINE Bus STARTED 2023-12-06T07:00:19.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[25004]: cephadm 2023-12-06T07:00:17.664211+0000 mgr.x (mgr.15207) 17 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:00:19.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[25004]: cephadm 2023-12-06T07:00:17.669652+0000 mgr.x (mgr.15207) 18 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:00:19.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[25004]: cephadm 2023-12-06T07:00:18.411782+0000 mgr.x (mgr.15207) 19 : cephadm [INF] Reconfiguring daemon agent.smithi040 on smithi040 2023-12-06T07:00:19.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[25004]: cephadm 2023-12-06T07:00:18.494729+0000 mgr.x (mgr.15207) 20 : cephadm [INF] Deploying cephadm binary to smithi040 2023-12-06T07:00:19.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[25004]: cluster 2023-12-06T07:00:18.511430+0000 mgr.x (mgr.15207) 21 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:00:19.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[25004]: cluster 2023-12-06T07:00:18.849073+0000 mon.a (mon.0) 1122 : cluster [DBG] mgrmap e26: x(active, since 3s), standbys: y 2023-12-06T07:00:19.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[30799]: cephadm 2023-12-06T07:00:17.619192+0000 mgr.x (mgr.15207) 15 : cephadm [INF] [06/Dec/2023:07:00:17] ENGINE Serving on https://172.21.15.141:7150 2023-12-06T07:00:19.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[30799]: cephadm 2023-12-06T07:00:17.619409+0000 mgr.x (mgr.15207) 16 : cephadm [INF] [06/Dec/2023:07:00:17] ENGINE Bus STARTED 2023-12-06T07:00:19.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[30799]: cephadm 2023-12-06T07:00:17.664211+0000 mgr.x (mgr.15207) 17 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:00:19.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[30799]: cephadm 2023-12-06T07:00:17.669652+0000 mgr.x (mgr.15207) 18 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:00:19.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[30799]: cephadm 2023-12-06T07:00:18.411782+0000 mgr.x (mgr.15207) 19 : cephadm [INF] Reconfiguring daemon agent.smithi040 on smithi040 2023-12-06T07:00:19.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[30799]: cephadm 2023-12-06T07:00:18.494729+0000 mgr.x (mgr.15207) 20 : cephadm [INF] Deploying cephadm binary to smithi040 2023-12-06T07:00:19.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[30799]: cluster 2023-12-06T07:00:18.511430+0000 mgr.x (mgr.15207) 21 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:00:19.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:19 smithi040 bash[30799]: cluster 2023-12-06T07:00:18.849073+0000 mon.a (mon.0) 1122 : cluster [DBG] mgrmap e26: x(active, since 3s), standbys: y 2023-12-06T07:00:19.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:19 smithi141 bash[25168]: cephadm 2023-12-06T07:00:17.619192+0000 mgr.x (mgr.15207) 15 : cephadm [INF] [06/Dec/2023:07:00:17] ENGINE Serving on https://172.21.15.141:7150 2023-12-06T07:00:19.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:19 smithi141 bash[25168]: cephadm 2023-12-06T07:00:17.619409+0000 mgr.x (mgr.15207) 16 : cephadm [INF] [06/Dec/2023:07:00:17] ENGINE Bus STARTED 2023-12-06T07:00:19.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:19 smithi141 bash[25168]: cephadm 2023-12-06T07:00:17.664211+0000 mgr.x (mgr.15207) 17 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:00:19.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:19 smithi141 bash[25168]: cephadm 2023-12-06T07:00:17.669652+0000 mgr.x (mgr.15207) 18 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:00:19.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:19 smithi141 bash[25168]: cephadm 2023-12-06T07:00:18.411782+0000 mgr.x (mgr.15207) 19 : cephadm [INF] Reconfiguring daemon agent.smithi040 on smithi040 2023-12-06T07:00:19.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:19 smithi141 bash[25168]: cephadm 2023-12-06T07:00:18.494729+0000 mgr.x (mgr.15207) 20 : cephadm [INF] Deploying cephadm binary to smithi040 2023-12-06T07:00:19.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:19 smithi141 bash[25168]: cluster 2023-12-06T07:00:18.511430+0000 mgr.x (mgr.15207) 21 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:00:19.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:19 smithi141 bash[25168]: cluster 2023-12-06T07:00:18.849073+0000 mon.a (mon.0) 1122 : cluster [DBG] mgrmap e26: x(active, since 3s), standbys: y 2023-12-06T07:00:21.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:21 smithi141 bash[55647]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:00:21] "GET /metrics HTTP/1.1" 200 35344 "" "Prometheus/2.33.4" 2023-12-06T07:00:21.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:21 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:00:21.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:21 smithi141 bash[25168]: cluster 2023-12-06T07:00:20.512066+0000 mgr.x (mgr.15207) 22 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:00:21.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:21 smithi141 bash[25168]: cluster 2023-12-06T07:00:20.541944+0000 mon.a (mon.0) 1123 : cluster [DBG] mgrmap e27: x(active, since 4s), standbys: y 2023-12-06T07:00:22.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:21 smithi040 bash[25004]: cluster 2023-12-06T07:00:20.512066+0000 mgr.x (mgr.15207) 22 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:00:22.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:21 smithi040 bash[25004]: cluster 2023-12-06T07:00:20.541944+0000 mon.a (mon.0) 1123 : cluster [DBG] mgrmap e27: x(active, since 4s), standbys: y 2023-12-06T07:00:22.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:21 smithi040 bash[30799]: cluster 2023-12-06T07:00:20.512066+0000 mgr.x (mgr.15207) 22 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:00:22.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:21 smithi040 bash[30799]: cluster 2023-12-06T07:00:20.541944+0000 mon.a (mon.0) 1123 : cluster [DBG] mgrmap e27: x(active, since 4s), standbys: y 2023-12-06T07:00:23.324 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:23 smithi040 systemd[1]: Stopping Ceph node-exporter.a for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:00:23.410 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:00:23.589 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:23 smithi040 bash[69817]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-node-exporter.a 2023-12-06T07:00:23.590 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:23 smithi040 bash[55797]: level=error ts=2023-12-06T07:00:23.512Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs" 2023-12-06T07:00:23.590 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:23 smithi040 bash[55797]: level=warn ts=2023-12-06T07:00: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.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs" 2023-12-06T07:00:23.590 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:23 smithi040 bash[55797]: level=warn ts=2023-12-06T07:00:23.517Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs" 2023-12-06T07:00:23.590 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:23 smithi040 bash[30799]: cluster 2023-12-06T07:00:22.513079+0000 mgr.x (mgr.15207) 23 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:00:23.590 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:23 smithi040 bash[30799]: audit 2023-12-06T07:00:22.832512+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:23.590 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:23 smithi040 bash[30799]: audit 2023-12-06T07:00:22.844792+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:23.590 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:23 smithi040 bash[30799]: audit 2023-12-06T07:00:22.853926+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:23.591 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:23 smithi040 bash[25004]: cluster 2023-12-06T07:00:22.513079+0000 mgr.x (mgr.15207) 23 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:00:23.591 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:23 smithi040 bash[25004]: audit 2023-12-06T07:00:22.832512+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:23.591 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:23 smithi040 bash[25004]: audit 2023-12-06T07:00:22.844792+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:23.591 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:23 smithi040 bash[25004]: audit 2023-12-06T07:00:22.853926+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:23.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:23 smithi141 bash[25168]: cluster 2023-12-06T07:00:22.513079+0000 mgr.x (mgr.15207) 23 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:00:23.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:23 smithi141 bash[25168]: audit 2023-12-06T07:00:22.832512+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:23.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:23 smithi141 bash[25168]: audit 2023-12-06T07:00:22.844792+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:23.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:23 smithi141 bash[25168]: audit 2023-12-06T07:00:22.853926+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:24.178 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:00:24.178 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 starting - - - - 2023-12-06T07:00:24.178 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 22s ago 13m - - 2023-12-06T07:00:24.178 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (5m) 27s ago 6m 17.8M - ba2b418f427c ba32882a2f69 2023-12-06T07:00:24.178 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (5m) 22s ago 5m 45.6M - 8.3.5 dad864ee21e9 9f8bd09f5b11 2023-12-06T07:00:24.178 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (3m) 27s ago 3m 47.5M - 3.5 e1d6a67b021e 31e18839b21c 2023-12-06T07:00:24.178 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283 starting - - - - 2023-12-06T07:00:24.178 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:9283 running (14m) 27s ago 14m 464M - 17.2.0 e1d6a67b021e 9a0ec4115dd4 2023-12-06T07:00:24.178 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (14m) 27s ago 14m 58.7M 2048M 17.2.0 e1d6a67b021e f2e836555997 2023-12-06T07:00:24.178 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (12m) 22s ago 12m 49.8M 2048M 17.2.0 e1d6a67b021e 76faf01e600e 2023-12-06T07:00:24.178 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (12m) 27s ago 12m 48.6M 2048M 17.2.0 e1d6a67b021e b63429ef8030 2023-12-06T07:00:24.179 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (6m) 27s ago 6m 12.1M - 1dbe0e931976 8555fc0ba023 2023-12-06T07:00:24.179 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (6m) 22s ago 6m 11.6M - 1dbe0e931976 5cedcc42d777 2023-12-06T07:00:24.179 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (11m) 27s ago 12m 56.0M 4096M 17.2.0 e1d6a67b021e fa89468afe64 2023-12-06T07:00:24.179 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (11m) 27s ago 11m 56.3M 4096M 17.2.0 e1d6a67b021e f21c73c261bf 2023-12-06T07:00:24.179 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (10m) 27s ago 10m 51.7M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T07:00:24.179 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (10m) 27s ago 10m 54.6M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T07:00:24.179 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (9m) 22s ago 9m 58.0M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T07:00:24.179 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (8m) 22s ago 8m 52.3M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:00:24.179 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (8m) 22s ago 8m 51.6M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:00:24.179 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (7m) 22s ago 7m 54.0M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:00:24.180 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (5m) 22s ago 6m 59.2M - 514e6a882f6e 7c908ffc3a47 2023-12-06T07:00:24.180 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (4m) 27s ago 4m 84.2M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:00:24.180 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (4m) 22s ago 4m 84.4M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:00:24.180 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (4m) 27s ago 4m 84.3M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:00:24.180 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (4m) 22s ago 4m 84.9M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:00:24.266 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:24 smithi040 bash[69828]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-node-exporter-a 2023-12-06T07:00:24.267 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:24 smithi040 bash[69911]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-node-exporter.a 2023-12-06T07:00:24.531 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:24 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:00:24.531 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:24 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-06T07:00:24.531 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:24 smithi040 systemd[1]: Stopped Ceph node-exporter.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:00:24.531 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:24 smithi040 systemd[1]: Started Ceph node-exporter.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:00:24.630 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:00:24.630 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:00:24.630 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T07:00:24.630 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:00:24.630 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:00:24.630 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T07:00:24.630 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:00:24.631 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:00:24.631 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:00:24.631 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:00:24.631 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:00:24.631 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": {}, 2023-12-06T07:00:24.631 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:00:24.631 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:00:24.631 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:00:24.631 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:00:24.631 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-06T07:00:24.631 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:00:24.631 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:00:24.631 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:00:24.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:24 smithi040 bash[25004]: cephadm 2023-12-06T07:00:22.868341+0000 mgr.x (mgr.15207) 24 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-06T07:00:24.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:24 smithi040 bash[25004]: cephadm 2023-12-06T07:00:22.869243+0000 mgr.x (mgr.15207) 25 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi040 2023-12-06T07:00:24.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:24 smithi040 bash[25004]: audit 2023-12-06T07:00:23.391614+0000 mgr.x (mgr.15207) 26 : audit [DBG] from='client.15237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:24.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:24 smithi040 bash[25004]: audit 2023-12-06T07:00:24.321582+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:24.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:24 smithi040 bash[25004]: audit 2023-12-06T07:00:24.333581+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:24.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:24 smithi040 bash[30799]: cephadm 2023-12-06T07:00:22.868341+0000 mgr.x (mgr.15207) 24 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-06T07:00:24.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:24 smithi040 bash[30799]: cephadm 2023-12-06T07:00:22.869243+0000 mgr.x (mgr.15207) 25 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi040 2023-12-06T07:00:24.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:24 smithi040 bash[30799]: audit 2023-12-06T07:00:23.391614+0000 mgr.x (mgr.15207) 26 : audit [DBG] from='client.15237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:24.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:24 smithi040 bash[30799]: audit 2023-12-06T07:00:24.321582+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:24.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:24 smithi040 bash[30799]: audit 2023-12-06T07:00:24.333581+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:24.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:24 smithi141 bash[25168]: cephadm 2023-12-06T07:00:22.868341+0000 mgr.x (mgr.15207) 24 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-06T07:00:24.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:24 smithi141 bash[25168]: cephadm 2023-12-06T07:00:22.869243+0000 mgr.x (mgr.15207) 25 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi040 2023-12-06T07:00:24.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:24 smithi141 bash[25168]: audit 2023-12-06T07:00:23.391614+0000 mgr.x (mgr.15207) 26 : audit [DBG] from='client.15237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:24.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:24 smithi141 bash[25168]: audit 2023-12-06T07:00:24.321582+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:24.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:24 smithi141 bash[25168]: audit 2023-12-06T07:00:24.333581+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:25.014 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:00:25.015 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:00:25.015 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:00:25.015 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:00:25.015 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-06T07:00:25.015 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "", 2023-12-06T07:00:25.015 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "", 2023-12-06T07:00:25.015 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:00:25.015 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:00:25.491 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T07:00:25.532 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.235Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T07:00:25.532 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.235Z 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-06T07:00:25.532 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.235Z 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-06T07:00:25.532 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.235Z 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-06T07:00:25.532 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.237Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T07:00:25.532 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.237Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T07:00:25.533 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T07:00:25.533 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T07:00:25.533 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T07:00:25.533 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T07:00:25.533 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T07:00:25.533 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T07:00:25.533 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T07:00:25.534 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T07:00:25.534 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T07:00:25.534 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T07:00:25.534 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T07:00:25.534 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T07:00:25.534 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T07:00:25.534 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T07:00:25.535 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T07:00:25.535 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T07:00:25.535 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T07:00:25.535 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T07:00:25.535 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T07:00:25.535 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T07:00:25.535 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T07:00:25.535 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T07:00:25.536 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T07:00:25.536 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T07:00:25.536 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T07:00:25.536 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T07:00:25.536 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T07:00:25.536 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T07:00:25.536 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T07:00:25.536 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T07:00:25.536 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T07:00:25.537 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T07:00:25.537 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T07:00:25.537 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T07:00:25.537 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T07:00:25.537 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T07:00:25.537 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T07:00:25.537 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T07:00:25.538 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T07:00:25.538 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T07:00:25.538 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T07:00:25.538 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.238Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T07:00:25.538 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.239Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T07:00:25.538 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[69956]: ts=2023-12-06T07:00:25.239Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T07:00:25.805 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[30799]: audit 2023-12-06T07:00:23.774808+0000 mgr.x (mgr.15207) 27 : audit [DBG] from='client.25156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:25.805 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[30799]: audit 2023-12-06T07:00:24.148500+0000 mgr.x (mgr.15207) 28 : audit [DBG] from='client.15249 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:25.806 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[30799]: cephadm 2023-12-06T07:00:24.388719+0000 mgr.x (mgr.15207) 29 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T07:00:25.806 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[30799]: cephadm 2023-12-06T07:00:24.408720+0000 mgr.x (mgr.15207) 30 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi040 2023-12-06T07:00:25.806 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[30799]: cluster 2023-12-06T07:00:24.514758+0000 mgr.x (mgr.15207) 31 : 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-06T07:00:25.806 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[30799]: audit 2023-12-06T07:00:24.623754+0000 mon.a (mon.0) 1129 : audit [DBG] from='client.? 172.21.15.40:0/3623767710' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:00:25.806 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[30799]: audit 2023-12-06T07:00:25.485008+0000 mon.c (mon.1) 157 : audit [DBG] from='client.? 172.21.15.40:0/2242287310' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:00:25.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[25004]: audit 2023-12-06T07:00:23.774808+0000 mgr.x (mgr.15207) 27 : audit [DBG] from='client.25156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:25.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[25004]: audit 2023-12-06T07:00:24.148500+0000 mgr.x (mgr.15207) 28 : audit [DBG] from='client.15249 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:25.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[25004]: cephadm 2023-12-06T07:00:24.388719+0000 mgr.x (mgr.15207) 29 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T07:00:25.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[25004]: cephadm 2023-12-06T07:00:24.408720+0000 mgr.x (mgr.15207) 30 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi040 2023-12-06T07:00:25.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[25004]: cluster 2023-12-06T07:00:24.514758+0000 mgr.x (mgr.15207) 31 : 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-06T07:00:25.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[25004]: audit 2023-12-06T07:00:24.623754+0000 mon.a (mon.0) 1129 : audit [DBG] from='client.? 172.21.15.40:0/3623767710' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:00:25.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:25 smithi040 bash[25004]: audit 2023-12-06T07:00:25.485008+0000 mon.c (mon.1) 157 : audit [DBG] from='client.? 172.21.15.40:0/2242287310' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:00:25.863 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:25 smithi141 bash[25168]: audit 2023-12-06T07:00:23.774808+0000 mgr.x (mgr.15207) 27 : audit [DBG] from='client.25156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:25.863 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:25 smithi141 bash[25168]: audit 2023-12-06T07:00:24.148500+0000 mgr.x (mgr.15207) 28 : audit [DBG] from='client.15249 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:25.863 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:25 smithi141 bash[25168]: cephadm 2023-12-06T07:00:24.388719+0000 mgr.x (mgr.15207) 29 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T07:00:25.863 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:25 smithi141 bash[25168]: cephadm 2023-12-06T07:00:24.408720+0000 mgr.x (mgr.15207) 30 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi040 2023-12-06T07:00:25.863 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:25 smithi141 bash[25168]: cluster 2023-12-06T07:00:24.514758+0000 mgr.x (mgr.15207) 31 : 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-06T07:00:25.864 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:25 smithi141 bash[25168]: audit 2023-12-06T07:00:24.623754+0000 mon.a (mon.0) 1129 : audit [DBG] from='client.? 172.21.15.40:0/3623767710' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:00:25.864 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:25 smithi141 bash[25168]: audit 2023-12-06T07:00:25.485008+0000 mon.c (mon.1) 157 : audit [DBG] from='client.? 172.21.15.40:0/2242287310' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:00:26.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:26 smithi040 bash[30799]: audit 2023-12-06T07:00:25.011678+0000 mgr.x (mgr.15207) 32 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:26.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:26 smithi040 bash[25004]: audit 2023-12-06T07:00:25.011678+0000 mgr.x (mgr.15207) 32 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:26.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:26 smithi141 bash[25168]: audit 2023-12-06T07:00:25.011678+0000 mgr.x (mgr.15207) 32 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:27.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:27 smithi040 bash[30799]: cluster 2023-12-06T07:00:26.515648+0000 mgr.x (mgr.15207) 33 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T07:00:27.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:27 smithi040 bash[25004]: cluster 2023-12-06T07:00:26.515648+0000 mgr.x (mgr.15207) 33 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T07:00:27.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:27 smithi141 bash[25168]: cluster 2023-12-06T07:00:26.515648+0000 mgr.x (mgr.15207) 33 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T07:00:28.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:28 smithi141 bash[25168]: audit 2023-12-06T07:00:27.548999+0000 mgr.x (mgr.15207) 34 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:00:29.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:28 smithi040 bash[25004]: audit 2023-12-06T07:00:27.548999+0000 mgr.x (mgr.15207) 34 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:00:29.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:28 smithi040 bash[30799]: audit 2023-12-06T07:00:27.548999+0000 mgr.x (mgr.15207) 34 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:00:29.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:29 smithi141 bash[25168]: cluster 2023-12-06T07:00:28.517146+0000 mgr.x (mgr.15207) 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-06T07:00:30.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:29 smithi040 bash[25004]: cluster 2023-12-06T07:00:28.517146+0000 mgr.x (mgr.15207) 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-06T07:00:30.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:29 smithi040 bash[30799]: cluster 2023-12-06T07:00:28.517146+0000 mgr.x (mgr.15207) 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-06T07:00:31.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:31 smithi141 bash[55647]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:00:31] "GET /metrics HTTP/1.1" 200 35344 "" "Prometheus/2.33.4" 2023-12-06T07:00:31.503 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:31 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:00:31.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:31 smithi040 bash[25004]: cluster 2023-12-06T07:00:30.517963+0000 mgr.x (mgr.15207) 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-06T07:00:31.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:31 smithi040 bash[30799]: cluster 2023-12-06T07:00:30.517963+0000 mgr.x (mgr.15207) 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-06T07:00:31.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:31 smithi141 bash[25168]: cluster 2023-12-06T07:00:30.517963+0000 mgr.x (mgr.15207) 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-06T07:00:32.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:32 smithi141 bash[25168]: audit 2023-12-06T07:00:31.651597+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:00:32.611 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:32 smithi141 bash[47999]: ts=2023-12-06T07:00:32.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.40:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.141:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:00:32.763 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:32 smithi040 bash[30799]: audit 2023-12-06T07:00:31.651597+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:00:32.763 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:32 smithi040 bash[25004]: audit 2023-12-06T07:00:31.651597+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:00:33.779 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:33 smithi040 bash[25004]: cluster 2023-12-06T07:00:32.518850+0000 mgr.x (mgr.15207) 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-06T07:00:33.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:33 smithi040 bash[30799]: cluster 2023-12-06T07:00:32.518850+0000 mgr.x (mgr.15207) 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-06T07:00:33.780 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:33 smithi040 systemd[1]: Stopping Ceph alertmanager.a for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:00:33.780 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:33 smithi040 bash[55797]: level=error ts=2023-12-06T07:00:33.512Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=12 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs" 2023-12-06T07:00:33.780 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:33 smithi040 bash[55797]: level=warn ts=2023-12-06T07:00:33.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.40:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.40 because it doesn't contain any IP SANs" 2023-12-06T07:00:33.780 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:33 smithi040 bash[55797]: level=warn ts=2023-12-06T07:00:33.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.141:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.141 because it doesn't contain any IP SANs" 2023-12-06T07:00:33.780 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:33 smithi040 bash[70703]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T07:00:33.781 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:33 smithi040 bash[55797]: level=info ts=2023-12-06T07:00:33.607Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-06T07:00:33.890 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:33 smithi141 bash[25168]: cluster 2023-12-06T07:00:32.518850+0000 mgr.x (mgr.15207) 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-06T07:00:34.370 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:34 smithi040 bash[70713]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-alertmanager-a 2023-12-06T07:00:34.370 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:34 smithi040 bash[70749]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T07:00:34.370 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:34 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-06T07:00:34.370 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:34 smithi040 systemd[1]: Stopped Ceph alertmanager.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:00:34.370 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:34 smithi040 systemd[1]: Started Ceph alertmanager.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:00:35.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[25004]: audit 2023-12-06T07:00:34.377722+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:35.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[25004]: audit 2023-12-06T07:00:34.389920+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:35.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[25004]: audit 2023-12-06T07:00:34.395441+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T07:00:35.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[25004]: cephadm 2023-12-06T07:00:34.398180+0000 mgr.x (mgr.15207) 38 : cephadm [INF] Reconfiguring iscsi.foo.smithi040.vqsiqg (dependencies changed)... 2023-12-06T07:00:35.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[25004]: audit 2023-12-06T07:00:34.398827+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T07:00:35.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[25004]: audit 2023-12-06T07:00:34.412942+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:00:35.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[25004]: cephadm 2023-12-06T07:00:34.414506+0000 mgr.x (mgr.15207) 39 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi040.vqsiqg on smithi040 2023-12-06T07:00:35.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[25004]: cluster 2023-12-06T07:00:34.520433+0000 mgr.x (mgr.15207) 40 : 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-06T07:00:35.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[30799]: audit 2023-12-06T07:00:34.377722+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:35.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[30799]: audit 2023-12-06T07:00:34.389920+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:35.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[30799]: audit 2023-12-06T07:00:34.395441+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T07:00:35.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[30799]: cephadm 2023-12-06T07:00:34.398180+0000 mgr.x (mgr.15207) 38 : cephadm [INF] Reconfiguring iscsi.foo.smithi040.vqsiqg (dependencies changed)... 2023-12-06T07:00:35.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[30799]: audit 2023-12-06T07:00:34.398827+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T07:00:35.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[30799]: audit 2023-12-06T07:00:34.412942+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:00:35.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[30799]: cephadm 2023-12-06T07:00:34.414506+0000 mgr.x (mgr.15207) 39 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi040.vqsiqg on smithi040 2023-12-06T07:00:35.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:35 smithi040 bash[30799]: cluster 2023-12-06T07:00:34.520433+0000 mgr.x (mgr.15207) 40 : 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-06T07:00:35.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:35 smithi141 bash[25168]: audit 2023-12-06T07:00:34.377722+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:35.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:35 smithi141 bash[25168]: audit 2023-12-06T07:00:34.389920+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:35.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:35 smithi141 bash[25168]: audit 2023-12-06T07:00:34.395441+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T07:00:35.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:35 smithi141 bash[25168]: cephadm 2023-12-06T07:00:34.398180+0000 mgr.x (mgr.15207) 38 : cephadm [INF] Reconfiguring iscsi.foo.smithi040.vqsiqg (dependencies changed)... 2023-12-06T07:00:35.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:35 smithi141 bash[25168]: audit 2023-12-06T07:00:34.398827+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T07:00:35.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:35 smithi141 bash[25168]: audit 2023-12-06T07:00:34.412942+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:00:35.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:35 smithi141 bash[25168]: cephadm 2023-12-06T07:00:34.414506+0000 mgr.x (mgr.15207) 39 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi040.vqsiqg on smithi040 2023-12-06T07:00:35.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:35 smithi141 bash[25168]: cluster 2023-12-06T07:00:34.520433+0000 mgr.x (mgr.15207) 40 : 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-06T07:00:36.186 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:36 smithi040 bash[70784]: level=info ts=2023-12-06T07:00:36.133Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-06T07:00:36.186 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:36 smithi040 bash[70784]: level=info ts=2023-12-06T07:00:36.134Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-06T07:00:36.187 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:36 smithi040 bash[70784]: level=info ts=2023-12-06T07:00:36.137Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.40 port=9094 2023-12-06T07:00:36.187 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:36 smithi040 bash[70784]: level=info ts=2023-12-06T07:00:36.138Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-06T07:00:36.187 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:36 smithi040 bash[70784]: level=info ts=2023-12-06T07:00:36.180Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T07:00:36.531 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:36 smithi040 bash[70784]: level=info ts=2023-12-06T07:00:36.180Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T07:00:36.531 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:36 smithi040 bash[70784]: level=info ts=2023-12-06T07:00:36.184Z caller=main.go:518 msg=Listening address=:9093 2023-12-06T07:00:36.531 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:36 smithi040 bash[70784]: level=info ts=2023-12-06T07:00:36.184Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-06T07:00:37.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:37 smithi040 bash[25004]: cluster 2023-12-06T07:00:36.521217+0000 mgr.x (mgr.15207) 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-06T07:00:37.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:37 smithi040 bash[30799]: cluster 2023-12-06T07:00:36.521217+0000 mgr.x (mgr.15207) 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-06T07:00:37.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:37 smithi141 bash[25168]: cluster 2023-12-06T07:00:36.521217+0000 mgr.x (mgr.15207) 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-06T07:00:38.397 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:38 smithi040 bash[70784]: level=info ts=2023-12-06T07:00:38.139Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000101272s 2023-12-06T07:00:38.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:38 smithi040 bash[25004]: audit 2023-12-06T07:00:37.559938+0000 mgr.x (mgr.15207) 42 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:00:38.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:38 smithi040 bash[30799]: audit 2023-12-06T07:00:37.559938+0000 mgr.x (mgr.15207) 42 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:00:38.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:38 smithi141 bash[25168]: audit 2023-12-06T07:00:37.559938+0000 mgr.x (mgr.15207) 42 : audit [DBG] from='client.24877 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:00:39.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:39 smithi040 bash[25004]: cluster 2023-12-06T07:00:38.522931+0000 mgr.x (mgr.15207) 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-06T07:00:39.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:39 smithi040 bash[30799]: cluster 2023-12-06T07:00:38.522931+0000 mgr.x (mgr.15207) 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-06T07:00:39.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:39 smithi141 bash[25168]: cluster 2023-12-06T07:00:38.522931+0000 mgr.x (mgr.15207) 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-06T07:00:41.458 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:41 smithi141 bash[55647]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:00:41] "GET /metrics HTTP/1.1" 200 38143 "" "Prometheus/2.33.4" 2023-12-06T07:00:41.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:41 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:00:41.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:41 smithi141 bash[25168]: cluster 2023-12-06T07:00:40.523671+0000 mgr.x (mgr.15207) 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-06T07:00:41.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:41 smithi141 bash[25168]: audit 2023-12-06T07:00:40.587046+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:41.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:41 smithi141 bash[25168]: audit 2023-12-06T07:00:40.600289+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:41.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:41 smithi141 bash[25168]: audit 2023-12-06T07:00:40.642674+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:00:41.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:41 smithi141 bash[25168]: audit 2023-12-06T07:00:40.645820+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:00:42.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:41 smithi040 bash[25004]: cluster 2023-12-06T07:00:40.523671+0000 mgr.x (mgr.15207) 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-06T07:00:42.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:41 smithi040 bash[25004]: audit 2023-12-06T07:00:40.587046+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:42.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:41 smithi040 bash[25004]: audit 2023-12-06T07:00:40.600289+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:42.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:41 smithi040 bash[25004]: audit 2023-12-06T07:00:40.642674+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:00:42.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:41 smithi040 bash[25004]: audit 2023-12-06T07:00:40.645820+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:00:42.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:41 smithi040 bash[30799]: cluster 2023-12-06T07:00:40.523671+0000 mgr.x (mgr.15207) 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-06T07:00:42.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:41 smithi040 bash[30799]: audit 2023-12-06T07:00:40.587046+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:42.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:41 smithi040 bash[30799]: audit 2023-12-06T07:00:40.600289+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:42.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:41 smithi040 bash[30799]: audit 2023-12-06T07:00:40.642674+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:00:42.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:41 smithi040 bash[30799]: audit 2023-12-06T07:00:40.645820+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:00:42.605 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:42 smithi141 bash[47999]: ts=2023-12-06T07:00:42.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.40:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.141:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:00:42.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:42 smithi040 bash[30799]: cephadm 2023-12-06T07:00:41.175445+0000 mgr.x (mgr.15207) 45 : cephadm [INF] Reconfiguring daemon agent.smithi141 on smithi141 2023-12-06T07:00:42.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:42 smithi040 bash[30799]: cephadm 2023-12-06T07:00:41.249493+0000 mgr.x (mgr.15207) 46 : cephadm [INF] Deploying cephadm binary to smithi141 2023-12-06T07:00:42.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:42 smithi040 bash[30799]: audit 2023-12-06T07:00:42.439644+0000 mon.a (mon.0) 1136 : audit [DBG] from='client.? 172.21.15.40:0/2356079706' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T07:00:42.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:42 smithi040 bash[25004]: cephadm 2023-12-06T07:00:41.175445+0000 mgr.x (mgr.15207) 45 : cephadm [INF] Reconfiguring daemon agent.smithi141 on smithi141 2023-12-06T07:00:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:42 smithi040 bash[25004]: cephadm 2023-12-06T07:00:41.249493+0000 mgr.x (mgr.15207) 46 : cephadm [INF] Deploying cephadm binary to smithi141 2023-12-06T07:00:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:42 smithi040 bash[25004]: audit 2023-12-06T07:00:42.439644+0000 mon.a (mon.0) 1136 : audit [DBG] from='client.? 172.21.15.40:0/2356079706' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T07:00:42.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:42 smithi141 bash[25168]: cephadm 2023-12-06T07:00:41.175445+0000 mgr.x (mgr.15207) 45 : cephadm [INF] Reconfiguring daemon agent.smithi141 on smithi141 2023-12-06T07:00:42.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:42 smithi141 bash[25168]: cephadm 2023-12-06T07:00:41.249493+0000 mgr.x (mgr.15207) 46 : cephadm [INF] Deploying cephadm binary to smithi141 2023-12-06T07:00:42.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:42 smithi141 bash[25168]: audit 2023-12-06T07:00:42.439644+0000 mon.a (mon.0) 1136 : audit [DBG] from='client.? 172.21.15.40:0/2356079706' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T07:00:43.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:43 smithi141 bash[25168]: cluster 2023-12-06T07:00:42.524288+0000 mgr.x (mgr.15207) 47 : 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-06T07:00:43.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:43 smithi141 bash[25168]: audit 2023-12-06T07:00:42.820206+0000 mon.c (mon.1) 158 : audit [INF] from='client.? 172.21.15.40:0/1606141289' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2606343613"}]: dispatch 2023-12-06T07:00:43.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:43 smithi141 bash[25168]: audit 2023-12-06T07:00:42.821292+0000 mon.a (mon.0) 1137 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2606343613"}]: dispatch 2023-12-06T07:00:44.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:43 smithi040 bash[25004]: cluster 2023-12-06T07:00:42.524288+0000 mgr.x (mgr.15207) 47 : 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-06T07:00:44.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:43 smithi040 bash[25004]: audit 2023-12-06T07:00:42.820206+0000 mon.c (mon.1) 158 : audit [INF] from='client.? 172.21.15.40:0/1606141289' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2606343613"}]: dispatch 2023-12-06T07:00:44.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:43 smithi040 bash[25004]: audit 2023-12-06T07:00:42.821292+0000 mon.a (mon.0) 1137 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2606343613"}]: dispatch 2023-12-06T07:00:44.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:43 smithi040 bash[30799]: cluster 2023-12-06T07:00:42.524288+0000 mgr.x (mgr.15207) 47 : 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-06T07:00:44.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:43 smithi040 bash[30799]: audit 2023-12-06T07:00:42.820206+0000 mon.c (mon.1) 158 : audit [INF] from='client.? 172.21.15.40:0/1606141289' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2606343613"}]: dispatch 2023-12-06T07:00:44.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:43 smithi040 bash[30799]: audit 2023-12-06T07:00:42.821292+0000 mon.a (mon.0) 1137 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2606343613"}]: dispatch 2023-12-06T07:00:44.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:44 smithi040 bash[25004]: audit 2023-12-06T07:00:43.607912+0000 mon.a (mon.0) 1138 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2606343613"}]': finished 2023-12-06T07:00:44.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:44 smithi040 bash[25004]: cluster 2023-12-06T07:00:43.608127+0000 mon.a (mon.0) 1139 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-06T07:00:44.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:44 smithi040 bash[25004]: audit 2023-12-06T07:00:44.002337+0000 mon.c (mon.1) 159 : audit [INF] from='client.? 172.21.15.40:0/3433177847' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/396430463"}]: dispatch 2023-12-06T07:00:44.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:44 smithi040 bash[25004]: audit 2023-12-06T07:00:44.003186+0000 mon.a (mon.0) 1140 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/396430463"}]: dispatch 2023-12-06T07:00:44.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:44 smithi040 bash[25004]: cluster 2023-12-06T07:00:44.524957+0000 mgr.x (mgr.15207) 48 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-06T07:00:44.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:44 smithi040 bash[30799]: audit 2023-12-06T07:00:43.607912+0000 mon.a (mon.0) 1138 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2606343613"}]': finished 2023-12-06T07:00:44.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:44 smithi040 bash[30799]: cluster 2023-12-06T07:00:43.608127+0000 mon.a (mon.0) 1139 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-06T07:00:44.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:44 smithi040 bash[30799]: audit 2023-12-06T07:00:44.002337+0000 mon.c (mon.1) 159 : audit [INF] from='client.? 172.21.15.40:0/3433177847' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/396430463"}]: dispatch 2023-12-06T07:00:44.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:44 smithi040 bash[30799]: audit 2023-12-06T07:00:44.003186+0000 mon.a (mon.0) 1140 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/396430463"}]: dispatch 2023-12-06T07:00:44.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:44 smithi040 bash[30799]: cluster 2023-12-06T07:00:44.524957+0000 mgr.x (mgr.15207) 48 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-06T07:00:44.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:44 smithi141 bash[25168]: audit 2023-12-06T07:00:43.607912+0000 mon.a (mon.0) 1138 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2606343613"}]': finished 2023-12-06T07:00:44.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:44 smithi141 bash[25168]: cluster 2023-12-06T07:00:43.608127+0000 mon.a (mon.0) 1139 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-06T07:00:44.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:44 smithi141 bash[25168]: audit 2023-12-06T07:00:44.002337+0000 mon.c (mon.1) 159 : audit [INF] from='client.? 172.21.15.40:0/3433177847' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/396430463"}]: dispatch 2023-12-06T07:00:44.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:44 smithi141 bash[25168]: audit 2023-12-06T07:00:44.003186+0000 mon.a (mon.0) 1140 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/396430463"}]: dispatch 2023-12-06T07:00:44.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:44 smithi141 bash[25168]: cluster 2023-12-06T07:00:44.524957+0000 mgr.x (mgr.15207) 48 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-06T07:00:45.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:45 smithi141 bash[25168]: audit 2023-12-06T07:00:44.629364+0000 mon.a (mon.0) 1141 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/396430463"}]': finished 2023-12-06T07:00:45.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:45 smithi141 bash[25168]: cluster 2023-12-06T07:00:44.629499+0000 mon.a (mon.0) 1142 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-06T07:00:45.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:45 smithi141 bash[25168]: audit 2023-12-06T07:00:45.015439+0000 mon.c (mon.1) 160 : audit [INF] from='client.? 172.21.15.40:0/2886261930' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1009056894"}]: dispatch 2023-12-06T07:00:45.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:45 smithi141 bash[25168]: audit 2023-12-06T07:00:45.016483+0000 mon.a (mon.0) 1143 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1009056894"}]: dispatch 2023-12-06T07:00:45.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:45 smithi141 bash[25168]: audit 2023-12-06T07:00:45.368510+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:45.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:45 smithi141 bash[25168]: audit 2023-12-06T07:00:45.378901+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:45.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:45 smithi141 bash[25168]: audit 2023-12-06T07:00:45.391156+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:45.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:45 smithi141 bash[25168]: cephadm 2023-12-06T07:00:45.416482+0000 mgr.x (mgr.15207) 49 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T07:00:46.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[30799]: audit 2023-12-06T07:00:44.629364+0000 mon.a (mon.0) 1141 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/396430463"}]': finished 2023-12-06T07:00:46.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[30799]: cluster 2023-12-06T07:00:44.629499+0000 mon.a (mon.0) 1142 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-06T07:00:46.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[30799]: audit 2023-12-06T07:00:45.015439+0000 mon.c (mon.1) 160 : audit [INF] from='client.? 172.21.15.40:0/2886261930' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1009056894"}]: dispatch 2023-12-06T07:00:46.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[30799]: audit 2023-12-06T07:00:45.016483+0000 mon.a (mon.0) 1143 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1009056894"}]: dispatch 2023-12-06T07:00:46.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[30799]: audit 2023-12-06T07:00:45.368510+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:46.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[30799]: audit 2023-12-06T07:00:45.378901+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:46.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[30799]: audit 2023-12-06T07:00:45.391156+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:46.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[30799]: cephadm 2023-12-06T07:00:45.416482+0000 mgr.x (mgr.15207) 49 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T07:00:46.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[25004]: audit 2023-12-06T07:00:44.629364+0000 mon.a (mon.0) 1141 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/396430463"}]': finished 2023-12-06T07:00:46.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[25004]: cluster 2023-12-06T07:00:44.629499+0000 mon.a (mon.0) 1142 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-06T07:00:46.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[25004]: audit 2023-12-06T07:00:45.015439+0000 mon.c (mon.1) 160 : audit [INF] from='client.? 172.21.15.40:0/2886261930' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1009056894"}]: dispatch 2023-12-06T07:00:46.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[25004]: audit 2023-12-06T07:00:45.016483+0000 mon.a (mon.0) 1143 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1009056894"}]: dispatch 2023-12-06T07:00:46.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[25004]: audit 2023-12-06T07:00:45.368510+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:46.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[25004]: audit 2023-12-06T07:00:45.378901+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:46.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[25004]: audit 2023-12-06T07:00:45.391156+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:00:46.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:45 smithi040 bash[25004]: cephadm 2023-12-06T07:00:45.416482+0000 mgr.x (mgr.15207) 49 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T07:00:46.362 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:00:46 smithi040 bash[70784]: level=info ts=2023-12-06T07:00:46.140Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.001535739s 2023-12-06T07:00:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:46 smithi141 bash[25168]: audit 2023-12-06T07:00:45.643554+0000 mon.a (mon.0) 1147 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1009056894"}]': finished 2023-12-06T07:00:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:46 smithi141 bash[25168]: cluster 2023-12-06T07:00:45.643754+0000 mon.a (mon.0) 1148 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-06T07:00:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:46 smithi141 bash[25168]: cephadm 2023-12-06T07:00:45.653484+0000 mgr.x (mgr.15207) 50 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi141 2023-12-06T07:00:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:46 smithi141 bash[25168]: audit 2023-12-06T07:00:46.040448+0000 mon.a (mon.0) 1149 : audit [INF] from='client.? 172.21.15.40:0/2532127046' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/3092750956"}]: dispatch 2023-12-06T07:00:46.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:46 smithi141 bash[25168]: cluster 2023-12-06T07:00:46.525720+0000 mgr.x (mgr.15207) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-06T07:00:46.961 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:46 smithi040 bash[25004]: audit 2023-12-06T07:00:45.643554+0000 mon.a (mon.0) 1147 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1009056894"}]': finished 2023-12-06T07:00:46.961 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:46 smithi040 bash[25004]: cluster 2023-12-06T07:00:45.643754+0000 mon.a (mon.0) 1148 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-06T07:00:46.961 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:46 smithi040 bash[25004]: cephadm 2023-12-06T07:00:45.653484+0000 mgr.x (mgr.15207) 50 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi141 2023-12-06T07:00:46.961 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:46 smithi040 bash[25004]: audit 2023-12-06T07:00:46.040448+0000 mon.a (mon.0) 1149 : audit [INF] from='client.? 172.21.15.40:0/2532127046' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/3092750956"}]: dispatch 2023-12-06T07:00:46.961 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:46 smithi040 bash[25004]: cluster 2023-12-06T07:00:46.525720+0000 mgr.x (mgr.15207) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-06T07:00:46.961 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:46 smithi040 bash[30799]: audit 2023-12-06T07:00:45.643554+0000 mon.a (mon.0) 1147 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/1009056894"}]': finished 2023-12-06T07:00:46.961 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:46 smithi040 bash[30799]: cluster 2023-12-06T07:00:45.643754+0000 mon.a (mon.0) 1148 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-06T07:00:46.961 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:46 smithi040 bash[30799]: cephadm 2023-12-06T07:00:45.653484+0000 mgr.x (mgr.15207) 50 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi141 2023-12-06T07:00:46.961 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:46 smithi040 bash[30799]: audit 2023-12-06T07:00:46.040448+0000 mon.a (mon.0) 1149 : audit [INF] from='client.? 172.21.15.40:0/2532127046' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/3092750956"}]: dispatch 2023-12-06T07:00:46.961 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:46 smithi040 bash[30799]: cluster 2023-12-06T07:00:46.525720+0000 mgr.x (mgr.15207) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-06T07:00:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:47 smithi141 bash[25168]: audit 2023-12-06T07:00:46.648151+0000 mon.a (mon.0) 1150 : audit [INF] from='client.? 172.21.15.40:0/2532127046' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/3092750956"}]': finished 2023-12-06T07:00:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:47 smithi141 bash[25168]: cluster 2023-12-06T07:00:46.648331+0000 mon.a (mon.0) 1151 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-06T07:00:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:47 smithi141 bash[25168]: audit 2023-12-06T07:00:46.653059+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:00:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:47 smithi141 bash[25168]: audit 2023-12-06T07:00:47.046489+0000 mon.a (mon.0) 1152 : audit [INF] from='client.? 172.21.15.40:0/3090683925' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/3092750956"}]: dispatch 2023-12-06T07:00:48.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:47 smithi040 bash[25004]: audit 2023-12-06T07:00:46.648151+0000 mon.a (mon.0) 1150 : audit [INF] from='client.? 172.21.15.40:0/2532127046' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/3092750956"}]': finished 2023-12-06T07:00:48.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:47 smithi040 bash[25004]: cluster 2023-12-06T07:00:46.648331+0000 mon.a (mon.0) 1151 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-06T07:00:48.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:47 smithi040 bash[25004]: audit 2023-12-06T07:00:46.653059+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:00:48.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:47 smithi040 bash[25004]: audit 2023-12-06T07:00:47.046489+0000 mon.a (mon.0) 1152 : audit [INF] from='client.? 172.21.15.40:0/3090683925' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/3092750956"}]: dispatch 2023-12-06T07:00:48.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:47 smithi040 bash[30799]: audit 2023-12-06T07:00:46.648151+0000 mon.a (mon.0) 1150 : audit [INF] from='client.? 172.21.15.40:0/2532127046' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6801/3092750956"}]': finished 2023-12-06T07:00:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:47 smithi040 bash[30799]: cluster 2023-12-06T07:00:46.648331+0000 mon.a (mon.0) 1151 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-06T07:00:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:47 smithi040 bash[30799]: audit 2023-12-06T07:00:46.653059+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:00:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:47 smithi040 bash[30799]: audit 2023-12-06T07:00:47.046489+0000 mon.a (mon.0) 1152 : audit [INF] from='client.? 172.21.15.40:0/3090683925' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/3092750956"}]: dispatch 2023-12-06T07:00:48.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:48 smithi141 bash[25168]: audit 2023-12-06T07:00:47.672843+0000 mon.a (mon.0) 1153 : audit [INF] from='client.? 172.21.15.40:0/3090683925' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/3092750956"}]': finished 2023-12-06T07:00:48.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:48 smithi141 bash[25168]: cluster 2023-12-06T07:00:47.673017+0000 mon.a (mon.0) 1154 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-06T07:00:48.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:48 smithi141 bash[25168]: audit 2023-12-06T07:00:48.058670+0000 mon.a (mon.0) 1155 : audit [INF] from='client.? 172.21.15.40:0/1497286471' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2290687845"}]: dispatch 2023-12-06T07:00:48.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:48 smithi141 bash[25168]: cluster 2023-12-06T07:00:48.526411+0000 mgr.x (mgr.15207) 52 : cluster [DBG] pgmap v24: 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-06T07:00:49.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:48 smithi040 bash[25004]: audit 2023-12-06T07:00:47.672843+0000 mon.a (mon.0) 1153 : audit [INF] from='client.? 172.21.15.40:0/3090683925' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/3092750956"}]': finished 2023-12-06T07:00:49.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:48 smithi040 bash[25004]: cluster 2023-12-06T07:00:47.673017+0000 mon.a (mon.0) 1154 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-06T07:00:49.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:48 smithi040 bash[25004]: audit 2023-12-06T07:00:48.058670+0000 mon.a (mon.0) 1155 : audit [INF] from='client.? 172.21.15.40:0/1497286471' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2290687845"}]: dispatch 2023-12-06T07:00:49.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:48 smithi040 bash[25004]: cluster 2023-12-06T07:00:48.526411+0000 mgr.x (mgr.15207) 52 : cluster [DBG] pgmap v24: 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-06T07:00:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:48 smithi040 bash[30799]: audit 2023-12-06T07:00:47.672843+0000 mon.a (mon.0) 1153 : audit [INF] from='client.? 172.21.15.40:0/3090683925' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:6800/3092750956"}]': finished 2023-12-06T07:00:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:48 smithi040 bash[30799]: cluster 2023-12-06T07:00:47.673017+0000 mon.a (mon.0) 1154 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-06T07:00:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:48 smithi040 bash[30799]: audit 2023-12-06T07:00:48.058670+0000 mon.a (mon.0) 1155 : audit [INF] from='client.? 172.21.15.40:0/1497286471' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2290687845"}]: dispatch 2023-12-06T07:00:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:48 smithi040 bash[30799]: cluster 2023-12-06T07:00:48.526411+0000 mgr.x (mgr.15207) 52 : cluster [DBG] pgmap v24: 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-06T07:00:49.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:49 smithi141 bash[25168]: audit 2023-12-06T07:00:48.676736+0000 mon.a (mon.0) 1156 : audit [INF] from='client.? 172.21.15.40:0/1497286471' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2290687845"}]': finished 2023-12-06T07:00:49.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:49 smithi141 bash[25168]: cluster 2023-12-06T07:00:48.676823+0000 mon.a (mon.0) 1157 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-06T07:00:49.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:49 smithi141 bash[25168]: audit 2023-12-06T07:00:49.079239+0000 mon.a (mon.0) 1158 : audit [INF] from='client.? 172.21.15.40:0/1715209196' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/937892156"}]: dispatch 2023-12-06T07:00:50.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:49 smithi040 bash[25004]: audit 2023-12-06T07:00:48.676736+0000 mon.a (mon.0) 1156 : audit [INF] from='client.? 172.21.15.40:0/1497286471' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2290687845"}]': finished 2023-12-06T07:00:50.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:49 smithi040 bash[25004]: cluster 2023-12-06T07:00:48.676823+0000 mon.a (mon.0) 1157 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-06T07:00:50.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:49 smithi040 bash[25004]: audit 2023-12-06T07:00:49.079239+0000 mon.a (mon.0) 1158 : audit [INF] from='client.? 172.21.15.40:0/1715209196' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/937892156"}]: dispatch 2023-12-06T07:00:50.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:49 smithi040 bash[30799]: audit 2023-12-06T07:00:48.676736+0000 mon.a (mon.0) 1156 : audit [INF] from='client.? 172.21.15.40:0/1497286471' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/2290687845"}]': finished 2023-12-06T07:00:50.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:49 smithi040 bash[30799]: cluster 2023-12-06T07:00:48.676823+0000 mon.a (mon.0) 1157 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-06T07:00:50.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:49 smithi040 bash[30799]: audit 2023-12-06T07:00:49.079239+0000 mon.a (mon.0) 1158 : audit [INF] from='client.? 172.21.15.40:0/1715209196' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/937892156"}]: dispatch 2023-12-06T07:00:50.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:50 smithi141 bash[25168]: audit 2023-12-06T07:00:49.684070+0000 mon.a (mon.0) 1159 : audit [INF] from='client.? 172.21.15.40:0/1715209196' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/937892156"}]': finished 2023-12-06T07:00:50.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:50 smithi141 bash[25168]: cluster 2023-12-06T07:00:49.684184+0000 mon.a (mon.0) 1160 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-06T07:00:50.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:50 smithi141 bash[25168]: cluster 2023-12-06T07:00:50.527192+0000 mgr.x (mgr.15207) 53 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:00:51.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:50 smithi040 bash[25004]: audit 2023-12-06T07:00:49.684070+0000 mon.a (mon.0) 1159 : audit [INF] from='client.? 172.21.15.40:0/1715209196' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/937892156"}]': finished 2023-12-06T07:00:51.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:50 smithi040 bash[25004]: cluster 2023-12-06T07:00:49.684184+0000 mon.a (mon.0) 1160 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-06T07:00:51.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:50 smithi040 bash[25004]: cluster 2023-12-06T07:00:50.527192+0000 mgr.x (mgr.15207) 53 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:00:51.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:50 smithi040 bash[30799]: audit 2023-12-06T07:00:49.684070+0000 mon.a (mon.0) 1159 : audit [INF] from='client.? 172.21.15.40:0/1715209196' entity='client.iscsi.foo.smithi040.vqsiqg' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.40:0/937892156"}]': finished 2023-12-06T07:00:51.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:50 smithi040 bash[30799]: cluster 2023-12-06T07:00:49.684184+0000 mon.a (mon.0) 1160 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-06T07:00:51.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:50 smithi040 bash[30799]: cluster 2023-12-06T07:00:50.527192+0000 mgr.x (mgr.15207) 53 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:00:51.458 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:00:51 smithi141 bash[55647]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:00:51] "GET /metrics HTTP/1.1" 200 38140 "" "Prometheus/2.33.4" 2023-12-06T07:00:51.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:00:51 smithi040 bash[25276]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:00:52.709 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:52 smithi141 bash[47999]: ts=2023-12-06T07:00:52.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.40:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.141:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:00:53.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:53 smithi141 bash[25168]: audit 2023-12-06T07:00:52.107599+0000 mgr.x (mgr.15207) 54 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:00:53.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:53 smithi141 bash[25168]: cluster 2023-12-06T07:00:52.528073+0000 mgr.x (mgr.15207) 55 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 870 B/s rd, 0 op/s 2023-12-06T07:00:54.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:53 smithi040 bash[25004]: audit 2023-12-06T07:00:52.107599+0000 mgr.x (mgr.15207) 54 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:00:54.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:53 smithi040 bash[25004]: cluster 2023-12-06T07:00:52.528073+0000 mgr.x (mgr.15207) 55 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 870 B/s rd, 0 op/s 2023-12-06T07:00:54.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:53 smithi040 bash[30799]: audit 2023-12-06T07:00:52.107599+0000 mgr.x (mgr.15207) 54 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:00:54.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:53 smithi040 bash[30799]: cluster 2023-12-06T07:00:52.528073+0000 mgr.x (mgr.15207) 55 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 870 B/s rd, 0 op/s 2023-12-06T07:00:55.905 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:00:55.922 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:55 smithi141 bash[25168]: cluster 2023-12-06T07:00:54.529713+0000 mgr.x (mgr.15207) 56 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 746 B/s rd, 0 op/s 2023-12-06T07:00:56.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:55 smithi040 bash[30799]: cluster 2023-12-06T07:00:54.529713+0000 mgr.x (mgr.15207) 56 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 746 B/s rd, 0 op/s 2023-12-06T07:00:56.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:55 smithi040 bash[25004]: cluster 2023-12-06T07:00:54.529713+0000 mgr.x (mgr.15207) 56 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 746 B/s rd, 0 op/s 2023-12-06T07:00:56.691 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 starting - - - - 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 starting - - - - 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 starting - - - - 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (6m) 54s ago 6m 45.6M - 8.3.5 dad864ee21e9 9f8bd09f5b11 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 starting - - - - 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283 starting - - - - 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:9283 running (15m) 60s ago 15m 464M - 17.2.0 e1d6a67b021e 9a0ec4115dd4 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (15m) 60s ago 15m 58.7M 2048M 17.2.0 e1d6a67b021e f2e836555997 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (13m) 54s ago 13m 49.8M 2048M 17.2.0 e1d6a67b021e 76faf01e600e 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (13m) 60s ago 13m 48.6M 2048M 17.2.0 e1d6a67b021e b63429ef8030 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 starting - - - - 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (6m) 54s ago 7m 11.6M - 1dbe0e931976 5cedcc42d777 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (12m) 60s ago 12m 56.0M 4096M 17.2.0 e1d6a67b021e fa89468afe64 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (11m) 60s ago 11m 56.3M 4096M 17.2.0 e1d6a67b021e f21c73c261bf 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (11m) 60s ago 11m 51.7M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T07:00:56.692 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (10m) 60s ago 10m 54.6M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T07:00:56.693 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (10m) 54s ago 10m 58.0M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T07:00:56.693 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (9m) 54s ago 9m 52.3M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:00:56.693 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (8m) 54s ago 8m 51.6M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:00:56.693 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (8m) 54s ago 8m 54.0M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:00:56.693 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (5m) 54s ago 7m 59.2M - 514e6a882f6e 7c908ffc3a47 2023-12-06T07:00:56.693 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (4m) 60s ago 4m 84.2M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:00:56.693 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (4m) 54s ago 4m 84.4M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:00:56.693 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (4m) 60s ago 4m 84.3M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:00:56.693 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (4m) 54s ago 4m 84.9M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:00:57.138 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:00:57.138 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:00:57.138 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T07:00:57.138 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": {}, 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:00:57.139 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:00:57.519 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:00:57.520 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:00:57.520 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:00:57.520 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:00:57.520 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-06T07:00:57.520 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "", 2023-12-06T07:00:57.520 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "", 2023-12-06T07:00:57.520 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:00:57.520 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:00:57.942 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:57 smithi141 bash[25168]: audit 2023-12-06T07:00:55.886150+0000 mgr.x (mgr.15207) 57 : audit [DBG] from='client.25252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:57.942 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:57 smithi141 bash[25168]: audit 2023-12-06T07:00:56.274921+0000 mgr.x (mgr.15207) 58 : audit [DBG] from='client.25258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:57.942 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:57 smithi141 bash[25168]: cluster 2023-12-06T07:00:56.530504+0000 mgr.x (mgr.15207) 59 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T07:00:57.942 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:57 smithi141 bash[25168]: audit 2023-12-06T07:00:57.131585+0000 mon.c (mon.1) 161 : audit [DBG] from='client.? 172.21.15.40:0/1102863883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:00:57.949 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T07:00:58.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:57 smithi040 bash[30799]: audit 2023-12-06T07:00:55.886150+0000 mgr.x (mgr.15207) 57 : audit [DBG] from='client.25252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:58.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:57 smithi040 bash[30799]: audit 2023-12-06T07:00:56.274921+0000 mgr.x (mgr.15207) 58 : audit [DBG] from='client.25258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:58.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:57 smithi040 bash[30799]: cluster 2023-12-06T07:00:56.530504+0000 mgr.x (mgr.15207) 59 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T07:00:58.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:57 smithi040 bash[30799]: audit 2023-12-06T07:00:57.131585+0000 mon.c (mon.1) 161 : audit [DBG] from='client.? 172.21.15.40:0/1102863883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:00:58.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:57 smithi040 bash[25004]: audit 2023-12-06T07:00:55.886150+0000 mgr.x (mgr.15207) 57 : audit [DBG] from='client.25252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:58.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:57 smithi040 bash[25004]: audit 2023-12-06T07:00:56.274921+0000 mgr.x (mgr.15207) 58 : audit [DBG] from='client.25258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:58.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:57 smithi040 bash[25004]: cluster 2023-12-06T07:00:56.530504+0000 mgr.x (mgr.15207) 59 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T07:00:58.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:57 smithi040 bash[25004]: audit 2023-12-06T07:00:57.131585+0000 mon.c (mon.1) 161 : audit [DBG] from='client.? 172.21.15.40:0/1102863883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:00:58.881 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[25168]: audit 2023-12-06T07:00:56.658642+0000 mgr.x (mgr.15207) 60 : audit [DBG] from='client.15351 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:58.881 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[25168]: audit 2023-12-06T07:00:57.516481+0000 mgr.x (mgr.15207) 61 : audit [DBG] from='client.25276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:58.881 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[25168]: audit 2023-12-06T07:00:57.942869+0000 mon.c (mon.1) 162 : audit [DBG] from='client.? 172.21.15.40:0/3702915841' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:00:58.881 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:58 smithi141 systemd[1]: Stopping Ceph prometheus.a for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:00:58.882 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[57787]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T07:00:59.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:58 smithi040 bash[25004]: audit 2023-12-06T07:00:56.658642+0000 mgr.x (mgr.15207) 60 : audit [DBG] from='client.15351 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:59.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:58 smithi040 bash[25004]: audit 2023-12-06T07:00:57.516481+0000 mgr.x (mgr.15207) 61 : audit [DBG] from='client.25276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:59.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:58 smithi040 bash[25004]: audit 2023-12-06T07:00:57.942869+0000 mon.c (mon.1) 162 : audit [DBG] from='client.? 172.21.15.40:0/3702915841' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:00:59.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:58 smithi040 bash[30799]: audit 2023-12-06T07:00:56.658642+0000 mgr.x (mgr.15207) 60 : audit [DBG] from='client.15351 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:59.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:58 smithi040 bash[30799]: audit 2023-12-06T07:00:57.516481+0000 mgr.x (mgr.15207) 61 : audit [DBG] from='client.25276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:00:59.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:58 smithi040 bash[30799]: audit 2023-12-06T07:00:57.942869+0000 mon.c (mon.1) 162 : audit [DBG] from='client.? 172.21.15.40:0/3702915841' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:00:59.209 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[47999]: ts=2023-12-06T07:00:58.878Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T07:00:59.209 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[47999]: ts=2023-12-06T07:00:58.878Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T07:00:59.209 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[47999]: ts=2023-12-06T07:00:58.878Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T07:00:59.209 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[47999]: ts=2023-12-06T07:00:58.878Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T07:00:59.209 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[47999]: ts=2023-12-06T07:00:58.878Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T07:00:59.209 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[47999]: ts=2023-12-06T07:00:58.878Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T07:00:59.209 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[47999]: ts=2023-12-06T07:00:58.879Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T07:00:59.209 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[47999]: ts=2023-12-06T07:00:58.879Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T07:00:59.209 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[47999]: ts=2023-12-06T07:00:58.879Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T07:00:59.209 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[47999]: ts=2023-12-06T07:00:58.880Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T07:00:59.209 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[47999]: ts=2023-12-06T07:00:58.880Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T07:00:59.210 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:58 smithi141 bash[47999]: ts=2023-12-06T07:00:58.880Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T07:00:59.686 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:00:59 smithi141 bash[25168]: cluster 2023-12-06T07:00:58.532245+0000 mgr.x (mgr.15207) 62 : cluster [DBG] pgmap v31: 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-06T07:00:59.687 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:59 smithi141 bash[57796]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-prometheus-a 2023-12-06T07:00:59.687 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:59 smithi141 bash[57831]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T07:00:59.687 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:59 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-06T07:00:59.687 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:59 smithi141 systemd[1]: Stopped Ceph prometheus.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:00:59.687 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:00:59 smithi141 systemd[1]: Started Ceph prometheus.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:00:59.959 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:00:59 smithi040 bash[25004]: cluster 2023-12-06T07:00:58.532245+0000 mgr.x (mgr.15207) 62 : cluster [DBG] pgmap v31: 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-06T07:00:59.960 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:00:59 smithi040 bash[30799]: cluster 2023-12-06T07:00:58.532245+0000 mgr.x (mgr.15207) 62 : cluster [DBG] pgmap v31: 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-06T07:01:00.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:00 smithi040 bash[25004]: audit 2023-12-06T07:00:59.684846+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:00.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:00 smithi040 bash[25004]: audit 2023-12-06T07:00:59.694253+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:00.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:00 smithi040 bash[25004]: cephadm 2023-12-06T07:00:59.704536+0000 mgr.x (mgr.15207) 63 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-06T07:01:00.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:00 smithi040 bash[25004]: cephadm 2023-12-06T07:00:59.705143+0000 mgr.x (mgr.15207) 64 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi141 2023-12-06T07:01:00.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:00 smithi040 bash[25004]: cluster 2023-12-06T07:01:00.533170+0000 mgr.x (mgr.15207) 65 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 944 B/s rd, 0 op/s 2023-12-06T07:01:00.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:00 smithi040 bash[30799]: audit 2023-12-06T07:00:59.684846+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:00.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:00 smithi040 bash[30799]: audit 2023-12-06T07:00:59.694253+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:00.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:00 smithi040 bash[30799]: cephadm 2023-12-06T07:00:59.704536+0000 mgr.x (mgr.15207) 63 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-06T07:01:00.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:00 smithi040 bash[30799]: cephadm 2023-12-06T07:00:59.705143+0000 mgr.x (mgr.15207) 64 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi141 2023-12-06T07:01:00.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:00 smithi040 bash[30799]: cluster 2023-12-06T07:01:00.533170+0000 mgr.x (mgr.15207) 65 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 944 B/s rd, 0 op/s 2023-12-06T07:01:00.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:00 smithi141 bash[25168]: audit 2023-12-06T07:00:59.684846+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:00.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:00 smithi141 bash[25168]: audit 2023-12-06T07:00:59.694253+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:00.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:00 smithi141 bash[25168]: cephadm 2023-12-06T07:00:59.704536+0000 mgr.x (mgr.15207) 63 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-06T07:01:00.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:00 smithi141 bash[25168]: cephadm 2023-12-06T07:00:59.705143+0000 mgr.x (mgr.15207) 64 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi141 2023-12-06T07:01:00.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:00 smithi141 bash[25168]: cluster 2023-12-06T07:01:00.533170+0000 mgr.x (mgr.15207) 65 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 944 B/s rd, 0 op/s 2023-12-06T07:01:01.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.343Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-06T07:01:01.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.343Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-06T07:01:01.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.343Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-06T07:01:01.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.343Z caller=main.go:518 level=info host_details="(Linux 5.4.0-167-generic #184-Ubuntu SMP Tue Oct 31 09:21:49 UTC 2023 x86_64 smithi141 (none))" 2023-12-06T07:01:01.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.343Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-06T07:01:01.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.343Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-06T07:01:01.460 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.346Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-06T07:01:01.460 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.347Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-06T07:01:01.460 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.348Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-06T07:01:01.460 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.352Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-06T07:01:01.460 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.352Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.501µs 2023-12-06T07:01:01.460 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.352Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-06T07:01:01.787 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.518Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2023-12-06T07:01:01.787 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.685Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2023-12-06T07:01:01.787 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.784Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2023-12-06T07:01:02.072 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.785Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2023-12-06T07:01:02.072 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.785Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=82.418µs wal_replay_duration=432.52719ms total_replay_duration=432.628479ms 2023-12-06T07:01:02.072 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.792Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-06T07:01:02.072 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.792Z caller=main.go:947 level=info msg="TSDB started" 2023-12-06T07:01:02.072 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.792Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-06T07:01:02.072 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.826Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=33.727903ms db_storage=1.671µs remote_storage=2.383µs web_handler=563ns query_engine=1.195µs scrape=584.794µs scrape_sd=211.376µs notify=26.466µs notify_sd=63.879µs rules=32.127446ms 2023-12-06T07:01:02.072 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:01 smithi141 bash[57862]: ts=2023-12-06T07:01:01.826Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T07:01:02.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:02 smithi141 bash[25168]: audit 2023-12-06T07:01:01.652928+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:01:02.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:02 smithi040 bash[25004]: audit 2023-12-06T07:01:01.652928+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:01:02.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:02 smithi040 bash[30799]: audit 2023-12-06T07:01:01.652928+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:01:03.209 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:02 smithi141 systemd[1]: Stopping Ceph node-exporter.b for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:01:03.209 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:02 smithi141 bash[58060]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-node-exporter.b 2023-12-06T07:01:03.632 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:03 smithi141 bash[25168]: audit 2023-12-06T07:01:02.116358+0000 mgr.x (mgr.15207) 66 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:03.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:03 smithi141 bash[25168]: cluster 2023-12-06T07:01:02.534102+0000 mgr.x (mgr.15207) 67 : 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-06T07:01:03.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:03 smithi040 bash[30799]: audit 2023-12-06T07:01:02.116358+0000 mgr.x (mgr.15207) 66 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:03.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:03 smithi040 bash[30799]: cluster 2023-12-06T07:01:02.534102+0000 mgr.x (mgr.15207) 67 : 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-06T07:01:03.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:03 smithi040 bash[25004]: audit 2023-12-06T07:01:02.116358+0000 mgr.x (mgr.15207) 66 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:03.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:03 smithi040 bash[25004]: cluster 2023-12-06T07:01:02.534102+0000 mgr.x (mgr.15207) 67 : 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-06T07:01:03.905 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:03 smithi141 bash[58072]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-node-exporter-b 2023-12-06T07:01:03.905 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:03 smithi141 bash[58110]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-node-exporter.b 2023-12-06T07:01:03.905 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:03 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:01:03.905 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:03 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-06T07:01:03.906 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:03 smithi141 systemd[1]: Stopped Ceph node-exporter.b for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:01:03.906 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:03 smithi141 systemd[1]: Started Ceph node-exporter.b for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:01:05.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[25168]: audit 2023-12-06T07:01:03.898108+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:05.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[25168]: audit 2023-12-06T07:01:03.909107+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:05.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[25168]: cephadm 2023-12-06T07:01:03.937020+0000 mgr.x (mgr.15207) 68 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-06T07:01:05.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[25168]: cephadm 2023-12-06T07:01:03.955022+0000 mgr.x (mgr.15207) 69 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T07:01:05.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[25168]: audit 2023-12-06T07:01:04.046590+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:05.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[25168]: audit 2023-12-06T07:01:04.078084+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[25168]: audit 2023-12-06T07:01:04.088925+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:01:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[25168]: audit 2023-12-06T07:01:04.089510+0000 mgr.x (mgr.15207) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:01:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[25168]: cephadm 2023-12-06T07:01:04.093784+0000 mgr.x (mgr.15207) 71 : cephadm [INF] Reconfiguring daemon grafana.a on smithi141 2023-12-06T07:01:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[25168]: cluster 2023-12-06T07:01:04.535522+0000 mgr.x (mgr.15207) 72 : 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-06T07:01:05.210 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.945Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T07:01:05.210 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.945Z 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-06T07:01:05.210 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.945Z 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-06T07:01:05.210 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.945Z 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-06T07:01:05.211 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T07:01:05.211 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T07:01:05.211 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T07:01:05.211 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T07:01:05.211 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T07:01:05.211 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T07:01:05.211 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T07:01:05.211 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T07:01:05.211 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T07:01:05.211 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T07:01:05.211 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T07:01:05.211 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T07:01:05.211 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T07:01:05.211 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T07:01:05.211 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T07:01:05.212 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T07:01:05.213 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T07:01:05.213 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T07:01:05.213 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T07:01:05.213 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T07:01:05.213 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T07:01:05.213 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.947Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T07:01:05.213 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.948Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T07:01:05.213 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.948Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T07:01:05.213 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.948Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T07:01:05.213 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.948Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T07:01:05.213 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.948Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T07:01:05.213 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.948Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T07:01:05.213 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.948Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T07:01:05.213 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.948Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T07:01:05.213 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:01:04 smithi141 bash[58137]: ts=2023-12-06T07:01:04.948Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T07:01:05.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[25004]: audit 2023-12-06T07:01:03.898108+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:05.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[25004]: audit 2023-12-06T07:01:03.909107+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:05.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[25004]: cephadm 2023-12-06T07:01:03.937020+0000 mgr.x (mgr.15207) 68 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-06T07:01:05.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[25004]: cephadm 2023-12-06T07:01:03.955022+0000 mgr.x (mgr.15207) 69 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T07:01:05.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[25004]: audit 2023-12-06T07:01:04.046590+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:05.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[25004]: audit 2023-12-06T07:01:04.078084+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:05.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[25004]: audit 2023-12-06T07:01:04.088925+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:01:05.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[25004]: audit 2023-12-06T07:01:04.089510+0000 mgr.x (mgr.15207) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:01:05.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[25004]: cephadm 2023-12-06T07:01:04.093784+0000 mgr.x (mgr.15207) 71 : cephadm [INF] Reconfiguring daemon grafana.a on smithi141 2023-12-06T07:01:05.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[25004]: cluster 2023-12-06T07:01:04.535522+0000 mgr.x (mgr.15207) 72 : 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-06T07:01:05.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[30799]: audit 2023-12-06T07:01:03.898108+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:05.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[30799]: audit 2023-12-06T07:01:03.909107+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:05.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[30799]: cephadm 2023-12-06T07:01:03.937020+0000 mgr.x (mgr.15207) 68 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-06T07:01:05.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[30799]: cephadm 2023-12-06T07:01:03.955022+0000 mgr.x (mgr.15207) 69 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T07:01:05.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[30799]: audit 2023-12-06T07:01:04.046590+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:05.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[30799]: audit 2023-12-06T07:01:04.078084+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:05.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[30799]: audit 2023-12-06T07:01:04.088925+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:01:05.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[30799]: audit 2023-12-06T07:01:04.089510+0000 mgr.x (mgr.15207) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:01:05.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[30799]: cephadm 2023-12-06T07:01:04.093784+0000 mgr.x (mgr.15207) 71 : cephadm [INF] Reconfiguring daemon grafana.a on smithi141 2023-12-06T07:01:05.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:04 smithi040 bash[30799]: cluster 2023-12-06T07:01:04.535522+0000 mgr.x (mgr.15207) 72 : 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-06T07:01:07.921 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:07 smithi141 bash[25168]: cluster 2023-12-06T07:01:06.536181+0000 mgr.x (mgr.15207) 73 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:01:08.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:07 smithi040 bash[30799]: cluster 2023-12-06T07:01:06.536181+0000 mgr.x (mgr.15207) 73 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:01:08.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:07 smithi040 bash[25004]: cluster 2023-12-06T07:01:06.536181+0000 mgr.x (mgr.15207) 73 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:01:09.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:09 smithi141 bash[55647]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:01:09] "GET /metrics HTTP/1.1" 200 38140 "" "Prometheus/2.33.4" 2023-12-06T07:01:09.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:09 smithi141 bash[25168]: cluster 2023-12-06T07:01:08.537385+0000 mgr.x (mgr.15207) 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-06T07:01:10.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:09 smithi040 bash[30799]: cluster 2023-12-06T07:01:08.537385+0000 mgr.x (mgr.15207) 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-06T07:01:10.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:09 smithi040 bash[25004]: cluster 2023-12-06T07:01:08.537385+0000 mgr.x (mgr.15207) 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-06T07:01:11.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:11 smithi040 bash[25004]: cluster 2023-12-06T07:01:10.538128+0000 mgr.x (mgr.15207) 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-06T07:01:11.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:11 smithi040 bash[30799]: cluster 2023-12-06T07:01:10.538128+0000 mgr.x (mgr.15207) 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-06T07:01:11.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:11 smithi141 bash[25168]: cluster 2023-12-06T07:01:10.538128+0000 mgr.x (mgr.15207) 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-06T07:01:13.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:13 smithi141 bash[25168]: audit 2023-12-06T07:01:12.127992+0000 mgr.x (mgr.15207) 76 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:13.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:13 smithi141 bash[25168]: cluster 2023-12-06T07:01:12.538831+0000 mgr.x (mgr.15207) 77 : 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-06T07:01:14.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:13 smithi040 bash[25004]: audit 2023-12-06T07:01:12.127992+0000 mgr.x (mgr.15207) 76 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:14.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:13 smithi040 bash[25004]: cluster 2023-12-06T07:01:12.538831+0000 mgr.x (mgr.15207) 77 : 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-06T07:01:14.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:13 smithi040 bash[30799]: audit 2023-12-06T07:01:12.127992+0000 mgr.x (mgr.15207) 76 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:14.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:13 smithi040 bash[30799]: cluster 2023-12-06T07:01:12.538831+0000 mgr.x (mgr.15207) 77 : 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-06T07:01:15.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:15 smithi141 bash[25168]: cluster 2023-12-06T07:01:14.540015+0000 mgr.x (mgr.15207) 78 : 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-06T07:01:16.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:15 smithi040 bash[25004]: cluster 2023-12-06T07:01:14.540015+0000 mgr.x (mgr.15207) 78 : 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-06T07:01:16.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:15 smithi040 bash[30799]: cluster 2023-12-06T07:01:14.540015+0000 mgr.x (mgr.15207) 78 : 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-06T07:01:17.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:17 smithi141 bash[25168]: cluster 2023-12-06T07:01:16.540490+0000 mgr.x (mgr.15207) 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-06T07:01:17.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:17 smithi141 bash[25168]: audit 2023-12-06T07:01:16.657713+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:01:18.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:17 smithi040 bash[30799]: cluster 2023-12-06T07:01:16.540490+0000 mgr.x (mgr.15207) 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-06T07:01:18.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:17 smithi040 bash[30799]: audit 2023-12-06T07:01:16.657713+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:01:18.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:17 smithi040 bash[25004]: cluster 2023-12-06T07:01:16.540490+0000 mgr.x (mgr.15207) 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-06T07:01:18.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:17 smithi040 bash[25004]: audit 2023-12-06T07:01:16.657713+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:01:18.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:18 smithi141 bash[57862]: ts=2023-12-06T07:01: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:01:19.458 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:19 smithi141 bash[55647]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:01:19] "GET /metrics HTTP/1.1" 200 38136 "" "Prometheus/2.33.4" 2023-12-06T07:01:19.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:19 smithi040 bash[25004]: cluster 2023-12-06T07:01:18.541759+0000 mgr.x (mgr.15207) 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-06T07:01:19.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:19 smithi040 bash[30799]: cluster 2023-12-06T07:01:18.541759+0000 mgr.x (mgr.15207) 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-06T07:01:19.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:19 smithi141 bash[25168]: cluster 2023-12-06T07:01:18.541759+0000 mgr.x (mgr.15207) 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-06T07:01:21.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:21 smithi040 bash[25004]: cluster 2023-12-06T07:01:20.542507+0000 mgr.x (mgr.15207) 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-06T07:01:21.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:21 smithi040 bash[30799]: cluster 2023-12-06T07:01:20.542507+0000 mgr.x (mgr.15207) 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-06T07:01:21.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:21 smithi141 bash[25168]: cluster 2023-12-06T07:01:20.542507+0000 mgr.x (mgr.15207) 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-06T07:01:23.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:23 smithi141 bash[25168]: audit 2023-12-06T07:01:22.139574+0000 mgr.x (mgr.15207) 82 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:23.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:23 smithi141 bash[25168]: cluster 2023-12-06T07:01:22.543496+0000 mgr.x (mgr.15207) 83 : 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-06T07:01:24.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:23 smithi040 bash[25004]: audit 2023-12-06T07:01:22.139574+0000 mgr.x (mgr.15207) 82 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:24.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:23 smithi040 bash[25004]: cluster 2023-12-06T07:01:22.543496+0000 mgr.x (mgr.15207) 83 : 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-06T07:01:24.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:23 smithi040 bash[30799]: audit 2023-12-06T07:01:22.139574+0000 mgr.x (mgr.15207) 82 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:24.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:23 smithi040 bash[30799]: cluster 2023-12-06T07:01:22.543496+0000 mgr.x (mgr.15207) 83 : 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-06T07:01:25.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:25 smithi141 bash[25168]: cluster 2023-12-06T07:01:24.545071+0000 mgr.x (mgr.15207) 84 : 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-06T07:01:26.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:25 smithi040 bash[25004]: cluster 2023-12-06T07:01:24.545071+0000 mgr.x (mgr.15207) 84 : 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-06T07:01:26.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:25 smithi040 bash[30799]: cluster 2023-12-06T07:01:24.545071+0000 mgr.x (mgr.15207) 84 : 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-06T07:01:27.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:27 smithi141 bash[25168]: cluster 2023-12-06T07:01:26.545768+0000 mgr.x (mgr.15207) 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-06T07:01:28.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:27 smithi040 bash[25004]: cluster 2023-12-06T07:01:26.545768+0000 mgr.x (mgr.15207) 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-06T07:01:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:27 smithi040 bash[30799]: cluster 2023-12-06T07:01:26.545768+0000 mgr.x (mgr.15207) 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-06T07:01:28.370 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:01:28.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:28 smithi141 bash[57862]: ts=2023-12-06T07:01: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:01:29.145 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:01:29.145 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 starting - - - - 2023-12-06T07:01:29.145 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 starting - - - - 2023-12-06T07:01:29.145 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 starting - - - - 2023-12-06T07:01:29.145 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (6m) 87s ago 6m 45.6M - 8.3.5 dad864ee21e9 9f8bd09f5b11 2023-12-06T07:01:29.145 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 starting - - - - 2023-12-06T07:01:29.145 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283 starting - - - - 2023-12-06T07:01:29.145 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:9283 running (15m) 92s ago 15m 464M - 17.2.0 e1d6a67b021e 9a0ec4115dd4 2023-12-06T07:01:29.145 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (15m) 92s ago 15m 58.7M 2048M 17.2.0 e1d6a67b021e f2e836555997 2023-12-06T07:01:29.145 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (13m) 87s ago 13m 49.8M 2048M 17.2.0 e1d6a67b021e 76faf01e600e 2023-12-06T07:01:29.145 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (13m) 92s ago 13m 48.6M 2048M 17.2.0 e1d6a67b021e b63429ef8030 2023-12-06T07:01:29.146 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 starting - - - - 2023-12-06T07:01:29.146 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 starting - - - - 2023-12-06T07:01:29.146 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (13m) 92s ago 13m 56.0M 4096M 17.2.0 e1d6a67b021e fa89468afe64 2023-12-06T07:01:29.146 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (12m) 92s ago 12m 56.3M 4096M 17.2.0 e1d6a67b021e f21c73c261bf 2023-12-06T07:01:29.146 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (11m) 92s ago 11m 51.7M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T07:01:29.146 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (11m) 92s ago 11m 54.6M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T07:01:29.146 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (10m) 87s ago 10m 58.0M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T07:01:29.146 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (9m) 87s ago 9m 52.3M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:01:29.146 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (9m) 87s ago 9m 51.6M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:01:29.146 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (8m) 87s ago 8m 54.0M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:01:29.146 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 starting - - - - 2023-12-06T07:01:29.146 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (5m) 92s ago 5m 84.2M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:01:29.146 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (5m) 87s ago 5m 84.4M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:01:29.146 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (5m) 92s ago 5m 84.3M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:01:29.146 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (5m) 87s ago 5m 84.9M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:01:29.403 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:29 smithi141 bash[55647]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:01:29] "GET /metrics HTTP/1.1" 200 38136 "" "Prometheus/2.33.4" 2023-12-06T07:01:29.404 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:29 smithi141 systemd[1]: Stopping Ceph grafana.a for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:01:29.404 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:29 smithi141 bash[58964]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-grafana.a 2023-12-06T07:01:29.404 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:29 smithi141 bash[46572]: t=2023-12-06T07:01:29+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-06T07:01:29.608 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:01:29.608 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:01:29.608 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T07:01:29.608 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:01:29.609 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:01:29.609 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T07:01:29.609 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:01:29.609 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:01:29.609 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:01:29.609 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:01:29.609 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:01:29.609 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": {}, 2023-12-06T07:01:29.609 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:01:29.609 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:01:29.609 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:01:29.609 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:01:29.609 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-06T07:01:29.609 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:01:29.609 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:01:29.610 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:01:29.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:29 smithi141 bash[25168]: audit 2023-12-06T07:01:28.351257+0000 mgr.x (mgr.15207) 86 : audit [DBG] from='client.25288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:01:29.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:29 smithi141 bash[25168]: cluster 2023-12-06T07:01:28.547457+0000 mgr.x (mgr.15207) 87 : 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-06T07:01:29.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:29 smithi141 bash[25168]: audit 2023-12-06T07:01:29.601499+0000 mon.a (mon.0) 1167 : audit [DBG] from='client.? 172.21.15.40:0/330203325' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:01:29.987 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:01:29.987 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:01:29.987 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:01:29.987 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:01:29.987 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-06T07:01:29.987 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "", 2023-12-06T07:01:29.988 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "", 2023-12-06T07:01:29.988 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:01:29.988 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:01:30.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:29 smithi040 bash[30799]: audit 2023-12-06T07:01:28.351257+0000 mgr.x (mgr.15207) 86 : audit [DBG] from='client.25288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:01:30.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:29 smithi040 bash[30799]: cluster 2023-12-06T07:01:28.547457+0000 mgr.x (mgr.15207) 87 : 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-06T07:01:30.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:29 smithi040 bash[30799]: audit 2023-12-06T07:01:29.601499+0000 mon.a (mon.0) 1167 : audit [DBG] from='client.? 172.21.15.40:0/330203325' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:01:30.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:29 smithi040 bash[25004]: audit 2023-12-06T07:01:28.351257+0000 mgr.x (mgr.15207) 86 : audit [DBG] from='client.25288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:01:30.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:29 smithi040 bash[25004]: cluster 2023-12-06T07:01:28.547457+0000 mgr.x (mgr.15207) 87 : 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-06T07:01:30.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:29 smithi040 bash[25004]: audit 2023-12-06T07:01:29.601499+0000 mon.a (mon.0) 1167 : audit [DBG] from='client.? 172.21.15.40:0/330203325' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:01:30.195 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:29 smithi141 bash[58974]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-grafana-a 2023-12-06T07:01:30.195 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:29 smithi141 bash[59010]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-grafana.a 2023-12-06T07:01:30.196 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:30 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-06T07:01:30.196 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:30 smithi141 systemd[1]: Stopped Ceph grafana.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:01:30.196 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:30 smithi141 systemd[1]: Started Ceph grafana.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:01:30.438 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T07:01:30.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE Bus STOPPING 2023-12-06T07:01:30.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T07:01:30.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE Bus STOPPED 2023-12-06T07:01:30.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE Bus STARTING 2023-12-06T07:01:30.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE Serving on http://:::9283 2023-12-06T07:01:30.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE Bus STARTED 2023-12-06T07:01:30.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE Bus STOPPING 2023-12-06T07:01:30.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T07:01:30.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE Bus STOPPED 2023-12-06T07:01:30.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE Bus STARTING 2023-12-06T07:01:30.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE Serving on http://:::9283 2023-12-06T07:01:30.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE Bus STARTED 2023-12-06T07:01:30.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE Bus STOPPING 2023-12-06T07:01:30.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T07:01:30.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE Bus STOPPED 2023-12-06T07:01:30.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE Bus STARTING 2023-12-06T07:01:30.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE Serving on http://:::9283 2023-12-06T07:01:30.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[55647]: [06/Dec/2023:07:01:30] ENGINE Bus STARTED 2023-12-06T07:01:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:28.742203+0000 mgr.x (mgr.15207) 88 : audit [DBG] from='client.25294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:01:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:29.119075+0000 mgr.x (mgr.15207) 89 : audit [DBG] from='client.25300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:01:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.180054+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.193771+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.245620+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:01:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.248808+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi040.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T07:01:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.254236+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.280404+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:01:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.305766+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.315129+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:01:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.319449+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T07:01:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.321220+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.334102+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:01:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.336460+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi141.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T07:01:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.343030+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.363454+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:01:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.371708+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi141.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T07:01:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.378820+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.417635+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:01:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:30 smithi141 bash[25168]: audit 2023-12-06T07:01:30.431833+0000 mon.a (mon.0) 1175 : audit [DBG] from='client.? 172.21.15.40:0/2193819311' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:01:31.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:28.742203+0000 mgr.x (mgr.15207) 88 : audit [DBG] from='client.25294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:01:31.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:29.119075+0000 mgr.x (mgr.15207) 89 : audit [DBG] from='client.25300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:01:31.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.180054+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:31.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.193771+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:31.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.245620+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:01:31.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.248808+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi040.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T07:01:31.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.254236+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:31.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.280404+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:01:31.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.305766+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:31.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.315129+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:01:31.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.319449+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T07:01:31.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.321220+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:31.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.334102+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:01:31.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.336460+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi141.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T07:01:31.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.343030+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:31.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.363454+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:01:31.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.371708+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi141.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T07:01:31.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.378820+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:31.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.417635+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:01:31.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[25004]: audit 2023-12-06T07:01:30.431833+0000 mon.a (mon.0) 1175 : audit [DBG] from='client.? 172.21.15.40:0/2193819311' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:01:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:28.742203+0000 mgr.x (mgr.15207) 88 : audit [DBG] from='client.25294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:01:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:29.119075+0000 mgr.x (mgr.15207) 89 : audit [DBG] from='client.25300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:01:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.180054+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.193771+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.245620+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:01:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.248808+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi040.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T07:01:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.254236+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.280404+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:01:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.305766+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.315129+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:01:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.319449+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T07:01:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.321220+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.334102+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:01:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.336460+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi141.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T07:01:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.343030+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.363454+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:01:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.371708+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi141.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T07:01:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.378820+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.417635+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:01:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:30 smithi040 bash[30799]: audit 2023-12-06T07:01:30.431833+0000 mon.a (mon.0) 1175 : audit [DBG] from='client.? 172.21.15.40:0/2193819311' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:01:31.886 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:31 smithi141 bash[25168]: audit 2023-12-06T07:01:29.984259+0000 mgr.x (mgr.15207) 90 : audit [DBG] from='client.25312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:01:31.886 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:31 smithi141 bash[25168]: audit 2023-12-06T07:01:30.246594+0000 mgr.x (mgr.15207) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:01:31.886 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:31 smithi141 bash[25168]: audit 2023-12-06T07:01:30.249649+0000 mgr.x (mgr.15207) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi040.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T07:01:31.886 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:31 smithi141 bash[25168]: audit 2023-12-06T07:01:30.281552+0000 mgr.x (mgr.15207) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:01:31.886 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:31 smithi141 bash[25168]: cephadm 2023-12-06T07:01:30.314513+0000 mgr.x (mgr.15207) 94 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.40:5000 to Dashboard 2023-12-06T07:01:31.886 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:31 smithi141 bash[25168]: audit 2023-12-06T07:01:30.315979+0000 mgr.x (mgr.15207) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:01:31.887 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:31 smithi141 bash[25168]: audit 2023-12-06T07:01:30.320101+0000 mgr.x (mgr.15207) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T07:01:31.887 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:31 smithi141 bash[25168]: audit 2023-12-06T07:01:30.334787+0000 mgr.x (mgr.15207) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:01:31.887 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:31 smithi141 bash[25168]: audit 2023-12-06T07:01:30.337153+0000 mgr.x (mgr.15207) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi141.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T07:01:31.887 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:31 smithi141 bash[25168]: audit 2023-12-06T07:01:30.364265+0000 mgr.x (mgr.15207) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:01:31.887 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:31 smithi141 bash[25168]: audit 2023-12-06T07:01:30.372760+0000 mgr.x (mgr.15207) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi141.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T07:01:31.887 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:31 smithi141 bash[25168]: cephadm 2023-12-06T07:01:30.419593+0000 mgr.x (mgr.15207) 101 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:01:31.887 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:31 smithi141 bash[25168]: cluster 2023-12-06T07:01:30.548146+0000 mgr.x (mgr.15207) 102 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:01:31.964 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[30799]: audit 2023-12-06T07:01:29.984259+0000 mgr.x (mgr.15207) 90 : audit [DBG] from='client.25312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:01:31.964 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[30799]: audit 2023-12-06T07:01:30.246594+0000 mgr.x (mgr.15207) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:01:31.964 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[30799]: audit 2023-12-06T07:01:30.249649+0000 mgr.x (mgr.15207) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi040.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T07:01:31.964 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[30799]: audit 2023-12-06T07:01:30.281552+0000 mgr.x (mgr.15207) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:01:31.964 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[30799]: cephadm 2023-12-06T07:01:30.314513+0000 mgr.x (mgr.15207) 94 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.40:5000 to Dashboard 2023-12-06T07:01:31.964 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[30799]: audit 2023-12-06T07:01:30.315979+0000 mgr.x (mgr.15207) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:01:31.964 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[30799]: audit 2023-12-06T07:01:30.320101+0000 mgr.x (mgr.15207) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T07:01:31.964 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[30799]: audit 2023-12-06T07:01:30.334787+0000 mgr.x (mgr.15207) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:01:31.964 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[30799]: audit 2023-12-06T07:01:30.337153+0000 mgr.x (mgr.15207) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi141.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T07:01:31.964 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[30799]: audit 2023-12-06T07:01:30.364265+0000 mgr.x (mgr.15207) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:01:31.964 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[30799]: audit 2023-12-06T07:01:30.372760+0000 mgr.x (mgr.15207) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi141.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T07:01:31.964 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[30799]: cephadm 2023-12-06T07:01:30.419593+0000 mgr.x (mgr.15207) 101 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:01:31.964 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[30799]: cluster 2023-12-06T07:01:30.548146+0000 mgr.x (mgr.15207) 102 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:01:31.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[25004]: audit 2023-12-06T07:01:29.984259+0000 mgr.x (mgr.15207) 90 : audit [DBG] from='client.25312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:01:31.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[25004]: audit 2023-12-06T07:01:30.246594+0000 mgr.x (mgr.15207) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:01:31.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[25004]: audit 2023-12-06T07:01:30.249649+0000 mgr.x (mgr.15207) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi040.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T07:01:31.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[25004]: audit 2023-12-06T07:01:30.281552+0000 mgr.x (mgr.15207) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:01:31.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[25004]: cephadm 2023-12-06T07:01:30.314513+0000 mgr.x (mgr.15207) 94 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.40:5000 to Dashboard 2023-12-06T07:01:31.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[25004]: audit 2023-12-06T07:01:30.315979+0000 mgr.x (mgr.15207) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:01:31.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[25004]: audit 2023-12-06T07:01:30.320101+0000 mgr.x (mgr.15207) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T07:01:31.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[25004]: audit 2023-12-06T07:01:30.334787+0000 mgr.x (mgr.15207) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:01:31.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[25004]: audit 2023-12-06T07:01:30.337153+0000 mgr.x (mgr.15207) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi141.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T07:01:31.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[25004]: audit 2023-12-06T07:01:30.364265+0000 mgr.x (mgr.15207) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:01:31.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[25004]: audit 2023-12-06T07:01:30.372760+0000 mgr.x (mgr.15207) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi141.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T07:01:31.966 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[25004]: cephadm 2023-12-06T07:01:30.419593+0000 mgr.x (mgr.15207) 101 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:01:31.966 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:31 smithi040 bash[25004]: cluster 2023-12-06T07:01:30.548146+0000 mgr.x (mgr.15207) 102 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:01:32.455 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+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-06T07:01:32.455 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+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-06T07:01:32.456 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-06T07:01:32.456 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-06T07:01:32.456 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-06T07:01:32.456 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-06T07:01:32.456 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-06T07:01:32.456 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-06T07:01:32.456 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-06T07:01:32.456 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-06T07:01:32.456 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-06T07:01:32.456 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-06T07:01:32.456 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-06T07:01:32.456 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="App mode production" logger=settings 2023-12-06T07:01:32.456 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-06T07:01:32.456 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+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-06T07:01:32.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Starting DB migrations" logger=migrator 2023-12-06T07:01:32.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="migrations completed" logger=migrator performed=0 skipped=377 duration=2.220694ms 2023-12-06T07:01:32.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-06T07:01:32.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-06T07:01:32.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-06T07:01:32.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-06T07:01:32.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-06T07:01:32.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-06T07:01:32.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="deleted datasource based on configuration" logger=provisioning.datasources name=Dashboard1 2023-12-06T07:01:32.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-06T07:01:32.457 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Loki uid=P8E80F9AEF21F6940 2023-12-06T07:01:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[25168]: audit 2023-12-06T07:01:31.657966+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:01:32.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-06T07:01:32.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-06T07:01:32.709 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:01:32 smithi141 bash[59037]: t=2023-12-06T07:01:32+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-06T07:01:33.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:32 smithi040 bash[30799]: audit 2023-12-06T07:01:31.657966+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:01:33.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:32 smithi040 bash[25004]: audit 2023-12-06T07:01:31.657966+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:01:33.893 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:33 smithi040 bash[25004]: audit 2023-12-06T07:01:32.148330+0000 mgr.x (mgr.15207) 103 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:33.893 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:33 smithi040 bash[25004]: cluster 2023-12-06T07:01:32.548768+0000 mgr.x (mgr.15207) 104 : cluster [DBG] 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-06T07:01:33.893 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:33 smithi040 bash[25004]: audit 2023-12-06T07:01:32.699743+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:33.893 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:33 smithi040 bash[25004]: audit 2023-12-06T07:01:32.702613+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:01:33.893 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:33 smithi040 bash[25004]: audit 2023-12-06T07:01:32.706247+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:01:33.893 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:33 smithi040 bash[25004]: audit 2023-12-06T07:01:32.709192+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:01:33.893 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:33 smithi040 bash[25004]: audit 2023-12-06T07:01:32.710958+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:01:33.894 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:33 smithi040 bash[30799]: audit 2023-12-06T07:01:32.148330+0000 mgr.x (mgr.15207) 103 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:33.894 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:33 smithi040 bash[30799]: cluster 2023-12-06T07:01:32.548768+0000 mgr.x (mgr.15207) 104 : cluster [DBG] 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-06T07:01:33.894 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:33 smithi040 bash[30799]: audit 2023-12-06T07:01:32.699743+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:33.894 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:33 smithi040 bash[30799]: audit 2023-12-06T07:01:32.702613+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:01:33.894 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:33 smithi040 bash[30799]: audit 2023-12-06T07:01:32.706247+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:01:33.894 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:33 smithi040 bash[30799]: audit 2023-12-06T07:01:32.709192+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:01:33.894 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:33 smithi040 bash[30799]: audit 2023-12-06T07:01:32.710958+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:01:33.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:33 smithi141 bash[25168]: audit 2023-12-06T07:01:32.148330+0000 mgr.x (mgr.15207) 103 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:33.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:33 smithi141 bash[25168]: cluster 2023-12-06T07:01:32.548768+0000 mgr.x (mgr.15207) 104 : cluster [DBG] 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-06T07:01:33.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:33 smithi141 bash[25168]: audit 2023-12-06T07:01:32.699743+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:33.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:33 smithi141 bash[25168]: audit 2023-12-06T07:01:32.702613+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:01:33.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:33 smithi141 bash[25168]: audit 2023-12-06T07:01:32.706247+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:01:33.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:33 smithi141 bash[25168]: audit 2023-12-06T07:01:32.709192+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:01:33.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:33 smithi141 bash[25168]: audit 2023-12-06T07:01:32.710958+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:01:34.878 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:34 smithi141 bash[25168]: cephadm 2023-12-06T07:01:32.692454+0000 mgr.x (mgr.15207) 105 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T07:01:34.878 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:34 smithi141 bash[25168]: cephadm 2023-12-06T07:01:32.713410+0000 mgr.x (mgr.15207) 106 : cephadm [INF] Deploying daemon mgr.y on smithi040 2023-12-06T07:01:34.878 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:34 smithi141 bash[25168]: cluster 2023-12-06T07:01:34.550304+0000 mgr.x (mgr.15207) 107 : 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-06T07:01:34.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:34 smithi040 bash[30799]: cephadm 2023-12-06T07:01:32.692454+0000 mgr.x (mgr.15207) 105 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T07:01:34.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:34 smithi040 bash[30799]: cephadm 2023-12-06T07:01:32.713410+0000 mgr.x (mgr.15207) 106 : cephadm [INF] Deploying daemon mgr.y on smithi040 2023-12-06T07:01:34.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:34 smithi040 bash[30799]: cluster 2023-12-06T07:01:34.550304+0000 mgr.x (mgr.15207) 107 : 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-06T07:01:34.947 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:34 smithi040 bash[25004]: cephadm 2023-12-06T07:01:32.692454+0000 mgr.x (mgr.15207) 105 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T07:01:34.947 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:34 smithi040 bash[25004]: cephadm 2023-12-06T07:01:32.713410+0000 mgr.x (mgr.15207) 106 : cephadm [INF] Deploying daemon mgr.y on smithi040 2023-12-06T07:01:34.947 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:34 smithi040 bash[25004]: cluster 2023-12-06T07:01:34.550304+0000 mgr.x (mgr.15207) 107 : 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-06T07:01:35.255 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:35 smithi040 systemd[1]: Stopping Ceph mgr.y for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:01:35.999 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:35 smithi040 bash[73307]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr-y 2023-12-06T07:01:35.999 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:35 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:01:35.999 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:35 smithi040 bash[73381]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr-y 2023-12-06T07:01:35.999 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:35 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-06T07:01:36.000 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:35 smithi040 systemd[1]: Stopped Ceph mgr.y for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:01:36.276 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:36 smithi040 systemd[1]: Started Ceph mgr.y for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:01:37.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[30799]: audit 2023-12-06T07:01:36.261271+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:37.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[30799]: audit 2023-12-06T07:01:36.270641+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:37.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[30799]: audit 2023-12-06T07:01:36.283898+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:01:37.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[30799]: audit 2023-12-06T07:01:36.284351+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:01:37.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[30799]: audit 2023-12-06T07:01:36.287644+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:01:37.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[30799]: audit 2023-12-06T07:01:36.288002+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:01:37.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[30799]: cluster 2023-12-06T07:01:36.550951+0000 mgr.x (mgr.15207) 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-06T07:01:37.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[30799]: cephadm 2023-12-06T07:01:36.626268+0000 mgr.x (mgr.15207) 109 : cephadm [INF] Deploying daemon agent.smithi141 on smithi141 2023-12-06T07:01:37.520 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[25004]: audit 2023-12-06T07:01:36.261271+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:37.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[25004]: audit 2023-12-06T07:01:36.270641+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:37.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[25004]: audit 2023-12-06T07:01:36.283898+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:01:37.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[25004]: audit 2023-12-06T07:01:36.284351+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:01:37.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[25004]: audit 2023-12-06T07:01:36.287644+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:01:37.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[25004]: audit 2023-12-06T07:01:36.288002+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:01:37.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[25004]: cluster 2023-12-06T07:01:36.550951+0000 mgr.x (mgr.15207) 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-06T07:01:37.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[25004]: cephadm 2023-12-06T07:01:36.626268+0000 mgr.x (mgr.15207) 109 : cephadm [INF] Deploying daemon agent.smithi141 on smithi141 2023-12-06T07:01:37.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:37 smithi141 bash[25168]: audit 2023-12-06T07:01:36.261271+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:37.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:37 smithi141 bash[25168]: audit 2023-12-06T07:01:36.270641+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:37.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:37 smithi141 bash[25168]: audit 2023-12-06T07:01:36.283898+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:01:37.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:37 smithi141 bash[25168]: audit 2023-12-06T07:01:36.284351+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:01:37.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:37 smithi141 bash[25168]: audit 2023-12-06T07:01:36.287644+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:01:37.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:37 smithi141 bash[25168]: audit 2023-12-06T07:01:36.288002+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:01:37.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:37 smithi141 bash[25168]: cluster 2023-12-06T07:01:36.550951+0000 mgr.x (mgr.15207) 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-06T07:01:37.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:37 smithi141 bash[25168]: cephadm 2023-12-06T07:01:36.626268+0000 mgr.x (mgr.15207) 109 : cephadm [INF] Deploying daemon agent.smithi141 on smithi141 2023-12-06T07:01:37.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[73462]: debug 2023-12-06T07:01:37.658+0000 7fe23e2f9700 1 -- 172.21.15.40:0/3183225354 <== mon.1 v2:172.21.15.40:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b1b8a741a0 con 0x55b1b97f2c00 2023-12-06T07:01:38.276 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:37 smithi040 bash[73462]: debug 2023-12-06T07:01:37.818+0000 7fe24849f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:01:38.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:38 smithi040 bash[25004]: cephadm 2023-12-06T07:01:36.896023+0000 mgr.x (mgr.15207) 110 : cephadm [INF] Deploying daemon agent.smithi040 on smithi040 2023-12-06T07:01:38.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:38 smithi040 bash[30799]: cephadm 2023-12-06T07:01:36.896023+0000 mgr.x (mgr.15207) 110 : cephadm [INF] Deploying daemon agent.smithi040 on smithi040 2023-12-06T07:01:38.576 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:38 smithi141 bash[25168]: cephadm 2023-12-06T07:01:36.896023+0000 mgr.x (mgr.15207) 110 : cephadm [INF] Deploying daemon agent.smithi040 on smithi040 2023-12-06T07:01:38.895 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:38 smithi040 bash[73462]: debug 2023-12-06T07:01:38.770+0000 7fe24849f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T07:01:38.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:38 smithi141 bash[57862]: ts=2023-12-06T07:01: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:01:39.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:38 smithi040 bash[73462]: debug 2023-12-06T07:01:38.886+0000 7fe24849f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:01:39.282 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:39 smithi040 bash[73462]: debug 2023-12-06T07:01:38.998+0000 7fe24849f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:01:39.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:39 smithi141 bash[55647]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:01:39] "GET /metrics HTTP/1.1" 200 38139 "" "Prometheus/2.33.4" 2023-12-06T07:01:39.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:39 smithi141 bash[25168]: cluster 2023-12-06T07:01:38.552061+0000 mgr.x (mgr.15207) 111 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:01:39.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:39 smithi141 bash[25168]: audit 2023-12-06T07:01:38.815269+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:39.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:39 smithi141 bash[25168]: audit 2023-12-06T07:01:38.859249+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:39.684 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:39 smithi040 bash[73462]: debug 2023-12-06T07:01:39.306+0000 7fe24849f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:01:39.685 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:39 smithi040 bash[30799]: cluster 2023-12-06T07:01:38.552061+0000 mgr.x (mgr.15207) 111 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:01:39.685 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:39 smithi040 bash[30799]: audit 2023-12-06T07:01:38.815269+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:39.685 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:39 smithi040 bash[30799]: audit 2023-12-06T07:01:38.859249+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:39.685 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:39 smithi040 bash[25004]: cluster 2023-12-06T07:01:38.552061+0000 mgr.x (mgr.15207) 111 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:01:39.685 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:39 smithi040 bash[25004]: audit 2023-12-06T07:01:38.815269+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:39.685 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:39 smithi040 bash[25004]: audit 2023-12-06T07:01:38.859249+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:40.031 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:39 smithi040 bash[73462]: debug 2023-12-06T07:01:39.674+0000 7fe24849f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:01:40.031 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:39 smithi040 bash[73462]: debug 2023-12-06T07:01:39.838+0000 7fe24849f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:01:40.325 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:40 smithi040 bash[73462]: debug 2023-12-06T07:01:40.054+0000 7fe24849f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:01:40.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:40 smithi141 bash[25168]: audit 2023-12-06T07:01:39.321348+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:40.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:40 smithi141 bash[25168]: audit 2023-12-06T07:01:39.328770+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:40.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:40 smithi040 bash[25004]: audit 2023-12-06T07:01:39.321348+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:40.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:40 smithi040 bash[25004]: audit 2023-12-06T07:01:39.328770+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:40.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:40 smithi040 bash[30799]: audit 2023-12-06T07:01:39.321348+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:40.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:40 smithi040 bash[30799]: audit 2023-12-06T07:01:39.328770+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:41.526 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:41 smithi040 bash[73462]: debug 2023-12-06T07:01:41.138+0000 7fe24849f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:01:41.526 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:41 smithi040 bash[73462]: debug 2023-12-06T07:01:41.258+0000 7fe24849f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:01:41.526 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:41 smithi040 bash[73462]: debug 2023-12-06T07:01:41.378+0000 7fe24849f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:01:41.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:41 smithi040 bash[25004]: cluster 2023-12-06T07:01:40.552790+0000 mgr.x (mgr.15207) 112 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:01:41.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:41 smithi040 bash[30799]: cluster 2023-12-06T07:01:40.552790+0000 mgr.x (mgr.15207) 112 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:01:41.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:41 smithi141 bash[25168]: cluster 2023-12-06T07:01:40.552790+0000 mgr.x (mgr.15207) 112 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:01:42.158 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:41 smithi040 bash[73462]: debug 2023-12-06T07:01:41.874+0000 7fe24849f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:01:42.158 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:42 smithi040 bash[73462]: debug 2023-12-06T07:01:42.106+0000 7fe24849f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:01:43.032 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:42 smithi040 bash[73462]: debug 2023-12-06T07:01:42.578+0000 7fe24849f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:01:43.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:43 smithi040 bash[73462]: debug 2023-12-06T07:01:43.082+0000 7fe24849f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:01:43.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:43 smithi141 bash[25168]: audit 2023-12-06T07:01:42.155783+0000 mgr.x (mgr.15207) 113 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:43.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:43 smithi141 bash[25168]: cluster 2023-12-06T07:01:42.554322+0000 mgr.x (mgr.15207) 114 : 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-06T07:01:44.031 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:43 smithi040 bash[73462]: debug 2023-12-06T07:01:43.666+0000 7fe24849f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:01:44.031 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:43 smithi040 bash[73462]: debug 2023-12-06T07:01:43.786+0000 7fe24849f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:01:44.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:43 smithi040 bash[30799]: audit 2023-12-06T07:01:42.155783+0000 mgr.x (mgr.15207) 113 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:44.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:43 smithi040 bash[30799]: cluster 2023-12-06T07:01:42.554322+0000 mgr.x (mgr.15207) 114 : 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-06T07:01:44.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:43 smithi040 bash[25004]: audit 2023-12-06T07:01:42.155783+0000 mgr.x (mgr.15207) 113 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:44.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:43 smithi040 bash[25004]: cluster 2023-12-06T07:01:42.554322+0000 mgr.x (mgr.15207) 114 : 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-06T07:01:44.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:44 smithi040 bash[73462]: debug 2023-12-06T07:01:44.242+0000 7fe24849f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:01:44.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:44 smithi040 bash[73462]: debug 2023-12-06T07:01:44.378+0000 7fe24849f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:01:44.882 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:44 smithi040 bash[73462]: debug 2023-12-06T07:01:44.566+0000 7fe24849f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:01:44.882 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:44 smithi040 bash[73462]: debug 2023-12-06T07:01:44.726+0000 7fe24849f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:01:45.271 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:44 smithi040 bash[73462]: debug 2023-12-06T07:01:44.874+0000 7fe24849f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:01:45.271 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[73462]: debug 2023-12-06T07:01:45.122+0000 7fe24849f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:01:45.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[73462]: debug 2023-12-06T07:01:45.262+0000 7fe24849f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:01:45.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:45 smithi141 bash[25168]: cluster 2023-12-06T07:01:44.555187+0000 mgr.x (mgr.15207) 115 : cluster [DBG] 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-06T07:01:45.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:45 smithi141 bash[25168]: audit 2023-12-06T07:01:45.354688+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:45.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:45 smithi141 bash[25168]: audit 2023-12-06T07:01:45.365633+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:45.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:45 smithi141 bash[25168]: audit 2023-12-06T07:01:45.371722+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:45.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:45 smithi141 bash[25168]: audit 2023-12-06T07:01:45.382486+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:45.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:45 smithi141 bash[25168]: audit 2023-12-06T07:01:45.393183+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:45.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:45 smithi141 bash[25168]: audit 2023-12-06T07:01:45.454445+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:45.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:45 smithi141 bash[25168]: audit 2023-12-06T07:01:45.465040+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:45.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:45 smithi141 bash[25168]: audit 2023-12-06T07:01:45.474949+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[25004]: cluster 2023-12-06T07:01:44.555187+0000 mgr.x (mgr.15207) 115 : cluster [DBG] 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-06T07:01:46.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[25004]: audit 2023-12-06T07:01:45.354688+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[25004]: audit 2023-12-06T07:01:45.365633+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[25004]: audit 2023-12-06T07:01:45.371722+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[25004]: audit 2023-12-06T07:01:45.382486+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[25004]: audit 2023-12-06T07:01:45.393183+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[25004]: audit 2023-12-06T07:01:45.454445+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[25004]: audit 2023-12-06T07:01:45.465040+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[25004]: audit 2023-12-06T07:01:45.474949+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[30799]: cluster 2023-12-06T07:01:44.555187+0000 mgr.x (mgr.15207) 115 : cluster [DBG] 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-06T07:01:46.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[30799]: audit 2023-12-06T07:01:45.354688+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[30799]: audit 2023-12-06T07:01:45.365633+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[30799]: audit 2023-12-06T07:01:45.371722+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[30799]: audit 2023-12-06T07:01:45.382486+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[30799]: audit 2023-12-06T07:01:45.393183+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[30799]: audit 2023-12-06T07:01:45.454445+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[30799]: audit 2023-12-06T07:01:45.465040+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:46.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:45 smithi040 bash[30799]: audit 2023-12-06T07:01:45.474949+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:47.012 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:46 smithi040 bash[73462]: debug 2023-12-06T07:01:46.626+0000 7fe24849f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:01:47.012 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:46 smithi040 bash[73462]: [06/Dec/2023:07:01:46] ENGINE Bus STARTING 2023-12-06T07:01:47.013 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:46 smithi040 bash[73462]: CherryPy Checker: 2023-12-06T07:01:47.013 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:46 smithi040 bash[73462]: The Application mounted at '' has an empty config. 2023-12-06T07:01:47.013 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:46 smithi040 bash[73462]: [06/Dec/2023:07:01:46] ENGINE Serving on http://:::9283 2023-12-06T07:01:47.013 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:46 smithi040 bash[73462]: [06/Dec/2023:07:01:46] ENGINE Bus STARTED 2023-12-06T07:01:47.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: audit 2023-12-06T07:01:46.463082+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:47.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: audit 2023-12-06T07:01:46.476269+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:47.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: audit 2023-12-06T07:01:46.484230+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:01:47.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: audit 2023-12-06T07:01:46.486203+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:01:47.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: cluster 2023-12-06T07:01:46.490200+0000 mgr.x (mgr.15207) 116 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 0 op/s 2023-12-06T07:01:47.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: audit 2023-12-06T07:01:46.493353+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:47.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: audit 2023-12-06T07:01:46.586661+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:01:47.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: cephadm 2023-12-06T07:01:46.588427+0000 mgr.x (mgr.15207) 117 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:01:47.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: cephadm 2023-12-06T07:01:46.589093+0000 mgr.x (mgr.15207) 118 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:01:47.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: cluster 2023-12-06T07:01:46.632917+0000 mon.a (mon.0) 1197 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T07:01:47.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: cluster 2023-12-06T07:01:46.633040+0000 mon.a (mon.0) 1198 : cluster [DBG] Standby manager daemon y started 2023-12-06T07:01:47.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: audit 2023-12-06T07:01:46.634559+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.? 172.21.15.40:0/1920900221' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T07:01:47.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: audit 2023-12-06T07:01:46.635362+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.? 172.21.15.40:0/1920900221' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:01:47.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: audit 2023-12-06T07:01:46.640136+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.? 172.21.15.40:0/1920900221' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T07:01:47.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: audit 2023-12-06T07:01:46.640677+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.? 172.21.15.40:0/1920900221' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:01:47.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[30799]: audit 2023-12-06T07:01:46.658338+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:01:47.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: audit 2023-12-06T07:01:46.463082+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:47.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: audit 2023-12-06T07:01:46.476269+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:47.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: audit 2023-12-06T07:01:46.484230+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:01:47.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: audit 2023-12-06T07:01:46.486203+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:01:47.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: cluster 2023-12-06T07:01:46.490200+0000 mgr.x (mgr.15207) 116 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 0 op/s 2023-12-06T07:01:47.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: audit 2023-12-06T07:01:46.493353+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:47.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: audit 2023-12-06T07:01:46.586661+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:01:47.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: cephadm 2023-12-06T07:01:46.588427+0000 mgr.x (mgr.15207) 117 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:01:47.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: cephadm 2023-12-06T07:01:46.589093+0000 mgr.x (mgr.15207) 118 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:01:47.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: cluster 2023-12-06T07:01:46.632917+0000 mon.a (mon.0) 1197 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T07:01:47.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: cluster 2023-12-06T07:01:46.633040+0000 mon.a (mon.0) 1198 : cluster [DBG] Standby manager daemon y started 2023-12-06T07:01:47.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: audit 2023-12-06T07:01:46.634559+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.? 172.21.15.40:0/1920900221' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T07:01:47.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: audit 2023-12-06T07:01:46.635362+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.? 172.21.15.40:0/1920900221' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:01:47.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: audit 2023-12-06T07:01:46.640136+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.? 172.21.15.40:0/1920900221' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T07:01:47.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: audit 2023-12-06T07:01:46.640677+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.? 172.21.15.40:0/1920900221' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:01:47.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:47 smithi040 bash[25004]: audit 2023-12-06T07:01:46.658338+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:01:47.880 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: audit 2023-12-06T07:01:46.463082+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:47.880 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: audit 2023-12-06T07:01:46.476269+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:47.880 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: audit 2023-12-06T07:01:46.484230+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:01:47.880 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: audit 2023-12-06T07:01:46.486203+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:01:47.880 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: cluster 2023-12-06T07:01:46.490200+0000 mgr.x (mgr.15207) 116 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 0 op/s 2023-12-06T07:01:47.880 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: audit 2023-12-06T07:01:46.493353+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:47.880 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: audit 2023-12-06T07:01:46.586661+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:01:47.880 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: cephadm 2023-12-06T07:01:46.588427+0000 mgr.x (mgr.15207) 117 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:01:47.880 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: cephadm 2023-12-06T07:01:46.589093+0000 mgr.x (mgr.15207) 118 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:01:47.880 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: cluster 2023-12-06T07:01:46.632917+0000 mon.a (mon.0) 1197 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T07:01:47.880 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: cluster 2023-12-06T07:01:46.633040+0000 mon.a (mon.0) 1198 : cluster [DBG] Standby manager daemon y started 2023-12-06T07:01:47.880 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: audit 2023-12-06T07:01:46.634559+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.? 172.21.15.40:0/1920900221' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T07:01:47.881 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: audit 2023-12-06T07:01:46.635362+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.? 172.21.15.40:0/1920900221' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:01:47.881 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: audit 2023-12-06T07:01:46.640136+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.? 172.21.15.40:0/1920900221' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T07:01:47.881 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: audit 2023-12-06T07:01:46.640677+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.? 172.21.15.40:0/1920900221' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:01:47.881 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:47 smithi141 bash[25168]: audit 2023-12-06T07:01:46.658338+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:01:48.755 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:48 smithi040 bash[30799]: cluster 2023-12-06T07:01:47.472271+0000 mon.a (mon.0) 1199 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2023-12-06T07:01:48.755 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:48 smithi040 bash[30799]: cluster 2023-12-06T07:01:47.503288+0000 mon.a (mon.0) 1200 : cluster [DBG] mgrmap e28: x(active, since 91s), standbys: y 2023-12-06T07:01:48.755 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:48 smithi040 bash[25004]: cluster 2023-12-06T07:01:47.472271+0000 mon.a (mon.0) 1199 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2023-12-06T07:01:48.755 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:48 smithi040 bash[25004]: cluster 2023-12-06T07:01:47.503288+0000 mon.a (mon.0) 1200 : cluster [DBG] mgrmap e28: x(active, since 91s), standbys: y 2023-12-06T07:01:48.929 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:48 smithi141 bash[25168]: cluster 2023-12-06T07:01:47.472271+0000 mon.a (mon.0) 1199 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2023-12-06T07:01:48.930 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:48 smithi141 bash[25168]: cluster 2023-12-06T07:01:47.503288+0000 mon.a (mon.0) 1200 : cluster [DBG] mgrmap e28: x(active, since 91s), standbys: y 2023-12-06T07:01:48.930 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:48 smithi141 bash[57862]: ts=2023-12-06T07:01: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:01:49.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:49 smithi141 bash[55647]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:01:49] "GET /metrics HTTP/1.1" 200 38141 "" "Prometheus/2.33.4" 2023-12-06T07:01:49.479 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:49 smithi040 bash[30799]: cluster 2023-12-06T07:01:48.491960+0000 mgr.x (mgr.15207) 119 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T07:01:49.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:49 smithi141 bash[25168]: cluster 2023-12-06T07:01:48.491960+0000 mgr.x (mgr.15207) 119 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T07:01:49.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:49 smithi040 bash[25004]: cluster 2023-12-06T07:01:48.491960+0000 mgr.x (mgr.15207) 119 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T07:01:50.481 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:50 smithi040 bash[25004]: audit 2023-12-06T07:01:49.759832+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:01:50.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:50 smithi040 bash[25004]: audit 2023-12-06T07:01:49.763208+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:01:50.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:50 smithi040 bash[25004]: audit 2023-12-06T07:01:49.766403+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:01:50.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:50 smithi040 bash[25004]: audit 2023-12-06T07:01:49.768234+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:01:50.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:50 smithi040 bash[30799]: audit 2023-12-06T07:01:49.759832+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:01:50.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:50 smithi040 bash[30799]: audit 2023-12-06T07:01:49.763208+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:01:50.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:50 smithi040 bash[30799]: audit 2023-12-06T07:01:49.766403+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:01:50.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:50 smithi040 bash[30799]: audit 2023-12-06T07:01:49.768234+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:01:50.831 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:50 smithi141 bash[25168]: audit 2023-12-06T07:01:49.759832+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:01:50.831 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:50 smithi141 bash[25168]: audit 2023-12-06T07:01:49.763208+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:01:50.831 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:50 smithi141 bash[25168]: audit 2023-12-06T07:01:49.766403+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:01:50.831 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:50 smithi141 bash[25168]: audit 2023-12-06T07:01:49.768234+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:01:51.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:51 smithi040 bash[25004]: cephadm 2023-12-06T07:01:49.762324+0000 mgr.x (mgr.15207) 120 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T07:01:51.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:51 smithi040 bash[25004]: cephadm 2023-12-06T07:01:49.770156+0000 mgr.x (mgr.15207) 121 : cephadm [INF] Deploying daemon mgr.y on smithi040 2023-12-06T07:01:51.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:51 smithi040 bash[25004]: cluster 2023-12-06T07:01:50.492726+0000 mgr.x (mgr.15207) 122 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 0 op/s 2023-12-06T07:01:51.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:51 smithi040 bash[30799]: cephadm 2023-12-06T07:01:49.762324+0000 mgr.x (mgr.15207) 120 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T07:01:51.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:51 smithi040 bash[30799]: cephadm 2023-12-06T07:01:49.770156+0000 mgr.x (mgr.15207) 121 : cephadm [INF] Deploying daemon mgr.y on smithi040 2023-12-06T07:01:51.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:51 smithi040 bash[30799]: cluster 2023-12-06T07:01:50.492726+0000 mgr.x (mgr.15207) 122 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 0 op/s 2023-12-06T07:01:51.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:51 smithi141 bash[25168]: cephadm 2023-12-06T07:01:49.762324+0000 mgr.x (mgr.15207) 120 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T07:01:51.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:51 smithi141 bash[25168]: cephadm 2023-12-06T07:01:49.770156+0000 mgr.x (mgr.15207) 121 : cephadm [INF] Deploying daemon mgr.y on smithi040 2023-12-06T07:01:51.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:51 smithi141 bash[25168]: cluster 2023-12-06T07:01:50.492726+0000 mgr.x (mgr.15207) 122 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 0 op/s 2023-12-06T07:01:52.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:52 smithi040 systemd[1]: Stopping Ceph mgr.y for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:01:53.187 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:52 smithi040 bash[75051]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr-y 2023-12-06T07:01:53.187 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:53 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:01:53.187 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[75121]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr-y 2023-12-06T07:01:53.187 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:53 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-06T07:01:53.187 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:53 smithi040 systemd[1]: Stopped Ceph mgr.y for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:01:53.529 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:53 smithi040 systemd[1]: Started Ceph mgr.y for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:01:53.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[25004]: audit 2023-12-06T07:01:52.164155+0000 mgr.x (mgr.15207) 123 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:53.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[25004]: cluster 2023-12-06T07:01:52.493494+0000 mgr.x (mgr.15207) 124 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 0 op/s 2023-12-06T07:01:53.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[25004]: audit 2023-12-06T07:01:53.027593+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[25004]: audit 2023-12-06T07:01:53.041041+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[25004]: audit 2023-12-06T07:01:53.053220+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[25004]: audit 2023-12-06T07:01:53.346055+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[25004]: audit 2023-12-06T07:01:53.357443+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[25004]: audit 2023-12-06T07:01:53.396244+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:01:53.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[25004]: audit 2023-12-06T07:01:53.398275+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:01:53.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[25004]: audit 2023-12-06T07:01:53.403039+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[25004]: audit 2023-12-06T07:01:53.492530+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:01:53.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[25004]: audit 2023-12-06T07:01:53.495952+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T07:01:53.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[25004]: audit 2023-12-06T07:01:53.499139+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T07:01:53.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[25004]: cluster 2023-12-06T07:01:53.505223+0000 mon.a (mon.0) 1209 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-06T07:01:53.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[30799]: audit 2023-12-06T07:01:52.164155+0000 mgr.x (mgr.15207) 123 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:53.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[30799]: cluster 2023-12-06T07:01:52.493494+0000 mgr.x (mgr.15207) 124 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 0 op/s 2023-12-06T07:01:53.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[30799]: audit 2023-12-06T07:01:53.027593+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[30799]: audit 2023-12-06T07:01:53.041041+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[30799]: audit 2023-12-06T07:01:53.053220+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[30799]: audit 2023-12-06T07:01:53.346055+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[30799]: audit 2023-12-06T07:01:53.357443+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[30799]: audit 2023-12-06T07:01:53.396244+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:01:53.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[30799]: audit 2023-12-06T07:01:53.398275+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:01:53.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[30799]: audit 2023-12-06T07:01:53.403039+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[30799]: audit 2023-12-06T07:01:53.492530+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:01:53.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[30799]: audit 2023-12-06T07:01:53.495952+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T07:01:53.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[30799]: audit 2023-12-06T07:01:53.499139+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T07:01:53.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:53 smithi040 bash[30799]: cluster 2023-12-06T07:01:53.505223+0000 mon.a (mon.0) 1209 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-06T07:01:53.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:53 smithi141 bash[25168]: audit 2023-12-06T07:01:52.164155+0000 mgr.x (mgr.15207) 123 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:01:53.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:53 smithi141 bash[25168]: cluster 2023-12-06T07:01:52.493494+0000 mgr.x (mgr.15207) 124 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 0 op/s 2023-12-06T07:01:53.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:53 smithi141 bash[25168]: audit 2023-12-06T07:01:53.027593+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:53 smithi141 bash[25168]: audit 2023-12-06T07:01:53.041041+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:53 smithi141 bash[25168]: audit 2023-12-06T07:01:53.053220+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:53 smithi141 bash[25168]: audit 2023-12-06T07:01:53.346055+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:53 smithi141 bash[25168]: audit 2023-12-06T07:01:53.357443+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:53 smithi141 bash[25168]: audit 2023-12-06T07:01:53.396244+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:01:53.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:53 smithi141 bash[25168]: audit 2023-12-06T07:01:53.398275+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:01:53.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:53 smithi141 bash[25168]: audit 2023-12-06T07:01:53.403039+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.15207 ' entity='mgr.x' 2023-12-06T07:01:53.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:53 smithi141 bash[25168]: audit 2023-12-06T07:01:53.492530+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:01:53.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:53 smithi141 bash[25168]: audit 2023-12-06T07:01:53.495952+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T07:01:53.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:53 smithi141 bash[25168]: audit 2023-12-06T07:01:53.499139+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.15207 172.21.15.141:0/1193147881' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T07:01:53.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:53 smithi141 bash[25168]: cluster 2023-12-06T07:01:53.505223+0000 mon.a (mon.0) 1209 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-06T07:01:54.707 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[25004]: cluster 2023-12-06T07:01:53.402417+0000 mgr.x (mgr.15207) 125 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 943 B/s rd, 0 op/s 2023-12-06T07:01:54.707 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[25004]: cephadm 2023-12-06T07:01:53.409006+0000 mgr.x (mgr.15207) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:01:54.707 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[25004]: cephadm 2023-12-06T07:01:53.494531+0000 mgr.x (mgr.15207) 127 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:01:54.707 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[25004]: cephadm 2023-12-06T07:01:53.495097+0000 mgr.x (mgr.15207) 128 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:01:54.707 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[25004]: cephadm 2023-12-06T07:01:53.498669+0000 mgr.x (mgr.15207) 129 : cephadm [INF] Failing over to other MGR 2023-12-06T07:01:54.708 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[25004]: cluster 2023-12-06T07:01:54.329457+0000 mon.a (mon.0) 1210 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:01:54.708 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[25004]: cluster 2023-12-06T07:01:54.354355+0000 mon.a (mon.0) 1211 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2023-12-06T07:01:54.708 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[25004]: cluster 2023-12-06T07:01:54.354450+0000 mon.a (mon.0) 1212 : cluster [INF] Cluster is now healthy 2023-12-06T07:01:54.708 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[25004]: audit 2023-12-06T07:01:54.416929+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-06T07:01:54.708 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[25004]: cluster 2023-12-06T07:01:54.417059+0000 mon.a (mon.0) 1214 : cluster [DBG] mgrmap e29: y(active, starting, since 0.91922s), standbys: x 2023-12-06T07:01:54.708 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[30799]: cluster 2023-12-06T07:01:53.402417+0000 mgr.x (mgr.15207) 125 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 943 B/s rd, 0 op/s 2023-12-06T07:01:54.708 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[30799]: cephadm 2023-12-06T07:01:53.409006+0000 mgr.x (mgr.15207) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:01:54.708 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[30799]: cephadm 2023-12-06T07:01:53.494531+0000 mgr.x (mgr.15207) 127 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:01:54.709 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[30799]: cephadm 2023-12-06T07:01:53.495097+0000 mgr.x (mgr.15207) 128 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:01:54.709 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[30799]: cephadm 2023-12-06T07:01:53.498669+0000 mgr.x (mgr.15207) 129 : cephadm [INF] Failing over to other MGR 2023-12-06T07:01:54.709 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[30799]: cluster 2023-12-06T07:01:54.329457+0000 mon.a (mon.0) 1210 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:01:54.709 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[30799]: cluster 2023-12-06T07:01:54.354355+0000 mon.a (mon.0) 1211 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2023-12-06T07:01:54.709 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[30799]: cluster 2023-12-06T07:01:54.354450+0000 mon.a (mon.0) 1212 : cluster [INF] Cluster is now healthy 2023-12-06T07:01:54.709 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[30799]: audit 2023-12-06T07:01:54.416929+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-06T07:01:54.709 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[30799]: cluster 2023-12-06T07:01:54.417059+0000 mon.a (mon.0) 1214 : cluster [DBG] mgrmap e29: y(active, starting, since 0.91922s), standbys: x 2023-12-06T07:01:54.710 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:54 smithi141 bash[55647]: debug 2023-12-06T07:01:54.418+0000 7f2ed3610700 -1 mgr handle_mgr_map I was active but no longer am 2023-12-06T07:01:54.710 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:54 smithi141 bash[55647]: ignoring --setuser ceph since I am not root 2023-12-06T07:01:54.710 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:54 smithi141 bash[55647]: ignoring --setgroup ceph since I am not root 2023-12-06T07:01:54.710 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:54 smithi141 bash[55647]: debug 2023-12-06T07:01:54.470+0000 7f095b6c1700 1 -- 172.21.15.141:0/1940091204 <== mon.2 v2:172.21.15.141:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5619b3c2a1a0 con 0x5619b49a6400 2023-12-06T07:01:54.710 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:54 smithi141 bash[55647]: debug 2023-12-06T07:01:54.634+0000 7f0965449200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:01:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:54 smithi141 bash[25168]: cluster 2023-12-06T07:01:53.402417+0000 mgr.x (mgr.15207) 125 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 943 B/s rd, 0 op/s 2023-12-06T07:01:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:54 smithi141 bash[25168]: cephadm 2023-12-06T07:01:53.409006+0000 mgr.x (mgr.15207) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:01:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:54 smithi141 bash[25168]: cephadm 2023-12-06T07:01:53.494531+0000 mgr.x (mgr.15207) 127 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:01:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:54 smithi141 bash[25168]: cephadm 2023-12-06T07:01:53.495097+0000 mgr.x (mgr.15207) 128 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:01:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:54 smithi141 bash[25168]: cephadm 2023-12-06T07:01:53.498669+0000 mgr.x (mgr.15207) 129 : cephadm [INF] Failing over to other MGR 2023-12-06T07:01:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:54 smithi141 bash[25168]: cluster 2023-12-06T07:01:54.329457+0000 mon.a (mon.0) 1210 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:01:54.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:54 smithi141 bash[25168]: cluster 2023-12-06T07:01:54.354355+0000 mon.a (mon.0) 1211 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2023-12-06T07:01:54.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:54 smithi141 bash[25168]: cluster 2023-12-06T07:01:54.354450+0000 mon.a (mon.0) 1212 : cluster [INF] Cluster is now healthy 2023-12-06T07:01:54.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:54 smithi141 bash[25168]: audit 2023-12-06T07:01:54.416929+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.15207 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-06T07:01:54.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:01:54 smithi141 bash[25168]: cluster 2023-12-06T07:01:54.417059+0000 mon.a (mon.0) 1214 : cluster [DBG] mgrmap e29: y(active, starting, since 0.91922s), standbys: x 2023-12-06T07:01:54.962 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[75188]: debug 2023-12-06T07:01:54.790+0000 7f6f0df2f700 1 -- 172.21.15.40:0/4195049704 <== mon.1 v2:172.21.15.40:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5558f5e8c1a0 con 0x5558f6c0a800 2023-12-06T07:01:55.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:54 smithi040 bash[75188]: debug 2023-12-06T07:01:54.954+0000 7f6f180d5200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:01:55.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:55 smithi141 bash[55647]: debug 2023-12-06T07:01:55.538+0000 7f0965449200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T07:01:55.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:55 smithi141 bash[55647]: debug 2023-12-06T07:01:55.638+0000 7f0965449200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:01:55.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:55 smithi141 bash[55647]: debug 2023-12-06T07:01:55.738+0000 7f0965449200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:01:56.122 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:55 smithi040 bash[75188]: debug 2023-12-06T07:01:55.902+0000 7f6f180d5200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T07:01:56.122 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:56 smithi040 bash[75188]: debug 2023-12-06T07:01:56.010+0000 7f6f180d5200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:01:56.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:56 smithi040 bash[75188]: debug 2023-12-06T07:01:56.114+0000 7f6f180d5200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:01:56.378 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:56 smithi141 bash[55647]: debug 2023-12-06T07:01:56.006+0000 7f0965449200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:01:56.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:56 smithi141 bash[55647]: debug 2023-12-06T07:01:56.370+0000 7f0965449200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:01:56.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:56 smithi141 bash[55647]: debug 2023-12-06T07:01:56.534+0000 7f0965449200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:01:56.736 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:56 smithi040 bash[75188]: debug 2023-12-06T07:01:56.390+0000 7f6f180d5200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:01:57.031 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:56 smithi040 bash[75188]: debug 2023-12-06T07:01:56.758+0000 7f6f180d5200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:01:57.031 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:56 smithi040 bash[75188]: debug 2023-12-06T07:01:56.922+0000 7f6f180d5200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:01:57.208 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:56 smithi141 bash[55647]: debug 2023-12-06T07:01:56.746+0000 7f0965449200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:01:57.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:57 smithi040 bash[75188]: debug 2023-12-06T07:01:57.138+0000 7f6f180d5200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:01:58.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:57 smithi141 bash[55647]: debug 2023-12-06T07:01:57.758+0000 7f0965449200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:01:58.210 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:57 smithi141 bash[55647]: debug 2023-12-06T07:01:57.870+0000 7f0965449200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:01:58.210 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:57 smithi141 bash[55647]: debug 2023-12-06T07:01:57.986+0000 7f0965449200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:01:58.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:58 smithi040 bash[75188]: debug 2023-12-06T07:01:58.178+0000 7f6f180d5200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:01:58.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:58 smithi040 bash[75188]: debug 2023-12-06T07:01:58.294+0000 7f6f180d5200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:01:58.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:58 smithi040 bash[75188]: debug 2023-12-06T07:01:58.414+0000 7f6f180d5200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:01:58.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:58 smithi141 bash[55647]: debug 2023-12-06T07:01:58.466+0000 7f0965449200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:01:58.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:58 smithi141 bash[55647]: debug 2023-12-06T07:01:58.690+0000 7f0965449200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:01:58.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:01:58 smithi141 bash[57862]: ts=2023-12-06T07:01:58.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:01:59.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:58 smithi040 bash[75188]: debug 2023-12-06T07:01:58.902+0000 7f6f180d5200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:01:59.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:59 smithi040 bash[75188]: debug 2023-12-06T07:01:59.134+0000 7f6f180d5200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:01:59.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:59 smithi141 bash[55647]: debug 2023-12-06T07:01:59.146+0000 7f0965449200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:01:59.958 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:01:59 smithi141 bash[55647]: debug 2023-12-06T07:01:59.646+0000 7f0965449200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:02:00.031 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:01:59 smithi040 bash[75188]: debug 2023-12-06T07:01:59.610+0000 7f6f180d5200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:02:00.518 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:00 smithi040 bash[75188]: debug 2023-12-06T07:02:00.122+0000 7f6f180d5200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:02:00.693 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:00 smithi141 bash[55647]: debug 2023-12-06T07:02:00.222+0000 7f0965449200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:02:00.693 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:00 smithi141 bash[55647]: debug 2023-12-06T07:02:00.334+0000 7f0965449200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:02:00.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:00 smithi040 bash[75188]: debug 2023-12-06T07:02:00.710+0000 7f6f180d5200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:02:00.955 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:00 smithi141 bash[55647]: debug 2023-12-06T07:02:00.686+0000 7f0965449200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:02:00.955 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:00 smithi141 bash[55647]: debug 2023-12-06T07:02:00.802+0000 7f0965449200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:02:01.194 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:00 smithi040 bash[75188]: debug 2023-12-06T07:02:00.830+0000 7f6f180d5200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:02:01.208 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:00 smithi141 bash[55647]: debug 2023-12-06T07:02:00.946+0000 7f0965449200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:02:01.208 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:01 smithi141 bash[55647]: debug 2023-12-06T07:02:01.062+0000 7f0965449200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:02:01.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:01 smithi141 bash[55647]: debug 2023-12-06T07:02:01.194+0000 7f0965449200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:02:01.468 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:01 smithi040 bash[75188]: debug 2023-12-06T07:02:01.186+0000 7f6f180d5200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:02:01.469 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:01 smithi040 bash[75188]: debug 2023-12-06T07:02:01.302+0000 7f6f180d5200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:02:01.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:01 smithi141 bash[55647]: debug 2023-12-06T07:02:01.394+0000 7f0965449200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:02:01.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:01 smithi141 bash[55647]: debug 2023-12-06T07:02:01.518+0000 7f0965449200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:02:01.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:01 smithi040 bash[75188]: debug 2023-12-06T07:02:01.458+0000 7f6f180d5200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:02:01.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:01 smithi040 bash[75188]: debug 2023-12-06T07:02:01.578+0000 7f6f180d5200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:02:01.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:01 smithi040 bash[75188]: debug 2023-12-06T07:02:01.706+0000 7f6f180d5200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:02:02.209 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:01 smithi141 bash[57862]: ts=2023-12-06T07:02:01.799Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.141:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.141:8765: connect: connection refused" 2023-12-06T07:02:02.209 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:01 smithi141 bash[57862]: ts=2023-12-06T07:02:01.802Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.141:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.141:8765: connect: connection refused" 2023-12-06T07:02:02.209 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:01 smithi141 bash[57862]: ts=2023-12-06T07:02:01.803Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.141:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.141:8765: connect: connection refused" 2023-12-06T07:02:02.209 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:01 smithi141 bash[57862]: ts=2023-12-06T07:02:01.806Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.141:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.141:8765: connect: connection refused" 2023-12-06T07:02:02.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:01 smithi040 bash[75188]: debug 2023-12-06T07:02:01.906+0000 7f6f180d5200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:02:02.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:02 smithi040 bash[75188]: debug 2023-12-06T07:02:02.038+0000 7f6f180d5200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:02:03.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:02 smithi141 bash[55647]: debug 2023-12-06T07:02:02.778+0000 7f0965449200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:02:03.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:02 smithi141 bash[55647]: [06/Dec/2023:07:02:02] ENGINE Bus STARTING 2023-12-06T07:02:03.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:02 smithi141 bash[55647]: CherryPy Checker: 2023-12-06T07:02:03.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:02 smithi141 bash[55647]: The Application mounted at '' has an empty config. 2023-12-06T07:02:03.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:02 smithi141 bash[55647]: [06/Dec/2023:07:02:02] ENGINE Serving on http://:::9283 2023-12-06T07:02:03.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:02 smithi141 bash[55647]: [06/Dec/2023:07:02:02] ENGINE Bus STARTED 2023-12-06T07:02:03.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:02 smithi141 bash[25168]: cluster 2023-12-06T07:02:02.784486+0000 mon.a (mon.0) 1215 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:02:03.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:02 smithi141 bash[25168]: cluster 2023-12-06T07:02:02.784686+0000 mon.a (mon.0) 1216 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:02:03.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:02 smithi141 bash[25168]: audit 2023-12-06T07:02:02.789821+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.141:0/899565956' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:02:03.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:02 smithi141 bash[25168]: audit 2023-12-06T07:02:02.790928+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.141:0/899565956' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:02:03.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:02 smithi141 bash[25168]: audit 2023-12-06T07:02:02.796704+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.141:0/899565956' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:02:03.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:02 smithi141 bash[25168]: audit 2023-12-06T07:02:02.798802+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.141:0/899565956' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:02:03.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:02 smithi040 bash[25004]: cluster 2023-12-06T07:02:02.784486+0000 mon.a (mon.0) 1215 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:02:03.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:02 smithi040 bash[25004]: cluster 2023-12-06T07:02:02.784686+0000 mon.a (mon.0) 1216 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:02:03.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:02 smithi040 bash[25004]: audit 2023-12-06T07:02:02.789821+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.141:0/899565956' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:02:03.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:02 smithi040 bash[25004]: audit 2023-12-06T07:02:02.790928+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.141:0/899565956' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:02:03.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:02 smithi040 bash[25004]: audit 2023-12-06T07:02:02.796704+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.141:0/899565956' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:02:03.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:02 smithi040 bash[25004]: audit 2023-12-06T07:02:02.798802+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.141:0/899565956' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:02:03.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:02 smithi040 bash[30799]: cluster 2023-12-06T07:02:02.784486+0000 mon.a (mon.0) 1215 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:02:03.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:02 smithi040 bash[30799]: cluster 2023-12-06T07:02:02.784686+0000 mon.a (mon.0) 1216 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:02:03.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:02 smithi040 bash[30799]: audit 2023-12-06T07:02:02.789821+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.141:0/899565956' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:02:03.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:02 smithi040 bash[30799]: audit 2023-12-06T07:02:02.790928+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.141:0/899565956' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:02:03.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:02 smithi040 bash[30799]: audit 2023-12-06T07:02:02.796704+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.141:0/899565956' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:02:03.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:02 smithi040 bash[30799]: audit 2023-12-06T07:02:02.798802+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.141:0/899565956' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:02:03.684 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:03 smithi040 bash[75188]: debug 2023-12-06T07:02:03.366+0000 7f6f180d5200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:02:03.996 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:03 smithi040 bash[30799]: cluster 2023-12-06T07:02:02.851127+0000 mon.a (mon.0) 1217 : cluster [DBG] mgrmap e30: y(active, starting, since 9s), standbys: x 2023-12-06T07:02:03.996 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:03 smithi040 bash[30799]: cluster 2023-12-06T07:02:03.389690+0000 mon.a (mon.0) 1218 : cluster [INF] Active manager daemon y restarted 2023-12-06T07:02:03.996 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:03 smithi040 bash[30799]: cluster 2023-12-06T07:02:03.390876+0000 mon.a (mon.0) 1219 : cluster [INF] Activating manager daemon y 2023-12-06T07:02:03.996 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:03 smithi040 bash[30799]: cluster 2023-12-06T07:02:03.400769+0000 mon.a (mon.0) 1220 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-06T07:02:03.996 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:03 smithi040 bash[25004]: cluster 2023-12-06T07:02:02.851127+0000 mon.a (mon.0) 1217 : cluster [DBG] mgrmap e30: y(active, starting, since 9s), standbys: x 2023-12-06T07:02:03.997 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:03 smithi040 bash[25004]: cluster 2023-12-06T07:02:03.389690+0000 mon.a (mon.0) 1218 : cluster [INF] Active manager daemon y restarted 2023-12-06T07:02:03.997 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:03 smithi040 bash[25004]: cluster 2023-12-06T07:02:03.390876+0000 mon.a (mon.0) 1219 : cluster [INF] Activating manager daemon y 2023-12-06T07:02:03.997 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:03 smithi040 bash[25004]: cluster 2023-12-06T07:02:03.400769+0000 mon.a (mon.0) 1220 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-06T07:02:04.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:03 smithi141 bash[25168]: cluster 2023-12-06T07:02:02.851127+0000 mon.a (mon.0) 1217 : cluster [DBG] mgrmap e30: y(active, starting, since 9s), standbys: x 2023-12-06T07:02:04.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:03 smithi141 bash[25168]: cluster 2023-12-06T07:02:03.389690+0000 mon.a (mon.0) 1218 : cluster [INF] Active manager daemon y restarted 2023-12-06T07:02:04.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:03 smithi141 bash[25168]: cluster 2023-12-06T07:02:03.390876+0000 mon.a (mon.0) 1219 : cluster [INF] Activating manager daemon y 2023-12-06T07:02:04.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:03 smithi141 bash[25168]: cluster 2023-12-06T07:02:03.400769+0000 mon.a (mon.0) 1220 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-06T07:02:04.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:03 smithi040 bash[75188]: [06/Dec/2023:07:02:03] ENGINE Bus STARTING 2023-12-06T07:02:04.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[75188]: CherryPy Checker: 2023-12-06T07:02:04.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[75188]: The Application mounted at '' has an empty config. 2023-12-06T07:02:04.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[75188]: [06/Dec/2023:07:02:04] ENGINE Serving on http://:::9283 2023-12-06T07:02:04.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[75188]: [06/Dec/2023:07:02:04] ENGINE Bus STARTED 2023-12-06T07:02:04.963 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:02:05.162 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: cluster 2023-12-06T07:02:03.881969+0000 mon.a (mon.0) 1221 : cluster [DBG] mgrmap e31: y(active, starting, since 0.491413s), standbys: x 2023-12-06T07:02:05.162 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.884965+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:02:05.162 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.885251+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:02:05.162 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.885419+0000 mon.a (mon.0) 1224 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:02:05.162 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.886728+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:02:05.162 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.886934+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:02:05.163 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.887307+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:02:05.163 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.887576+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:02:05.163 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.887897+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:02:05.163 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.888169+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:02:05.163 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.888544+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:02:05.163 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.888857+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:02:05.163 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.889168+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:02:05.163 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.889430+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:02:05.163 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.889703+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:02:05.163 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.889904+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:02:05.163 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.890385+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:02:05.163 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: cluster 2023-12-06T07:02:03.900172+0000 mon.a (mon.0) 1238 : cluster [INF] Manager daemon y is now available 2023-12-06T07:02:05.163 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.942680+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:05.163 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.948409+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:05.164 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.957961+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:02:05.164 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.960396+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:02:05.164 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:03.988110+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:02:05.164 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:04.006972+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:02:05.164 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:04.039632+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:02:05.164 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:04.388931+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:05.164 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:04.593925+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:05.164 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:04.594900+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:05.164 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: audit 2023-12-06T07:02:04.596221+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:05.164 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: cephadm 2023-12-06T07:02:04.600381+0000 mgr.y (mgr.15420) 1 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T07:02:05.164 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: cephadm 2023-12-06T07:02:04.600628+0000 mgr.y (mgr.15420) 2 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T07:02:05.164 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: cephadm 2023-12-06T07:02:04.687296+0000 mgr.y (mgr.15420) 3 : cephadm [INF] [06/Dec/2023:07:02:04] ENGINE Bus STARTING 2023-12-06T07:02:05.164 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[30799]: cephadm 2023-12-06T07:02:04.791022+0000 mgr.y (mgr.15420) 4 : cephadm [INF] [06/Dec/2023:07:02:04] ENGINE Serving on http://172.21.15.40:8765 2023-12-06T07:02:05.165 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: cluster 2023-12-06T07:02:03.881969+0000 mon.a (mon.0) 1221 : cluster [DBG] mgrmap e31: y(active, starting, since 0.491413s), standbys: x 2023-12-06T07:02:05.165 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.884965+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:02:05.165 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.885251+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:02:05.165 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.885419+0000 mon.a (mon.0) 1224 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:02:05.165 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.886728+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:02:05.165 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.886934+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:02:05.165 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.887307+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:02:05.165 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.887576+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:02:05.165 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.887897+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:02:05.165 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.888169+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:02:05.166 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.888544+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:02:05.166 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.888857+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:02:05.166 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.889168+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:02:05.166 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.889430+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:02:05.166 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.889703+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:02:05.166 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.889904+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:02:05.166 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.890385+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:02:05.166 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: cluster 2023-12-06T07:02:03.900172+0000 mon.a (mon.0) 1238 : cluster [INF] Manager daemon y is now available 2023-12-06T07:02:05.166 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.942680+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:05.166 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.948409+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:05.166 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.957961+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:02:05.166 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.960396+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:02:05.166 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:03.988110+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:02:05.166 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:04.006972+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:02:05.167 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:04.039632+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:02:05.167 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:04.388931+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:05.167 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:04.593925+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:05.167 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:04.594900+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:05.167 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: audit 2023-12-06T07:02:04.596221+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:05.167 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: cephadm 2023-12-06T07:02:04.600381+0000 mgr.y (mgr.15420) 1 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T07:02:05.167 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: cephadm 2023-12-06T07:02:04.600628+0000 mgr.y (mgr.15420) 2 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T07:02:05.167 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: cephadm 2023-12-06T07:02:04.687296+0000 mgr.y (mgr.15420) 3 : cephadm [INF] [06/Dec/2023:07:02:04] ENGINE Bus STARTING 2023-12-06T07:02:05.167 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:04 smithi040 bash[25004]: cephadm 2023-12-06T07:02:04.791022+0000 mgr.y (mgr.15420) 4 : cephadm [INF] [06/Dec/2023:07:02:04] ENGINE Serving on http://172.21.15.40:8765 2023-12-06T07:02:05.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: cluster 2023-12-06T07:02:03.881969+0000 mon.a (mon.0) 1221 : cluster [DBG] mgrmap e31: y(active, starting, since 0.491413s), standbys: x 2023-12-06T07:02:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.884965+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:02:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.885251+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:02:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.885419+0000 mon.a (mon.0) 1224 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:02:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.886728+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:02:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.886934+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:02:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.887307+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:02:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.887576+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:02:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.887897+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:02:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.888169+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:02:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.888544+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:02:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.888857+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:02:05.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.889168+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:02:05.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.889430+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:02:05.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.889703+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:02:05.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.889904+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:02:05.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.890385+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:02:05.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: cluster 2023-12-06T07:02:03.900172+0000 mon.a (mon.0) 1238 : cluster [INF] Manager daemon y is now available 2023-12-06T07:02:05.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.942680+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:05.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.948409+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:05.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.957961+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:02:05.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.960396+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:02:05.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:03.988110+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:02:05.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:04.006972+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:02:05.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:04.039632+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:02:05.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:04.388931+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:05.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:04.593925+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:05.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:04.594900+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:05.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: audit 2023-12-06T07:02:04.596221+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:05.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: cephadm 2023-12-06T07:02:04.600381+0000 mgr.y (mgr.15420) 1 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T07:02:05.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: cephadm 2023-12-06T07:02:04.600628+0000 mgr.y (mgr.15420) 2 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T07:02:05.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: cephadm 2023-12-06T07:02:04.687296+0000 mgr.y (mgr.15420) 3 : cephadm [INF] [06/Dec/2023:07:02:04] ENGINE Bus STARTING 2023-12-06T07:02:05.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:04 smithi141 bash[25168]: cephadm 2023-12-06T07:02:04.791022+0000 mgr.y (mgr.15420) 4 : cephadm [INF] [06/Dec/2023:07:02:04] ENGINE Serving on http://172.21.15.40:8765 2023-12-06T07:02:05.821 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:02:05.821 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 error 20s ago 15m - - 2023-12-06T07:02:05.821 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 12s ago 14m - - 2023-12-06T07:02:05.821 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (91s) 20s ago 7m 13.9M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:02:05.821 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (35s) 12s ago 7m 38.8M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:02:05.821 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (85s) 20s ago 5m 45.8M - 3.5 e1d6a67b021e 13507aa74312 2023-12-06T07:02:05.821 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283 running (119s) 12s ago 14m 489M - 19.0.0-26-g0482646f 26bb7d89db2e cccdf276e133 2023-12-06T07:02:05.821 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 starting - - - - 2023-12-06T07:02:05.821 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (16m) 20s ago 16m 62.0M 2048M 17.2.0 e1d6a67b021e f2e836555997 2023-12-06T07:02:05.821 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (14m) 12s ago 14m 50.2M 2048M 17.2.0 e1d6a67b021e 76faf01e600e 2023-12-06T07:02:05.822 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (14m) 20s ago 14m 48.2M 2048M 17.2.0 e1d6a67b021e b63429ef8030 2023-12-06T07:02:05.822 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (101s) 20s ago 8m 13.4M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:02:05.822 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (61s) 12s ago 8m 10.3M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:02:05.822 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (13m) 20s ago 13m 57.7M 4096M 17.2.0 e1d6a67b021e fa89468afe64 2023-12-06T07:02:05.822 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (13m) 20s ago 13m 57.8M 4096M 17.2.0 e1d6a67b021e f21c73c261bf 2023-12-06T07:02:05.822 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (12m) 20s ago 12m 53.1M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T07:02:05.822 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (11m) 20s ago 11m 56.4M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T07:02:05.822 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (11m) 12s ago 11m 60.2M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T07:02:05.822 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (10m) 12s ago 10m 54.0M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:02:05.822 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (9m) 12s ago 9m 52.4M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:02:05.822 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (9m) 12s ago 9m 56.1M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:02:05.822 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (66s) 12s ago 8m 53.2M - 2.33.4 514e6a882f6e 5da4ce21d287 2023-12-06T07:02:05.822 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (6m) 20s ago 6m 85.9M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:02:05.822 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (6m) 12s ago 6m 85.5M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:02:05.823 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (5m) 20s ago 5m 85.7M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:02:05.823 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (5m) 12s ago 5m 85.9M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:02:06.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: cluster 2023-12-06T07:02:04.894044+0000 mon.a (mon.0) 1250 : cluster [DBG] mgrmap e32: y(active, since 1.5035s), standbys: x 2023-12-06T07:02:06.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: cephadm 2023-12-06T07:02:04.928449+0000 mgr.y (mgr.15420) 5 : cephadm [INF] [06/Dec/2023:07:02:04] ENGINE Serving on https://172.21.15.40:7150 2023-12-06T07:02:06.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: cephadm 2023-12-06T07:02:04.928634+0000 mgr.y (mgr.15420) 6 : cephadm [INF] [06/Dec/2023:07:02:04] ENGINE Bus STARTED 2023-12-06T07:02:06.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: audit 2023-12-06T07:02:04.932411+0000 mgr.y (mgr.15420) 7 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:02:06.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: audit 2023-12-06T07:02:04.936812+0000 mgr.y (mgr.15420) 8 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:06.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: cluster 2023-12-06T07:02:04.945482+0000 mgr.y (mgr.15420) 9 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:06.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: audit 2023-12-06T07:02:04.977529+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: cephadm 2023-12-06T07:02:05.116042+0000 mgr.y (mgr.15420) 10 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:02:06.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: cephadm 2023-12-06T07:02:05.116252+0000 mgr.y (mgr.15420) 11 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:02:06.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: audit 2023-12-06T07:02:05.153266+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: audit 2023-12-06T07:02:05.320472+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: audit 2023-12-06T07:02:05.390040+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: audit 2023-12-06T07:02:05.394859+0000 mgr.y (mgr.15420) 12 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:06.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: cephadm 2023-12-06T07:02:05.431482+0000 mgr.y (mgr.15420) 13 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:02:06.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: cephadm 2023-12-06T07:02:05.431788+0000 mgr.y (mgr.15420) 14 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:02:06.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: audit 2023-12-06T07:02:05.548196+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: cephadm 2023-12-06T07:02:05.596235+0000 mgr.y (mgr.15420) 15 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:02:06.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: cephadm 2023-12-06T07:02:05.647068+0000 mgr.y (mgr.15420) 16 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:02:06.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: audit 2023-12-06T07:02:05.708602+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: audit 2023-12-06T07:02:05.769079+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: audit 2023-12-06T07:02:05.775698+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: audit 2023-12-06T07:02:05.790508+0000 mgr.y (mgr.15420) 17 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:06.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: audit 2023-12-06T07:02:05.872061+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:05 smithi141 bash[25168]: audit 2023-12-06T07:02:05.880947+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.257 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: cluster 2023-12-06T07:02:04.894044+0000 mon.a (mon.0) 1250 : cluster [DBG] mgrmap e32: y(active, since 1.5035s), standbys: x 2023-12-06T07:02:06.257 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: cephadm 2023-12-06T07:02:04.928449+0000 mgr.y (mgr.15420) 5 : cephadm [INF] [06/Dec/2023:07:02:04] ENGINE Serving on https://172.21.15.40:7150 2023-12-06T07:02:06.257 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: cephadm 2023-12-06T07:02:04.928634+0000 mgr.y (mgr.15420) 6 : cephadm [INF] [06/Dec/2023:07:02:04] ENGINE Bus STARTED 2023-12-06T07:02:06.257 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: audit 2023-12-06T07:02:04.932411+0000 mgr.y (mgr.15420) 7 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:02:06.257 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: audit 2023-12-06T07:02:04.936812+0000 mgr.y (mgr.15420) 8 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:06.257 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: cluster 2023-12-06T07:02:04.945482+0000 mgr.y (mgr.15420) 9 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:06.257 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: audit 2023-12-06T07:02:04.977529+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: cephadm 2023-12-06T07:02:05.116042+0000 mgr.y (mgr.15420) 10 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:02:06.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: cephadm 2023-12-06T07:02:05.116252+0000 mgr.y (mgr.15420) 11 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:02:06.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: audit 2023-12-06T07:02:05.153266+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: audit 2023-12-06T07:02:05.320472+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: audit 2023-12-06T07:02:05.390040+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: audit 2023-12-06T07:02:05.394859+0000 mgr.y (mgr.15420) 12 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:06.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: cephadm 2023-12-06T07:02:05.431482+0000 mgr.y (mgr.15420) 13 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:02:06.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: cephadm 2023-12-06T07:02:05.431788+0000 mgr.y (mgr.15420) 14 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:02:06.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: audit 2023-12-06T07:02:05.548196+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: cephadm 2023-12-06T07:02:05.596235+0000 mgr.y (mgr.15420) 15 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:02:06.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: cephadm 2023-12-06T07:02:05.647068+0000 mgr.y (mgr.15420) 16 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:02:06.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: audit 2023-12-06T07:02:05.708602+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: audit 2023-12-06T07:02:05.769079+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: audit 2023-12-06T07:02:05.775698+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: audit 2023-12-06T07:02:05.790508+0000 mgr.y (mgr.15420) 17 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:06.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: audit 2023-12-06T07:02:05.872061+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[30799]: audit 2023-12-06T07:02:05.880947+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.259 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: cluster 2023-12-06T07:02:04.894044+0000 mon.a (mon.0) 1250 : cluster [DBG] mgrmap e32: y(active, since 1.5035s), standbys: x 2023-12-06T07:02:06.259 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: cephadm 2023-12-06T07:02:04.928449+0000 mgr.y (mgr.15420) 5 : cephadm [INF] [06/Dec/2023:07:02:04] ENGINE Serving on https://172.21.15.40:7150 2023-12-06T07:02:06.259 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: cephadm 2023-12-06T07:02:04.928634+0000 mgr.y (mgr.15420) 6 : cephadm [INF] [06/Dec/2023:07:02:04] ENGINE Bus STARTED 2023-12-06T07:02:06.259 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: audit 2023-12-06T07:02:04.932411+0000 mgr.y (mgr.15420) 7 : audit [DBG] from='client.25198 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:02:06.259 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: audit 2023-12-06T07:02:04.936812+0000 mgr.y (mgr.15420) 8 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:06.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: cluster 2023-12-06T07:02:04.945482+0000 mgr.y (mgr.15420) 9 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:06.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: audit 2023-12-06T07:02:04.977529+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: cephadm 2023-12-06T07:02:05.116042+0000 mgr.y (mgr.15420) 10 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:02:06.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: cephadm 2023-12-06T07:02:05.116252+0000 mgr.y (mgr.15420) 11 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:02:06.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: audit 2023-12-06T07:02:05.153266+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: audit 2023-12-06T07:02:05.320472+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: audit 2023-12-06T07:02:05.390040+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: audit 2023-12-06T07:02:05.394859+0000 mgr.y (mgr.15420) 12 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:06.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: cephadm 2023-12-06T07:02:05.431482+0000 mgr.y (mgr.15420) 13 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:02:06.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: cephadm 2023-12-06T07:02:05.431788+0000 mgr.y (mgr.15420) 14 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:02:06.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: audit 2023-12-06T07:02:05.548196+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: cephadm 2023-12-06T07:02:05.596235+0000 mgr.y (mgr.15420) 15 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:02:06.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: cephadm 2023-12-06T07:02:05.647068+0000 mgr.y (mgr.15420) 16 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:02:06.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: audit 2023-12-06T07:02:05.708602+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.261 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: audit 2023-12-06T07:02:05.769079+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.261 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: audit 2023-12-06T07:02:05.775698+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.261 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: audit 2023-12-06T07:02:05.790508+0000 mgr.y (mgr.15420) 17 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:06.261 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: audit 2023-12-06T07:02:05.872061+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.261 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:05 smithi040 bash[25004]: audit 2023-12-06T07:02:05.880947+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:06.328 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:02:06.329 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:02:06.329 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T07:02:06.329 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:02:06.329 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:02:06.329 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:02:06.329 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:02:06.329 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:02:06.329 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:02:06.329 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:02:06.329 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": {}, 2023-12-06T07:02:06.329 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:02:06.329 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:02:06.330 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:02:06.330 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:02:06.330 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-06T07:02:06.330 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:02:06.330 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:02:06.330 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:02:06.721 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:02:06.721 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:02:06.722 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:02:06.722 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:02:06.722 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-06T07:02:06.722 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "", 2023-12-06T07:02:06.722 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "", 2023-12-06T07:02:06.722 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:02:06.722 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:02:07.172 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T07:02:07.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:06 smithi141 bash[25168]: cluster 2023-12-06T07:02:05.888577+0000 mgr.y (mgr.15420) 18 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:07.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:06 smithi141 bash[25168]: audit 2023-12-06T07:02:05.889822+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:07.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:06 smithi141 bash[25168]: cephadm 2023-12-06T07:02:05.890353+0000 mgr.y (mgr.15420) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:07.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:06 smithi141 bash[25168]: audit 2023-12-06T07:02:05.903837+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:07.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:06 smithi141 bash[25168]: cephadm 2023-12-06T07:02:05.971933+0000 mgr.y (mgr.15420) 20 : cephadm [INF] Reconfiguring iscsi.foo.smithi040.vqsiqg (dependencies changed)... 2023-12-06T07:02:07.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:06 smithi141 bash[25168]: audit 2023-12-06T07:02:05.972726+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T07:02:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:06 smithi141 bash[25168]: audit 2023-12-06T07:02:05.990946+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:06 smithi141 bash[25168]: cephadm 2023-12-06T07:02:05.992633+0000 mgr.y (mgr.15420) 21 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi040.vqsiqg on smithi040 2023-12-06T07:02:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:06 smithi141 bash[25168]: audit 2023-12-06T07:02:06.322324+0000 mon.c (mon.1) 167 : audit [DBG] from='client.? 172.21.15.40:0/1100091627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:06 smithi141 bash[25168]: cluster 2023-12-06T07:02:06.401957+0000 mon.a (mon.0) 1265 : cluster [DBG] mgrmap e33: y(active, since 3s), standbys: x 2023-12-06T07:02:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:06 smithi141 bash[25168]: audit 2023-12-06T07:02:06.714556+0000 mgr.y (mgr.15420) 22 : audit [DBG] from='client.25390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[25004]: cluster 2023-12-06T07:02:05.888577+0000 mgr.y (mgr.15420) 18 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[25004]: audit 2023-12-06T07:02:05.889822+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:07.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[25004]: cephadm 2023-12-06T07:02:05.890353+0000 mgr.y (mgr.15420) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:07.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[25004]: audit 2023-12-06T07:02:05.903837+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:07.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[25004]: cephadm 2023-12-06T07:02:05.971933+0000 mgr.y (mgr.15420) 20 : cephadm [INF] Reconfiguring iscsi.foo.smithi040.vqsiqg (dependencies changed)... 2023-12-06T07:02:07.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[25004]: audit 2023-12-06T07:02:05.972726+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T07:02:07.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[25004]: audit 2023-12-06T07:02:05.990946+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:07.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[25004]: cephadm 2023-12-06T07:02:05.992633+0000 mgr.y (mgr.15420) 21 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi040.vqsiqg on smithi040 2023-12-06T07:02:07.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[25004]: audit 2023-12-06T07:02:06.322324+0000 mon.c (mon.1) 167 : audit [DBG] from='client.? 172.21.15.40:0/1100091627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:07.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[25004]: cluster 2023-12-06T07:02:06.401957+0000 mon.a (mon.0) 1265 : cluster [DBG] mgrmap e33: y(active, since 3s), standbys: x 2023-12-06T07:02:07.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[25004]: audit 2023-12-06T07:02:06.714556+0000 mgr.y (mgr.15420) 22 : audit [DBG] from='client.25390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:07.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[30799]: cluster 2023-12-06T07:02:05.888577+0000 mgr.y (mgr.15420) 18 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[30799]: audit 2023-12-06T07:02:05.889822+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[30799]: cephadm 2023-12-06T07:02:05.890353+0000 mgr.y (mgr.15420) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[30799]: audit 2023-12-06T07:02:05.903837+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[30799]: cephadm 2023-12-06T07:02:05.971933+0000 mgr.y (mgr.15420) 20 : cephadm [INF] Reconfiguring iscsi.foo.smithi040.vqsiqg (dependencies changed)... 2023-12-06T07:02:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[30799]: audit 2023-12-06T07:02:05.972726+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi040.vqsiqg", "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-06T07:02:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[30799]: audit 2023-12-06T07:02:05.990946+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[30799]: cephadm 2023-12-06T07:02:05.992633+0000 mgr.y (mgr.15420) 21 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi040.vqsiqg on smithi040 2023-12-06T07:02:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[30799]: audit 2023-12-06T07:02:06.322324+0000 mon.c (mon.1) 167 : audit [DBG] from='client.? 172.21.15.40:0/1100091627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[30799]: cluster 2023-12-06T07:02:06.401957+0000 mon.a (mon.0) 1265 : cluster [DBG] mgrmap e33: y(active, since 3s), standbys: x 2023-12-06T07:02:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:06 smithi040 bash[30799]: audit 2023-12-06T07:02:06.714556+0000 mgr.y (mgr.15420) 22 : audit [DBG] from='client.25390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:08.202 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:07 smithi040 bash[25004]: audit 2023-12-06T07:02:07.166212+0000 mon.c (mon.1) 168 : audit [DBG] from='client.? 172.21.15.40:0/972652022' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:02:08.202 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:07 smithi040 bash[30799]: audit 2023-12-06T07:02:07.166212+0000 mon.c (mon.1) 168 : audit [DBG] from='client.? 172.21.15.40:0/972652022' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:02:08.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:07 smithi141 bash[25168]: audit 2023-12-06T07:02:07.166212+0000 mon.c (mon.1) 168 : audit [DBG] from='client.? 172.21.15.40:0/972652022' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:02:09.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:08 smithi141 bash[25168]: cluster 2023-12-06T07:02:07.889174+0000 mgr.y (mgr.15420) 23 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:09.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:08 smithi141 bash[25168]: cluster 2023-12-06T07:02:07.922487+0000 mon.a (mon.0) 1266 : cluster [DBG] mgrmap e34: y(active, since 4s), standbys: x 2023-12-06T07:02:09.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:08 smithi141 bash[25168]: audit 2023-12-06T07:02:08.356036+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:09.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:09 smithi141 bash[55647]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:02:09] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:02:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:08 smithi040 bash[25004]: cluster 2023-12-06T07:02:07.889174+0000 mgr.y (mgr.15420) 23 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:08 smithi040 bash[25004]: cluster 2023-12-06T07:02:07.922487+0000 mon.a (mon.0) 1266 : cluster [DBG] mgrmap e34: y(active, since 4s), standbys: x 2023-12-06T07:02:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:08 smithi040 bash[25004]: audit 2023-12-06T07:02:08.356036+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:08 smithi040 bash[30799]: cluster 2023-12-06T07:02:07.889174+0000 mgr.y (mgr.15420) 23 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:08 smithi040 bash[30799]: cluster 2023-12-06T07:02:07.922487+0000 mon.a (mon.0) 1266 : cluster [DBG] mgrmap e34: y(active, since 4s), standbys: x 2023-12-06T07:02:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:08 smithi040 bash[30799]: audit 2023-12-06T07:02:08.356036+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: cluster 2023-12-06T07:02:09.889880+0000 mgr.y (mgr.15420) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:11.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: audit 2023-12-06T07:02:09.922274+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: audit 2023-12-06T07:02:09.930447+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: cluster 2023-12-06T07:02:09.932025+0000 mgr.y (mgr.15420) 25 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:11.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: audit 2023-12-06T07:02:09.940531+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: audit 2023-12-06T07:02:10.055216+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: audit 2023-12-06T07:02:10.062653+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: cephadm 2023-12-06T07:02:10.076869+0000 mgr.y (mgr.15420) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T07:02:11.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: cephadm 2023-12-06T07:02:10.340107+0000 mgr.y (mgr.15420) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi141 2023-12-06T07:02:11.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: audit 2023-12-06T07:02:10.391327+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: audit 2023-12-06T07:02:10.404443+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: cluster 2023-12-06T07:02:10.410832+0000 mgr.y (mgr.15420) 28 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 22 op/s 2023-12-06T07:02:11.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: audit 2023-12-06T07:02:10.426963+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: audit 2023-12-06T07:02:10.612143+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: audit 2023-12-06T07:02:10.624919+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:10 smithi141 bash[25168]: audit 2023-12-06T07:02:10.633192+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: cluster 2023-12-06T07:02:09.889880+0000 mgr.y (mgr.15420) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:11.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: audit 2023-12-06T07:02:09.922274+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: audit 2023-12-06T07:02:09.930447+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: cluster 2023-12-06T07:02:09.932025+0000 mgr.y (mgr.15420) 25 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:11.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: audit 2023-12-06T07:02:09.940531+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: audit 2023-12-06T07:02:10.055216+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: audit 2023-12-06T07:02:10.062653+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: cephadm 2023-12-06T07:02:10.076869+0000 mgr.y (mgr.15420) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T07:02:11.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: cephadm 2023-12-06T07:02:10.340107+0000 mgr.y (mgr.15420) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi141 2023-12-06T07:02:11.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: audit 2023-12-06T07:02:10.391327+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: audit 2023-12-06T07:02:10.404443+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: cluster 2023-12-06T07:02:10.410832+0000 mgr.y (mgr.15420) 28 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 22 op/s 2023-12-06T07:02:11.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: audit 2023-12-06T07:02:10.426963+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: audit 2023-12-06T07:02:10.612143+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: audit 2023-12-06T07:02:10.624919+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[25004]: audit 2023-12-06T07:02:10.633192+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: cluster 2023-12-06T07:02:09.889880+0000 mgr.y (mgr.15420) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: audit 2023-12-06T07:02:09.922274+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: audit 2023-12-06T07:02:09.930447+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: cluster 2023-12-06T07:02:09.932025+0000 mgr.y (mgr.15420) 25 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: audit 2023-12-06T07:02:09.940531+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: audit 2023-12-06T07:02:10.055216+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: audit 2023-12-06T07:02:10.062653+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: cephadm 2023-12-06T07:02:10.076869+0000 mgr.y (mgr.15420) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T07:02:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: cephadm 2023-12-06T07:02:10.340107+0000 mgr.y (mgr.15420) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi141 2023-12-06T07:02:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: audit 2023-12-06T07:02:10.391327+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: audit 2023-12-06T07:02:10.404443+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: cluster 2023-12-06T07:02:10.410832+0000 mgr.y (mgr.15420) 28 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 22 op/s 2023-12-06T07:02:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: audit 2023-12-06T07:02:10.426963+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: audit 2023-12-06T07:02:10.612143+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: audit 2023-12-06T07:02:10.624919+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:10 smithi040 bash[30799]: audit 2023-12-06T07:02:10.633192+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:13.928 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:13 smithi141 bash[25168]: cluster 2023-12-06T07:02:12.411705+0000 mgr.y (mgr.15420) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 16 op/s 2023-12-06T07:02:13.928 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:13 smithi141 bash[25168]: audit 2023-12-06T07:02:12.750889+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:13.928 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:13 smithi141 bash[25168]: audit 2023-12-06T07:02:12.757345+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:13.928 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:13 smithi141 bash[25168]: audit 2023-12-06T07:02:12.763740+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:13.929 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:13 smithi141 bash[25168]: audit 2023-12-06T07:02:13.255738+0000 mon.a (mon.0) 1282 : audit [DBG] from='client.? 172.21.15.40:0/2183709586' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T07:02:14.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:13 smithi040 bash[30799]: cluster 2023-12-06T07:02:12.411705+0000 mgr.y (mgr.15420) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 16 op/s 2023-12-06T07:02:14.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:13 smithi040 bash[30799]: audit 2023-12-06T07:02:12.750889+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:14.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:13 smithi040 bash[30799]: audit 2023-12-06T07:02:12.757345+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:14.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:13 smithi040 bash[30799]: audit 2023-12-06T07:02:12.763740+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:14.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:13 smithi040 bash[30799]: audit 2023-12-06T07:02:13.255738+0000 mon.a (mon.0) 1282 : audit [DBG] from='client.? 172.21.15.40:0/2183709586' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T07:02:14.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:13 smithi040 bash[25004]: cluster 2023-12-06T07:02:12.411705+0000 mgr.y (mgr.15420) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 16 op/s 2023-12-06T07:02:14.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:13 smithi040 bash[25004]: audit 2023-12-06T07:02:12.750889+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:14.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:13 smithi040 bash[25004]: audit 2023-12-06T07:02:12.757345+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:14.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:13 smithi040 bash[25004]: audit 2023-12-06T07:02:12.763740+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:14.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:13 smithi040 bash[25004]: audit 2023-12-06T07:02:13.255738+0000 mon.a (mon.0) 1282 : audit [DBG] from='client.? 172.21.15.40:0/2183709586' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T07:02:15.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:15 smithi040 bash[25004]: cluster 2023-12-06T07:02:14.412506+0000 mgr.y (mgr.15420) 30 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2023-12-06T07:02:15.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:15 smithi040 bash[25004]: audit 2023-12-06T07:02:14.523137+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:15.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:15 smithi040 bash[25004]: audit 2023-12-06T07:02:14.532099+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:15.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:15 smithi040 bash[25004]: audit 2023-12-06T07:02:14.539842+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:15.616 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:15 smithi040 bash[30799]: cluster 2023-12-06T07:02:14.412506+0000 mgr.y (mgr.15420) 30 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2023-12-06T07:02:15.616 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:15 smithi040 bash[30799]: audit 2023-12-06T07:02:14.523137+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:15.616 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:15 smithi040 bash[30799]: audit 2023-12-06T07:02:14.532099+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:15.616 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:15 smithi040 bash[30799]: audit 2023-12-06T07:02:14.539842+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:15.876 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[25168]: cluster 2023-12-06T07:02:14.412506+0000 mgr.y (mgr.15420) 30 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2023-12-06T07:02:15.876 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[25168]: audit 2023-12-06T07:02:14.523137+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:15.877 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[25168]: audit 2023-12-06T07:02:14.532099+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:15.877 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[25168]: audit 2023-12-06T07:02:14.539842+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:15.877 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:15 smithi141 systemd[1]: Stopping Ceph prometheus.a for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:02:15.877 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[61919]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T07:02:15.877 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[57862]: ts=2023-12-06T07:02:15.651Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T07:02:15.877 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[57862]: ts=2023-12-06T07:02:15.651Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T07:02:15.877 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[57862]: ts=2023-12-06T07:02:15.651Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T07:02:15.877 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[57862]: ts=2023-12-06T07:02:15.651Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T07:02:15.877 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[57862]: ts=2023-12-06T07:02:15.651Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T07:02:15.877 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[57862]: ts=2023-12-06T07:02:15.651Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T07:02:15.877 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[57862]: ts=2023-12-06T07:02:15.652Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T07:02:15.877 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[57862]: ts=2023-12-06T07:02:15.652Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T07:02:15.878 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[57862]: ts=2023-12-06T07:02:15.652Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T07:02:15.878 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[57862]: ts=2023-12-06T07:02:15.653Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T07:02:15.878 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[57862]: ts=2023-12-06T07:02:15.653Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T07:02:15.878 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:15 smithi141 bash[57862]: ts=2023-12-06T07:02:15.653Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T07:02:16.585 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:16 smithi141 bash[61927]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-prometheus-a 2023-12-06T07:02:16.586 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:16 smithi141 bash[61963]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T07:02:16.586 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:16 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-06T07:02:16.586 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:16 smithi141 systemd[1]: Stopped Ceph prometheus.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:02:16.586 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:16 smithi141 systemd[1]: Started Ceph prometheus.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:02:17.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:17 smithi141 bash[25168]: cluster 2023-12-06T07:02:16.414241+0000 mgr.y (mgr.15420) 31 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2023-12-06T07:02:17.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:17 smithi141 bash[25168]: audit 2023-12-06T07:02:16.568830+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:17.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:17 smithi141 bash[25168]: audit 2023-12-06T07:02:16.577102+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:17.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:17 smithi141 bash[25168]: audit 2023-12-06T07:02:16.594018+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:02:17.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:17 smithi141 bash[25168]: audit 2023-12-06T07:02:16.594779+0000 mgr.y (mgr.15420) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:02:17.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:17 smithi141 bash[25168]: audit 2023-12-06T07:02:16.612294+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:17.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:17 smithi141 bash[25168]: cephadm 2023-12-06T07:02:16.614722+0000 mgr.y (mgr.15420) 33 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.40:5000 to Dashboard 2023-12-06T07:02:17.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:17 smithi141 bash[25168]: audit 2023-12-06T07:02:16.615215+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:02:17.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:17 smithi141 bash[25168]: audit 2023-12-06T07:02:16.615944+0000 mgr.y (mgr.15420) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:02:17.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:17 smithi141 bash[25168]: audit 2023-12-06T07:02:16.618558+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T07:02:17.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:17 smithi141 bash[25168]: audit 2023-12-06T07:02:16.619398+0000 mgr.y (mgr.15420) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T07:02:17.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:17 smithi141 bash[25168]: audit 2023-12-06T07:02:16.625212+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:17.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:17 smithi141 bash[25168]: audit 2023-12-06T07:02:16.635488+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:02:17.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:17 smithi141 bash[25168]: audit 2023-12-06T07:02:16.636407+0000 mgr.y (mgr.15420) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:02:17.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:17 smithi141 bash[25168]: audit 2023-12-06T07:02:16.645264+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:18.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[30799]: cluster 2023-12-06T07:02:16.414241+0000 mgr.y (mgr.15420) 31 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2023-12-06T07:02:18.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[30799]: audit 2023-12-06T07:02:16.568830+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:18.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[30799]: audit 2023-12-06T07:02:16.577102+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:18.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[30799]: audit 2023-12-06T07:02:16.594018+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:02:18.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[30799]: audit 2023-12-06T07:02:16.594779+0000 mgr.y (mgr.15420) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:02:18.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[30799]: audit 2023-12-06T07:02:16.612294+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:18.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[30799]: cephadm 2023-12-06T07:02:16.614722+0000 mgr.y (mgr.15420) 33 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.40:5000 to Dashboard 2023-12-06T07:02:18.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[30799]: audit 2023-12-06T07:02:16.615215+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:02:18.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[30799]: audit 2023-12-06T07:02:16.615944+0000 mgr.y (mgr.15420) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:02:18.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[30799]: audit 2023-12-06T07:02:16.618558+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T07:02:18.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[30799]: audit 2023-12-06T07:02:16.619398+0000 mgr.y (mgr.15420) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T07:02:18.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[30799]: audit 2023-12-06T07:02:16.625212+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:18.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[30799]: audit 2023-12-06T07:02:16.635488+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:02:18.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[30799]: audit 2023-12-06T07:02:16.636407+0000 mgr.y (mgr.15420) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:02:18.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[30799]: audit 2023-12-06T07:02:16.645264+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:18.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[25004]: cluster 2023-12-06T07:02:16.414241+0000 mgr.y (mgr.15420) 31 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2023-12-06T07:02:18.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[25004]: audit 2023-12-06T07:02:16.568830+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:18.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[25004]: audit 2023-12-06T07:02:16.577102+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:18.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[25004]: audit 2023-12-06T07:02:16.594018+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:02:18.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[25004]: audit 2023-12-06T07:02:16.594779+0000 mgr.y (mgr.15420) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:02:18.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[25004]: audit 2023-12-06T07:02:16.612294+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:18.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[25004]: cephadm 2023-12-06T07:02:16.614722+0000 mgr.y (mgr.15420) 33 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.40:5000 to Dashboard 2023-12-06T07:02:18.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[25004]: audit 2023-12-06T07:02:16.615215+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:02:18.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[25004]: audit 2023-12-06T07:02:16.615944+0000 mgr.y (mgr.15420) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:02:18.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[25004]: audit 2023-12-06T07:02:16.618558+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T07:02:18.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[25004]: audit 2023-12-06T07:02:16.619398+0000 mgr.y (mgr.15420) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi040"}]: dispatch 2023-12-06T07:02:18.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[25004]: audit 2023-12-06T07:02:16.625212+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:18.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[25004]: audit 2023-12-06T07:02:16.635488+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:02:18.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[25004]: audit 2023-12-06T07:02:16.636407+0000 mgr.y (mgr.15420) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:02:18.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:17 smithi040 bash[25004]: audit 2023-12-06T07:02:16.645264+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:18.709 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:18 smithi141 bash[61993]: ts=2023-12-06T07:02:18.590Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-06T07:02:18.709 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:18 smithi141 bash[61993]: ts=2023-12-06T07:02:18.590Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-06T07:02:18.709 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:18 smithi141 bash[61993]: ts=2023-12-06T07:02:18.590Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-06T07:02:18.709 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:18 smithi141 bash[61993]: ts=2023-12-06T07:02:18.590Z 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 smithi141 (none))" 2023-12-06T07:02:18.709 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:18 smithi141 bash[61993]: ts=2023-12-06T07:02:18.590Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-06T07:02:18.709 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:18 smithi141 bash[61993]: ts=2023-12-06T07:02:18.590Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-06T07:02:18.709 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:18 smithi141 bash[61993]: ts=2023-12-06T07:02:18.592Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-06T07:02:18.709 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:18 smithi141 bash[61993]: ts=2023-12-06T07:02:18.593Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-06T07:02:18.710 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:18 smithi141 bash[61993]: ts=2023-12-06T07:02:18.594Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-06T07:02:18.710 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:18 smithi141 bash[61993]: ts=2023-12-06T07:02:18.600Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-06T07:02:18.710 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:18 smithi141 bash[61993]: ts=2023-12-06T07:02:18.600Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.771µs 2023-12-06T07:02:18.710 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:18 smithi141 bash[61993]: ts=2023-12-06T07:02:18.600Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-06T07:02:18.979 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:18 smithi141 bash[61993]: ts=2023-12-06T07:02:18.794Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2023-12-06T07:02:19.147 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:18 smithi141 bash[61993]: ts=2023-12-06T07:02:18.977Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2023-12-06T07:02:19.147 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:19 smithi141 bash[61993]: ts=2023-12-06T07:02:19.061Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2023-12-06T07:02:19.147 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:19 smithi141 bash[61993]: ts=2023-12-06T07:02:19.106Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2023-12-06T07:02:19.147 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:19 smithi141 bash[61993]: ts=2023-12-06T07:02:19.107Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2023-12-06T07:02:19.148 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:19 smithi141 bash[61993]: ts=2023-12-06T07:02:19.107Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=61.248µs wal_replay_duration=506.661544ms total_replay_duration=506.742028ms 2023-12-06T07:02:19.148 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:19 smithi141 bash[61993]: ts=2023-12-06T07:02:19.115Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-06T07:02:19.148 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:19 smithi141 bash[61993]: ts=2023-12-06T07:02:19.116Z caller=main.go:947 level=info msg="TSDB started" 2023-12-06T07:02:19.148 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:19 smithi141 bash[61993]: ts=2023-12-06T07:02:19.116Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-06T07:02:19.148 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:19 smithi141 bash[61993]: ts=2023-12-06T07:02:19.144Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=28.576707ms db_storage=1.825µs remote_storage=2.372µs web_handler=513ns query_engine=989ns scrape=462.349µs scrape_sd=191.753µs notify=28.189µs notify_sd=25.258µs rules=27.276377ms 2023-12-06T07:02:19.148 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:19 smithi141 bash[61993]: ts=2023-12-06T07:02:19.144Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T07:02:19.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:19 smithi141 bash[25168]: cluster 2023-12-06T07:02:18.414853+0000 mgr.y (mgr.15420) 37 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2023-12-06T07:02:19.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:19 smithi141 bash[25168]: audit 2023-12-06T07:02:18.989212+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:02:19.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:19 smithi141 bash[25168]: audit 2023-12-06T07:02:19.216501+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:19.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:19 smithi141 bash[25168]: audit 2023-12-06T07:02:19.225101+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:19.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:19 smithi141 bash[25168]: audit 2023-12-06T07:02:19.233468+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:20.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:19 smithi040 bash[25004]: cluster 2023-12-06T07:02:18.414853+0000 mgr.y (mgr.15420) 37 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2023-12-06T07:02:20.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:19 smithi040 bash[25004]: audit 2023-12-06T07:02:18.989212+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:02:20.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:19 smithi040 bash[25004]: audit 2023-12-06T07:02:19.216501+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:20.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:19 smithi040 bash[25004]: audit 2023-12-06T07:02:19.225101+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:20.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:19 smithi040 bash[25004]: audit 2023-12-06T07:02:19.233468+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:20.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:19 smithi040 bash[30799]: cluster 2023-12-06T07:02:18.414853+0000 mgr.y (mgr.15420) 37 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2023-12-06T07:02:20.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:19 smithi040 bash[30799]: audit 2023-12-06T07:02:18.989212+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:02:20.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:19 smithi040 bash[30799]: audit 2023-12-06T07:02:19.216501+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:20.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:19 smithi040 bash[30799]: audit 2023-12-06T07:02:19.225101+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:20.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:19 smithi040 bash[30799]: audit 2023-12-06T07:02:19.233468+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:20.862 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:20 smithi141 bash[25168]: cephadm 2023-12-06T07:02:19.570910+0000 mgr.y (mgr.15420) 38 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:02:20.862 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:20 smithi141 bash[25168]: audit 2023-12-06T07:02:19.578657+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:02:20.863 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:20 smithi141 bash[25168]: audit 2023-12-06T07:02:19.580549+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:02:20.863 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:20 smithi141 bash[25168]: audit 2023-12-06T07:02:19.582174+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:20.863 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:20 smithi141 bash[25168]: cephadm 2023-12-06T07:02:19.583922+0000 mgr.y (mgr.15420) 39 : cephadm [INF] Deploying daemon mgr.x on smithi141 2023-12-06T07:02:21.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:20 smithi040 bash[25004]: cephadm 2023-12-06T07:02:19.570910+0000 mgr.y (mgr.15420) 38 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:02:21.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:20 smithi040 bash[25004]: audit 2023-12-06T07:02:19.578657+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:02:21.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:20 smithi040 bash[25004]: audit 2023-12-06T07:02:19.580549+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:02:21.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:20 smithi040 bash[25004]: audit 2023-12-06T07:02:19.582174+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:21.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:20 smithi040 bash[25004]: cephadm 2023-12-06T07:02:19.583922+0000 mgr.y (mgr.15420) 39 : cephadm [INF] Deploying daemon mgr.x on smithi141 2023-12-06T07:02:21.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:20 smithi040 bash[30799]: cephadm 2023-12-06T07:02:19.570910+0000 mgr.y (mgr.15420) 38 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:02:21.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:20 smithi040 bash[30799]: audit 2023-12-06T07:02:19.578657+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:02:21.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:20 smithi040 bash[30799]: audit 2023-12-06T07:02:19.580549+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:02:21.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:20 smithi040 bash[30799]: audit 2023-12-06T07:02:19.582174+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:21.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:20 smithi040 bash[30799]: cephadm 2023-12-06T07:02:19.583922+0000 mgr.y (mgr.15420) 39 : cephadm [INF] Deploying daemon mgr.x on smithi141 2023-12-06T07:02:21.867 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:21 smithi141 bash[25168]: cluster 2023-12-06T07:02:20.417003+0000 mgr.y (mgr.15420) 40 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 12 op/s 2023-12-06T07:02:21.867 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:21 smithi141 bash[25168]: audit 2023-12-06T07:02:20.952514+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:21.867 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:21 smithi141 bash[25168]: audit 2023-12-06T07:02:20.961208+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:21.867 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:21 smithi141 bash[25168]: audit 2023-12-06T07:02:20.970749+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:22.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:21 smithi040 bash[25004]: cluster 2023-12-06T07:02:20.417003+0000 mgr.y (mgr.15420) 40 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 12 op/s 2023-12-06T07:02:22.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:21 smithi040 bash[25004]: audit 2023-12-06T07:02:20.952514+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:22.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:21 smithi040 bash[25004]: audit 2023-12-06T07:02:20.961208+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:22.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:21 smithi040 bash[25004]: audit 2023-12-06T07:02:20.970749+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:22.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:21 smithi040 bash[30799]: cluster 2023-12-06T07:02:20.417003+0000 mgr.y (mgr.15420) 40 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 12 op/s 2023-12-06T07:02:22.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:21 smithi040 bash[30799]: audit 2023-12-06T07:02:20.952514+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:22.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:21 smithi040 bash[30799]: audit 2023-12-06T07:02:20.961208+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:22.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:21 smithi040 bash[30799]: audit 2023-12-06T07:02:20.970749+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:23.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:23 smithi141 systemd[1]: Stopping Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:02:23.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:23 smithi141 bash[25168]: cluster 2023-12-06T07:02:22.417815+0000 mgr.y (mgr.15420) 41 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T07:02:23.923 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:23 smithi141 bash[62414]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr-x 2023-12-06T07:02:24.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:23 smithi040 bash[25004]: cluster 2023-12-06T07:02:22.417815+0000 mgr.y (mgr.15420) 41 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T07:02:24.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:23 smithi040 bash[30799]: cluster 2023-12-06T07:02:22.417815+0000 mgr.y (mgr.15420) 41 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T07:02:24.190 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:23 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:02:24.191 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:23 smithi141 bash[62489]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr-x 2023-12-06T07:02:24.191 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:23 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-06T07:02:24.191 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:23 smithi141 systemd[1]: Stopped Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:02:24.191 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:24 smithi141 systemd[1]: Started Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:02:24.868 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:22.915944+0000 mgr.y (mgr.15420) 42 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:02:24.868 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.238718+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:24.868 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.248780+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:24.868 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.262626+0000 mon.a (mon.0) 1307 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:24.868 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.264283+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:24.868 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.273936+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:24.869 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.356518+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:24.869 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.359526+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:24.869 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.372209+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:24.869 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.374044+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:02:24.869 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.384351+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T07:02:24.869 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.386008+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-06T07:02:24.869 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.393729+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-06T07:02:24.869 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.399587+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:24.869 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.401264+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:24.869 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.411792+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:24.869 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.496354+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:24.870 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.499405+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:24.870 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.502611+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:24.870 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.503569+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:24.870 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:24 smithi141 bash[25168]: audit 2023-12-06T07:02:24.512997+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:22.915944+0000 mgr.y (mgr.15420) 42 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:02:25.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.238718+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.248780+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.262626+0000 mon.a (mon.0) 1307 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.264283+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.273936+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.356518+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:25.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.359526+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:25.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.372209+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.374044+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:02:25.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.384351+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T07:02:25.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.386008+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-06T07:02:25.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.393729+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-06T07:02:25.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.399587+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.401264+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.411792+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.496354+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:25.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.499405+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:25.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.502611+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.503569+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[25004]: audit 2023-12-06T07:02:24.512997+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:22.915944+0000 mgr.y (mgr.15420) 42 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:02:25.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.238718+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.248780+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.262626+0000 mon.a (mon.0) 1307 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.264283+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.273936+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.356518+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:25.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.359526+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:25.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.372209+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.374044+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:02:25.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.384351+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T07:02:25.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.386008+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-06T07:02:25.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.393729+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-06T07:02:25.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.399587+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.401264+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.411792+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.496354+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:25.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.499405+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:25.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.502611+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.503569+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:24 smithi040 bash[30799]: audit 2023-12-06T07:02:24.512997+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.893 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: cephadm 2023-12-06T07:02:24.274796+0000 mgr.y (mgr.15420) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:25.893 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: cephadm 2023-12-06T07:02:24.361005+0000 mgr.y (mgr.15420) 44 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-06T07:02:25.893 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: cephadm 2023-12-06T07:02:24.412574+0000 mgr.y (mgr.15420) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:25.894 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: cluster 2023-12-06T07:02:24.418595+0000 mgr.y (mgr.15420) 46 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T07:02:25.894 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: cephadm 2023-12-06T07:02:24.513806+0000 mgr.y (mgr.15420) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:25.894 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.597786+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:25.894 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.600060+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:25.894 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.602698+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.894 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.603451+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.894 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.609206+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.895 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: cephadm 2023-12-06T07:02:24.609681+0000 mgr.y (mgr.15420) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:25.895 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.686831+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:25.895 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.689946+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:25.895 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.693456+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.895 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.694484+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.895 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.703533+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.896 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: cephadm 2023-12-06T07:02:24.704358+0000 mgr.y (mgr.15420) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:25.896 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.784253+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:25.896 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.786458+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:25.896 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.789171+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.790144+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.796898+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: cephadm 2023-12-06T07:02:24.797650+0000 mgr.y (mgr.15420) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:25.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.882207+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:25.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.884723+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:25.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.889049+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.890301+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.900148+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.979255+0000 mon.a (mon.0) 1345 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:25.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.982022+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:25.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.984553+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.985451+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:24.991355+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.899 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.072691+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:25.899 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.075136+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:25.899 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.077949+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.899 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.078910+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.899 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.086746+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.900 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.167916+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:25.900 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.170217+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:25.900 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.173227+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.900 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.174509+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.900 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.183201+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.900 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.267127+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:25.900 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.270102+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:25.901 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.273692+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.901 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.275094+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.901 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.282600+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.901 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.361175+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:25.901 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.365333+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:25.901 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.368704+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.902 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.370001+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.902 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.378863+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.902 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.459631+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:25.902 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.461984+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:25.902 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.465005+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.902 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.466034+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.903 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.474615+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:25.903 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.553266+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:25.903 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.556572+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:25.903 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.560690+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:25.903 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.562120+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:25.903 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:25 smithi141 bash[25168]: audit 2023-12-06T07:02:25.568768+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: cephadm 2023-12-06T07:02:24.274796+0000 mgr.y (mgr.15420) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: cephadm 2023-12-06T07:02:24.361005+0000 mgr.y (mgr.15420) 44 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-06T07:02:26.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: cephadm 2023-12-06T07:02:24.412574+0000 mgr.y (mgr.15420) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: cluster 2023-12-06T07:02:24.418595+0000 mgr.y (mgr.15420) 46 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T07:02:26.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: cephadm 2023-12-06T07:02:24.513806+0000 mgr.y (mgr.15420) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.597786+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.600060+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.602698+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.603451+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.609206+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: cephadm 2023-12-06T07:02:24.609681+0000 mgr.y (mgr.15420) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.686831+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.689946+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.693456+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.694484+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.703533+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: cephadm 2023-12-06T07:02:24.704358+0000 mgr.y (mgr.15420) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.784253+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.786458+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.789171+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: cephadm 2023-12-06T07:02:24.274796+0000 mgr.y (mgr.15420) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: cephadm 2023-12-06T07:02:24.361005+0000 mgr.y (mgr.15420) 44 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-06T07:02:26.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: cephadm 2023-12-06T07:02:24.412574+0000 mgr.y (mgr.15420) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: cluster 2023-12-06T07:02:24.418595+0000 mgr.y (mgr.15420) 46 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T07:02:26.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: cephadm 2023-12-06T07:02:24.513806+0000 mgr.y (mgr.15420) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.597786+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.600060+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.602698+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.603451+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.609206+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: cephadm 2023-12-06T07:02:24.609681+0000 mgr.y (mgr.15420) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.686831+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.689946+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.693456+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.694484+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.703533+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: cephadm 2023-12-06T07:02:24.704358+0000 mgr.y (mgr.15420) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.784253+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.786458+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.789171+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.790144+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.796898+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: cephadm 2023-12-06T07:02:24.797650+0000 mgr.y (mgr.15420) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.882207+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.884723+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.889049+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.890301+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.900148+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.979255+0000 mon.a (mon.0) 1345 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.982022+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.984553+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.985451+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:24.991355+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.072691+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.075136+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.077949+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.078910+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.086746+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.167916+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.790144+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.796898+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: cephadm 2023-12-06T07:02:24.797650+0000 mgr.y (mgr.15420) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.882207+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.884723+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.889049+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.890301+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.900148+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.979255+0000 mon.a (mon.0) 1345 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.982022+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.984553+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.985451+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:24.991355+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.072691+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.075136+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.077949+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.078910+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.086746+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.167916+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.170217+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.173227+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.174509+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.183201+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.267127+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.270102+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.273692+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.275094+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.282600+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.361175+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.365333+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.368704+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.370001+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.378863+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.459631+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.461984+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.465005+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.466034+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.474615+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.043 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.170217+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.043 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.173227+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.043 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.174509+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.043 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.183201+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.267127+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.270102+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.273692+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.275094+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.282600+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.361175+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.365333+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.368704+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.370001+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.378863+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.459631+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.461984+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.465005+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.466034+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.474615+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.553266+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.045 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.556572+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.045 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.560690+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.045 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.562120+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.045 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[25004]: audit 2023-12-06T07:02:25.568768+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.553266+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.556572+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.560690+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.562120+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:25 smithi040 bash[30799]: audit 2023-12-06T07:02:25.568768+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.161 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[62553]: debug 2023-12-06T07:02:26.013+0000 7fa08882c700 1 -- 172.21.15.141:0/2247173159 <== mon.2 v2:172.21.15.141:3300/0 3 ==== mon_map magic: 0 v1 ==== 413+0+0 (secure 0 0 0) 0x56268a8bf080 con 0x56268b632400 2023-12-06T07:02:26.161 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[62553]: debug 2023-12-06T07:02:26.013+0000 7fa08882c700 1 -- 172.21.15.141:0/2247173159 <== mon.2 v2:172.21.15.141:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56268a8b21a0 con 0x56268b632400 2023-12-06T07:02:26.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[62553]: debug 2023-12-06T07:02:26.185+0000 7fa0929d2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:02:26.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:02:26] "GET /metrics HTTP/1.1" 200 38162 "" "Prometheus/2.33.4" 2023-12-06T07:02:26.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: cephadm 2023-12-06T07:02:24.900869+0000 mgr.y (mgr.15420) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: cephadm 2023-12-06T07:02:24.991884+0000 mgr.y (mgr.15420) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: cephadm 2023-12-06T07:02:25.087390+0000 mgr.y (mgr.15420) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: cephadm 2023-12-06T07:02:25.183791+0000 mgr.y (mgr.15420) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: cephadm 2023-12-06T07:02:25.283183+0000 mgr.y (mgr.15420) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: cephadm 2023-12-06T07:02:25.379577+0000 mgr.y (mgr.15420) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: cephadm 2023-12-06T07:02:25.475208+0000 mgr.y (mgr.15420) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: cephadm 2023-12-06T07:02:25.569411+0000 mgr.y (mgr.15420) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.628023+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.630580+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.633424+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.634533+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.641992+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: cephadm 2023-12-06T07:02:25.642622+0000 mgr.y (mgr.15420) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.721744+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.724828+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.727981+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.729364+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.735624+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: cephadm 2023-12-06T07:02:25.736481+0000 mgr.y (mgr.15420) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: cephadm 2023-12-06T07:02:24.900869+0000 mgr.y (mgr.15420) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: cephadm 2023-12-06T07:02:24.991884+0000 mgr.y (mgr.15420) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: cephadm 2023-12-06T07:02:25.087390+0000 mgr.y (mgr.15420) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: cephadm 2023-12-06T07:02:25.183791+0000 mgr.y (mgr.15420) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: cephadm 2023-12-06T07:02:25.283183+0000 mgr.y (mgr.15420) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: cephadm 2023-12-06T07:02:25.379577+0000 mgr.y (mgr.15420) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: cephadm 2023-12-06T07:02:25.475208+0000 mgr.y (mgr.15420) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: cephadm 2023-12-06T07:02:25.569411+0000 mgr.y (mgr.15420) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.628023+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.630580+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.633424+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.634533+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.641992+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: cephadm 2023-12-06T07:02:25.642622+0000 mgr.y (mgr.15420) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.721744+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.724828+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.727981+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.729364+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.735624+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: cephadm 2023-12-06T07:02:25.736481+0000 mgr.y (mgr.15420) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.815736+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.817940+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.821310+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.822432+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.831020+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.911909+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.916685+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.921947+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.923796+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:25.932825+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.016061+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.019089+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.022601+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.023946+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.031170+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.113345+0000 mon.a (mon.0) 1405 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.116281+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.118822+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.119819+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.128103+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.815736+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.817940+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.821310+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.822432+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.831020+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.911909+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.916685+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.921947+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.923796+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:25.932825+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.016061+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.019089+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.022601+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.023946+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.031170+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.113345+0000 mon.a (mon.0) 1405 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.116281+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.118822+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.119819+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.128103+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.212673+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.214871+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.217017+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.217786+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.224476+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.303715+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.306156+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.308765+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.309957+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.317215+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.379409+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.382527+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.386191+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.387516+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.395492+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.477874+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.480604+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.484135+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.485334+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.494609+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.575658+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.577685+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.581039+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.581839+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[30799]: audit 2023-12-06T07:02:26.587548+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.212673+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.214871+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.217017+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.217786+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.224476+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.303715+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.306156+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.308765+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.309957+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.317215+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.379409+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.382527+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.386191+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.387516+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.395492+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.477874+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.480604+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.484135+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.485334+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.494609+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.575658+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.577685+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.581039+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.581839+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:26 smithi040 bash[25004]: audit 2023-12-06T07:02:26.587548+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: cephadm 2023-12-06T07:02:24.900869+0000 mgr.y (mgr.15420) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: cephadm 2023-12-06T07:02:24.991884+0000 mgr.y (mgr.15420) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: cephadm 2023-12-06T07:02:25.087390+0000 mgr.y (mgr.15420) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: cephadm 2023-12-06T07:02:25.183791+0000 mgr.y (mgr.15420) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: cephadm 2023-12-06T07:02:25.283183+0000 mgr.y (mgr.15420) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: cephadm 2023-12-06T07:02:25.379577+0000 mgr.y (mgr.15420) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: cephadm 2023-12-06T07:02:25.475208+0000 mgr.y (mgr.15420) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: cephadm 2023-12-06T07:02:25.569411+0000 mgr.y (mgr.15420) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.628023+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.630580+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.633424+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.634533+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.641992+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: cephadm 2023-12-06T07:02:25.642622+0000 mgr.y (mgr.15420) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.721744+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.724828+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.727981+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.729364+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.735624+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: cephadm 2023-12-06T07:02:25.736481+0000 mgr.y (mgr.15420) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:26.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.815736+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.817940+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.821310+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.822432+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.831020+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.911909+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.916685+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.921947+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.923796+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:25.932825+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.016061+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.019089+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.022601+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.023946+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.031170+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.113345+0000 mon.a (mon.0) 1405 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.116281+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.118822+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.119819+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.128103+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.212673+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.214871+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.217017+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.217786+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.224476+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.303715+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.306156+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.308765+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.309957+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.317215+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.379409+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.382527+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.386191+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.387516+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.395492+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.477874+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.480604+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.484135+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.485334+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.494609+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:26.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.575658+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:26.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.577685+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:26.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.581039+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:26.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.581839+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:26.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:26 smithi141 bash[25168]: audit 2023-12-06T07:02:26.587548+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:27.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[62553]: debug 2023-12-06T07:02:27.129+0000 7fa0929d2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T07:02:27.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[62553]: debug 2023-12-06T07:02:27.233+0000 7fa0929d2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:02:27.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[62553]: debug 2023-12-06T07:02:27.341+0000 7fa0929d2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:02:27.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: cephadm 2023-12-06T07:02:25.831801+0000 mgr.y (mgr.15420) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:27.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: cephadm 2023-12-06T07:02:25.933497+0000 mgr.y (mgr.15420) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:27.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: cephadm 2023-12-06T07:02:26.032058+0000 mgr.y (mgr.15420) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:27.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: cephadm 2023-12-06T07:02:26.128726+0000 mgr.y (mgr.15420) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:27.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: cephadm 2023-12-06T07:02:26.224921+0000 mgr.y (mgr.15420) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:27.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: cephadm 2023-12-06T07:02:26.317954+0000 mgr.y (mgr.15420) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:27.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: cephadm 2023-12-06T07:02:26.396164+0000 mgr.y (mgr.15420) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:27.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: cluster 2023-12-06T07:02:26.419576+0000 mgr.y (mgr.15420) 68 : cluster [DBG] pgmap v16: 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-06T07:02:27.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: cephadm 2023-12-06T07:02:26.495192+0000 mgr.y (mgr.15420) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:27.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: cephadm 2023-12-06T07:02:26.588074+0000 mgr.y (mgr.15420) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:27.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.667445+0000 mon.a (mon.0) 1435 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:27.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.670225+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:27.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.672859+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:27.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.673591+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:27.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.683253+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:27.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: cephadm 2023-12-06T07:02:26.683916+0000 mgr.y (mgr.15420) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.766623+0000 mon.a (mon.0) 1440 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.770711+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.773985+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.774896+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.785268+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: cephadm 2023-12-06T07:02:26.785862+0000 mgr.y (mgr.15420) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.864406+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.867210+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.870678+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.871676+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.881940+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.959327+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.961941+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.964505+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.965527+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:27.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:26.975751+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:27.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[62553]: debug 2023-12-06T07:02:27.609+0000 7fa0929d2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:02:27.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.056204+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:27.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.058920+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:27.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.061839+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:27.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.063038+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:27.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.069944+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:27.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.153547+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:27.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.156192+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:27.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.158927+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:27.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.159787+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:27.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.168836+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:27.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.250378+0000 mon.a (mon.0) 1465 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:27.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.254885+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:27.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.259438+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:27.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.260952+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:27.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.269312+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:27.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.351322+0000 mon.a (mon.0) 1470 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:27.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.353559+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:27.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.356329+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:27.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.357302+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:27.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.364816+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:27.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.446858+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:27.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.450193+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:27.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.452885+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:27.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.453954+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:27.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.462317+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:27.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.545734+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:27.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.550273+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:27.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.553626+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:27.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.555232+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:27.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[25168]: audit 2023-12-06T07:02:27.562794+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: cephadm 2023-12-06T07:02:25.831801+0000 mgr.y (mgr.15420) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: cephadm 2023-12-06T07:02:25.933497+0000 mgr.y (mgr.15420) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: cephadm 2023-12-06T07:02:26.032058+0000 mgr.y (mgr.15420) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: cephadm 2023-12-06T07:02:26.128726+0000 mgr.y (mgr.15420) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: cephadm 2023-12-06T07:02:26.224921+0000 mgr.y (mgr.15420) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: cephadm 2023-12-06T07:02:26.317954+0000 mgr.y (mgr.15420) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: cephadm 2023-12-06T07:02:26.396164+0000 mgr.y (mgr.15420) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: cluster 2023-12-06T07:02:26.419576+0000 mgr.y (mgr.15420) 68 : cluster [DBG] pgmap v16: 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-06T07:02:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: cephadm 2023-12-06T07:02:26.495192+0000 mgr.y (mgr.15420) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: cephadm 2023-12-06T07:02:26.588074+0000 mgr.y (mgr.15420) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.667445+0000 mon.a (mon.0) 1435 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.670225+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.672859+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.673591+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.683253+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: cephadm 2023-12-06T07:02:26.683916+0000 mgr.y (mgr.15420) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.766623+0000 mon.a (mon.0) 1440 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.770711+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.773985+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.774896+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.785268+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: cephadm 2023-12-06T07:02:26.785862+0000 mgr.y (mgr.15420) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.864406+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.867210+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.870678+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.871676+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.881940+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.959327+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.961941+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.964505+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.965527+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:26.975751+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.056204+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.058920+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.061839+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.063038+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.069944+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.153547+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.156192+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.158927+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: cephadm 2023-12-06T07:02:25.831801+0000 mgr.y (mgr.15420) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: cephadm 2023-12-06T07:02:25.933497+0000 mgr.y (mgr.15420) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: cephadm 2023-12-06T07:02:26.032058+0000 mgr.y (mgr.15420) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: cephadm 2023-12-06T07:02:26.128726+0000 mgr.y (mgr.15420) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: cephadm 2023-12-06T07:02:26.224921+0000 mgr.y (mgr.15420) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: cephadm 2023-12-06T07:02:26.317954+0000 mgr.y (mgr.15420) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: cephadm 2023-12-06T07:02:26.396164+0000 mgr.y (mgr.15420) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: cluster 2023-12-06T07:02:26.419576+0000 mgr.y (mgr.15420) 68 : cluster [DBG] pgmap v16: 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-06T07:02:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: cephadm 2023-12-06T07:02:26.495192+0000 mgr.y (mgr.15420) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: cephadm 2023-12-06T07:02:26.588074+0000 mgr.y (mgr.15420) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.667445+0000 mon.a (mon.0) 1435 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.670225+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.672859+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.673591+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.683253+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: cephadm 2023-12-06T07:02:26.683916+0000 mgr.y (mgr.15420) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.766623+0000 mon.a (mon.0) 1440 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.770711+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.773985+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.774896+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.159787+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.168836+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.250378+0000 mon.a (mon.0) 1465 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.254885+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.259438+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.260952+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.269312+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.351322+0000 mon.a (mon.0) 1470 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.353559+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.356329+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.357302+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.364816+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.446858+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.450193+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.452885+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.453954+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.462317+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.545734+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.550273+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.553626+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.555232+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[25004]: audit 2023-12-06T07:02:27.562794+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.785268+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: cephadm 2023-12-06T07:02:26.785862+0000 mgr.y (mgr.15420) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.864406+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.867210+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.870678+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.871676+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.881940+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.959327+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.961941+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.964505+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.965527+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:26.975751+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.056204+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.058920+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.061839+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.063038+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.069944+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.153547+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.156192+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.158927+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.159787+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.168836+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.250378+0000 mon.a (mon.0) 1465 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.254885+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.259438+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.260952+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.269312+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.351322+0000 mon.a (mon.0) 1470 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.353559+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.356329+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.357302+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.364816+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.446858+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.450193+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.452885+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.453954+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.462317+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.545734+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.550273+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.553626+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.555232+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:27 smithi040 bash[30799]: audit 2023-12-06T07:02:27.562794+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.364 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:27 smithi141 bash[62553]: debug 2023-12-06T07:02:27.981+0000 7fa0929d2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:02:28.364 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[62553]: debug 2023-12-06T07:02:28.141+0000 7fa0929d2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:02:28.632 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[62553]: debug 2023-12-06T07:02:28.357+0000 7fa0929d2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:02:28.632 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: cephadm 2023-12-06T07:02:26.882781+0000 mgr.y (mgr.15420) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.632 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: cephadm 2023-12-06T07:02:26.976396+0000 mgr.y (mgr.15420) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.632 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: cephadm 2023-12-06T07:02:27.070431+0000 mgr.y (mgr.15420) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.632 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: cephadm 2023-12-06T07:02:27.169610+0000 mgr.y (mgr.15420) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.632 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: cephadm 2023-12-06T07:02:27.269995+0000 mgr.y (mgr.15420) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: cephadm 2023-12-06T07:02:27.365530+0000 mgr.y (mgr.15420) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: cephadm 2023-12-06T07:02:27.462866+0000 mgr.y (mgr.15420) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: cephadm 2023-12-06T07:02:27.563360+0000 mgr.y (mgr.15420) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.647779+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.650338+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.652461+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.653233+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.658244+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: cephadm 2023-12-06T07:02:27.658887+0000 mgr.y (mgr.15420) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.736640+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.739547+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.743249+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.744620+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.753585+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.633 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: cephadm 2023-12-06T07:02:27.754453+0000 mgr.y (mgr.15420) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:28.634 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.834938+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.634 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.838939+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.634 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.842506+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.634 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.843807+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.634 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.851459+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.634 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.931446+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.634 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.934299+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.634 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.937907+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.634 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.939509+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.634 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:27.951150+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.634 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.032766+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.634 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.036706+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.634 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.039577+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.634 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.040643+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.635 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.049601+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.635 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.131894+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.635 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.134670+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.635 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.137795+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.635 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.139069+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.635 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.148144+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.635 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.233732+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.635 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.235984+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.635 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.238759+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.636 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.239701+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.636 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.248557+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.636 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.327082+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.636 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.329474+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.636 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.332685+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.636 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.333848+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.636 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.342046+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.636 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.420480+0000 mon.a (mon.0) 1525 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.636 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.424293+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.636 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.427828+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.636 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.428679+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.636 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.436704+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.636 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.519337+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:28.637 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.521834+0000 mon.a (mon.0) 1531 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:28.637 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.524343+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:28.637 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.525115+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:28.637 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[25168]: audit 2023-12-06T07:02:28.532519+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:28.958 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:28 smithi141 bash[61993]: ts=2023-12-06T07:02:28.659Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:02:29.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: cephadm 2023-12-06T07:02:26.882781+0000 mgr.y (mgr.15420) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: cephadm 2023-12-06T07:02:26.976396+0000 mgr.y (mgr.15420) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: cephadm 2023-12-06T07:02:27.070431+0000 mgr.y (mgr.15420) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: cephadm 2023-12-06T07:02:27.169610+0000 mgr.y (mgr.15420) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: cephadm 2023-12-06T07:02:27.269995+0000 mgr.y (mgr.15420) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: cephadm 2023-12-06T07:02:27.365530+0000 mgr.y (mgr.15420) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: cephadm 2023-12-06T07:02:27.462866+0000 mgr.y (mgr.15420) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: cephadm 2023-12-06T07:02:27.563360+0000 mgr.y (mgr.15420) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.647779+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.650338+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.652461+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.653233+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.658244+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: cephadm 2023-12-06T07:02:27.658887+0000 mgr.y (mgr.15420) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.736640+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.739547+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.743249+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.744620+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.753585+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: cephadm 2023-12-06T07:02:27.754453+0000 mgr.y (mgr.15420) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: cephadm 2023-12-06T07:02:26.882781+0000 mgr.y (mgr.15420) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: cephadm 2023-12-06T07:02:26.976396+0000 mgr.y (mgr.15420) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: cephadm 2023-12-06T07:02:27.070431+0000 mgr.y (mgr.15420) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: cephadm 2023-12-06T07:02:27.169610+0000 mgr.y (mgr.15420) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: cephadm 2023-12-06T07:02:27.269995+0000 mgr.y (mgr.15420) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: cephadm 2023-12-06T07:02:27.365530+0000 mgr.y (mgr.15420) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: cephadm 2023-12-06T07:02:27.462866+0000 mgr.y (mgr.15420) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: cephadm 2023-12-06T07:02:27.563360+0000 mgr.y (mgr.15420) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.647779+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.650338+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.652461+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.653233+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.658244+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: cephadm 2023-12-06T07:02:27.658887+0000 mgr.y (mgr.15420) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.736640+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.739547+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.743249+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.744620+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.753585+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: cephadm 2023-12-06T07:02:27.754453+0000 mgr.y (mgr.15420) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.834938+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.838939+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.842506+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.843807+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.851459+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.931446+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.934299+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.937907+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.939509+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:27.951150+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.032766+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.036706+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.039577+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.040643+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.049601+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.131894+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.134670+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.137795+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.139069+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.148144+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.834938+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.838939+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.842506+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.843807+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.851459+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.931446+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.934299+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.937907+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.939509+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:27.951150+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.032766+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.036706+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.039577+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.040643+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.049601+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.131894+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.134670+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.137795+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.139069+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.148144+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.233732+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.235984+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.238759+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.239701+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.248557+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.327082+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.329474+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.332685+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.333848+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.342046+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.420480+0000 mon.a (mon.0) 1525 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.043 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.424293+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.043 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.427828+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.043 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.428679+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.043 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.436704+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.043 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.519337+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.043 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.521834+0000 mon.a (mon.0) 1531 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.043 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.524343+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.043 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.525115+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.043 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[25004]: audit 2023-12-06T07:02:28.532519+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.233732+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.235984+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.238759+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.239701+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.248557+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.327082+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.329474+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.332685+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.333848+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.342046+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.420480+0000 mon.a (mon.0) 1525 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.424293+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.427828+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.428679+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.436704+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.519337+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.521834+0000 mon.a (mon.0) 1531 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.524343+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.525115+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:28 smithi040 bash[30799]: audit 2023-12-06T07:02:28.532519+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.764 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[62553]: debug 2023-12-06T07:02:29.497+0000 7fa0929d2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:02:29.765 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[62553]: debug 2023-12-06T07:02:29.617+0000 7fa0929d2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:02:29.765 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[62553]: debug 2023-12-06T07:02:29.741+0000 7fa0929d2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:02:29.765 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: cephadm 2023-12-06T07:02:27.852116+0000 mgr.y (mgr.15420) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.766 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: cephadm 2023-12-06T07:02:27.951975+0000 mgr.y (mgr.15420) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.766 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: cephadm 2023-12-06T07:02:28.050240+0000 mgr.y (mgr.15420) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.766 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: cephadm 2023-12-06T07:02:28.148701+0000 mgr.y (mgr.15420) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.766 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: cephadm 2023-12-06T07:02:28.249100+0000 mgr.y (mgr.15420) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.766 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: cephadm 2023-12-06T07:02:28.342589+0000 mgr.y (mgr.15420) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.766 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: cluster 2023-12-06T07:02:28.420143+0000 mgr.y (mgr.15420) 89 : cluster [DBG] pgmap v17: 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-06T07:02:29.766 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: cephadm 2023-12-06T07:02:28.437302+0000 mgr.y (mgr.15420) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.766 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: cephadm 2023-12-06T07:02:28.533319+0000 mgr.y (mgr.15420) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.766 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.617013+0000 mon.a (mon.0) 1535 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.766 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.618965+0000 mon.a (mon.0) 1536 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.766 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.620918+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.766 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.621604+0000 mon.a (mon.0) 1538 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.767 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.627005+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.767 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: cephadm 2023-12-06T07:02:28.627535+0000 mgr.y (mgr.15420) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.767 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.709638+0000 mon.a (mon.0) 1540 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.767 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.711779+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.767 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.715267+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.767 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.716410+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.767 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.724908+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.767 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: cephadm 2023-12-06T07:02:28.725582+0000 mgr.y (mgr.15420) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:29.767 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.807264+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.767 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.810093+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.767 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.813255+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.767 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.814428+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.767 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.823068+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.768 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.903996+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.768 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.906661+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.768 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.909241+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.768 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.910000+0000 mon.a (mon.0) 1553 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.768 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.915629+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.768 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.995779+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.768 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:28.998773+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.768 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.001656+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.768 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.002650+0000 mon.a (mon.0) 1558 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.768 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.009904+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.768 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.091006+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.768 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.093380+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.768 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.096471+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.769 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.097396+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.769 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.104762+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.769 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.186149+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.769 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.188231+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.769 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.190635+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.769 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.191438+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.769 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.196463+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.769 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.277747+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.769 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.280383+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.770 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.285156+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.770 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.286291+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.770 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.295246+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.770 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.373845+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.770 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.381318+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.770 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.384056+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.770 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.384990+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.770 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.390580+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.770 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.471731+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.770 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.475773+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.771 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.479512+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.771 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.481014+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.771 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.490280+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:29.771 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.569745+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:29.771 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.572302+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:29.771 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.575692+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:29.771 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.576752+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:29.771 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:29 smithi141 bash[25168]: audit 2023-12-06T07:02:29.584956+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: cephadm 2023-12-06T07:02:27.852116+0000 mgr.y (mgr.15420) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: cephadm 2023-12-06T07:02:27.951975+0000 mgr.y (mgr.15420) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: cephadm 2023-12-06T07:02:28.050240+0000 mgr.y (mgr.15420) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: cephadm 2023-12-06T07:02:28.148701+0000 mgr.y (mgr.15420) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: cephadm 2023-12-06T07:02:28.249100+0000 mgr.y (mgr.15420) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: cephadm 2023-12-06T07:02:28.342589+0000 mgr.y (mgr.15420) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: cluster 2023-12-06T07:02:28.420143+0000 mgr.y (mgr.15420) 89 : cluster [DBG] pgmap v17: 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-06T07:02:30.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: cephadm 2023-12-06T07:02:28.437302+0000 mgr.y (mgr.15420) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: cephadm 2023-12-06T07:02:28.533319+0000 mgr.y (mgr.15420) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.617013+0000 mon.a (mon.0) 1535 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.618965+0000 mon.a (mon.0) 1536 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.620918+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.621604+0000 mon.a (mon.0) 1538 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.627005+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: cephadm 2023-12-06T07:02:28.627535+0000 mgr.y (mgr.15420) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.709638+0000 mon.a (mon.0) 1540 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.711779+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.715267+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.716410+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.724908+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: cephadm 2023-12-06T07:02:28.725582+0000 mgr.y (mgr.15420) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.807264+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.810093+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.813255+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.814428+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.823068+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.903996+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.906661+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.909241+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.910000+0000 mon.a (mon.0) 1553 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.915629+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.995779+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:28.998773+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.001656+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.002650+0000 mon.a (mon.0) 1558 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.009904+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.091006+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.093380+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.096471+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: cephadm 2023-12-06T07:02:27.852116+0000 mgr.y (mgr.15420) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: cephadm 2023-12-06T07:02:27.951975+0000 mgr.y (mgr.15420) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: cephadm 2023-12-06T07:02:28.050240+0000 mgr.y (mgr.15420) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: cephadm 2023-12-06T07:02:28.148701+0000 mgr.y (mgr.15420) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: cephadm 2023-12-06T07:02:28.249100+0000 mgr.y (mgr.15420) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: cephadm 2023-12-06T07:02:28.342589+0000 mgr.y (mgr.15420) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: cluster 2023-12-06T07:02:28.420143+0000 mgr.y (mgr.15420) 89 : cluster [DBG] pgmap v17: 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-06T07:02:30.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: cephadm 2023-12-06T07:02:28.437302+0000 mgr.y (mgr.15420) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: cephadm 2023-12-06T07:02:28.533319+0000 mgr.y (mgr.15420) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.617013+0000 mon.a (mon.0) 1535 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.618965+0000 mon.a (mon.0) 1536 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.620918+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.621604+0000 mon.a (mon.0) 1538 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.627005+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: cephadm 2023-12-06T07:02:28.627535+0000 mgr.y (mgr.15420) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.709638+0000 mon.a (mon.0) 1540 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.711779+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.715267+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.716410+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.724908+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.097396+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.104762+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.186149+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.188231+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.190635+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.191438+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.196463+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.277747+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.280383+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.285156+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.286291+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.295246+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.373845+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.381318+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.384056+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.384990+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.390580+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.471731+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.475773+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.479512+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.481014+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.490280+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.569745+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.572302+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.575692+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.576752+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[25004]: audit 2023-12-06T07:02:29.584956+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: cephadm 2023-12-06T07:02:28.725582+0000 mgr.y (mgr.15420) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.807264+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.810093+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.813255+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.814428+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.823068+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.903996+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.906661+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.909241+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.910000+0000 mon.a (mon.0) 1553 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.915629+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.995779+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:28.998773+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.001656+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.002650+0000 mon.a (mon.0) 1558 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.009904+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.091006+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.093380+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.096471+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.097396+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.104762+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.186149+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.188231+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.190635+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.191438+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.196463+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.277747+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.280383+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.285156+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.286291+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.295246+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.373845+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.381318+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.384056+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.384990+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.390580+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.471731+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.475773+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.479512+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.481014+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.490280+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.569745+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.572302+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.575692+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.576752+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:29 smithi040 bash[30799]: audit 2023-12-06T07:02:29.584956+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.613 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[62553]: debug 2023-12-06T07:02:30.241+0000 7fa0929d2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:02:30.613 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[62553]: debug 2023-12-06T07:02:30.469+0000 7fa0929d2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:02:30.943 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: cephadm 2023-12-06T07:02:28.823895+0000 mgr.y (mgr.15420) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.943 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: cephadm 2023-12-06T07:02:28.916182+0000 mgr.y (mgr.15420) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: cephadm 2023-12-06T07:02:29.010579+0000 mgr.y (mgr.15420) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: cephadm 2023-12-06T07:02:29.105313+0000 mgr.y (mgr.15420) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: cephadm 2023-12-06T07:02:29.197017+0000 mgr.y (mgr.15420) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: cephadm 2023-12-06T07:02:29.296060+0000 mgr.y (mgr.15420) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: cephadm 2023-12-06T07:02:29.391175+0000 mgr.y (mgr.15420) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: cephadm 2023-12-06T07:02:29.490871+0000 mgr.y (mgr.15420) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: cephadm 2023-12-06T07:02:29.585763+0000 mgr.y (mgr.15420) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.664057+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.666433+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.669581+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.671315+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.679567+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: cephadm 2023-12-06T07:02:29.680046+0000 mgr.y (mgr.15420) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.727487+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.729913+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.732509+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.733473+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.740664+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: cephadm 2023-12-06T07:02:29.741231+0000 mgr.y (mgr.15420) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:30.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.820377+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.823606+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.826221+0000 mon.a (mon.0) 1602 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.827271+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.835421+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.901532+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.903592+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.906703+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.907652+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.914791+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:29.998471+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.000656+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.004235+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.005196+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.011497+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.089818+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.092552+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.095807+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.097078+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.105555+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.187398+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.189826+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.192718+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.194176+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.202625+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.283029+0000 mon.a (mon.0) 1625 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.285477+0000 mon.a (mon.0) 1626 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.288430+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.289647+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.297268+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.376419+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.379024+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.383177+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.384198+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.392040+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.472618+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.476423+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.479819+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.480719+0000 mon.a (mon.0) 1638 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.486820+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:30.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.567620+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:30.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.570459+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:30.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.573326+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:30.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.574144+0000 mon.a (mon.0) 1643 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:30.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[25168]: audit 2023-12-06T07:02:30.579971+0000 mon.a (mon.0) 1644 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: cephadm 2023-12-06T07:02:28.823895+0000 mgr.y (mgr.15420) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: cephadm 2023-12-06T07:02:28.916182+0000 mgr.y (mgr.15420) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: cephadm 2023-12-06T07:02:29.010579+0000 mgr.y (mgr.15420) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: cephadm 2023-12-06T07:02:29.105313+0000 mgr.y (mgr.15420) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: cephadm 2023-12-06T07:02:29.197017+0000 mgr.y (mgr.15420) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: cephadm 2023-12-06T07:02:29.296060+0000 mgr.y (mgr.15420) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: cephadm 2023-12-06T07:02:29.391175+0000 mgr.y (mgr.15420) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: cephadm 2023-12-06T07:02:29.490871+0000 mgr.y (mgr.15420) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: cephadm 2023-12-06T07:02:29.585763+0000 mgr.y (mgr.15420) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.664057+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.666433+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.669581+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.671315+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.679567+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: cephadm 2023-12-06T07:02:29.680046+0000 mgr.y (mgr.15420) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.727487+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.729913+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.732509+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.733473+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.740664+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: cephadm 2023-12-06T07:02:29.741231+0000 mgr.y (mgr.15420) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.820377+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.823606+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.826221+0000 mon.a (mon.0) 1602 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.827271+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.835421+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.901532+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.903592+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.906703+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.907652+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.914791+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:29.998471+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.000656+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.004235+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.005196+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.011497+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.089818+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.092552+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.095807+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.097078+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: cephadm 2023-12-06T07:02:28.823895+0000 mgr.y (mgr.15420) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: cephadm 2023-12-06T07:02:28.916182+0000 mgr.y (mgr.15420) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: cephadm 2023-12-06T07:02:29.010579+0000 mgr.y (mgr.15420) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: cephadm 2023-12-06T07:02:29.105313+0000 mgr.y (mgr.15420) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: cephadm 2023-12-06T07:02:29.197017+0000 mgr.y (mgr.15420) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: cephadm 2023-12-06T07:02:29.296060+0000 mgr.y (mgr.15420) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: cephadm 2023-12-06T07:02:29.391175+0000 mgr.y (mgr.15420) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: cephadm 2023-12-06T07:02:29.490871+0000 mgr.y (mgr.15420) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: cephadm 2023-12-06T07:02:29.585763+0000 mgr.y (mgr.15420) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.664057+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.666433+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.669581+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.671315+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.679567+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: cephadm 2023-12-06T07:02:29.680046+0000 mgr.y (mgr.15420) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.727487+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.729913+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.732509+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.733473+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.740664+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.105555+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.187398+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.189826+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.192718+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.194176+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.202625+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.283029+0000 mon.a (mon.0) 1625 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.285477+0000 mon.a (mon.0) 1626 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.288430+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.289647+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.297268+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.376419+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.379024+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.383177+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.384198+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.392040+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.472618+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.476423+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.479819+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.480719+0000 mon.a (mon.0) 1638 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.486820+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.567620+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.570459+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.573326+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.574144+0000 mon.a (mon.0) 1643 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[30799]: audit 2023-12-06T07:02:30.579971+0000 mon.a (mon.0) 1644 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: cephadm 2023-12-06T07:02:29.741231+0000 mgr.y (mgr.15420) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.820377+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.823606+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.826221+0000 mon.a (mon.0) 1602 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.827271+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.835421+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.901532+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.903592+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.906703+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.907652+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.914791+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:29.998471+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.000656+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.004235+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.005196+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.011497+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.089818+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.092552+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.095807+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.097078+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.105555+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.187398+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.189826+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.192718+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.194176+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.202625+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.283029+0000 mon.a (mon.0) 1625 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.285477+0000 mon.a (mon.0) 1626 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.288430+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.289647+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.297268+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.376419+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.379024+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.383177+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.384198+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.392040+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.472618+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.476423+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.479819+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.480719+0000 mon.a (mon.0) 1638 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.486820+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.567620+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.570459+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.573326+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.574144+0000 mon.a (mon.0) 1643 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:30 smithi040 bash[25004]: audit 2023-12-06T07:02:30.579971+0000 mon.a (mon.0) 1644 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:30 smithi141 bash[62553]: debug 2023-12-06T07:02:30.937+0000 7fa0929d2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:02:31.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[62553]: debug 2023-12-06T07:02:31.445+0000 7fa0929d2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:02:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: cephadm 2023-12-06T07:02:29.836155+0000 mgr.y (mgr.15420) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: cephadm 2023-12-06T07:02:29.915646+0000 mgr.y (mgr.15420) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: cephadm 2023-12-06T07:02:30.012062+0000 mgr.y (mgr.15420) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: cephadm 2023-12-06T07:02:30.106317+0000 mgr.y (mgr.15420) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: cephadm 2023-12-06T07:02:30.203474+0000 mgr.y (mgr.15420) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: cephadm 2023-12-06T07:02:30.297798+0000 mgr.y (mgr.15420) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: cephadm 2023-12-06T07:02:30.392646+0000 mgr.y (mgr.15420) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: cluster 2023-12-06T07:02:30.420970+0000 mgr.y (mgr.15420) 112 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:02:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: cephadm 2023-12-06T07:02:30.487381+0000 mgr.y (mgr.15420) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: cephadm 2023-12-06T07:02:30.580435+0000 mgr.y (mgr.15420) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.662864+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.667168+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.672497+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.673857+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.682735+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: cephadm 2023-12-06T07:02:30.683739+0000 mgr.y (mgr.15420) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.763547+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.766452+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.770292+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.771598+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.780274+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: cephadm 2023-12-06T07:02:30.780860+0000 mgr.y (mgr.15420) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:31.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.858423+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.861716+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.865338+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.866708+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.875221+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.958782+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.961615+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.964918+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.966084+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:30.972269+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.053309+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.056307+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.059627+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.060856+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.069327+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.151439+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.155724+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.159433+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.160767+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.167786+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.244436+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.246638+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.249313+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.250167+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.257654+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.339582+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.342894+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.345578+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.346535+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.352820+0000 mon.a (mon.0) 1684 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.435076+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.437849+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.441563+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.442826+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.451693+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:31.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.529827+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:31.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.533006+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:31.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.537381+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:31.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.538790+0000 mon.a (mon.0) 1693 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:31.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:31 smithi141 bash[25168]: audit 2023-12-06T07:02:31.547716+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: cephadm 2023-12-06T07:02:29.836155+0000 mgr.y (mgr.15420) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: cephadm 2023-12-06T07:02:29.915646+0000 mgr.y (mgr.15420) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: cephadm 2023-12-06T07:02:30.012062+0000 mgr.y (mgr.15420) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: cephadm 2023-12-06T07:02:30.106317+0000 mgr.y (mgr.15420) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: cephadm 2023-12-06T07:02:30.203474+0000 mgr.y (mgr.15420) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: cephadm 2023-12-06T07:02:30.297798+0000 mgr.y (mgr.15420) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: cephadm 2023-12-06T07:02:30.392646+0000 mgr.y (mgr.15420) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: cluster 2023-12-06T07:02:30.420970+0000 mgr.y (mgr.15420) 112 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:02:32.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: cephadm 2023-12-06T07:02:30.487381+0000 mgr.y (mgr.15420) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: cephadm 2023-12-06T07:02:30.580435+0000 mgr.y (mgr.15420) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.662864+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.667168+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.672497+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.673857+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.682735+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: cephadm 2023-12-06T07:02:30.683739+0000 mgr.y (mgr.15420) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.763547+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.766452+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.770292+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.771598+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: cephadm 2023-12-06T07:02:29.836155+0000 mgr.y (mgr.15420) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: cephadm 2023-12-06T07:02:29.915646+0000 mgr.y (mgr.15420) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: cephadm 2023-12-06T07:02:30.012062+0000 mgr.y (mgr.15420) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: cephadm 2023-12-06T07:02:30.106317+0000 mgr.y (mgr.15420) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: cephadm 2023-12-06T07:02:30.203474+0000 mgr.y (mgr.15420) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: cephadm 2023-12-06T07:02:30.297798+0000 mgr.y (mgr.15420) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: cephadm 2023-12-06T07:02:30.392646+0000 mgr.y (mgr.15420) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: cluster 2023-12-06T07:02:30.420970+0000 mgr.y (mgr.15420) 112 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:02:32.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: cephadm 2023-12-06T07:02:30.487381+0000 mgr.y (mgr.15420) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: cephadm 2023-12-06T07:02:30.580435+0000 mgr.y (mgr.15420) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.662864+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.667168+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.672497+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.673857+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.682735+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: cephadm 2023-12-06T07:02:30.683739+0000 mgr.y (mgr.15420) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.763547+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.766452+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.770292+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.771598+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.780274+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: cephadm 2023-12-06T07:02:30.780860+0000 mgr.y (mgr.15420) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.858423+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.861716+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.865338+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.866708+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.875221+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.958782+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.961615+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.964918+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.966084+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:30.972269+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.053309+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.056307+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.059627+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.060856+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.069327+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.151439+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.155724+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.159433+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.780274+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: cephadm 2023-12-06T07:02:30.780860+0000 mgr.y (mgr.15420) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.858423+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.861716+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.865338+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.866708+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.875221+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.958782+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.961615+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.964918+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.966084+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:30.972269+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.053309+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.056307+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.059627+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.060856+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.069327+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.151439+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.155724+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.159433+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.160767+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.167786+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.244436+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.246638+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.249313+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.250167+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.257654+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.339582+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.342894+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.345578+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.346535+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.352820+0000 mon.a (mon.0) 1684 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.435076+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.437849+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.441563+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.442826+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.451693+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.529827+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.533006+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.160767+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.167786+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.244436+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.246638+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.249313+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.250167+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.257654+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.339582+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.342894+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.345578+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.346535+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.352820+0000 mon.a (mon.0) 1684 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.435076+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.437849+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.441563+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.442826+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.451693+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.529827+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.533006+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.537381+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.538790+0000 mon.a (mon.0) 1693 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[30799]: audit 2023-12-06T07:02:31.547716+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.537381+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.538790+0000 mon.a (mon.0) 1693 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:31 smithi040 bash[25004]: audit 2023-12-06T07:02:31.547716+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.135 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[62553]: debug 2023-12-06T07:02:32.017+0000 7fa0929d2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:02:32.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[62553]: debug 2023-12-06T07:02:32.129+0000 7fa0929d2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:02:32.755 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[62553]: debug 2023-12-06T07:02:32.485+0000 7fa0929d2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:02:32.755 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[62553]: debug 2023-12-06T07:02:32.601+0000 7fa0929d2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:02:32.756 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: cephadm 2023-12-06T07:02:30.875906+0000 mgr.y (mgr.15420) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.756 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: cephadm 2023-12-06T07:02:30.972940+0000 mgr.y (mgr.15420) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.756 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: cephadm 2023-12-06T07:02:31.070039+0000 mgr.y (mgr.15420) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.756 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: cephadm 2023-12-06T07:02:31.168299+0000 mgr.y (mgr.15420) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.756 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: cephadm 2023-12-06T07:02:31.258562+0000 mgr.y (mgr.15420) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.757 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: cephadm 2023-12-06T07:02:31.353241+0000 mgr.y (mgr.15420) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.757 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: cephadm 2023-12-06T07:02:31.452387+0000 mgr.y (mgr.15420) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.757 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: cephadm 2023-12-06T07:02:31.548268+0000 mgr.y (mgr.15420) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.757 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.626041+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.757 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.628216+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.757 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.630301+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.757 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.631102+0000 mon.a (mon.0) 1698 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.757 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.637257+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.757 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: cephadm 2023-12-06T07:02:31.637869+0000 mgr.y (mgr.15420) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.757 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.716109+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.757 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.718051+0000 mon.a (mon.0) 1701 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.757 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.720401+0000 mon.a (mon.0) 1702 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.758 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.721327+0000 mon.a (mon.0) 1703 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.758 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.727411+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.758 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: cephadm 2023-12-06T07:02:31.728005+0000 mgr.y (mgr.15420) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.758 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.808374+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.758 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.812728+0000 mon.a (mon.0) 1706 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.758 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.816551+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.758 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.817378+0000 mon.a (mon.0) 1708 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.758 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.823703+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.758 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.905007+0000 mon.a (mon.0) 1710 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.758 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.907843+0000 mon.a (mon.0) 1711 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.758 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.911165+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.759 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.912578+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.759 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.919327+0000 mon.a (mon.0) 1714 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.759 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:31.999237+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.759 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.003021+0000 mon.a (mon.0) 1716 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.759 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.006760+0000 mon.a (mon.0) 1717 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.759 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.008122+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.759 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.016089+0000 mon.a (mon.0) 1719 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.759 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.098840+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.759 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.101092+0000 mon.a (mon.0) 1721 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.759 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.103777+0000 mon.a (mon.0) 1722 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.759 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.105031+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.759 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.113787+0000 mon.a (mon.0) 1724 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.759 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.193740+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.759 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.195675+0000 mon.a (mon.0) 1726 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.759 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.197992+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.760 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.198738+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.760 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.204219+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.760 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.284095+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.760 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.286776+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.760 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.291366+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.760 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.292832+0000 mon.a (mon.0) 1733 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.760 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.302664+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.760 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.383941+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.760 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.386326+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.760 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.389191+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.760 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.390557+0000 mon.a (mon.0) 1738 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.760 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.400788+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.760 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.485117+0000 mon.a (mon.0) 1740 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.760 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.487227+0000 mon.a (mon.0) 1741 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.760 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.489831+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.761 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.490699+0000 mon.a (mon.0) 1743 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.761 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.498748+0000 mon.a (mon.0) 1744 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.761 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.580224+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.761 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.583091+0000 mon.a (mon.0) 1746 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.761 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.585554+0000 mon.a (mon.0) 1747 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.761 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.586523+0000 mon.a (mon.0) 1748 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.761 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[25168]: audit 2023-12-06T07:02:32.594070+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.933 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: cephadm 2023-12-06T07:02:30.875906+0000 mgr.y (mgr.15420) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.933 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: cephadm 2023-12-06T07:02:30.972940+0000 mgr.y (mgr.15420) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.933 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: cephadm 2023-12-06T07:02:31.070039+0000 mgr.y (mgr.15420) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.933 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: cephadm 2023-12-06T07:02:31.168299+0000 mgr.y (mgr.15420) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.933 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: cephadm 2023-12-06T07:02:31.258562+0000 mgr.y (mgr.15420) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.934 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: cephadm 2023-12-06T07:02:31.353241+0000 mgr.y (mgr.15420) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.934 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: cephadm 2023-12-06T07:02:31.452387+0000 mgr.y (mgr.15420) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.934 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: cephadm 2023-12-06T07:02:31.548268+0000 mgr.y (mgr.15420) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.934 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.626041+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.934 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.628216+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.934 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.630301+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.934 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.631102+0000 mon.a (mon.0) 1698 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.934 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.637257+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.934 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: cephadm 2023-12-06T07:02:31.637869+0000 mgr.y (mgr.15420) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.934 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.716109+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.934 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.718051+0000 mon.a (mon.0) 1701 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.934 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.720401+0000 mon.a (mon.0) 1702 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.935 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.721327+0000 mon.a (mon.0) 1703 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.935 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.727411+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.935 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: cephadm 2023-12-06T07:02:31.728005+0000 mgr.y (mgr.15420) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.935 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: cephadm 2023-12-06T07:02:30.875906+0000 mgr.y (mgr.15420) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.935 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: cephadm 2023-12-06T07:02:30.972940+0000 mgr.y (mgr.15420) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.935 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: cephadm 2023-12-06T07:02:31.070039+0000 mgr.y (mgr.15420) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.935 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: cephadm 2023-12-06T07:02:31.168299+0000 mgr.y (mgr.15420) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.935 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: cephadm 2023-12-06T07:02:31.258562+0000 mgr.y (mgr.15420) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.935 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: cephadm 2023-12-06T07:02:31.353241+0000 mgr.y (mgr.15420) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.935 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: cephadm 2023-12-06T07:02:31.452387+0000 mgr.y (mgr.15420) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.935 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: cephadm 2023-12-06T07:02:31.548268+0000 mgr.y (mgr.15420) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.936 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.626041+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.936 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.628216+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.936 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.630301+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.936 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.631102+0000 mon.a (mon.0) 1698 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.936 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.637257+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.936 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: cephadm 2023-12-06T07:02:31.637869+0000 mgr.y (mgr.15420) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.936 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.716109+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.936 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.718051+0000 mon.a (mon.0) 1701 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.936 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.720401+0000 mon.a (mon.0) 1702 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.936 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.721327+0000 mon.a (mon.0) 1703 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.936 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.727411+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.936 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: cephadm 2023-12-06T07:02:31.728005+0000 mgr.y (mgr.15420) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:32.937 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.808374+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.937 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.812728+0000 mon.a (mon.0) 1706 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.937 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.816551+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.937 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.817378+0000 mon.a (mon.0) 1708 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.937 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.823703+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.937 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.905007+0000 mon.a (mon.0) 1710 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.937 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.907843+0000 mon.a (mon.0) 1711 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.937 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.911165+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.937 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.912578+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.937 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.919327+0000 mon.a (mon.0) 1714 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.937 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:31.999237+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.937 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.003021+0000 mon.a (mon.0) 1716 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.937 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.006760+0000 mon.a (mon.0) 1717 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.938 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.008122+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.938 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.016089+0000 mon.a (mon.0) 1719 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.938 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.098840+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.938 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.101092+0000 mon.a (mon.0) 1721 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.938 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.103777+0000 mon.a (mon.0) 1722 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.938 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.105031+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.938 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.113787+0000 mon.a (mon.0) 1724 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.808374+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.812728+0000 mon.a (mon.0) 1706 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.816551+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.817378+0000 mon.a (mon.0) 1708 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.823703+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.905007+0000 mon.a (mon.0) 1710 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.907843+0000 mon.a (mon.0) 1711 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.911165+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.912578+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.919327+0000 mon.a (mon.0) 1714 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:31.999237+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.003021+0000 mon.a (mon.0) 1716 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.940 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.006760+0000 mon.a (mon.0) 1717 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.940 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.008122+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.940 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.016089+0000 mon.a (mon.0) 1719 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.940 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.098840+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.940 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.101092+0000 mon.a (mon.0) 1721 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.940 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.103777+0000 mon.a (mon.0) 1722 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.940 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.105031+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.940 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.113787+0000 mon.a (mon.0) 1724 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.940 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.193740+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.940 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.195675+0000 mon.a (mon.0) 1726 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.940 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.197992+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.940 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.198738+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.940 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.204219+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.940 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.284095+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.941 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.286776+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.941 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.291366+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.941 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.292832+0000 mon.a (mon.0) 1733 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.941 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.302664+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.941 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.383941+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.941 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.386326+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.941 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.389191+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.941 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.390557+0000 mon.a (mon.0) 1738 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.941 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.400788+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.941 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.485117+0000 mon.a (mon.0) 1740 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.941 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.487227+0000 mon.a (mon.0) 1741 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.941 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.489831+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.941 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.490699+0000 mon.a (mon.0) 1743 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.941 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.498748+0000 mon.a (mon.0) 1744 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.942 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.580224+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.942 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.583091+0000 mon.a (mon.0) 1746 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.942 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.585554+0000 mon.a (mon.0) 1747 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.942 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.586523+0000 mon.a (mon.0) 1748 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.942 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[25004]: audit 2023-12-06T07:02:32.594070+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.942 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.193740+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.942 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.195675+0000 mon.a (mon.0) 1726 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.942 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.197992+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.942 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.198738+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.942 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.204219+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.943 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.284095+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.943 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.286776+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.943 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.291366+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.943 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.292832+0000 mon.a (mon.0) 1733 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.943 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.302664+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.943 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.383941+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.943 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.386326+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.943 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.389191+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.943 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.390557+0000 mon.a (mon.0) 1738 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.943 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.400788+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.943 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.485117+0000 mon.a (mon.0) 1740 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.943 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.487227+0000 mon.a (mon.0) 1741 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.943 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.489831+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.943 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.490699+0000 mon.a (mon.0) 1743 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.498748+0000 mon.a (mon.0) 1744 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:32.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.580224+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:32.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.583091+0000 mon.a (mon.0) 1746 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:32.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.585554+0000 mon.a (mon.0) 1747 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:32.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.586523+0000 mon.a (mon.0) 1748 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:32.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:32 smithi040 bash[30799]: audit 2023-12-06T07:02:32.594070+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.010 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[62553]: debug 2023-12-06T07:02:32.749+0000 7fa0929d2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:02:33.010 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:32 smithi141 bash[62553]: debug 2023-12-06T07:02:32.869+0000 7fa0929d2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:02:33.208 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[62553]: debug 2023-12-06T07:02:33.005+0000 7fa0929d2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:02:33.267 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[62553]: debug 2023-12-06T07:02:33.217+0000 7fa0929d2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:02:33.619 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[62553]: debug 2023-12-06T07:02:33.353+0000 7fa0929d2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:02:33.875 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: cephadm 2023-12-06T07:02:31.824292+0000 mgr.y (mgr.15420) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.875 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: cephadm 2023-12-06T07:02:31.919837+0000 mgr.y (mgr.15420) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.875 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: cephadm 2023-12-06T07:02:32.016651+0000 mgr.y (mgr.15420) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.875 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: cephadm 2023-12-06T07:02:32.114310+0000 mgr.y (mgr.15420) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.875 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: cephadm 2023-12-06T07:02:32.204739+0000 mgr.y (mgr.15420) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.875 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: cephadm 2023-12-06T07:02:32.303674+0000 mgr.y (mgr.15420) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.876 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: cephadm 2023-12-06T07:02:32.401574+0000 mgr.y (mgr.15420) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.876 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: cluster 2023-12-06T07:02:32.421523+0000 mgr.y (mgr.15420) 134 : cluster [DBG] pgmap v19: 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-06T07:02:33.876 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: cephadm 2023-12-06T07:02:32.499705+0000 mgr.y (mgr.15420) 135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.876 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: cephadm 2023-12-06T07:02:32.594708+0000 mgr.y (mgr.15420) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.876 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.679466+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.876 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.682576+0000 mon.a (mon.0) 1751 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.876 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.686239+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.876 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.687567+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.876 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.695722+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.876 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: cephadm 2023-12-06T07:02:32.696374+0000 mgr.y (mgr.15420) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.876 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.775616+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.877 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.778565+0000 mon.a (mon.0) 1756 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.877 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.781560+0000 mon.a (mon.0) 1757 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.877 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.782626+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.877 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: cephadm 2023-12-06T07:02:31.824292+0000 mgr.y (mgr.15420) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.877 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: cephadm 2023-12-06T07:02:31.919837+0000 mgr.y (mgr.15420) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.877 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: cephadm 2023-12-06T07:02:32.016651+0000 mgr.y (mgr.15420) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.877 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: cephadm 2023-12-06T07:02:32.114310+0000 mgr.y (mgr.15420) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.878 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: cephadm 2023-12-06T07:02:32.204739+0000 mgr.y (mgr.15420) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.878 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: cephadm 2023-12-06T07:02:32.303674+0000 mgr.y (mgr.15420) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.878 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: cephadm 2023-12-06T07:02:32.401574+0000 mgr.y (mgr.15420) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.878 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: cluster 2023-12-06T07:02:32.421523+0000 mgr.y (mgr.15420) 134 : cluster [DBG] pgmap v19: 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-06T07:02:33.878 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: cephadm 2023-12-06T07:02:32.499705+0000 mgr.y (mgr.15420) 135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.878 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: cephadm 2023-12-06T07:02:32.594708+0000 mgr.y (mgr.15420) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.878 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.679466+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.878 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.682576+0000 mon.a (mon.0) 1751 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.878 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.686239+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.878 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.687567+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.878 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.695722+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.878 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: cephadm 2023-12-06T07:02:32.696374+0000 mgr.y (mgr.15420) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.879 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.775616+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.879 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.778565+0000 mon.a (mon.0) 1756 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.879 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.781560+0000 mon.a (mon.0) 1757 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.879 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.782626+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.879 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.791238+0000 mon.a (mon.0) 1759 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.879 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: cephadm 2023-12-06T07:02:32.791966+0000 mgr.y (mgr.15420) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.879 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.874698+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.879 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.877428+0000 mon.a (mon.0) 1761 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.879 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.881189+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.879 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.882592+0000 mon.a (mon.0) 1763 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.879 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.892177+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.879 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.975821+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.879 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.978002+0000 mon.a (mon.0) 1766 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.980366+0000 mon.a (mon.0) 1767 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.981478+0000 mon.a (mon.0) 1768 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:32.989366+0000 mon.a (mon.0) 1769 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.067694+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.071188+0000 mon.a (mon.0) 1771 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.074786+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.076089+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.083020+0000 mon.a (mon.0) 1774 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.130940+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.132956+0000 mon.a (mon.0) 1776 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.880 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.135548+0000 mon.a (mon.0) 1777 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.881 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.791238+0000 mon.a (mon.0) 1759 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.881 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: cephadm 2023-12-06T07:02:32.791966+0000 mgr.y (mgr.15420) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.881 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.874698+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.881 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.877428+0000 mon.a (mon.0) 1761 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.881 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.881189+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.881 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.882592+0000 mon.a (mon.0) 1763 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.881 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.892177+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.881 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.975821+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.881 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.978002+0000 mon.a (mon.0) 1766 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.881 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.980366+0000 mon.a (mon.0) 1767 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.881 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.981478+0000 mon.a (mon.0) 1768 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.881 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:32.989366+0000 mon.a (mon.0) 1769 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.882 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.067694+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.882 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.071188+0000 mon.a (mon.0) 1771 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.882 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.074786+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.882 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.076089+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.882 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.083020+0000 mon.a (mon.0) 1774 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.882 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.130940+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.882 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.132956+0000 mon.a (mon.0) 1776 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.882 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.135548+0000 mon.a (mon.0) 1777 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.882 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.136278+0000 mon.a (mon.0) 1778 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.883 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.143560+0000 mon.a (mon.0) 1779 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.883 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.223058+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.883 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.225688+0000 mon.a (mon.0) 1781 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.883 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.229228+0000 mon.a (mon.0) 1782 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.883 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.230284+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.883 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.238872+0000 mon.a (mon.0) 1784 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.883 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.319613+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.883 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.322478+0000 mon.a (mon.0) 1786 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.883 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.325021+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.884 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.325885+0000 mon.a (mon.0) 1788 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.884 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.336764+0000 mon.a (mon.0) 1789 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.884 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.414607+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.884 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.417349+0000 mon.a (mon.0) 1791 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.884 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.419996+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.884 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.421058+0000 mon.a (mon.0) 1793 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.884 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.430394+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.884 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.544004+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.884 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.546399+0000 mon.a (mon.0) 1796 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.884 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.549640+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.885 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.550765+0000 mon.a (mon.0) 1798 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.885 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[30799]: audit 2023-12-06T07:02:33.560036+0000 mon.a (mon.0) 1799 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.885 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.136278+0000 mon.a (mon.0) 1778 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.885 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.143560+0000 mon.a (mon.0) 1779 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.885 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.223058+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.885 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.225688+0000 mon.a (mon.0) 1781 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.886 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.229228+0000 mon.a (mon.0) 1782 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.886 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.230284+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.886 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.238872+0000 mon.a (mon.0) 1784 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.886 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.319613+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.886 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.322478+0000 mon.a (mon.0) 1786 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.886 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.325021+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.886 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.325885+0000 mon.a (mon.0) 1788 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.886 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.336764+0000 mon.a (mon.0) 1789 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.886 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.414607+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.886 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.417349+0000 mon.a (mon.0) 1791 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.886 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.419996+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.886 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.421058+0000 mon.a (mon.0) 1793 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.887 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.430394+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.887 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.544004+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.887 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.546399+0000 mon.a (mon.0) 1796 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.887 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.549640+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.887 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.550765+0000 mon.a (mon.0) 1798 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.887 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:33 smithi040 bash[25004]: audit 2023-12-06T07:02:33.560036+0000 mon.a (mon.0) 1799 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: cephadm 2023-12-06T07:02:31.824292+0000 mgr.y (mgr.15420) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: cephadm 2023-12-06T07:02:31.919837+0000 mgr.y (mgr.15420) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: cephadm 2023-12-06T07:02:32.016651+0000 mgr.y (mgr.15420) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: cephadm 2023-12-06T07:02:32.114310+0000 mgr.y (mgr.15420) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: cephadm 2023-12-06T07:02:32.204739+0000 mgr.y (mgr.15420) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.944 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: cephadm 2023-12-06T07:02:32.303674+0000 mgr.y (mgr.15420) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: cephadm 2023-12-06T07:02:32.401574+0000 mgr.y (mgr.15420) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: cluster 2023-12-06T07:02:32.421523+0000 mgr.y (mgr.15420) 134 : cluster [DBG] pgmap v19: 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-06T07:02:33.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: cephadm 2023-12-06T07:02:32.499705+0000 mgr.y (mgr.15420) 135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: cephadm 2023-12-06T07:02:32.594708+0000 mgr.y (mgr.15420) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.679466+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.682576+0000 mon.a (mon.0) 1751 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.686239+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.687567+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.695722+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: cephadm 2023-12-06T07:02:32.696374+0000 mgr.y (mgr.15420) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.775616+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.778565+0000 mon.a (mon.0) 1756 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.781560+0000 mon.a (mon.0) 1757 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.782626+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.791238+0000 mon.a (mon.0) 1759 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: cephadm 2023-12-06T07:02:32.791966+0000 mgr.y (mgr.15420) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:33.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.874698+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.877428+0000 mon.a (mon.0) 1761 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.881189+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.882592+0000 mon.a (mon.0) 1763 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.892177+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.975821+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.978002+0000 mon.a (mon.0) 1766 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.980366+0000 mon.a (mon.0) 1767 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.981478+0000 mon.a (mon.0) 1768 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.946 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:32.989366+0000 mon.a (mon.0) 1769 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.067694+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.071188+0000 mon.a (mon.0) 1771 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.074786+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.076089+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.083020+0000 mon.a (mon.0) 1774 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.130940+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.132956+0000 mon.a (mon.0) 1776 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.135548+0000 mon.a (mon.0) 1777 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.136278+0000 mon.a (mon.0) 1778 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.143560+0000 mon.a (mon.0) 1779 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.223058+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.225688+0000 mon.a (mon.0) 1781 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.947 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.229228+0000 mon.a (mon.0) 1782 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.230284+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.238872+0000 mon.a (mon.0) 1784 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.319613+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.322478+0000 mon.a (mon.0) 1786 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.325021+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.325885+0000 mon.a (mon.0) 1788 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.336764+0000 mon.a (mon.0) 1789 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.414607+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.417349+0000 mon.a (mon.0) 1791 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.419996+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.421058+0000 mon.a (mon.0) 1793 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.430394+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.544004+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.546399+0000 mon.a (mon.0) 1796 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.549640+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:33.948 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.550765+0000 mon.a (mon.0) 1798 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:33.949 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:33 smithi141 bash[25168]: audit 2023-12-06T07:02:33.560036+0000 mon.a (mon.0) 1799 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: cephadm 2023-12-06T07:02:32.892805+0000 mgr.y (mgr.15420) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:32.926024+0000 mgr.y (mgr.15420) 140 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:02:34.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: cephadm 2023-12-06T07:02:32.989910+0000 mgr.y (mgr.15420) 141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: cephadm 2023-12-06T07:02:33.083686+0000 mgr.y (mgr.15420) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: cephadm 2023-12-06T07:02:33.144060+0000 mgr.y (mgr.15420) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: cephadm 2023-12-06T07:02:33.242033+0000 mgr.y (mgr.15420) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: cephadm 2023-12-06T07:02:33.337409+0000 mgr.y (mgr.15420) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: cephadm 2023-12-06T07:02:33.431259+0000 mgr.y (mgr.15420) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: cephadm 2023-12-06T07:02:33.560715+0000 mgr.y (mgr.15420) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.655699+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.658508+0000 mon.a (mon.0) 1801 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.661472+0000 mon.a (mon.0) 1802 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.662506+0000 mon.a (mon.0) 1803 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.670430+0000 mon.a (mon.0) 1804 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: cephadm 2023-12-06T07:02:33.671199+0000 mgr.y (mgr.15420) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.784027+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.788737+0000 mon.a (mon.0) 1806 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.792503+0000 mon.a (mon.0) 1807 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.793560+0000 mon.a (mon.0) 1808 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.799414+0000 mon.a (mon.0) 1809 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: cephadm 2023-12-06T07:02:32.892805+0000 mgr.y (mgr.15420) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:32.926024+0000 mgr.y (mgr.15420) 140 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:02:34.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: cephadm 2023-12-06T07:02:32.989910+0000 mgr.y (mgr.15420) 141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: cephadm 2023-12-06T07:02:33.083686+0000 mgr.y (mgr.15420) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: cephadm 2023-12-06T07:02:33.144060+0000 mgr.y (mgr.15420) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: cephadm 2023-12-06T07:02:33.242033+0000 mgr.y (mgr.15420) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: cephadm 2023-12-06T07:02:33.337409+0000 mgr.y (mgr.15420) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: cephadm 2023-12-06T07:02:33.431259+0000 mgr.y (mgr.15420) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: cephadm 2023-12-06T07:02:33.560715+0000 mgr.y (mgr.15420) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.655699+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.658508+0000 mon.a (mon.0) 1801 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.661472+0000 mon.a (mon.0) 1802 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.662506+0000 mon.a (mon.0) 1803 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.670430+0000 mon.a (mon.0) 1804 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: cephadm 2023-12-06T07:02:33.671199+0000 mgr.y (mgr.15420) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.784027+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.788737+0000 mon.a (mon.0) 1806 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.792503+0000 mon.a (mon.0) 1807 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.793560+0000 mon.a (mon.0) 1808 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.799414+0000 mon.a (mon.0) 1809 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: cephadm 2023-12-06T07:02:33.799891+0000 mgr.y (mgr.15420) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.862556+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.864576+0000 mon.a (mon.0) 1811 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.867214+0000 mon.a (mon.0) 1812 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.873487+0000 mon.a (mon.0) 1813 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.879734+0000 mon.a (mon.0) 1814 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.959366+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.962631+0000 mon.a (mon.0) 1816 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.965447+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.966487+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.973398+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:33.988788+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:02:34.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.084997+0000 mon.a (mon.0) 1821 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.087257+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.089382+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.090283+0000 mon.a (mon.0) 1824 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.097161+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.207046+0000 mon.a (mon.0) 1826 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.209593+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.212176+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.213056+0000 mon.a (mon.0) 1829 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.219248+0000 mon.a (mon.0) 1830 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.294887+0000 mon.a (mon.0) 1831 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.297610+0000 mon.a (mon.0) 1832 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.300427+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.301410+0000 mon.a (mon.0) 1834 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.307763+0000 mon.a (mon.0) 1835 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.385506+0000 mon.a (mon.0) 1836 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.390190+0000 mon.a (mon.0) 1837 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.392675+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.395211+0000 mon.a (mon.0) 1839 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.401322+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.483445+0000 mon.a (mon.0) 1841 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.485615+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.487978+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.488796+0000 mon.a (mon.0) 1844 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.495337+0000 mon.a (mon.0) 1845 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.573347+0000 mon.a (mon.0) 1846 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.575369+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.577708+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.578458+0000 mon.a (mon.0) 1849 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[30799]: audit 2023-12-06T07:02:34.585510+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: cephadm 2023-12-06T07:02:33.799891+0000 mgr.y (mgr.15420) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.862556+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.864576+0000 mon.a (mon.0) 1811 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.867214+0000 mon.a (mon.0) 1812 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.873487+0000 mon.a (mon.0) 1813 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.879734+0000 mon.a (mon.0) 1814 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.959366+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.962631+0000 mon.a (mon.0) 1816 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.965447+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.966487+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.973398+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:33.988788+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.084997+0000 mon.a (mon.0) 1821 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.087257+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.089382+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.090283+0000 mon.a (mon.0) 1824 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.097161+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.207046+0000 mon.a (mon.0) 1826 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.209593+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.212176+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.213056+0000 mon.a (mon.0) 1829 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.219248+0000 mon.a (mon.0) 1830 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.294887+0000 mon.a (mon.0) 1831 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.297610+0000 mon.a (mon.0) 1832 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.300427+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.301410+0000 mon.a (mon.0) 1834 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.307763+0000 mon.a (mon.0) 1835 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.385506+0000 mon.a (mon.0) 1836 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.390190+0000 mon.a (mon.0) 1837 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.392675+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.395211+0000 mon.a (mon.0) 1839 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.401322+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.483445+0000 mon.a (mon.0) 1841 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.485615+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.487978+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.488796+0000 mon.a (mon.0) 1844 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.495337+0000 mon.a (mon.0) 1845 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.573347+0000 mon.a (mon.0) 1846 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.575369+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.577708+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.578458+0000 mon.a (mon.0) 1849 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:34 smithi040 bash[25004]: audit 2023-12-06T07:02:34.585510+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.952 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[62553]: debug 2023-12-06T07:02:34.833+0000 7fa0929d2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:02:34.953 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[62553]: [06/Dec/2023:07:02:34] ENGINE Bus STARTING 2023-12-06T07:02:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: cephadm 2023-12-06T07:02:32.892805+0000 mgr.y (mgr.15420) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:32.926024+0000 mgr.y (mgr.15420) 140 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:02:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: cephadm 2023-12-06T07:02:32.989910+0000 mgr.y (mgr.15420) 141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: cephadm 2023-12-06T07:02:33.083686+0000 mgr.y (mgr.15420) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: cephadm 2023-12-06T07:02:33.144060+0000 mgr.y (mgr.15420) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: cephadm 2023-12-06T07:02:33.242033+0000 mgr.y (mgr.15420) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: cephadm 2023-12-06T07:02:33.337409+0000 mgr.y (mgr.15420) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: cephadm 2023-12-06T07:02:33.431259+0000 mgr.y (mgr.15420) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: cephadm 2023-12-06T07:02:33.560715+0000 mgr.y (mgr.15420) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.655699+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.658508+0000 mon.a (mon.0) 1801 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.661472+0000 mon.a (mon.0) 1802 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.662506+0000 mon.a (mon.0) 1803 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.670430+0000 mon.a (mon.0) 1804 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: cephadm 2023-12-06T07:02:33.671199+0000 mgr.y (mgr.15420) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.784027+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.788737+0000 mon.a (mon.0) 1806 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.792503+0000 mon.a (mon.0) 1807 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.793560+0000 mon.a (mon.0) 1808 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.799414+0000 mon.a (mon.0) 1809 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: cephadm 2023-12-06T07:02:33.799891+0000 mgr.y (mgr.15420) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.862556+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.864576+0000 mon.a (mon.0) 1811 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.867214+0000 mon.a (mon.0) 1812 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.873487+0000 mon.a (mon.0) 1813 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.879734+0000 mon.a (mon.0) 1814 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.959366+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.962631+0000 mon.a (mon.0) 1816 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.965447+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.966487+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.973398+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:33.988788+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:02:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.084997+0000 mon.a (mon.0) 1821 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.087257+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.089382+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.090283+0000 mon.a (mon.0) 1824 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.097161+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.207046+0000 mon.a (mon.0) 1826 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.209593+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.212176+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.213056+0000 mon.a (mon.0) 1829 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.219248+0000 mon.a (mon.0) 1830 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.294887+0000 mon.a (mon.0) 1831 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.297610+0000 mon.a (mon.0) 1832 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.300427+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.301410+0000 mon.a (mon.0) 1834 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.307763+0000 mon.a (mon.0) 1835 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.385506+0000 mon.a (mon.0) 1836 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.390190+0000 mon.a (mon.0) 1837 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.392675+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.395211+0000 mon.a (mon.0) 1839 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.401322+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.483445+0000 mon.a (mon.0) 1841 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.485615+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.487978+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.488796+0000 mon.a (mon.0) 1844 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.495337+0000 mon.a (mon.0) 1845 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.573347+0000 mon.a (mon.0) 1846 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:34.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.575369+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:34.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.577708+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:34.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.578458+0000 mon.a (mon.0) 1849 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:34.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[25168]: audit 2023-12-06T07:02:34.585510+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[62553]: CherryPy Checker: 2023-12-06T07:02:35.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[62553]: The Application mounted at '' has an empty config. 2023-12-06T07:02:35.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[62553]: [06/Dec/2023:07:02:34] ENGINE Serving on http://:::9283 2023-12-06T07:02:35.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:34 smithi141 bash[62553]: [06/Dec/2023:07:02:34] ENGINE Bus STARTED 2023-12-06T07:02:35.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: cephadm 2023-12-06T07:02:33.880195+0000 mgr.y (mgr.15420) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: cephadm 2023-12-06T07:02:33.973909+0000 mgr.y (mgr.15420) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: cephadm 2023-12-06T07:02:34.097702+0000 mgr.y (mgr.15420) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: cephadm 2023-12-06T07:02:34.220012+0000 mgr.y (mgr.15420) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: cephadm 2023-12-06T07:02:34.308374+0000 mgr.y (mgr.15420) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: cephadm 2023-12-06T07:02:34.401878+0000 mgr.y (mgr.15420) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: cluster 2023-12-06T07:02:34.421990+0000 mgr.y (mgr.15420) 156 : cluster [DBG] pgmap v20: 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-06T07:02:35.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: cephadm 2023-12-06T07:02:34.495883+0000 mgr.y (mgr.15420) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: cephadm 2023-12-06T07:02:34.586008+0000 mgr.y (mgr.15420) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.669582+0000 mon.a (mon.0) 1851 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:35.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.672096+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:35.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.675106+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:35.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.676486+0000 mon.a (mon.0) 1854 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:35.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.684807+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: cephadm 2023-12-06T07:02:34.685645+0000 mgr.y (mgr.15420) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.768143+0000 mon.a (mon.0) 1856 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:35.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.778099+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:35.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.781945+0000 mon.a (mon.0) 1858 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.782209+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:35.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.784815+0000 mon.a (mon.0) 1860 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:35.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.789459+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.794031+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.800191+0000 mon.a (mon.0) 1863 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: cluster 2023-12-06T07:02:34.838207+0000 mon.a (mon.0) 1864 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:02:35.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: cluster 2023-12-06T07:02:34.838455+0000 mon.a (mon.0) 1865 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:02:35.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.846571+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.? 172.21.15.141:0/1807478623' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:02:35.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.847644+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.? 172.21.15.141:0/1807478623' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:02:35.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.851264+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.? 172.21.15.141:0/1807478623' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:02:35.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.852176+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.? 172.21.15.141:0/1807478623' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:02:35.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.885687+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:35.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.889368+0000 mon.a (mon.0) 1867 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:35.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.890942+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:02:35.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:34.892097+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-06T07:02:35.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:35.411525+0000 mon.a (mon.0) 1870 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:35.419170+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:35 smithi141 bash[25168]: audit 2023-12-06T07:02:35.428997+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: cephadm 2023-12-06T07:02:33.880195+0000 mgr.y (mgr.15420) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: cephadm 2023-12-06T07:02:33.973909+0000 mgr.y (mgr.15420) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: cephadm 2023-12-06T07:02:34.097702+0000 mgr.y (mgr.15420) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: cephadm 2023-12-06T07:02:34.220012+0000 mgr.y (mgr.15420) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: cephadm 2023-12-06T07:02:34.308374+0000 mgr.y (mgr.15420) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: cephadm 2023-12-06T07:02:34.401878+0000 mgr.y (mgr.15420) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: cluster 2023-12-06T07:02:34.421990+0000 mgr.y (mgr.15420) 156 : cluster [DBG] pgmap v20: 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-06T07:02:35.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: cephadm 2023-12-06T07:02:34.495883+0000 mgr.y (mgr.15420) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: cephadm 2023-12-06T07:02:34.586008+0000 mgr.y (mgr.15420) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.669582+0000 mon.a (mon.0) 1851 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:35.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.672096+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:35.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.675106+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:35.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.676486+0000 mon.a (mon.0) 1854 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:35.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.684807+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: cephadm 2023-12-06T07:02:34.685645+0000 mgr.y (mgr.15420) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.768143+0000 mon.a (mon.0) 1856 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:35.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.778099+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:35.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.781945+0000 mon.a (mon.0) 1858 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.782209+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:35.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.784815+0000 mon.a (mon.0) 1860 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:35.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: cephadm 2023-12-06T07:02:33.880195+0000 mgr.y (mgr.15420) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: cephadm 2023-12-06T07:02:33.973909+0000 mgr.y (mgr.15420) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: cephadm 2023-12-06T07:02:34.097702+0000 mgr.y (mgr.15420) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: cephadm 2023-12-06T07:02:34.220012+0000 mgr.y (mgr.15420) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: cephadm 2023-12-06T07:02:34.308374+0000 mgr.y (mgr.15420) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: cephadm 2023-12-06T07:02:34.401878+0000 mgr.y (mgr.15420) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: cluster 2023-12-06T07:02:34.421990+0000 mgr.y (mgr.15420) 156 : cluster [DBG] pgmap v20: 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-06T07:02:35.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: cephadm 2023-12-06T07:02:34.495883+0000 mgr.y (mgr.15420) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: cephadm 2023-12-06T07:02:34.586008+0000 mgr.y (mgr.15420) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.669582+0000 mon.a (mon.0) 1851 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:35.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.672096+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:35.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.675106+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:35.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.676486+0000 mon.a (mon.0) 1854 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:35.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.684807+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: cephadm 2023-12-06T07:02:34.685645+0000 mgr.y (mgr.15420) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:02:35.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.768143+0000 mon.a (mon.0) 1856 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:35.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.778099+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:35.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.781945+0000 mon.a (mon.0) 1858 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.782209+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:35.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.784815+0000 mon.a (mon.0) 1860 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:35.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.789459+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.794031+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.800191+0000 mon.a (mon.0) 1863 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: cluster 2023-12-06T07:02:34.838207+0000 mon.a (mon.0) 1864 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:02:35.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: cluster 2023-12-06T07:02:34.838455+0000 mon.a (mon.0) 1865 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:02:35.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.846571+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.? 172.21.15.141:0/1807478623' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:02:35.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.847644+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.? 172.21.15.141:0/1807478623' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:02:35.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.851264+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.? 172.21.15.141:0/1807478623' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:02:35.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.852176+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.? 172.21.15.141:0/1807478623' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:02:35.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.885687+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:35.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.889368+0000 mon.a (mon.0) 1867 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:35.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.890942+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:02:35.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:34.892097+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-06T07:02:35.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:35.411525+0000 mon.a (mon.0) 1870 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:35.419170+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[30799]: audit 2023-12-06T07:02:35.428997+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.789459+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.794031+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.800191+0000 mon.a (mon.0) 1863 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: cluster 2023-12-06T07:02:34.838207+0000 mon.a (mon.0) 1864 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:02:35.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: cluster 2023-12-06T07:02:34.838455+0000 mon.a (mon.0) 1865 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:02:35.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.846571+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.? 172.21.15.141:0/1807478623' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:02:35.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.847644+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.? 172.21.15.141:0/1807478623' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:02:35.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.851264+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.? 172.21.15.141:0/1807478623' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:02:35.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.852176+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.? 172.21.15.141:0/1807478623' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:02:35.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.885687+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:35.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.889368+0000 mon.a (mon.0) 1867 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:35.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.890942+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:02:35.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:34.892097+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-06T07:02:35.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:35.411525+0000 mon.a (mon.0) 1870 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:35.419170+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:35.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:35 smithi040 bash[25004]: audit 2023-12-06T07:02:35.428997+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:36.577 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:36 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:02:36] "GET /metrics HTTP/1.1" 200 38156 "" "Prometheus/2.33.4" 2023-12-06T07:02:37.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:36 smithi040 bash[25004]: cephadm 2023-12-06T07:02:34.893005+0000 mgr.y (mgr.15420) 160 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-06T07:02:37.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:36 smithi040 bash[25004]: cluster 2023-12-06T07:02:35.815999+0000 mon.a (mon.0) 1873 : cluster [DBG] mgrmap e35: y(active, since 32s), standbys: x 2023-12-06T07:02:37.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:36 smithi040 bash[30799]: cephadm 2023-12-06T07:02:34.893005+0000 mgr.y (mgr.15420) 160 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-06T07:02:37.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:36 smithi040 bash[30799]: cluster 2023-12-06T07:02:35.815999+0000 mon.a (mon.0) 1873 : cluster [DBG] mgrmap e35: y(active, since 32s), standbys: x 2023-12-06T07:02:37.068 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:36 smithi141 bash[25168]: cephadm 2023-12-06T07:02:34.893005+0000 mgr.y (mgr.15420) 160 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-06T07:02:37.068 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:36 smithi141 bash[25168]: cluster 2023-12-06T07:02:35.815999+0000 mon.a (mon.0) 1873 : cluster [DBG] mgrmap e35: y(active, since 32s), standbys: x 2023-12-06T07:02:37.576 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:02:38.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[30799]: cluster 2023-12-06T07:02:36.422741+0000 mgr.y (mgr.15420) 161 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:02:38.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[30799]: cephadm 2023-12-06T07:02:37.314875+0000 mgr.y (mgr.15420) 162 : cephadm [INF] Upgrade: Updating mon.a 2023-12-06T07:02:38.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[30799]: audit 2023-12-06T07:02:37.326269+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:38.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[30799]: audit 2023-12-06T07:02:37.327825+0000 mon.a (mon.0) 1875 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:02:38.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[30799]: audit 2023-12-06T07:02:37.328934+0000 mon.a (mon.0) 1876 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:02:38.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[30799]: audit 2023-12-06T07:02:37.330052+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:38.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[30799]: cephadm 2023-12-06T07:02:37.331440+0000 mgr.y (mgr.15420) 163 : cephadm [INF] Deploying daemon mon.a on smithi040 2023-12-06T07:02:38.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[30799]: audit 2023-12-06T07:02:37.554639+0000 mgr.y (mgr.15420) 164 : audit [DBG] from='client.15513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[25004]: cluster 2023-12-06T07:02:36.422741+0000 mgr.y (mgr.15420) 161 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:02:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[25004]: cephadm 2023-12-06T07:02:37.314875+0000 mgr.y (mgr.15420) 162 : cephadm [INF] Upgrade: Updating mon.a 2023-12-06T07:02:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[25004]: audit 2023-12-06T07:02:37.326269+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[25004]: audit 2023-12-06T07:02:37.327825+0000 mon.a (mon.0) 1875 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:02:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[25004]: audit 2023-12-06T07:02:37.328934+0000 mon.a (mon.0) 1876 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:02:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[25004]: audit 2023-12-06T07:02:37.330052+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[25004]: cephadm 2023-12-06T07:02:37.331440+0000 mgr.y (mgr.15420) 163 : cephadm [INF] Deploying daemon mon.a on smithi040 2023-12-06T07:02:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:37 smithi040 bash[25004]: audit 2023-12-06T07:02:37.554639+0000 mgr.y (mgr.15420) 164 : audit [DBG] from='client.15513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:38.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:37 smithi141 bash[25168]: cluster 2023-12-06T07:02:36.422741+0000 mgr.y (mgr.15420) 161 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:02:38.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:37 smithi141 bash[25168]: cephadm 2023-12-06T07:02:37.314875+0000 mgr.y (mgr.15420) 162 : cephadm [INF] Upgrade: Updating mon.a 2023-12-06T07:02:38.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:37 smithi141 bash[25168]: audit 2023-12-06T07:02:37.326269+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:38.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:37 smithi141 bash[25168]: audit 2023-12-06T07:02:37.327825+0000 mon.a (mon.0) 1875 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:02:38.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:37 smithi141 bash[25168]: audit 2023-12-06T07:02:37.328934+0000 mon.a (mon.0) 1876 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:02:38.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:37 smithi141 bash[25168]: audit 2023-12-06T07:02:37.330052+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:38.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:37 smithi141 bash[25168]: cephadm 2023-12-06T07:02:37.331440+0000 mgr.y (mgr.15420) 163 : cephadm [INF] Deploying daemon mon.a on smithi040 2023-12-06T07:02:38.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:37 smithi141 bash[25168]: audit 2023-12-06T07:02:37.554639+0000 mgr.y (mgr.15420) 164 : audit [DBG] from='client.15513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:38.392 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:02:38.393 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 2s ago 15m - - 2023-12-06T07:02:38.393 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 0s ago 15m - - 2023-12-06T07:02:38.393 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (2m) 2s ago 8m 16.4M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:02:38.393 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (68s) 0s ago 8m 42.2M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:02:38.393 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (27s) 2s ago 6m 43.9M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:02:38.393 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (14s) 0s ago 14m 430M - 19.0.0-26-g0482646f 26bb7d89db2e f3c8a7644e0d 2023-12-06T07:02:38.393 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (45s) 2s ago 16m 492M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:02:38.393 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (16m) 2s ago 16m 68.2M 2048M 17.2.0 e1d6a67b021e f2e836555997 2023-12-06T07:02:38.393 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (15m) 0s ago 15m 54.9M 2048M 17.2.0 e1d6a67b021e 76faf01e600e 2023-12-06T07:02:38.393 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (15m) 2s ago 15m 57.3M 2048M 17.2.0 e1d6a67b021e b63429ef8030 2023-12-06T07:02:38.393 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (2m) 2s ago 8m 11.5M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:02:38.393 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (94s) 0s ago 8m 11.0M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:02:38.393 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (14m) 2s ago 14m 58.0M 4096M 17.2.0 e1d6a67b021e fa89468afe64 2023-12-06T07:02:38.394 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (13m) 2s ago 13m 58.3M 4096M 17.2.0 e1d6a67b021e f21c73c261bf 2023-12-06T07:02:38.394 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (12m) 2s ago 13m 53.3M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T07:02:38.394 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (12m) 2s ago 12m 56.9M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T07:02:38.394 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (11m) 0s ago 11m 61.1M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T07:02:38.394 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (11m) 0s ago 11m 54.9M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:02:38.394 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (10m) 0s ago 10m 53.3M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:02:38.394 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (9m) 0s ago 9m 56.8M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:02:38.394 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (21s) 0s ago 8m 51.6M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:02:38.394 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (6m) 2s ago 6m 86.7M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:02:38.394 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (6m) 0s ago 6m 86.4M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:02:38.394 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (6m) 2s ago 6m 86.6M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:02:38.394 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (6m) 0s ago 6m 86.9M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:02:38.851 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:02:38.852 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:02:38.852 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T07:02:38.852 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:02:38.852 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:02:38.852 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:02:38.852 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:02:38.852 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:02:38.852 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:02:38.852 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:02:38.852 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": {}, 2023-12-06T07:02:38.852 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:02:38.852 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:02:38.852 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:02:38.852 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:02:38.853 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-06T07:02:38.853 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:02:38.853 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:02:38.853 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:02:38.930 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:38 smithi141 bash[61993]: ts=2023-12-06T07:02:38.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:02:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:38 smithi141 bash[25168]: audit 2023-12-06T07:02:37.962135+0000 mgr.y (mgr.15420) 165 : audit [DBG] from='client.15519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:38 smithi141 bash[25168]: audit 2023-12-06T07:02:37.976173+0000 mon.a (mon.0) 1878 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:38 smithi141 bash[25168]: audit 2023-12-06T07:02:37.983372+0000 mon.a (mon.0) 1879 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:39.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:38 smithi141 bash[25168]: audit 2023-12-06T07:02:37.992639+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:39.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:38 smithi141 bash[25168]: audit 2023-12-06T07:02:38.360035+0000 mgr.y (mgr.15420) 166 : audit [DBG] from='client.25444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:39.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:38 smithi141 bash[25168]: cluster 2023-12-06T07:02:38.423423+0000 mgr.y (mgr.15420) 167 : cluster [DBG] pgmap v22: 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-06T07:02:39.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:38 smithi141 bash[25168]: audit 2023-12-06T07:02:38.844892+0000 mon.a (mon.0) 1881 : audit [DBG] from='client.? 172.21.15.40:0/659207901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:39.249 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:38 smithi040 bash[30799]: audit 2023-12-06T07:02:37.962135+0000 mgr.y (mgr.15420) 165 : audit [DBG] from='client.15519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:39.250 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:38 smithi040 bash[30799]: audit 2023-12-06T07:02:37.976173+0000 mon.a (mon.0) 1878 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:39.250 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:38 smithi040 bash[30799]: audit 2023-12-06T07:02:37.983372+0000 mon.a (mon.0) 1879 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:39.250 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:38 smithi040 bash[30799]: audit 2023-12-06T07:02:37.992639+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:39.250 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:38 smithi040 bash[30799]: audit 2023-12-06T07:02:38.360035+0000 mgr.y (mgr.15420) 166 : audit [DBG] from='client.25444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:39.250 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:38 smithi040 bash[30799]: cluster 2023-12-06T07:02:38.423423+0000 mgr.y (mgr.15420) 167 : cluster [DBG] pgmap v22: 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-06T07:02:39.250 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:38 smithi040 bash[30799]: audit 2023-12-06T07:02:38.844892+0000 mon.a (mon.0) 1881 : audit [DBG] from='client.? 172.21.15.40:0/659207901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:39.250 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:38 smithi040 bash[25004]: audit 2023-12-06T07:02:37.962135+0000 mgr.y (mgr.15420) 165 : audit [DBG] from='client.15519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:39.250 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:38 smithi040 bash[25004]: audit 2023-12-06T07:02:37.976173+0000 mon.a (mon.0) 1878 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:39.251 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:38 smithi040 bash[25004]: audit 2023-12-06T07:02:37.983372+0000 mon.a (mon.0) 1879 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:39.251 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:38 smithi040 bash[25004]: audit 2023-12-06T07:02:37.992639+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' 2023-12-06T07:02:39.251 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:38 smithi040 bash[25004]: audit 2023-12-06T07:02:38.360035+0000 mgr.y (mgr.15420) 166 : audit [DBG] from='client.25444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:39.251 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:38 smithi040 bash[25004]: cluster 2023-12-06T07:02:38.423423+0000 mgr.y (mgr.15420) 167 : cluster [DBG] pgmap v22: 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-06T07:02:39.251 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:38 smithi040 bash[25004]: audit 2023-12-06T07:02:38.844892+0000 mon.a (mon.0) 1881 : audit [DBG] from='client.? 172.21.15.40:0/659207901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:02:39.251 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:02:39.251 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:02:39.251 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:02:39.251 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:02:39.251 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:02:39.251 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr" 2023-12-06T07:02:39.252 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:02:39.252 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "2/23 daemons upgraded", 2023-12-06T07:02:39.252 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading mon daemons", 2023-12-06T07:02:39.252 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:02:39.252 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:02:39.697 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T07:02:40.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:39 smithi040 bash[25004]: audit 2023-12-06T07:02:39.244130+0000 mgr.y (mgr.15420) 168 : audit [DBG] from='client.25456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:40.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:39 smithi040 bash[25004]: audit 2023-12-06T07:02:39.691530+0000 mon.c (mon.1) 169 : audit [DBG] from='client.? 172.21.15.40:0/2522146602' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:02:40.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:40 smithi040 systemd[1]: Stopping Ceph mon.a for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:02:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:39 smithi040 bash[30799]: audit 2023-12-06T07:02:39.244130+0000 mgr.y (mgr.15420) 168 : audit [DBG] from='client.25456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:39 smithi040 bash[30799]: audit 2023-12-06T07:02:39.691530+0000 mon.c (mon.1) 169 : audit [DBG] from='client.? 172.21.15.40:0/2522146602' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:02:40.379 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:39 smithi141 bash[25168]: audit 2023-12-06T07:02:39.244130+0000 mgr.y (mgr.15420) 168 : audit [DBG] from='client.25456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:02:40.379 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:39 smithi141 bash[25168]: audit 2023-12-06T07:02:39.691530+0000 mon.c (mon.1) 169 : audit [DBG] from='client.? 172.21.15.40:0/2522146602' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:02:40.646 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:40 smithi040 bash[25004]: debug 2023-12-06T07:02:40.353+0000 7f646fe12700 -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-06T07:02:40.646 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:40 smithi040 bash[25004]: debug 2023-12-06T07:02:40.353+0000 7f646fe12700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-06T07:02:40.646 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:40 smithi040 bash[75188]: [06/Dec/2023:07:02:40] ENGINE Bus STOPPING 2023-12-06T07:02:40.646 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:40 smithi040 bash[75188]: [06/Dec/2023:07:02:40] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T07:02:40.647 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:40 smithi040 bash[75188]: [06/Dec/2023:07:02:40] ENGINE Bus STOPPED 2023-12-06T07:02:40.647 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:40 smithi040 bash[75188]: [06/Dec/2023:07:02:40] ENGINE Bus STARTING 2023-12-06T07:02:40.647 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:40 smithi040 bash[75188]: [06/Dec/2023:07:02:40] ENGINE Serving on http://:::9283 2023-12-06T07:02:40.647 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:40 smithi040 bash[75188]: [06/Dec/2023:07:02:40] ENGINE Bus STARTED 2023-12-06T07:02:41.390 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:41 smithi040 bash[78799]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mon-a 2023-12-06T07:02:41.390 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:41 smithi040 bash[78885]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mon-a 2023-12-06T07:02:41.390 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:41 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-06T07:02:41.390 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:41 smithi040 systemd[1]: Stopped Ceph mon.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:02:41.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:41 smithi040 systemd[1]: Started Ceph mon.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:02:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.485+0000 7fa7ee11ec80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T07:02:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.485+0000 7fa7ee11ec80 0 ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev), process ceph-mon, pid 6 2023-12-06T07:02:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.485+0000 7fa7ee11ec80 0 pidfile_write: ignore empty --pid-file 2023-12-06T07:02:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.489+0000 7fa7ee11ec80 0 load: jerasure load: lrc 2023-12-06T07:02:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: RocksDB version: 7.9.2 2023-12-06T07:02:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Git sha 0 2023-12-06T07:02:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Compile date 2023-12-06 02:25:46 2023-12-06T07:02:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: DB SUMMARY 2023-12-06T07:02:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: DB Session ID: DHAFENFXF41SWJO9CSSD 2023-12-06T07:02:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: CURRENT file: CURRENT 2023-12-06T07:02:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T07:02:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 1742 Bytes 2023-12-06T07:02:42.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000042.sst 2023-12-06T07:02:42.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000040.log size: 879055 ; 2023-12-06T07:02:42.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.error_if_exists: 0 2023-12-06T07:02:42.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.create_if_missing: 0 2023-12-06T07:02:42.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T07:02:42.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-06T07:02:42.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T07:02:42.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-06T07:02:42.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.env: 0x55f32c7a8a60 2023-12-06T07:02:42.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-06T07:02:42.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.info_log: 0x55f32ece5780 2023-12-06T07:02:42.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T07:02:42.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.statistics: (nil) 2023-12-06T07:02:42.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.use_fsync: 0 2023-12-06T07:02:42.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T07:02:42.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T07:02:42.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T07:02:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T07:02:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T07:02:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T07:02:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T07:02:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T07:02:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T07:02:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T07:02:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T07:02:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.db_log_dir: 2023-12-06T07:02:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.wal_dir: 2023-12-06T07:02:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T07:02:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T07:02:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T07:02:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T07:02:42.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T07:02:42.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T07:02:42.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T07:02:42.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T07:02:42.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.write_buffer_manager: 0x55f32ecb8f00 2023-12-06T07:02:42.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T07:02:42.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T07:02:42.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T07:02:42.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T07:02:42.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T07:02:42.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T07:02:42.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T07:02:42.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T07:02:42.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.unordered_write: 0 2023-12-06T07:02:42.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T07:02:42.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T07:02:42.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T07:02:42.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T07:02:42.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.row_cache: None 2023-12-06T07:02:42.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.wal_filter: None 2023-12-06T07:02:42.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T07:02:42.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T07:02:42.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.two_write_queues: 0 2023-12-06T07:02:42.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T07:02:42.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.wal_compression: 0 2023-12-06T07:02:42.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.atomic_flush: 0 2023-12-06T07:02:42.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T07:02:42.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T07:02:42.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T07:02:42.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T07:02:42.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T07:02:42.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T07:02:42.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T07:02:42.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T07:02:42.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T07:02:42.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T07:02:42.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-06T07:02:42.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T07:02:42.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T07:02:42.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T07:02:42.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T07:02:42.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T07:02:42.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T07:02:42.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T07:02:42.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T07:02:42.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T07:02:42.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T07:02:42.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T07:02:42.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_open_files: -1 2023-12-06T07:02:42.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T07:02:42.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T07:02:42.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T07:02:42.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T07:02:42.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T07:02:42.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Compression algorithms supported: 2023-12-06T07:02:42.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T07:02:42.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: kZSTD supported: 0 2023-12-06T07:02:42.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: kXpressCompression supported: 0 2023-12-06T07:02:42.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T07:02:42.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: kZlibCompression supported: 1 2023-12-06T07:02:42.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T07:02:42.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T07:02:42.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T07:02:42.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T07:02:42.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-06T07:02:42.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2023-12-06T07:02:42.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-06T07:02:42.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T07:02:42.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.merge_operator: 2023-12-06T07:02:42.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compaction_filter: None 2023-12-06T07:02:42.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T07:02:42.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T07:02:42.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f32ece58a0) 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: cache_index_and_filter_blocks: 1 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: pin_top_level_index_and_filter: 1 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: index_type: 0 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: data_block_index_type: 0 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: index_shortening: 1 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: checksum: 4 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: no_block_cache: 0 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: block_cache: 0x55f32ed39090 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: block_cache_name: BinnedLRUCache 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: block_cache_options: 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: capacity : 536870912 2023-12-06T07:02:42.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: num_shard_bits : 4 2023-12-06T07:02:42.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: strict_capacity_limit : 0 2023-12-06T07:02:42.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: high_pri_pool_ratio: 0.000 2023-12-06T07:02:42.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: block_cache_compressed: (nil) 2023-12-06T07:02:42.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: persistent_cache: (nil) 2023-12-06T07:02:42.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: block_size: 4096 2023-12-06T07:02:42.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: block_size_deviation: 10 2023-12-06T07:02:42.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: block_restart_interval: 16 2023-12-06T07:02:42.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: index_block_restart_interval: 1 2023-12-06T07:02:42.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: metadata_block_size: 4096 2023-12-06T07:02:42.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: partition_filters: 0 2023-12-06T07:02:42.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: use_delta_encoding: 1 2023-12-06T07:02:42.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: filter_policy: bloomfilter 2023-12-06T07:02:42.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: whole_key_filtering: 1 2023-12-06T07:02:42.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: verify_compression: 0 2023-12-06T07:02:42.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: read_amp_bytes_per_bit: 0 2023-12-06T07:02:42.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: format_version: 5 2023-12-06T07:02:42.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: enable_index_compression: 1 2023-12-06T07:02:42.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: block_align: 0 2023-12-06T07:02:42.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: max_auto_readahead_size: 262144 2023-12-06T07:02:42.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: prepopulate_block_cache: 0 2023-12-06T07:02:42.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: initial_auto_readahead_size: 8192 2023-12-06T07:02:42.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: num_file_reads_for_auto_readahead: 2 2023-12-06T07:02:42.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T07:02:42.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T07:02:42.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compression: NoCompression 2023-12-06T07:02:42.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T07:02:42.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T07:02:42.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T07:02:42.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.num_levels: 7 2023-12-06T07:02:42.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T07:02:42.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T07:02:42.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T07:02:42.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T07:02:42.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T07:02:42.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T07:02:42.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T07:02:42.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:02:42.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T07:02:42.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T07:02:42.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-06T07:02:42.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-06T07:02:42.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T07:02:42.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T07:02:42.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T07:02:42.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T07:02:42.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:02:42.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-06T07:02:42.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T07:02:42.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T07:02:42.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-06T07:02:42.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T07:02:42.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T07:02:42.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T07:02:42.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T07:02:42.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T07:02:42.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T07:02:42.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T07:02:42.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T07:02:42.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T07:02:42.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T07:02:42.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T07:02:42.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T07:02:42.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T07:02:42.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T07:02:42.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T07:02:42.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T07:02:42.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T07:02:42.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-06T07:02:42.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-06T07:02:42.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T07:02:42.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T07:02:42.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T07:02:42.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T07:02:42.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T07:02:42.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T07:02:42.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T07:02:42.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T07:02:42.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T07:02:42.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T07:02:42.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T07:02:42.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T07:02:42.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T07:02:42.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.table_properties_collectors: 2023-12-06T07:02:42.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T07:02:42.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T07:02:42.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T07:02:42.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T07:02:42.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T07:02:42.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.bloom_locality: 0 2023-12-06T07:02:42.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T07:02:42.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T07:02:42.799 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T07:02:42.799 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T07:02:42.799 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T07:02:42.799 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.ttl: 2592000 2023-12-06T07:02:42.799 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T07:02:42.799 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-06T07:02:42.799 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-06T07:02:42.799 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.enable_blob_files: false 2023-12-06T07:02:42.799 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.min_blob_size: 0 2023-12-06T07:02:42.799 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T07:02:42.799 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T07:02:42.799 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T07:02:42.799 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T07:02:42.799 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-06T07:02:42.799 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-06T07:02:42.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-06T07:02:42.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-06T07:02:42.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7e38e7700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 42.sst 2023-12-06T07:02:42.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 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-06T07:02:42.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 succeeded,manifest_file_number is 15, next_file_number is 44, last_sequence is 20047, log_number is 40,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T07:02:42.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 40 2023-12-06T07:02:42.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4132fa65-2c3a-465e-aa9d-d93f96098d31 2023-12-06T07:02:42.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701846162497727, "job": 1, "event": "recovery_started", "wal_files": [40]} 2023-12-06T07:02:42.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.493+0000 7fa7ee11ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #40 mode 2 2023-12-06T07:02:42.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.497+0000 7fa7ee11ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701846162502303, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 45, "file_size": 852062, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 20048, "largest_seqno": 20917, "table_properties": {"data_size": 847981, "index_size": 1659, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1413, "raw_key_size": 13512, "raw_average_key_size": 24, "raw_value_size": 838673, "raw_average_value_size": 1544, "num_data_blocks": 67, "num_entries": 543, "num_filter_entries": 543, "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": 1701846162, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4132fa65-2c3a-465e-aa9d-d93f96098d31", "db_session_id": "DHAFENFXF41SWJO9CSSD", "orig_file_number": 45, "seqno_to_time_mapping": "N/A"}} 2023-12-06T07:02:42.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.497+0000 7fa7ee11ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701846162502411, "job": 1, "event": "recovery_finished"} 2023-12-06T07:02:42.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.497+0000 7fa7ee11ec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 47 2023-12-06T07:02:42.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.497+0000 7fa7ee11ec80 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-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.501+0000 7fa7ee11ec80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000040.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.501+0000 7fa7ee11ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f32edd8000 2023-12-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.501+0000 7fa7ee11ec80 4 rocksdb: DB pointer 0x55f32edc6000 2023-12-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.501+0000 7fa7dc8d9700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.501+0000 7fa7dc8d9700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: ** DB Stats ** 2023-12-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: 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-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: 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-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: ** Compaction Stats [default] ** 2023-12-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: 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-06T07:02:42.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-06T07:02:42.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: L0 1/0 832.09 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 312.2 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-06T07:02:42.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: L6 1/0 10.51 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-06T07:02:42.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: Sum 2/0 11.33 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 312.2 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-06T07:02:42.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 312.2 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-06T07:02:42.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: ** Compaction Stats [default] ** 2023-12-06T07:02:42.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: 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-06T07:02:42.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:02:42.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 312.2 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-06T07:02:42.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-06T07:02:42.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:02:42.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: Flush(GB): cumulative 0.001, interval 0.001 2023-12-06T07:02:42.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T07:02:42.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T07:02:42.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T07:02:42.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T07:02:42.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: Cumulative compaction: 0.00 GB write, 84.21 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:02:42.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: Interval compaction: 0.00 GB write, 84.21 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:02:42.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: 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-06T07:02:42.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: Block cache BinnedLRUCache@0x55f32ed39090#6 capacity: 512.00 MB usage: 3.36 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.5e-05 secs_since: 0 2023-12-06T07:02:42.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: Block cache entry stats(count,size,portion): FilterBlock(1,1.53 KB,0.000292063%) IndexBlock(1,1.83 KB,0.000348687%) Misc(1,0.00 KB,0%) 2023-12-06T07:02:42.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T07:02:42.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.501+0000 7fa7ee11ec80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] at bind addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T07:02:42.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.505+0000 7fa7ee11ec80 1 mon.a@-1(???) e3 preinit fsid f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T07:02:42.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.505+0000 7fa7ee11ec80 0 mon.a@-1(???).mds e1 new map 2023-12-06T07:02:42.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.505+0000 7fa7ee11ec80 0 mon.a@-1(???).mds e1 print_map 2023-12-06T07:02:42.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: e1 2023-12-06T07:02:42.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T07:02:42.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: 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-06T07:02:42.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: legacy client fscid: -1 2023-12-06T07:02:42.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: 2023-12-06T07:02:42.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: No filesystems configured 2023-12-06T07:02:42.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.505+0000 7fa7ee11ec80 0 mon.a@-1(???).osd e106 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-06T07:02:42.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.505+0000 7fa7ee11ec80 0 mon.a@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:02:42.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.505+0000 7fa7ee11ec80 0 mon.a@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:02:42.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.505+0000 7fa7ee11ec80 0 mon.a@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:02:42.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:42 smithi040 bash[78949]: debug 2023-12-06T07:02:42.505+0000 7fa7ee11ec80 1 mon.a@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2023-12-06T07:02:44.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[30799]: audit 2023-12-06T07:02:40.374515+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:02:44.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[30799]: audit 2023-12-06T07:02:40.374964+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:02:44.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[30799]: audit 2023-12-06T07:02:40.375390+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:02:44.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[30799]: cluster 2023-12-06T07:02:40.425063+0000 mgr.y (mgr.15420) 169 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:02:44.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[30799]: cluster 2023-12-06T07:02:42.425918+0000 mgr.y (mgr.15420) 170 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:02:44.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[30799]: audit 2023-12-06T07:02:42.935810+0000 mgr.y (mgr.15420) 171 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:02:44.029 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[30799]: cluster 2023-12-06T07:02:43.929440+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-06T07:02:44.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[78949]: audit 2023-12-06T07:02:40.374515+0000 mon.b (mon.2) 101 : audit 0 from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:02:44.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[78949]: audit 2023-12-06T07:02:40.374964+0000 mon.b (mon.2) 102 : audit 0 from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:02:44.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[78949]: audit 2023-12-06T07:02:40.375390+0000 mon.b (mon.2) 103 : audit 0 from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:02:44.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[78949]: cluster 2023-12-06T07:02:40.425063+0000 mgr.y (mgr.15420) 169 : cluster 0 pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:02:44.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[78949]: cluster 2023-12-06T07:02:42.425918+0000 mgr.y (mgr.15420) 170 : cluster 0 pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:02:44.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[78949]: audit 2023-12-06T07:02:42.935810+0000 mgr.y (mgr.15420) 171 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:02:44.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[78949]: cluster 2023-12-06T07:02:43.929440+0000 mon.a (mon.0) 1 : cluster 1 mon.a calling monitor election 2023-12-06T07:02:44.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[78949]: cluster 2023-12-06T07:02:43.952407+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-06T07:02:44.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[78949]: cluster 2023-12-06T07:02:43.963367+0000 mon.a (mon.0) 3 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],b=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:02:44.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[78949]: cluster 2023-12-06T07:02:43.964221+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2023-12-06T07:02:44.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[78949]: cluster 2023-12-06T07:02:43.964260+0000 mon.a (mon.0) 5 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2023-12-06T07:02:44.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[78949]: cluster 2023-12-06T07:02:43.966621+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e35: y(active, since 40s), standbys: x 2023-12-06T07:02:44.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[78949]: audit 2023-12-06T07:02:43.985730+0000 mon.a (mon.0) 7 : audit 1 from='mgr.15420 ' entity='' 2023-12-06T07:02:44.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[78949]: cluster 2023-12-06T07:02:43.987143+0000 mon.a (mon.0) 8 : cluster 0 mgrmap e36: y(active, since 40s), standbys: x 2023-12-06T07:02:44.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[78949]: cluster 2023-12-06T07:02:43.987215+0000 mon.a (mon.0) 9 : cluster 1 overall HEALTH_OK 2023-12-06T07:02:44.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[75188]: ignoring --setuser ceph since I am not root 2023-12-06T07:02:44.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[75188]: ignoring --setgroup ceph since I am not root 2023-12-06T07:02:44.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[75188]: debug 2023-12-06T07:02:44.057+0000 7efe19117700 1 -- 172.21.15.40:0/2366784230 <== mon.0 v2:172.21.15.40:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561cbe5161a0 con 0x561cbf292c00 2023-12-06T07:02:44.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[75188]: debug 2023-12-06T07:02:44.213+0000 7efe22e9f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:02:44.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[30799]: cluster 2023-12-06T07:02:43.952407+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-06T07:02:44.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[30799]: cluster 2023-12-06T07:02:43.963367+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],b=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:02:44.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[30799]: cluster 2023-12-06T07:02:43.964221+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-06T07:02:44.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[30799]: cluster 2023-12-06T07:02:43.964260+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-06T07:02:44.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[30799]: cluster 2023-12-06T07:02:43.966621+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e35: y(active, since 40s), standbys: x 2023-12-06T07:02:44.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[30799]: audit 2023-12-06T07:02:43.985730+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15420 ' entity='' 2023-12-06T07:02:44.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[30799]: cluster 2023-12-06T07:02:43.987143+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e36: y(active, since 40s), standbys: x 2023-12-06T07:02:44.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:44 smithi040 bash[30799]: cluster 2023-12-06T07:02:43.987215+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-06T07:02:44.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[62553]: ignoring --setuser ceph since I am not root 2023-12-06T07:02:44.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[62553]: ignoring --setgroup ceph since I am not root 2023-12-06T07:02:44.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[62553]: debug 2023-12-06T07:02:44.049+0000 7fd702651700 1 -- 172.21.15.141:0/2433267940 <== mon.2 v2:172.21.15.141:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5652e1fb61a0 con 0x5652e2d32c00 2023-12-06T07:02:44.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[62553]: debug 2023-12-06T07:02:44.205+0000 7fd70c3d9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:02:44.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[25168]: audit 2023-12-06T07:02:40.374515+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:02:44.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[25168]: audit 2023-12-06T07:02:40.374964+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:02:44.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[25168]: audit 2023-12-06T07:02:40.375390+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.15420 172.21.15.40:0/2561255398' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:02:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[25168]: cluster 2023-12-06T07:02:40.425063+0000 mgr.y (mgr.15420) 169 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:02:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[25168]: cluster 2023-12-06T07:02:42.425918+0000 mgr.y (mgr.15420) 170 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:02:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[25168]: audit 2023-12-06T07:02:42.935810+0000 mgr.y (mgr.15420) 171 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:02:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[25168]: cluster 2023-12-06T07:02:43.929440+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-06T07:02:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[25168]: cluster 2023-12-06T07:02:43.952407+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-06T07:02:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[25168]: cluster 2023-12-06T07:02:43.963367+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],b=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:02:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[25168]: cluster 2023-12-06T07:02:43.964221+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-06T07:02:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[25168]: cluster 2023-12-06T07:02:43.964260+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-06T07:02:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[25168]: cluster 2023-12-06T07:02:43.966621+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e35: y(active, since 40s), standbys: x 2023-12-06T07:02:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[25168]: audit 2023-12-06T07:02:43.985730+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15420 ' entity='' 2023-12-06T07:02:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[25168]: cluster 2023-12-06T07:02:43.987143+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e36: y(active, since 40s), standbys: x 2023-12-06T07:02:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:44 smithi141 bash[25168]: cluster 2023-12-06T07:02:43.987215+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-06T07:02:45.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:45 smithi141 bash[62553]: debug 2023-12-06T07:02:45.093+0000 7fd70c3d9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T07:02:45.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:45 smithi141 bash[62553]: debug 2023-12-06T07:02:45.189+0000 7fd70c3d9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:02:45.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:45 smithi141 bash[62553]: debug 2023-12-06T07:02:45.289+0000 7fd70c3d9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:02:45.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:45 smithi040 bash[75188]: debug 2023-12-06T07:02:45.153+0000 7efe22e9f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T07:02:45.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:45 smithi040 bash[75188]: debug 2023-12-06T07:02:45.257+0000 7efe22e9f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:02:45.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:45 smithi040 bash[75188]: debug 2023-12-06T07:02:45.361+0000 7efe22e9f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:02:45.912 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:45 smithi141 bash[62553]: debug 2023-12-06T07:02:45.557+0000 7fd70c3d9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:02:45.994 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:45 smithi040 bash[75188]: debug 2023-12-06T07:02:45.637+0000 7efe22e9f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:02:46.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:45 smithi141 bash[25168]: cluster 2023-12-06T07:02:44.992303+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e37: y(active, since 41s), standbys: x 2023-12-06T07:02:46.210 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:45 smithi141 bash[62553]: debug 2023-12-06T07:02:45.905+0000 7fd70c3d9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:02:46.210 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:46 smithi141 bash[62553]: debug 2023-12-06T07:02:46.073+0000 7fd70c3d9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:02:46.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:45 smithi040 bash[30799]: cluster 2023-12-06T07:02:44.992303+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e37: y(active, since 41s), standbys: x 2023-12-06T07:02:46.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:46 smithi040 bash[75188]: debug 2023-12-06T07:02:46.005+0000 7efe22e9f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:02:46.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:46 smithi040 bash[75188]: debug 2023-12-06T07:02:46.173+0000 7efe22e9f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:02:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:45 smithi040 bash[78949]: cluster 2023-12-06T07:02:44.992303+0000 mon.a (mon.0) 10 : cluster 0 mgrmap e37: y(active, since 41s), standbys: x 2023-12-06T07:02:46.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:46 smithi141 bash[62553]: debug 2023-12-06T07:02:46.305+0000 7fd70c3d9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:02:46.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:46 smithi040 bash[75188]: debug 2023-12-06T07:02:46.401+0000 7efe22e9f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:02:47.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:47 smithi141 bash[62553]: debug 2023-12-06T07:02:47.313+0000 7fd70c3d9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:02:47.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:47 smithi141 bash[62553]: debug 2023-12-06T07:02:47.425+0000 7fd70c3d9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:02:47.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:47 smithi141 bash[62553]: debug 2023-12-06T07:02:47.541+0000 7fd70c3d9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:02:47.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:47 smithi040 bash[75188]: debug 2023-12-06T07:02:47.481+0000 7efe22e9f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:02:47.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:47 smithi040 bash[75188]: debug 2023-12-06T07:02:47.601+0000 7efe22e9f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:02:47.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:47 smithi040 bash[75188]: debug 2023-12-06T07:02:47.721+0000 7efe22e9f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:02:48.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:48 smithi141 bash[62553]: debug 2023-12-06T07:02:48.005+0000 7fd70c3d9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:02:48.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:48 smithi141 bash[62553]: debug 2023-12-06T07:02:48.229+0000 7fd70c3d9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:02:48.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:48 smithi040 bash[75188]: debug 2023-12-06T07:02:48.205+0000 7efe22e9f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:02:48.531 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:48 smithi040 bash[75188]: debug 2023-12-06T07:02:48.433+0000 7efe22e9f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:02:48.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:48 smithi141 bash[62553]: debug 2023-12-06T07:02:48.677+0000 7fd70c3d9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:02:49.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:48 smithi040 bash[75188]: debug 2023-12-06T07:02:48.901+0000 7efe22e9f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:02:49.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:49 smithi141 bash[62553]: debug 2023-12-06T07:02:49.161+0000 7fd70c3d9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:02:49.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:49 smithi040 bash[75188]: debug 2023-12-06T07:02:49.417+0000 7efe22e9f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:02:50.166 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:49 smithi141 bash[62553]: debug 2023-12-06T07:02:49.705+0000 7fd70c3d9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:02:50.167 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:49 smithi141 bash[62553]: debug 2023-12-06T07:02:49.817+0000 7fd70c3d9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:02:50.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:49 smithi040 bash[75188]: debug 2023-12-06T07:02:49.989+0000 7efe22e9f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:02:50.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:50 smithi040 bash[75188]: debug 2023-12-06T07:02:50.117+0000 7efe22e9f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:02:50.422 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:50 smithi141 bash[62553]: debug 2023-12-06T07:02:50.161+0000 7fd70c3d9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:02:50.422 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:50 smithi141 bash[62553]: debug 2023-12-06T07:02:50.277+0000 7fd70c3d9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:02:50.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:50 smithi141 bash[62553]: debug 2023-12-06T07:02:50.417+0000 7fd70c3d9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:02:50.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:50 smithi141 bash[62553]: debug 2023-12-06T07:02:50.533+0000 7fd70c3d9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:02:50.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:50 smithi141 bash[62553]: debug 2023-12-06T07:02:50.657+0000 7fd70c3d9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:02:50.747 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:50 smithi040 bash[75188]: debug 2023-12-06T07:02:50.473+0000 7efe22e9f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:02:50.747 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:50 smithi040 bash[75188]: debug 2023-12-06T07:02:50.589+0000 7efe22e9f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:02:51.003 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:50 smithi040 bash[75188]: debug 2023-12-06T07:02:50.737+0000 7efe22e9f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:02:51.003 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:50 smithi040 bash[75188]: debug 2023-12-06T07:02:50.857+0000 7efe22e9f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:02:51.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:50 smithi141 bash[62553]: debug 2023-12-06T07:02:50.845+0000 7fd70c3d9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:02:51.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:50 smithi141 bash[62553]: debug 2023-12-06T07:02:50.965+0000 7fd70c3d9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:02:51.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:50 smithi040 bash[75188]: debug 2023-12-06T07:02:50.993+0000 7efe22e9f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:02:51.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:51 smithi040 bash[75188]: debug 2023-12-06T07:02:51.189+0000 7efe22e9f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:02:51.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:51 smithi040 bash[75188]: debug 2023-12-06T07:02:51.317+0000 7efe22e9f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:02:52.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:52 smithi141 bash[62553]: debug 2023-12-06T07:02:52.184+0000 7fd70c3d9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:02:52.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:52 smithi141 bash[62553]: [06/Dec/2023:07:02:52] ENGINE Bus STARTING 2023-12-06T07:02:52.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:52 smithi141 bash[62553]: CherryPy Checker: 2023-12-06T07:02:52.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:52 smithi141 bash[62553]: The Application mounted at '' has an empty config. 2023-12-06T07:02:52.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:52 smithi141 bash[62553]: [06/Dec/2023:07:02:52] ENGINE Serving on http://:::9283 2023-12-06T07:02:52.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:02:52 smithi141 bash[62553]: [06/Dec/2023:07:02:52] ENGINE Bus STARTED 2023-12-06T07:02:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:52 smithi141 bash[25168]: cluster 2023-12-06T07:02:52.210332+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:02:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:52 smithi141 bash[25168]: cluster 2023-12-06T07:02:52.210513+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:02:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:52 smithi141 bash[25168]: audit 2023-12-06T07:02:52.218208+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.? 172.21.15.141:0/503566798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:02:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:52 smithi141 bash[25168]: audit 2023-12-06T07:02:52.219812+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.? 172.21.15.141:0/503566798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:02:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:52 smithi141 bash[25168]: audit 2023-12-06T07:02:52.224859+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.? 172.21.15.141:0/503566798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:02:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:52 smithi141 bash[25168]: audit 2023-12-06T07:02:52.227032+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.? 172.21.15.141:0/503566798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:02:52.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[78949]: cluster 2023-12-06T07:02:52.210332+0000 mon.a (mon.0) 11 : cluster 0 Standby manager daemon x restarted 2023-12-06T07:02:52.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[78949]: cluster 2023-12-06T07:02:52.210513+0000 mon.a (mon.0) 12 : cluster 0 Standby manager daemon x started 2023-12-06T07:02:52.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[78949]: audit 2023-12-06T07:02:52.218208+0000 mon.b (mon.2) 104 : audit 0 from='mgr.? 172.21.15.141:0/503566798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:02:52.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[78949]: audit 2023-12-06T07:02:52.219812+0000 mon.b (mon.2) 105 : audit 0 from='mgr.? 172.21.15.141:0/503566798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:02:52.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[78949]: audit 2023-12-06T07:02:52.224859+0000 mon.b (mon.2) 106 : audit 0 from='mgr.? 172.21.15.141:0/503566798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:02:52.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[78949]: audit 2023-12-06T07:02:52.227032+0000 mon.b (mon.2) 107 : audit 0 from='mgr.? 172.21.15.141:0/503566798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:02:52.613 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[30799]: cluster 2023-12-06T07:02:52.210332+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:02:52.613 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[30799]: cluster 2023-12-06T07:02:52.210513+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:02:52.613 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[30799]: audit 2023-12-06T07:02:52.218208+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.? 172.21.15.141:0/503566798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:02:52.613 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[30799]: audit 2023-12-06T07:02:52.219812+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.? 172.21.15.141:0/503566798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:02:52.614 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[30799]: audit 2023-12-06T07:02:52.224859+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.? 172.21.15.141:0/503566798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:02:52.614 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[30799]: audit 2023-12-06T07:02:52.227032+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.? 172.21.15.141:0/503566798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:02:52.885 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[75188]: debug 2023-12-06T07:02:52.601+0000 7efe22e9f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:02:52.885 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[75188]: [06/Dec/2023:07:02:52] ENGINE Bus STARTING 2023-12-06T07:02:52.885 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[30799]: debug 2023-12-06T07:02:52.633+0000 7efd3cdfb700 -1 mon.c@1(peon).osd e107 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-06T07:02:52.945 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:52 smithi141 bash[25168]: debug 2023-12-06T07:02:52.636+0000 7fb6c4694700 -1 mon.b@2(peon).osd e107 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-06T07:02:53.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[75188]: CherryPy Checker: 2023-12-06T07:02:53.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[75188]: The Application mounted at '' has an empty config. 2023-12-06T07:02:53.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[75188]: [06/Dec/2023:07:02:52] ENGINE Serving on http://:::9283 2023-12-06T07:02:53.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:52 smithi040 bash[75188]: [06/Dec/2023:07:02:52] ENGINE Bus STARTED 2023-12-06T07:02:53.612 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: cluster 2023-12-06T07:02:52.271234+0000 mon.a (mon.0) 13 : cluster 0 mgrmap e38: y(active, since 48s), standbys: x 2023-12-06T07:02:53.612 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: cluster 2023-12-06T07:02:52.627616+0000 mon.a (mon.0) 14 : cluster 1 Active manager daemon y restarted 2023-12-06T07:02:53.612 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: cluster 2023-12-06T07:02:52.628319+0000 mon.a (mon.0) 15 : cluster 1 Activating manager daemon y 2023-12-06T07:02:53.612 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: cluster 2023-12-06T07:02:52.640933+0000 mon.a (mon.0) 16 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T07:02:53.612 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: cluster 2023-12-06T07:02:52.641556+0000 mon.a (mon.0) 17 : cluster 0 mgrmap e39: y(active, starting, since 0.0134113s), standbys: x 2023-12-06T07:02:53.612 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: cluster 2023-12-06T07:02:52.645338+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T07:02:53.612 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: cluster 2023-12-06T07:02:52.652132+0000 osd.7 (osd.7) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T07:02:53.612 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.657121+0000 mon.c (mon.1) 170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:02:53.612 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.657318+0000 mon.c (mon.1) 171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:02:53.612 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.657483+0000 mon.c (mon.1) 172 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:02:53.612 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.659267+0000 mon.c (mon.1) 173 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:02:53.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.659769+0000 mon.c (mon.1) 174 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:02:53.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.660089+0000 mon.c (mon.1) 175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:02:53.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.660517+0000 mon.c (mon.1) 176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:02:53.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.660925+0000 mon.c (mon.1) 177 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:02:53.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.661281+0000 mon.c (mon.1) 178 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:02:53.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.661645+0000 mon.c (mon.1) 179 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:02:53.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.662027+0000 mon.c (mon.1) 180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:02:53.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.662268+0000 mon.c (mon.1) 181 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:02:53.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.662514+0000 mon.c (mon.1) 182 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:02:53.613 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.662948+0000 mon.c (mon.1) 183 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:02:53.613 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: cluster 2023-12-06T07:02:52.271234+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e38: y(active, since 48s), standbys: x 2023-12-06T07:02:53.614 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: cluster 2023-12-06T07:02:52.627616+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-06T07:02:53.614 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: cluster 2023-12-06T07:02:52.628319+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-06T07:02:53.614 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: cluster 2023-12-06T07:02:52.640933+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2023-12-06T07:02:53.614 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: cluster 2023-12-06T07:02:52.641556+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e39: y(active, starting, since 0.0134113s), standbys: x 2023-12-06T07:02:53.614 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: cluster 2023-12-06T07:02:52.645338+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T07:02:53.614 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: cluster 2023-12-06T07:02:52.652132+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T07:02:53.614 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.657121+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:02:53.614 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.657318+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:02:53.614 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.657483+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:02:53.614 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.659267+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:02:53.614 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.659769+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:02:53.614 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.660089+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:02:53.614 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.660517+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:02:53.615 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.660925+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:02:53.615 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.661281+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:02:53.615 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.661645+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:02:53.615 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.662027+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:02:53.615 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.662268+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:02:53.615 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.662514+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:02:53.615 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.663239+0000 mon.c (mon.1) 184 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:02:53.615 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.663855+0000 mon.c (mon.1) 185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:02:53.615 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: cluster 2023-12-06T07:02:52.673330+0000 mon.a (mon.0) 18 : cluster 1 Manager daemon y is now available 2023-12-06T07:02:53.615 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.716437+0000 mon.a (mon.0) 19 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:53.615 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.721746+0000 mon.c (mon.1) 186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:53.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.733510+0000 mon.c (mon.1) 187 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:53.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.733883+0000 mon.c (mon.1) 188 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:53.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.733996+0000 mon.a (mon.0) 20 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:53.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.734959+0000 mon.a (mon.0) 21 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:53.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.737015+0000 mon.c (mon.1) 189 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:53.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.738356+0000 mon.c (mon.1) 190 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:53.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: cephadm 2023-12-06T07:02:52.743871+0000 mgr.y (mgr.25474) 1 : cephadm 1 Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T07:02:53.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: cephadm 2023-12-06T07:02:52.754011+0000 mgr.y (mgr.25474) 2 : cephadm 1 Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T07:02:53.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.765146+0000 mon.c (mon.1) 191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:02:53.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.772758+0000 mon.c (mon.1) 192 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:02:53.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.773355+0000 mon.a (mon.0) 22 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:02:53.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: cluster 2023-12-06T07:02:52.803689+0000 osd.0 (osd.0) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T07:02:53.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.830588+0000 mon.c (mon.1) 193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:02:53.616 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[78949]: audit 2023-12-06T07:02:52.831218+0000 mon.a (mon.0) 23 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:02:53.617 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.662948+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:02:53.617 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.663239+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:02:53.617 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.663855+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:02:53.617 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: cluster 2023-12-06T07:02:52.673330+0000 mon.a (mon.0) 18 : cluster [INF] Manager daemon y is now available 2023-12-06T07:02:53.617 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.716437+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:53.617 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.721746+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:53.617 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.733510+0000 mon.c (mon.1) 187 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:53.617 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.733883+0000 mon.c (mon.1) 188 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:53.617 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.733996+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:53.617 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.734959+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:53.617 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.737015+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:53.617 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.738356+0000 mon.c (mon.1) 190 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:53.617 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: cephadm 2023-12-06T07:02:52.743871+0000 mgr.y (mgr.25474) 1 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T07:02:53.617 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: cephadm 2023-12-06T07:02:52.754011+0000 mgr.y (mgr.25474) 2 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T07:02:53.617 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.765146+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:02:53.618 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.772758+0000 mon.c (mon.1) 192 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:02:53.618 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.773355+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:02:53.618 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: cluster 2023-12-06T07:02:52.803689+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T07:02:53.618 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.830588+0000 mon.c (mon.1) 193 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:02:53.618 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[30799]: audit 2023-12-06T07:02:52.831218+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:02:53.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: cluster 2023-12-06T07:02:52.271234+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e38: y(active, since 48s), standbys: x 2023-12-06T07:02:53.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: cluster 2023-12-06T07:02:52.627616+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-06T07:02:53.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: cluster 2023-12-06T07:02:52.628319+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-06T07:02:53.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: cluster 2023-12-06T07:02:52.640933+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2023-12-06T07:02:53.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: cluster 2023-12-06T07:02:52.641556+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e39: y(active, starting, since 0.0134113s), standbys: x 2023-12-06T07:02:53.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: cluster 2023-12-06T07:02:52.645338+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T07:02:53.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: cluster 2023-12-06T07:02:52.652132+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T07:02:53.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.657121+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:02:53.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.657318+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:02:53.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.657483+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:02:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.659267+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:02:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.659769+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:02:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.660089+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:02:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.660517+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:02:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.660925+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:02:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.661281+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:02:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.661645+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:02:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.662027+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:02:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.662268+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:02:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.662514+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:02:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.662948+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:02:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.663239+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:02:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.663855+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:02:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: cluster 2023-12-06T07:02:52.673330+0000 mon.a (mon.0) 18 : cluster [INF] Manager daemon y is now available 2023-12-06T07:02:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.716437+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.721746+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.733510+0000 mon.c (mon.1) 187 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.733883+0000 mon.c (mon.1) 188 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.733996+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.734959+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:02:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.737015+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.738356+0000 mon.c (mon.1) 190 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:02:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: cephadm 2023-12-06T07:02:52.743871+0000 mgr.y (mgr.25474) 1 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2023-12-06T07:02:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: cephadm 2023-12-06T07:02:52.754011+0000 mgr.y (mgr.25474) 2 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.conf 2023-12-06T07:02:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.765146+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:02:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.772758+0000 mon.c (mon.1) 192 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:02:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.773355+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:02:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: cluster 2023-12-06T07:02:52.803689+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T07:02:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.830588+0000 mon.c (mon.1) 193 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:02:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:53 smithi141 bash[25168]: audit 2023-12-06T07:02:52.831218+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:02:54.031 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:53 smithi040 bash[75188]: debug 2023-12-06T07:02:53.641+0000 7efde2cff700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-12-06T07:02:54.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: cluster 2023-12-06T07:02:52.811798+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T07:02:54.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: cephadm 2023-12-06T07:02:53.373778+0000 mgr.y (mgr.25474) 3 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:02:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: cephadm 2023-12-06T07:02:53.423632+0000 mgr.y (mgr.25474) 4 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:02:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: cephadm 2023-12-06T07:02:53.538325+0000 mgr.y (mgr.25474) 5 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:02:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: cephadm 2023-12-06T07:02:53.588882+0000 mgr.y (mgr.25474) 6 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:02:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: cluster 2023-12-06T07:02:53.645209+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e40: y(active, since 1.01707s), standbys: x 2023-12-06T07:02:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: audit 2023-12-06T07:02:53.661660+0000 mgr.y (mgr.25474) 7 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:02:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: cluster 2023-12-06T07:02:53.664654+0000 mgr.y (mgr.25474) 8 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: cephadm 2023-12-06T07:02:53.703752+0000 mgr.y (mgr.25474) 9 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:02:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: cephadm 2023-12-06T07:02:53.753872+0000 mgr.y (mgr.25474) 10 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:02:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: audit 2023-12-06T07:02:53.878785+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: audit 2023-12-06T07:02:53.894480+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: audit 2023-12-06T07:02:53.927241+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: audit 2023-12-06T07:02:53.940878+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: audit 2023-12-06T07:02:53.949595+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: audit 2023-12-06T07:02:53.958035+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: audit 2023-12-06T07:02:54.043476+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:54.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: cephadm 2023-12-06T07:02:54.046469+0000 mgr.y (mgr.25474) 11 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T07:02:54.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:54 smithi141 bash[25168]: cephadm 2023-12-06T07:02:54.047701+0000 mgr.y (mgr.25474) 12 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T07:02:54.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: cluster 2023-12-06T07:02:52.811798+0000 osd.3 (osd.3) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T07:02:54.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: cephadm 2023-12-06T07:02:53.373778+0000 mgr.y (mgr.25474) 3 : cephadm 1 Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:02:54.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: cephadm 2023-12-06T07:02:53.423632+0000 mgr.y (mgr.25474) 4 : cephadm 1 Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:02:54.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: cephadm 2023-12-06T07:02:53.538325+0000 mgr.y (mgr.25474) 5 : cephadm 1 Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:02:54.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: cephadm 2023-12-06T07:02:53.588882+0000 mgr.y (mgr.25474) 6 : cephadm 1 Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:02:54.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: cluster 2023-12-06T07:02:53.645209+0000 mon.a (mon.0) 24 : cluster 0 mgrmap e40: y(active, since 1.01707s), standbys: x 2023-12-06T07:02:54.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: audit 2023-12-06T07:02:53.661660+0000 mgr.y (mgr.25474) 7 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:02:54.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: cluster 2023-12-06T07:02:53.664654+0000 mgr.y (mgr.25474) 8 : cluster 0 pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:54.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: cephadm 2023-12-06T07:02:53.703752+0000 mgr.y (mgr.25474) 9 : cephadm 1 Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:02:54.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: cephadm 2023-12-06T07:02:53.753872+0000 mgr.y (mgr.25474) 10 : cephadm 1 Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:02:54.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: audit 2023-12-06T07:02:53.878785+0000 mon.a (mon.0) 25 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: audit 2023-12-06T07:02:53.894480+0000 mon.a (mon.0) 26 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: audit 2023-12-06T07:02:53.927241+0000 mon.a (mon.0) 27 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: audit 2023-12-06T07:02:53.940878+0000 mon.a (mon.0) 28 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: audit 2023-12-06T07:02:53.949595+0000 mon.a (mon.0) 29 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: audit 2023-12-06T07:02:53.958035+0000 mon.a (mon.0) 30 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: audit 2023-12-06T07:02:54.043476+0000 mon.c (mon.1) 194 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:54.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: cephadm 2023-12-06T07:02:54.046469+0000 mgr.y (mgr.25474) 11 : cephadm 1 Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T07:02:54.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[78949]: cephadm 2023-12-06T07:02:54.047701+0000 mgr.y (mgr.25474) 12 : cephadm 1 Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T07:02:54.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: cluster 2023-12-06T07:02:52.811798+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e107 with expected crc 2023-12-06T07:02:54.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: cephadm 2023-12-06T07:02:53.373778+0000 mgr.y (mgr.25474) 3 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:02:54.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: cephadm 2023-12-06T07:02:53.423632+0000 mgr.y (mgr.25474) 4 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:02:54.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: cephadm 2023-12-06T07:02:53.538325+0000 mgr.y (mgr.25474) 5 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:02:54.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: cephadm 2023-12-06T07:02:53.588882+0000 mgr.y (mgr.25474) 6 : cephadm [INF] Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:02:54.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: cluster 2023-12-06T07:02:53.645209+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e40: y(active, since 1.01707s), standbys: x 2023-12-06T07:02:54.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: audit 2023-12-06T07:02:53.661660+0000 mgr.y (mgr.25474) 7 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:02:54.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: cluster 2023-12-06T07:02:53.664654+0000 mgr.y (mgr.25474) 8 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:54.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: cephadm 2023-12-06T07:02:53.703752+0000 mgr.y (mgr.25474) 9 : cephadm [INF] Updating smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:02:54.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: cephadm 2023-12-06T07:02:53.753872+0000 mgr.y (mgr.25474) 10 : cephadm [INF] Updating smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:02:54.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: audit 2023-12-06T07:02:53.878785+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: audit 2023-12-06T07:02:53.894480+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: audit 2023-12-06T07:02:53.927241+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: audit 2023-12-06T07:02:53.940878+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: audit 2023-12-06T07:02:53.949595+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: audit 2023-12-06T07:02:53.958035+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:02:54.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: audit 2023-12-06T07:02:54.043476+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:02:54.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: cephadm 2023-12-06T07:02:54.046469+0000 mgr.y (mgr.25474) 11 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T07:02:54.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:54 smithi040 bash[30799]: cephadm 2023-12-06T07:02:54.047701+0000 mgr.y (mgr.25474) 12 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T07:02:55.950 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:55 smithi141 bash[25168]: cephadm 2023-12-06T07:02:54.228341+0000 mgr.y (mgr.25474) 13 : cephadm [INF] [06/Dec/2023:07:02:54] ENGINE Bus STARTING 2023-12-06T07:02:55.951 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:55 smithi141 bash[25168]: cephadm 2023-12-06T07:02:54.357247+0000 mgr.y (mgr.25474) 14 : cephadm [INF] [06/Dec/2023:07:02:54] ENGINE Serving on https://172.21.15.40:7151 2023-12-06T07:02:55.951 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:55 smithi141 bash[25168]: cephadm 2023-12-06T07:02:54.459594+0000 mgr.y (mgr.25474) 15 : cephadm [INF] [06/Dec/2023:07:02:54] ENGINE Serving on http://172.21.15.40:8765 2023-12-06T07:02:55.951 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:55 smithi141 bash[25168]: cephadm 2023-12-06T07:02:54.459724+0000 mgr.y (mgr.25474) 16 : cephadm [INF] [06/Dec/2023:07:02:54] ENGINE Bus STARTED 2023-12-06T07:02:55.951 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:55 smithi141 bash[25168]: cluster 2023-12-06T07:02:54.661231+0000 mgr.y (mgr.25474) 17 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:55.951 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:55 smithi141 bash[25168]: cluster 2023-12-06T07:02:55.300208+0000 mon.a (mon.0) 31 : cluster [DBG] mgrmap e41: y(active, since 2s), standbys: x 2023-12-06T07:02:56.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:55 smithi040 bash[78949]: cephadm 2023-12-06T07:02:54.228341+0000 mgr.y (mgr.25474) 13 : cephadm 1 [06/Dec/2023:07:02:54] ENGINE Bus STARTING 2023-12-06T07:02:56.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:55 smithi040 bash[78949]: cephadm 2023-12-06T07:02:54.357247+0000 mgr.y (mgr.25474) 14 : cephadm 1 [06/Dec/2023:07:02:54] ENGINE Serving on https://172.21.15.40:7151 2023-12-06T07:02:56.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:55 smithi040 bash[78949]: cephadm 2023-12-06T07:02:54.459594+0000 mgr.y (mgr.25474) 15 : cephadm 1 [06/Dec/2023:07:02:54] ENGINE Serving on http://172.21.15.40:8765 2023-12-06T07:02:56.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:55 smithi040 bash[78949]: cephadm 2023-12-06T07:02:54.459724+0000 mgr.y (mgr.25474) 16 : cephadm 1 [06/Dec/2023:07:02:54] ENGINE Bus STARTED 2023-12-06T07:02:56.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:55 smithi040 bash[78949]: cluster 2023-12-06T07:02:54.661231+0000 mgr.y (mgr.25474) 17 : cluster 0 pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:56.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:55 smithi040 bash[78949]: cluster 2023-12-06T07:02:55.300208+0000 mon.a (mon.0) 31 : cluster 0 mgrmap e41: y(active, since 2s), standbys: x 2023-12-06T07:02:56.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:55 smithi040 bash[30799]: cephadm 2023-12-06T07:02:54.228341+0000 mgr.y (mgr.25474) 13 : cephadm [INF] [06/Dec/2023:07:02:54] ENGINE Bus STARTING 2023-12-06T07:02:56.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:55 smithi040 bash[30799]: cephadm 2023-12-06T07:02:54.357247+0000 mgr.y (mgr.25474) 14 : cephadm [INF] [06/Dec/2023:07:02:54] ENGINE Serving on https://172.21.15.40:7151 2023-12-06T07:02:56.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:55 smithi040 bash[30799]: cephadm 2023-12-06T07:02:54.459594+0000 mgr.y (mgr.25474) 15 : cephadm [INF] [06/Dec/2023:07:02:54] ENGINE Serving on http://172.21.15.40:8765 2023-12-06T07:02:56.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:55 smithi040 bash[30799]: cephadm 2023-12-06T07:02:54.459724+0000 mgr.y (mgr.25474) 16 : cephadm [INF] [06/Dec/2023:07:02:54] ENGINE Bus STARTED 2023-12-06T07:02:56.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:55 smithi040 bash[30799]: cluster 2023-12-06T07:02:54.661231+0000 mgr.y (mgr.25474) 17 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:56.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:55 smithi040 bash[30799]: cluster 2023-12-06T07:02:55.300208+0000 mon.a (mon.0) 31 : cluster [DBG] mgrmap e41: y(active, since 2s), standbys: x 2023-12-06T07:02:56.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:02:56 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:02:56] "GET /metrics HTTP/1.1" 200 35364 "" "Prometheus/2.33.4" 2023-12-06T07:02:57.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:57 smithi141 bash[25168]: cluster 2023-12-06T07:02:56.661951+0000 mgr.y (mgr.25474) 18 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:57.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:57 smithi141 bash[25168]: cluster 2023-12-06T07:02:56.667558+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e42: y(active, since 4s), standbys: x 2023-12-06T07:02:57.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:57 smithi141 bash[25168]: audit 2023-12-06T07:02:57.169874+0000 mon.c (mon.1) 195 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:02:57.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:57 smithi141 bash[25168]: audit 2023-12-06T07:02:57.170954+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:02:57.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:57 smithi141 bash[25168]: audit 2023-12-06T07:02:57.173658+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:02:57.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:57 smithi141 bash[25168]: audit 2023-12-06T07:02:57.176136+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:57 smithi040 bash[78949]: cluster 2023-12-06T07:02:56.661951+0000 mgr.y (mgr.25474) 18 : cluster 0 pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:57 smithi040 bash[78949]: cluster 2023-12-06T07:02:56.667558+0000 mon.a (mon.0) 32 : cluster 0 mgrmap e42: y(active, since 4s), standbys: x 2023-12-06T07:02:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:57 smithi040 bash[78949]: audit 2023-12-06T07:02:57.169874+0000 mon.c (mon.1) 195 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:02:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:57 smithi040 bash[78949]: audit 2023-12-06T07:02:57.170954+0000 mon.a (mon.0) 33 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:02:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:57 smithi040 bash[78949]: audit 2023-12-06T07:02:57.173658+0000 mon.c (mon.1) 196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:02:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:57 smithi040 bash[78949]: audit 2023-12-06T07:02:57.176136+0000 mon.c (mon.1) 197 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:58.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:57 smithi040 bash[30799]: cluster 2023-12-06T07:02:56.661951+0000 mgr.y (mgr.25474) 18 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:02:58.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:57 smithi040 bash[30799]: cluster 2023-12-06T07:02:56.667558+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e42: y(active, since 4s), standbys: x 2023-12-06T07:02:58.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:57 smithi040 bash[30799]: audit 2023-12-06T07:02:57.169874+0000 mon.c (mon.1) 195 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:02:58.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:57 smithi040 bash[30799]: audit 2023-12-06T07:02:57.170954+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:02:58.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:57 smithi040 bash[30799]: audit 2023-12-06T07:02:57.173658+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:02:58.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:57 smithi040 bash[30799]: audit 2023-12-06T07:02:57.176136+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:02:58.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:58 smithi141 bash[25168]: cephadm 2023-12-06T07:02:57.168824+0000 mgr.y (mgr.25474) 19 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:02:58.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:58 smithi141 bash[25168]: cephadm 2023-12-06T07:02:57.178517+0000 mgr.y (mgr.25474) 20 : cephadm [INF] Deploying daemon mgr.x on smithi141 2023-12-06T07:02:58.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:02:58 smithi141 bash[61993]: ts=2023-12-06T07:02:58.663Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:02:59.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:58 smithi040 bash[78949]: cephadm 2023-12-06T07:02:57.168824+0000 mgr.y (mgr.25474) 19 : cephadm 1 Upgrade: Updating mgr.x 2023-12-06T07:02:59.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:58 smithi040 bash[78949]: cephadm 2023-12-06T07:02:57.178517+0000 mgr.y (mgr.25474) 20 : cephadm 1 Deploying daemon mgr.x on smithi141 2023-12-06T07:02:59.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:58 smithi040 bash[30799]: cephadm 2023-12-06T07:02:57.168824+0000 mgr.y (mgr.25474) 19 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:02:59.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:58 smithi040 bash[30799]: cephadm 2023-12-06T07:02:57.178517+0000 mgr.y (mgr.25474) 20 : cephadm [INF] Deploying daemon mgr.x on smithi141 2023-12-06T07:02:59.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:02:59 smithi141 bash[25168]: cluster 2023-12-06T07:02:58.663450+0000 mgr.y (mgr.25474) 21 : 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-06T07:03:00.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:02:59 smithi040 bash[78949]: cluster 2023-12-06T07:02:58.663450+0000 mgr.y (mgr.25474) 21 : 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-06T07:03:00.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:02:59 smithi040 bash[30799]: cluster 2023-12-06T07:02:58.663450+0000 mgr.y (mgr.25474) 21 : 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-06T07:03:00.458 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:00 smithi141 systemd[1]: Stopping Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:03:01.131 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:01 smithi141 bash[64814]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr-x 2023-12-06T07:03:01.458 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:01 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:03:01.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:01 smithi141 bash[64889]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr-x 2023-12-06T07:03:01.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:01 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-06T07:03:01.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:01 smithi141 systemd[1]: Stopped Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:03:01.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:01 smithi141 systemd[1]: Started Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:03:01.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:01 smithi141 bash[25168]: cluster 2023-12-06T07:03:00.664406+0000 mgr.y (mgr.25474) 22 : 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-06T07:03:01.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:01 smithi141 bash[25168]: audit 2023-12-06T07:03:01.651156+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:01.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:01 smithi141 bash[25168]: audit 2023-12-06T07:03:01.664909+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:02.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:01 smithi040 bash[30799]: cluster 2023-12-06T07:03:00.664406+0000 mgr.y (mgr.25474) 22 : 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-06T07:03:02.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:01 smithi040 bash[30799]: audit 2023-12-06T07:03:01.651156+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:02.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:01 smithi040 bash[30799]: audit 2023-12-06T07:03:01.664909+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:02.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:01 smithi040 bash[78949]: cluster 2023-12-06T07:03:00.664406+0000 mgr.y (mgr.25474) 22 : 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-06T07:03:02.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:01 smithi040 bash[78949]: audit 2023-12-06T07:03:01.651156+0000 mon.a (mon.0) 34 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:02.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:01 smithi040 bash[78949]: audit 2023-12-06T07:03:01.664909+0000 mon.a (mon.0) 35 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:02.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:02 smithi141 bash[25168]: audit 2023-12-06T07:03:01.707352+0000 mon.c (mon.1) 198 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:02.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:02 smithi141 bash[25168]: audit 2023-12-06T07:03:01.707884+0000 mon.c (mon.1) 199 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:03:02.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:02 smithi141 bash[25168]: audit 2023-12-06T07:03:01.708165+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:02.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:02 smithi141 bash[25168]: audit 2023-12-06T07:03:01.709056+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:03:03.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:02 smithi040 bash[78949]: audit 2023-12-06T07:03:01.707352+0000 mon.c (mon.1) 198 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:03.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:02 smithi040 bash[78949]: audit 2023-12-06T07:03:01.707884+0000 mon.c (mon.1) 199 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:03:03.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:02 smithi040 bash[78949]: audit 2023-12-06T07:03:01.708165+0000 mon.a (mon.0) 36 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:03.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:02 smithi040 bash[78949]: audit 2023-12-06T07:03:01.709056+0000 mon.a (mon.0) 37 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:03:03.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:02 smithi040 bash[30799]: audit 2023-12-06T07:03:01.707352+0000 mon.c (mon.1) 198 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:03.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:02 smithi040 bash[30799]: audit 2023-12-06T07:03:01.707884+0000 mon.c (mon.1) 199 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:03:03.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:02 smithi040 bash[30799]: audit 2023-12-06T07:03:01.708165+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:03.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:02 smithi040 bash[30799]: audit 2023-12-06T07:03:01.709056+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:03:03.578 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[64958]: debug 2023-12-06T07:03:03.412+0000 7ff78ac73700 1 -- 172.21.15.141:0/2109607725 <== mon.0 v2:172.21.15.40:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558504a26340 con 0x5585057a2c00 2023-12-06T07:03:03.578 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[64958]: debug 2023-12-06T07:03:03.572+0000 7ff7938e2000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:03:03.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: cluster 2023-12-06T07:03:02.664883+0000 mgr.y (mgr.25474) 23 : 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-06T07:03:03.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: audit 2023-12-06T07:03:02.832578+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:03.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: audit 2023-12-06T07:03:02.833863+0000 mon.c (mon.1) 201 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:03.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: audit 2023-12-06T07:03:02.840811+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:03.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: cephadm 2023-12-06T07:03:02.843957+0000 mgr.y (mgr.25474) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:03.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: audit 2023-12-06T07:03:02.909290+0000 mon.c (mon.1) 202 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:03:03.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: audit 2023-12-06T07:03:02.909741+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:03:03.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: audit 2023-12-06T07:03:03.131973+0000 mon.c (mon.1) 203 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:03.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: audit 2023-12-06T07:03:03.132378+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:03.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: audit 2023-12-06T07:03:03.164703+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:03.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: audit 2023-12-06T07:03:03.313971+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:03.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: audit 2023-12-06T07:03:03.459420+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:03.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: audit 2023-12-06T07:03:03.671328+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:03.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: audit 2023-12-06T07:03:03.673577+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:03.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: audit 2023-12-06T07:03:03.675881+0000 mon.c (mon.1) 206 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:03.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[30799]: audit 2023-12-06T07:03:03.676292+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:03.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: cluster 2023-12-06T07:03:02.664883+0000 mgr.y (mgr.25474) 23 : 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-06T07:03:03.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: audit 2023-12-06T07:03:02.832578+0000 mon.c (mon.1) 200 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:03.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: audit 2023-12-06T07:03:02.833863+0000 mon.c (mon.1) 201 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:03.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: audit 2023-12-06T07:03:02.840811+0000 mon.a (mon.0) 38 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:03.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: cephadm 2023-12-06T07:03:02.843957+0000 mgr.y (mgr.25474) 24 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:03.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: audit 2023-12-06T07:03:02.909290+0000 mon.c (mon.1) 202 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:03:03.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: audit 2023-12-06T07:03:02.909741+0000 mon.a (mon.0) 39 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:03:03.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: audit 2023-12-06T07:03:03.131973+0000 mon.c (mon.1) 203 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:03.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: audit 2023-12-06T07:03:03.132378+0000 mon.a (mon.0) 40 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:03.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: audit 2023-12-06T07:03:03.164703+0000 mon.a (mon.0) 41 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:03.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: audit 2023-12-06T07:03:03.313971+0000 mon.a (mon.0) 42 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:03.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: audit 2023-12-06T07:03:03.459420+0000 mon.a (mon.0) 43 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:03.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: audit 2023-12-06T07:03:03.671328+0000 mon.c (mon.1) 204 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:03.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: audit 2023-12-06T07:03:03.673577+0000 mon.c (mon.1) 205 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:03.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: audit 2023-12-06T07:03:03.675881+0000 mon.c (mon.1) 206 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:03.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:03 smithi040 bash[78949]: audit 2023-12-06T07:03:03.676292+0000 mon.a (mon.0) 44 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:03.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: cluster 2023-12-06T07:03:02.664883+0000 mgr.y (mgr.25474) 23 : 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-06T07:03:03.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: audit 2023-12-06T07:03:02.832578+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:03.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: audit 2023-12-06T07:03:02.833863+0000 mon.c (mon.1) 201 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:03.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: audit 2023-12-06T07:03:02.840811+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:03.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: cephadm 2023-12-06T07:03:02.843957+0000 mgr.y (mgr.25474) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:03.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: audit 2023-12-06T07:03:02.909290+0000 mon.c (mon.1) 202 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:03:03.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: audit 2023-12-06T07:03:02.909741+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2023-12-06T07:03:03.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: audit 2023-12-06T07:03:03.131973+0000 mon.c (mon.1) 203 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:03.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: audit 2023-12-06T07:03:03.132378+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:03.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: audit 2023-12-06T07:03:03.164703+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:03.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: audit 2023-12-06T07:03:03.313971+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:03.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: audit 2023-12-06T07:03:03.459420+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:03.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: audit 2023-12-06T07:03:03.671328+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:03.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: audit 2023-12-06T07:03:03.673577+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:03.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: audit 2023-12-06T07:03:03.675881+0000 mon.c (mon.1) 206 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:03.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:03 smithi141 bash[25168]: audit 2023-12-06T07:03:03.676292+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi141", "caps": []}]: dispatch 2023-12-06T07:03:04.407 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:04 smithi141 bash[64958]: debug 2023-12-06T07:03:04.308+0000 7ff7938e2000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:03:04.698 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:04 smithi141 bash[64958]: debug 2023-12-06T07:03:04.436+0000 7ff7938e2000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:03:04.698 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:04 smithi141 bash[64958]: debug 2023-12-06T07:03:04.616+0000 7ff7938e2000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:03:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:04 smithi141 bash[25168]: audit 2023-12-06T07:03:03.671584+0000 mgr.y (mgr.25474) 25 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:04 smithi141 bash[25168]: audit 2023-12-06T07:03:04.090623+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:04 smithi141 bash[25168]: audit 2023-12-06T07:03:04.151594+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:04 smithi141 bash[25168]: audit 2023-12-06T07:03:04.240457+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:04 smithi141 bash[25168]: audit 2023-12-06T07:03:04.309832+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:04 smithi141 bash[25168]: audit 2023-12-06T07:03:04.395163+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:04 smithi141 bash[25168]: audit 2023-12-06T07:03:04.446397+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:04.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:04 smithi141 bash[25168]: audit 2023-12-06T07:03:04.452634+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:04.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:04 smithi141 bash[25168]: audit 2023-12-06T07:03:04.593349+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[30799]: audit 2023-12-06T07:03:03.671584+0000 mgr.y (mgr.25474) 25 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:05.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[30799]: audit 2023-12-06T07:03:04.090623+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[30799]: audit 2023-12-06T07:03:04.151594+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[30799]: audit 2023-12-06T07:03:04.240457+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[30799]: audit 2023-12-06T07:03:04.309832+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[30799]: audit 2023-12-06T07:03:04.395163+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[30799]: audit 2023-12-06T07:03:04.446397+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[30799]: audit 2023-12-06T07:03:04.452634+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[30799]: audit 2023-12-06T07:03:04.593349+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[78949]: audit 2023-12-06T07:03:03.671584+0000 mgr.y (mgr.25474) 25 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:05.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[78949]: audit 2023-12-06T07:03:04.090623+0000 mon.a (mon.0) 45 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[78949]: audit 2023-12-06T07:03:04.151594+0000 mon.a (mon.0) 46 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[78949]: audit 2023-12-06T07:03:04.240457+0000 mon.a (mon.0) 47 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[78949]: audit 2023-12-06T07:03:04.309832+0000 mon.a (mon.0) 48 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[78949]: audit 2023-12-06T07:03:04.395163+0000 mon.a (mon.0) 49 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[78949]: audit 2023-12-06T07:03:04.446397+0000 mon.a (mon.0) 50 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[78949]: audit 2023-12-06T07:03:04.452634+0000 mon.a (mon.0) 51 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:04 smithi040 bash[78949]: audit 2023-12-06T07:03:04.593349+0000 mon.a (mon.0) 52 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.074 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:04 smithi141 bash[64958]: debug 2023-12-06T07:03:04.972+0000 7ff7938e2000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:03:05.280 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[64958]: debug 2023-12-06T07:03:05.068+0000 7ff7938e2000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:03:05.701 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[64958]: debug 2023-12-06T07:03:05.276+0000 7ff7938e2000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:03:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: cluster 2023-12-06T07:03:04.666424+0000 mgr.y (mgr.25474) 26 : 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-06T07:03:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.725765+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.726642+0000 mon.c (mon.1) 208 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.734613+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: cephadm 2023-12-06T07:03:04.735609+0000 mgr.y (mgr.25474) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:05.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.759676+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.770845+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.781538+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.813429+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:05.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.815585+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:05.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.817644+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:05.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.818373+0000 mon.c (mon.1) 212 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:05.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.824762+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: cephadm 2023-12-06T07:03:04.827511+0000 mgr.y (mgr.25474) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:05.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.888669+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:05.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.891467+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:05.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.894380+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:05.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.895713+0000 mon.c (mon.1) 216 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:05.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.903061+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: cephadm 2023-12-06T07:03:04.906397+0000 mgr.y (mgr.25474) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:05.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.984434+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:05.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.986570+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:05.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.989440+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:05.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.990303+0000 mon.c (mon.1) 220 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:05.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:04.998006+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: cephadm 2023-12-06T07:03:05.001799+0000 mgr.y (mgr.25474) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:05.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.078912+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:05.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.081862+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:05.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.084915+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:05.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.085889+0000 mon.c (mon.1) 224 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:05.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.092685+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.172614+0000 mon.c (mon.1) 225 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:05.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.174797+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:05.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.177244+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:05.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.178114+0000 mon.c (mon.1) 228 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:05.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.184848+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.265723+0000 mon.c (mon.1) 229 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:05.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.268111+0000 mon.c (mon.1) 230 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:05.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.270871+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:05.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.272111+0000 mon.c (mon.1) 232 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:05.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.279523+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.359494+0000 mon.c (mon.1) 233 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:05.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.361982+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:05.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.364498+0000 mon.c (mon.1) 235 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:05.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.365775+0000 mon.c (mon.1) 236 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:05.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.373624+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.443338+0000 mon.c (mon.1) 237 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:05.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.445172+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:05.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.447245+0000 mon.c (mon.1) 239 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:05.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.448085+0000 mon.c (mon.1) 240 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:05.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.453123+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.535399+0000 mon.c (mon.1) 241 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:05.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.538473+0000 mon.c (mon.1) 242 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:05.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.543419+0000 mon.c (mon.1) 243 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:05.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.545195+0000 mon.c (mon.1) 244 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:05.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.554728+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:05.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.617728+0000 mon.c (mon.1) 245 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:05.965 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.619895+0000 mon.c (mon.1) 246 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:05.965 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.622556+0000 mon.c (mon.1) 247 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:05.965 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.623521+0000 mon.c (mon.1) 248 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:05.965 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:05 smithi141 bash[25168]: audit 2023-12-06T07:03:05.630867+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: cluster 2023-12-06T07:03:04.666424+0000 mgr.y (mgr.25474) 26 : 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-06T07:03:06.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.725765+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.726642+0000 mon.c (mon.1) 208 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.734613+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: cephadm 2023-12-06T07:03:04.735609+0000 mgr.y (mgr.25474) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.759676+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.770845+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.781538+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.813429+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.815585+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.817644+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.818373+0000 mon.c (mon.1) 212 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.824762+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: cephadm 2023-12-06T07:03:04.827511+0000 mgr.y (mgr.25474) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.888669+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.891467+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.894380+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.895713+0000 mon.c (mon.1) 216 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.903061+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: cephadm 2023-12-06T07:03:04.906397+0000 mgr.y (mgr.25474) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.984434+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.986570+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.989440+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.990303+0000 mon.c (mon.1) 220 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:04.998006+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: cephadm 2023-12-06T07:03:05.001799+0000 mgr.y (mgr.25474) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.078912+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.081862+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.084915+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.085889+0000 mon.c (mon.1) 224 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.092685+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.172614+0000 mon.c (mon.1) 225 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.174797+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.177244+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.178114+0000 mon.c (mon.1) 228 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.184848+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.265723+0000 mon.c (mon.1) 229 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.268111+0000 mon.c (mon.1) 230 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.270871+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.272111+0000 mon.c (mon.1) 232 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.279523+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.359494+0000 mon.c (mon.1) 233 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.361982+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.364498+0000 mon.c (mon.1) 235 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.365775+0000 mon.c (mon.1) 236 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.373624+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.443338+0000 mon.c (mon.1) 237 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.445172+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.447245+0000 mon.c (mon.1) 239 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.448085+0000 mon.c (mon.1) 240 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.453123+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.535399+0000 mon.c (mon.1) 241 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.538473+0000 mon.c (mon.1) 242 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.543419+0000 mon.c (mon.1) 243 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.545195+0000 mon.c (mon.1) 244 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.554728+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.617728+0000 mon.c (mon.1) 245 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.619895+0000 mon.c (mon.1) 246 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.622556+0000 mon.c (mon.1) 247 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.623521+0000 mon.c (mon.1) 248 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[30799]: audit 2023-12-06T07:03:05.630867+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: cluster 2023-12-06T07:03:04.666424+0000 mgr.y (mgr.25474) 26 : 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-06T07:03:06.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.725765+0000 mon.c (mon.1) 207 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.726642+0000 mon.c (mon.1) 208 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.734613+0000 mon.a (mon.0) 53 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: cephadm 2023-12-06T07:03:04.735609+0000 mgr.y (mgr.25474) 27 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.759676+0000 mon.a (mon.0) 54 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.770845+0000 mon.a (mon.0) 55 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.781538+0000 mon.a (mon.0) 56 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.813429+0000 mon.c (mon.1) 209 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.815585+0000 mon.c (mon.1) 210 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.817644+0000 mon.c (mon.1) 211 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.818373+0000 mon.c (mon.1) 212 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.824762+0000 mon.a (mon.0) 57 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: cephadm 2023-12-06T07:03:04.827511+0000 mgr.y (mgr.25474) 28 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.888669+0000 mon.c (mon.1) 213 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.891467+0000 mon.c (mon.1) 214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.894380+0000 mon.c (mon.1) 215 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.895713+0000 mon.c (mon.1) 216 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.903061+0000 mon.a (mon.0) 58 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: cephadm 2023-12-06T07:03:04.906397+0000 mgr.y (mgr.25474) 29 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.984434+0000 mon.c (mon.1) 217 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.986570+0000 mon.c (mon.1) 218 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.989440+0000 mon.c (mon.1) 219 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.990303+0000 mon.c (mon.1) 220 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:04.998006+0000 mon.a (mon.0) 59 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: cephadm 2023-12-06T07:03:05.001799+0000 mgr.y (mgr.25474) 30 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.078912+0000 mon.c (mon.1) 221 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.081862+0000 mon.c (mon.1) 222 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.084915+0000 mon.c (mon.1) 223 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.085889+0000 mon.c (mon.1) 224 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.092685+0000 mon.a (mon.0) 60 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.172614+0000 mon.c (mon.1) 225 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.174797+0000 mon.c (mon.1) 226 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.177244+0000 mon.c (mon.1) 227 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.178114+0000 mon.c (mon.1) 228 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.184848+0000 mon.a (mon.0) 61 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.265723+0000 mon.c (mon.1) 229 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.268111+0000 mon.c (mon.1) 230 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.270871+0000 mon.c (mon.1) 231 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.272111+0000 mon.c (mon.1) 232 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.279523+0000 mon.a (mon.0) 62 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.359494+0000 mon.c (mon.1) 233 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.361982+0000 mon.c (mon.1) 234 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.364498+0000 mon.c (mon.1) 235 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.365775+0000 mon.c (mon.1) 236 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.373624+0000 mon.a (mon.0) 63 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.443338+0000 mon.c (mon.1) 237 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.445172+0000 mon.c (mon.1) 238 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.447245+0000 mon.c (mon.1) 239 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.448085+0000 mon.c (mon.1) 240 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.453123+0000 mon.a (mon.0) 64 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.535399+0000 mon.c (mon.1) 241 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.538473+0000 mon.c (mon.1) 242 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.543419+0000 mon.c (mon.1) 243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.545195+0000 mon.c (mon.1) 244 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.554728+0000 mon.a (mon.0) 65 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.617728+0000 mon.c (mon.1) 245 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.619895+0000 mon.c (mon.1) 246 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.622556+0000 mon.c (mon.1) 247 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.623521+0000 mon.c (mon.1) 248 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:05 smithi040 bash[78949]: audit 2023-12-06T07:03:05.630867+0000 mon.a (mon.0) 66 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.458 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[64958]: debug 2023-12-06T07:03:06.184+0000 7ff7938e2000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:03:06.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[64958]: debug 2023-12-06T07:03:06.300+0000 7ff7938e2000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:03:06.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:03:06] "GET /metrics HTTP/1.1" 200 35364 "" "Prometheus/2.33.4" 2023-12-06T07:03:06.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: cephadm 2023-12-06T07:03:05.096311+0000 mgr.y (mgr.25474) 31 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: cephadm 2023-12-06T07:03:05.187781+0000 mgr.y (mgr.25474) 32 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: cephadm 2023-12-06T07:03:05.282674+0000 mgr.y (mgr.25474) 33 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: cephadm 2023-12-06T07:03:05.377055+0000 mgr.y (mgr.25474) 34 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: cephadm 2023-12-06T07:03:05.456322+0000 mgr.y (mgr.25474) 35 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: cephadm 2023-12-06T07:03:05.556892+0000 mgr.y (mgr.25474) 36 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: cephadm 2023-12-06T07:03:05.634984+0000 mgr.y (mgr.25474) 37 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.713313+0000 mon.c (mon.1) 249 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.715130+0000 mon.c (mon.1) 250 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.717282+0000 mon.c (mon.1) 251 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.718150+0000 mon.c (mon.1) 252 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.724239+0000 mon.a (mon.0) 67 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: cephadm 2023-12-06T07:03:05.725004+0000 mgr.y (mgr.25474) 38 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.801966+0000 mon.c (mon.1) 253 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.804379+0000 mon.c (mon.1) 254 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.807218+0000 mon.c (mon.1) 255 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.808585+0000 mon.c (mon.1) 256 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.815962+0000 mon.a (mon.0) 68 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: cephadm 2023-12-06T07:03:05.817631+0000 mgr.y (mgr.25474) 39 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.898499+0000 mon.c (mon.1) 257 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.900447+0000 mon.c (mon.1) 258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: cephadm 2023-12-06T07:03:05.096311+0000 mgr.y (mgr.25474) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: cephadm 2023-12-06T07:03:05.187781+0000 mgr.y (mgr.25474) 32 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: cephadm 2023-12-06T07:03:05.282674+0000 mgr.y (mgr.25474) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: cephadm 2023-12-06T07:03:05.377055+0000 mgr.y (mgr.25474) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: cephadm 2023-12-06T07:03:05.456322+0000 mgr.y (mgr.25474) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: cephadm 2023-12-06T07:03:05.556892+0000 mgr.y (mgr.25474) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: cephadm 2023-12-06T07:03:05.634984+0000 mgr.y (mgr.25474) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.713313+0000 mon.c (mon.1) 249 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.715130+0000 mon.c (mon.1) 250 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.717282+0000 mon.c (mon.1) 251 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.718150+0000 mon.c (mon.1) 252 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.724239+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: cephadm 2023-12-06T07:03:05.725004+0000 mgr.y (mgr.25474) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.801966+0000 mon.c (mon.1) 253 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.804379+0000 mon.c (mon.1) 254 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.807218+0000 mon.c (mon.1) 255 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.808585+0000 mon.c (mon.1) 256 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.815962+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: cephadm 2023-12-06T07:03:05.817631+0000 mgr.y (mgr.25474) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.898499+0000 mon.c (mon.1) 257 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.902570+0000 mon.c (mon.1) 259 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.903583+0000 mon.c (mon.1) 260 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.909793+0000 mon.a (mon.0) 69 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: cephadm 2023-12-06T07:03:05.912015+0000 mgr.y (mgr.25474) 40 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.990010+0000 mon.c (mon.1) 261 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.991713+0000 mon.c (mon.1) 262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.994083+0000 mon.c (mon.1) 263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:05.994896+0000 mon.c (mon.1) 264 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.001293+0000 mon.a (mon.0) 70 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: cephadm 2023-12-06T07:03:06.003342+0000 mgr.y (mgr.25474) 41 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.064210+0000 mon.c (mon.1) 265 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.066107+0000 mon.c (mon.1) 266 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.068392+0000 mon.c (mon.1) 267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.069522+0000 mon.c (mon.1) 268 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.075948+0000 mon.a (mon.0) 71 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.107392+0000 mon.a (mon.0) 72 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.141136+0000 mon.c (mon.1) 269 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.144333+0000 mon.c (mon.1) 270 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.146841+0000 mon.c (mon.1) 271 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.147908+0000 mon.c (mon.1) 272 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.155036+0000 mon.a (mon.0) 73 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.900447+0000 mon.c (mon.1) 258 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.902570+0000 mon.c (mon.1) 259 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.903583+0000 mon.c (mon.1) 260 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.909793+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: cephadm 2023-12-06T07:03:05.912015+0000 mgr.y (mgr.25474) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.990010+0000 mon.c (mon.1) 261 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.991713+0000 mon.c (mon.1) 262 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.994083+0000 mon.c (mon.1) 263 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:05.994896+0000 mon.c (mon.1) 264 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.001293+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: cephadm 2023-12-06T07:03:06.003342+0000 mgr.y (mgr.25474) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.064210+0000 mon.c (mon.1) 265 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.066107+0000 mon.c (mon.1) 266 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.068392+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.069522+0000 mon.c (mon.1) 268 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.075948+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.107392+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.141136+0000 mon.c (mon.1) 269 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.144333+0000 mon.c (mon.1) 270 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.146841+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.147908+0000 mon.c (mon.1) 272 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.209528+0000 mon.a (mon.0) 74 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.236252+0000 mon.c (mon.1) 273 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.238678+0000 mon.c (mon.1) 274 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.242965+0000 mon.c (mon.1) 275 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.244043+0000 mon.c (mon.1) 276 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.250552+0000 mon.a (mon.0) 75 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.336774+0000 mon.c (mon.1) 277 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.339431+0000 mon.c (mon.1) 278 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.342026+0000 mon.c (mon.1) 279 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.343023+0000 mon.c (mon.1) 280 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.352804+0000 mon.a (mon.0) 76 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.365824+0000 mon.a (mon.0) 77 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.437881+0000 mon.c (mon.1) 281 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.440435+0000 mon.c (mon.1) 282 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.444098+0000 mon.c (mon.1) 283 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.445368+0000 mon.c (mon.1) 284 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.454125+0000 mon.a (mon.0) 78 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.519387+0000 mon.a (mon.0) 79 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.524599+0000 mon.c (mon.1) 285 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.526921+0000 mon.c (mon.1) 286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.529021+0000 mon.c (mon.1) 287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.155036+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.209528+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.236252+0000 mon.c (mon.1) 273 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.238678+0000 mon.c (mon.1) 274 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.242965+0000 mon.c (mon.1) 275 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.244043+0000 mon.c (mon.1) 276 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.250552+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.336774+0000 mon.c (mon.1) 277 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.339431+0000 mon.c (mon.1) 278 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.342026+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.343023+0000 mon.c (mon.1) 280 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.352804+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.365824+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.437881+0000 mon.c (mon.1) 281 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.440435+0000 mon.c (mon.1) 282 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.444098+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.445368+0000 mon.c (mon.1) 284 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.454125+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.519387+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.524599+0000 mon.c (mon.1) 285 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.526921+0000 mon.c (mon.1) 286 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.529859+0000 mon.c (mon.1) 288 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.536302+0000 mon.a (mon.0) 80 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.800 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.620794+0000 mon.c (mon.1) 289 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.623348+0000 mon.c (mon.1) 290 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.626120+0000 mon.c (mon.1) 291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.627218+0000 mon.c (mon.1) 292 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.801 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[78949]: audit 2023-12-06T07:03:06.633434+0000 mon.a (mon.0) 81 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.529021+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.529859+0000 mon.c (mon.1) 288 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.536302+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.620794+0000 mon.c (mon.1) 289 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.623348+0000 mon.c (mon.1) 290 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.626120+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.627218+0000 mon.c (mon.1) 292 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:06 smithi040 bash[30799]: audit 2023-12-06T07:03:06.633434+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.818 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[64958]: debug 2023-12-06T07:03:06.528+0000 7ff7938e2000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:03:06.819 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: cephadm 2023-12-06T07:03:05.096311+0000 mgr.y (mgr.25474) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.819 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: cephadm 2023-12-06T07:03:05.187781+0000 mgr.y (mgr.25474) 32 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.819 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: cephadm 2023-12-06T07:03:05.282674+0000 mgr.y (mgr.25474) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.819 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: cephadm 2023-12-06T07:03:05.377055+0000 mgr.y (mgr.25474) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.819 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: cephadm 2023-12-06T07:03:05.456322+0000 mgr.y (mgr.25474) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.820 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: cephadm 2023-12-06T07:03:05.556892+0000 mgr.y (mgr.25474) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.820 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: cephadm 2023-12-06T07:03:05.634984+0000 mgr.y (mgr.25474) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.820 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.713313+0000 mon.c (mon.1) 249 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.820 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.715130+0000 mon.c (mon.1) 250 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.820 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.717282+0000 mon.c (mon.1) 251 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.820 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.718150+0000 mon.c (mon.1) 252 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.820 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.724239+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.820 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: cephadm 2023-12-06T07:03:05.725004+0000 mgr.y (mgr.25474) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.821 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.801966+0000 mon.c (mon.1) 253 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.821 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.804379+0000 mon.c (mon.1) 254 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.821 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.807218+0000 mon.c (mon.1) 255 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.821 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.808585+0000 mon.c (mon.1) 256 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.821 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.815962+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.821 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: cephadm 2023-12-06T07:03:05.817631+0000 mgr.y (mgr.25474) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.821 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.898499+0000 mon.c (mon.1) 257 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.821 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.900447+0000 mon.c (mon.1) 258 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.822 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.902570+0000 mon.c (mon.1) 259 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.822 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.903583+0000 mon.c (mon.1) 260 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.822 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.909793+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.822 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: cephadm 2023-12-06T07:03:05.912015+0000 mgr.y (mgr.25474) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.822 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.990010+0000 mon.c (mon.1) 261 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.822 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.991713+0000 mon.c (mon.1) 262 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.822 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.994083+0000 mon.c (mon.1) 263 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.823 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:05.994896+0000 mon.c (mon.1) 264 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.823 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.001293+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.823 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: cephadm 2023-12-06T07:03:06.003342+0000 mgr.y (mgr.25474) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:06.823 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.064210+0000 mon.c (mon.1) 265 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.823 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.066107+0000 mon.c (mon.1) 266 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.823 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.068392+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.823 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.069522+0000 mon.c (mon.1) 268 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.075948+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.107392+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.141136+0000 mon.c (mon.1) 269 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.144333+0000 mon.c (mon.1) 270 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.146841+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.147908+0000 mon.c (mon.1) 272 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.155036+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.209528+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.825 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.236252+0000 mon.c (mon.1) 273 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.825 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.238678+0000 mon.c (mon.1) 274 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.825 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.242965+0000 mon.c (mon.1) 275 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.825 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.244043+0000 mon.c (mon.1) 276 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.825 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.250552+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.825 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.336774+0000 mon.c (mon.1) 277 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.825 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.339431+0000 mon.c (mon.1) 278 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.825 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.342026+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.826 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.343023+0000 mon.c (mon.1) 280 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.826 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.352804+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.826 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.365824+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.826 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.437881+0000 mon.c (mon.1) 281 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.826 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.440435+0000 mon.c (mon.1) 282 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.826 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.444098+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.826 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.445368+0000 mon.c (mon.1) 284 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.826 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.454125+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.826 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.519387+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.826 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.524599+0000 mon.c (mon.1) 285 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.826 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.526921+0000 mon.c (mon.1) 286 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.827 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.529021+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.827 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.529859+0000 mon.c (mon.1) 288 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.827 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.536302+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:06.827 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.620794+0000 mon.c (mon.1) 289 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:06.827 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.623348+0000 mon.c (mon.1) 290 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:06.827 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.626120+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:06.827 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.627218+0000 mon.c (mon.1) 292 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:06.827 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[25168]: audit 2023-12-06T07:03:06.633434+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.155 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:06 smithi141 bash[64958]: debug 2023-12-06T07:03:06.900+0000 7ff7938e2000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:03:07.458 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[64958]: debug 2023-12-06T07:03:07.256+0000 7ff7938e2000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:03:07.709 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: cephadm 2023-12-06T07:03:06.077665+0000 mgr.y (mgr.25474) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.709 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: cephadm 2023-12-06T07:03:06.158448+0000 mgr.y (mgr.25474) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.709 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: cephadm 2023-12-06T07:03:06.253846+0000 mgr.y (mgr.25474) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: cephadm 2023-12-06T07:03:06.077665+0000 mgr.y (mgr.25474) 42 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: cephadm 2023-12-06T07:03:06.158448+0000 mgr.y (mgr.25474) 43 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: cephadm 2023-12-06T07:03:06.253846+0000 mgr.y (mgr.25474) 44 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: cephadm 2023-12-06T07:03:06.356961+0000 mgr.y (mgr.25474) 45 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: cephadm 2023-12-06T07:03:06.457879+0000 mgr.y (mgr.25474) 46 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: cephadm 2023-12-06T07:03:06.539606+0000 mgr.y (mgr.25474) 47 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: cephadm 2023-12-06T07:03:06.636681+0000 mgr.y (mgr.25474) 48 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: cluster 2023-12-06T07:03:06.666921+0000 mgr.y (mgr.25474) 49 : 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-06T07:03:07.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.719339+0000 mon.c (mon.1) 293 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.721439+0000 mon.c (mon.1) 294 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.724086+0000 mon.c (mon.1) 295 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.725038+0000 mon.c (mon.1) 296 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.733808+0000 mon.a (mon.0) 82 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: cephadm 2023-12-06T07:03:06.735354+0000 mgr.y (mgr.25474) 50 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.812054+0000 mon.c (mon.1) 297 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.814321+0000 mon.c (mon.1) 298 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.817350+0000 mon.c (mon.1) 299 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.818462+0000 mon.c (mon.1) 300 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.827429+0000 mon.a (mon.0) 83 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: cephadm 2023-12-06T07:03:06.829251+0000 mgr.y (mgr.25474) 51 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.906478+0000 mon.c (mon.1) 301 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: cephadm 2023-12-06T07:03:06.356961+0000 mgr.y (mgr.25474) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: cephadm 2023-12-06T07:03:06.457879+0000 mgr.y (mgr.25474) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: cephadm 2023-12-06T07:03:06.539606+0000 mgr.y (mgr.25474) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: cephadm 2023-12-06T07:03:06.636681+0000 mgr.y (mgr.25474) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: cluster 2023-12-06T07:03:06.666921+0000 mgr.y (mgr.25474) 49 : 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-06T07:03:07.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.719339+0000 mon.c (mon.1) 293 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.721439+0000 mon.c (mon.1) 294 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.724086+0000 mon.c (mon.1) 295 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.725038+0000 mon.c (mon.1) 296 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.733808+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: cephadm 2023-12-06T07:03:06.735354+0000 mgr.y (mgr.25474) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.812054+0000 mon.c (mon.1) 297 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.814321+0000 mon.c (mon.1) 298 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.817350+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.818462+0000 mon.c (mon.1) 300 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.827429+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: cephadm 2023-12-06T07:03:06.829251+0000 mgr.y (mgr.25474) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.906478+0000 mon.c (mon.1) 301 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.908318+0000 mon.c (mon.1) 302 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.910364+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.908318+0000 mon.c (mon.1) 302 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.910364+0000 mon.c (mon.1) 303 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.911059+0000 mon.c (mon.1) 304 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.919792+0000 mon.a (mon.0) 84 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: cephadm 2023-12-06T07:03:06.920898+0000 mgr.y (mgr.25474) 52 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:06.999150+0000 mon.c (mon.1) 305 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.001026+0000 mon.c (mon.1) 306 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.003844+0000 mon.c (mon.1) 307 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.005126+0000 mon.c (mon.1) 308 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.014642+0000 mon.a (mon.0) 85 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: cephadm 2023-12-06T07:03:07.015852+0000 mgr.y (mgr.25474) 53 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.093218+0000 mon.c (mon.1) 309 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.096691+0000 mon.c (mon.1) 310 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.100428+0000 mon.c (mon.1) 311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.101571+0000 mon.c (mon.1) 312 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.110740+0000 mon.a (mon.0) 86 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.175925+0000 mon.c (mon.1) 313 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.178057+0000 mon.c (mon.1) 314 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.180428+0000 mon.c (mon.1) 315 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.181252+0000 mon.c (mon.1) 316 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.911059+0000 mon.c (mon.1) 304 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.919792+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: cephadm 2023-12-06T07:03:06.920898+0000 mgr.y (mgr.25474) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:06.999150+0000 mon.c (mon.1) 305 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.001026+0000 mon.c (mon.1) 306 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.003844+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.005126+0000 mon.c (mon.1) 308 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.014642+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: cephadm 2023-12-06T07:03:07.015852+0000 mgr.y (mgr.25474) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.093218+0000 mon.c (mon.1) 309 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.096691+0000 mon.c (mon.1) 310 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.100428+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.101571+0000 mon.c (mon.1) 312 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.110740+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.175925+0000 mon.c (mon.1) 313 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.178057+0000 mon.c (mon.1) 314 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.180428+0000 mon.c (mon.1) 315 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.181252+0000 mon.c (mon.1) 316 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.189878+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.252437+0000 mon.c (mon.1) 317 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.189878+0000 mon.a (mon.0) 87 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.252437+0000 mon.c (mon.1) 317 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.257182+0000 mon.c (mon.1) 318 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.260781+0000 mon.c (mon.1) 319 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.262253+0000 mon.c (mon.1) 320 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.271380+0000 mon.a (mon.0) 88 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.335306+0000 mon.c (mon.1) 321 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.337527+0000 mon.c (mon.1) 322 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.340141+0000 mon.c (mon.1) 323 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.341120+0000 mon.c (mon.1) 324 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.349982+0000 mon.a (mon.0) 89 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.430060+0000 mon.c (mon.1) 325 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.432707+0000 mon.c (mon.1) 326 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.435995+0000 mon.c (mon.1) 327 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.437041+0000 mon.c (mon.1) 328 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.444565+0000 mon.a (mon.0) 90 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.531007+0000 mon.c (mon.1) 329 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.533218+0000 mon.c (mon.1) 330 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.535651+0000 mon.c (mon.1) 331 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.536705+0000 mon.c (mon.1) 332 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.543269+0000 mon.a (mon.0) 91 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.627590+0000 mon.c (mon.1) 333 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.629857+0000 mon.c (mon.1) 334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.632334+0000 mon.c (mon.1) 335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.639810+0000 mon.c (mon.1) 336 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[78949]: audit 2023-12-06T07:03:07.646957+0000 mon.a (mon.0) 92 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.257182+0000 mon.c (mon.1) 318 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.260781+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.262253+0000 mon.c (mon.1) 320 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.271380+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.335306+0000 mon.c (mon.1) 321 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.337527+0000 mon.c (mon.1) 322 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.340141+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.341120+0000 mon.c (mon.1) 324 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.349982+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.430060+0000 mon.c (mon.1) 325 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.432707+0000 mon.c (mon.1) 326 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.435995+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.437041+0000 mon.c (mon.1) 328 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.444565+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.531007+0000 mon.c (mon.1) 329 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.533218+0000 mon.c (mon.1) 330 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.535651+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.536705+0000 mon.c (mon.1) 332 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.543269+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.627590+0000 mon.c (mon.1) 333 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.629857+0000 mon.c (mon.1) 334 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.632334+0000 mon.c (mon.1) 335 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.639810+0000 mon.c (mon.1) 336 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:07 smithi040 bash[30799]: audit 2023-12-06T07:03:07.646957+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.927 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[64958]: debug 2023-12-06T07:03:07.644+0000 7ff7938e2000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:03:07.928 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: cephadm 2023-12-06T07:03:06.077665+0000 mgr.y (mgr.25474) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.928 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: cephadm 2023-12-06T07:03:06.158448+0000 mgr.y (mgr.25474) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.928 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: cephadm 2023-12-06T07:03:06.253846+0000 mgr.y (mgr.25474) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.928 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: cephadm 2023-12-06T07:03:06.356961+0000 mgr.y (mgr.25474) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.928 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: cephadm 2023-12-06T07:03:06.457879+0000 mgr.y (mgr.25474) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.928 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: cephadm 2023-12-06T07:03:06.539606+0000 mgr.y (mgr.25474) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.928 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: cephadm 2023-12-06T07:03:06.636681+0000 mgr.y (mgr.25474) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.929 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: cluster 2023-12-06T07:03:06.666921+0000 mgr.y (mgr.25474) 49 : 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-06T07:03:07.929 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.719339+0000 mon.c (mon.1) 293 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.929 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.721439+0000 mon.c (mon.1) 294 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.929 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.724086+0000 mon.c (mon.1) 295 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.929 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.725038+0000 mon.c (mon.1) 296 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.929 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.733808+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.929 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: cephadm 2023-12-06T07:03:06.735354+0000 mgr.y (mgr.25474) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.929 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.812054+0000 mon.c (mon.1) 297 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.929 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.814321+0000 mon.c (mon.1) 298 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.930 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.817350+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.930 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.818462+0000 mon.c (mon.1) 300 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.930 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.827429+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.930 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: cephadm 2023-12-06T07:03:06.829251+0000 mgr.y (mgr.25474) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.930 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.906478+0000 mon.c (mon.1) 301 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.930 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.908318+0000 mon.c (mon.1) 302 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.930 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.910364+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.930 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.911059+0000 mon.c (mon.1) 304 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.931 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.919792+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.931 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: cephadm 2023-12-06T07:03:06.920898+0000 mgr.y (mgr.25474) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.931 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:06.999150+0000 mon.c (mon.1) 305 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.931 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.001026+0000 mon.c (mon.1) 306 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.931 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.003844+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.931 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.005126+0000 mon.c (mon.1) 308 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.014642+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: cephadm 2023-12-06T07:03:07.015852+0000 mgr.y (mgr.25474) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:07.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.093218+0000 mon.c (mon.1) 309 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.096691+0000 mon.c (mon.1) 310 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.100428+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.101571+0000 mon.c (mon.1) 312 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.110740+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.175925+0000 mon.c (mon.1) 313 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.178057+0000 mon.c (mon.1) 314 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.180428+0000 mon.c (mon.1) 315 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.181252+0000 mon.c (mon.1) 316 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.189878+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.252437+0000 mon.c (mon.1) 317 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.257182+0000 mon.c (mon.1) 318 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.260781+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.262253+0000 mon.c (mon.1) 320 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.271380+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.335306+0000 mon.c (mon.1) 321 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.337527+0000 mon.c (mon.1) 322 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.340141+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.341120+0000 mon.c (mon.1) 324 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.349982+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.430060+0000 mon.c (mon.1) 325 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.432707+0000 mon.c (mon.1) 326 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.435995+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.437041+0000 mon.c (mon.1) 328 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.444565+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.531007+0000 mon.c (mon.1) 329 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.533218+0000 mon.c (mon.1) 330 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.535651+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.536705+0000 mon.c (mon.1) 332 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.543269+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:07.937 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.627590+0000 mon.c (mon.1) 333 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:07.937 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.629857+0000 mon.c (mon.1) 334 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:07.937 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.632334+0000 mon.c (mon.1) 335 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:07.937 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.639810+0000 mon.c (mon.1) 336 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:07.937 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[25168]: audit 2023-12-06T07:03:07.646957+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:08.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:07 smithi141 bash[64958]: debug 2023-12-06T07:03:07.920+0000 7ff7938e2000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:03:08.931 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[64958]: debug 2023-12-06T07:03:08.640+0000 7ff7938e2000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:03:08.931 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[64958]: debug 2023-12-06T07:03:08.752+0000 7ff7938e2000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:03:08.931 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[61993]: ts=2023-12-06T07:03: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:03:08.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: cephadm 2023-12-06T07:03:07.112133+0000 mgr.y (mgr.25474) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:08.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: cephadm 2023-12-06T07:03:07.191436+0000 mgr.y (mgr.25474) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:08.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: cephadm 2023-12-06T07:03:07.273420+0000 mgr.y (mgr.25474) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:08.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: cephadm 2023-12-06T07:03:07.351143+0000 mgr.y (mgr.25474) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:08.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: cephadm 2023-12-06T07:03:07.445874+0000 mgr.y (mgr.25474) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:08.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: cephadm 2023-12-06T07:03:07.547216+0000 mgr.y (mgr.25474) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:08.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: cephadm 2023-12-06T07:03:07.650349+0000 mgr.y (mgr.25474) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:08.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.727510+0000 mon.c (mon.1) 337 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:08.932 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.729665+0000 mon.c (mon.1) 338 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:08.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.732203+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:08.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.733240+0000 mon.c (mon.1) 340 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:08.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.743623+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:08.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: cephadm 2023-12-06T07:03:07.744819+0000 mgr.y (mgr.25474) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:08.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.764920+0000 mon.c (mon.1) 341 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:03:08.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.840402+0000 mon.c (mon.1) 342 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:08.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.842729+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:08.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.845931+0000 mon.c (mon.1) 344 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:08.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.847069+0000 mon.c (mon.1) 345 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:08.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.856167+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:08.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: cephadm 2023-12-06T07:03:07.857762+0000 mgr.y (mgr.25474) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:08.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.934773+0000 mon.c (mon.1) 346 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:08.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.937469+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:08.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.940657+0000 mon.c (mon.1) 348 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:08.933 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.941659+0000 mon.c (mon.1) 349 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:08.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:07.950497+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:08.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: cephadm 2023-12-06T07:03:07.952000+0000 mgr.y (mgr.25474) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:08.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.028844+0000 mon.c (mon.1) 350 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:08.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.031299+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:08.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.034350+0000 mon.c (mon.1) 352 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:08.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.035791+0000 mon.c (mon.1) 353 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:08.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.046029+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:08.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: cephadm 2023-12-06T07:03:08.046918+0000 mgr.y (mgr.25474) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:08.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.125686+0000 mon.c (mon.1) 354 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:08.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.128328+0000 mon.c (mon.1) 355 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:08.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.131632+0000 mon.c (mon.1) 356 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:08.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.132672+0000 mon.c (mon.1) 357 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:08.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.141238+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:08.934 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.219836+0000 mon.c (mon.1) 358 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:08.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.222482+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:08.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.226184+0000 mon.c (mon.1) 360 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:08.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.227494+0000 mon.c (mon.1) 361 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:08.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.235024+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:08.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.300959+0000 mon.c (mon.1) 362 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:08.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.302665+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:08.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.304842+0000 mon.c (mon.1) 364 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:08.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.305740+0000 mon.c (mon.1) 365 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:08.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.312224+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:08.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.342530+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:08.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.397951+0000 mon.c (mon.1) 366 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:08.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.399712+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:08.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.401772+0000 mon.c (mon.1) 368 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:08.935 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.402592+0000 mon.c (mon.1) 369 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.408980+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.474189+0000 mon.c (mon.1) 370 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.475867+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.477920+0000 mon.c (mon.1) 372 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.478787+0000 mon.c (mon.1) 373 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.485146+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.566915+0000 mon.c (mon.1) 374 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.568648+0000 mon.c (mon.1) 375 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.571503+0000 mon.c (mon.1) 376 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.572444+0000 mon.c (mon.1) 377 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.578335+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.643067+0000 mon.c (mon.1) 378 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.646050+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.653661+0000 mon.c (mon.1) 380 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.654836+0000 mon.c (mon.1) 381 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:08.936 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[25168]: audit 2023-12-06T07:03:08.663217+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.016 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: cephadm 2023-12-06T07:03:07.112133+0000 mgr.y (mgr.25474) 54 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.016 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: cephadm 2023-12-06T07:03:07.191436+0000 mgr.y (mgr.25474) 55 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.017 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: cephadm 2023-12-06T07:03:07.273420+0000 mgr.y (mgr.25474) 56 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.017 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: cephadm 2023-12-06T07:03:07.351143+0000 mgr.y (mgr.25474) 57 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.017 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: cephadm 2023-12-06T07:03:07.445874+0000 mgr.y (mgr.25474) 58 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.017 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: cephadm 2023-12-06T07:03:07.547216+0000 mgr.y (mgr.25474) 59 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.017 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: cephadm 2023-12-06T07:03:07.650349+0000 mgr.y (mgr.25474) 60 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.017 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.727510+0000 mon.c (mon.1) 337 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.017 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.729665+0000 mon.c (mon.1) 338 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.017 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.732203+0000 mon.c (mon.1) 339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.017 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.733240+0000 mon.c (mon.1) 340 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.017 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.743623+0000 mon.a (mon.0) 93 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.017 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: cephadm 2023-12-06T07:03:07.744819+0000 mgr.y (mgr.25474) 61 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.017 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.764920+0000 mon.c (mon.1) 341 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:03:09.018 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.840402+0000 mon.c (mon.1) 342 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.018 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.842729+0000 mon.c (mon.1) 343 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.018 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.845931+0000 mon.c (mon.1) 344 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.018 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.847069+0000 mon.c (mon.1) 345 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.018 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.856167+0000 mon.a (mon.0) 94 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.018 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: cephadm 2023-12-06T07:03:07.857762+0000 mgr.y (mgr.25474) 62 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.018 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.934773+0000 mon.c (mon.1) 346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.018 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.937469+0000 mon.c (mon.1) 347 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.018 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.940657+0000 mon.c (mon.1) 348 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.018 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.941659+0000 mon.c (mon.1) 349 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.018 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:07.950497+0000 mon.a (mon.0) 95 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.018 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: cephadm 2023-12-06T07:03:07.952000+0000 mgr.y (mgr.25474) 63 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.018 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.028844+0000 mon.c (mon.1) 350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.018 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.031299+0000 mon.c (mon.1) 351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.034350+0000 mon.c (mon.1) 352 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.035791+0000 mon.c (mon.1) 353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.046029+0000 mon.a (mon.0) 96 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: cephadm 2023-12-06T07:03:08.046918+0000 mgr.y (mgr.25474) 64 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.125686+0000 mon.c (mon.1) 354 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.128328+0000 mon.c (mon.1) 355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.131632+0000 mon.c (mon.1) 356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.132672+0000 mon.c (mon.1) 357 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.141238+0000 mon.a (mon.0) 97 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.219836+0000 mon.c (mon.1) 358 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.222482+0000 mon.c (mon.1) 359 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.226184+0000 mon.c (mon.1) 360 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.227494+0000 mon.c (mon.1) 361 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.235024+0000 mon.a (mon.0) 98 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.019 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.300959+0000 mon.c (mon.1) 362 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.020 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.302665+0000 mon.c (mon.1) 363 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.020 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.304842+0000 mon.c (mon.1) 364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.020 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.305740+0000 mon.c (mon.1) 365 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.020 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.312224+0000 mon.a (mon.0) 99 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.020 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.342530+0000 mon.a (mon.0) 100 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.020 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.397951+0000 mon.c (mon.1) 366 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.020 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.399712+0000 mon.c (mon.1) 367 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.020 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.401772+0000 mon.c (mon.1) 368 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.020 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.402592+0000 mon.c (mon.1) 369 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.020 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.408980+0000 mon.a (mon.0) 101 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.020 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.474189+0000 mon.c (mon.1) 370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.020 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.475867+0000 mon.c (mon.1) 371 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.020 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.477920+0000 mon.c (mon.1) 372 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.020 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.478787+0000 mon.c (mon.1) 373 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.020 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.485146+0000 mon.a (mon.0) 102 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.021 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.566915+0000 mon.c (mon.1) 374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.021 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.568648+0000 mon.c (mon.1) 375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.021 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.571503+0000 mon.c (mon.1) 376 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.021 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.572444+0000 mon.c (mon.1) 377 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.021 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.578335+0000 mon.a (mon.0) 103 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.021 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.643067+0000 mon.c (mon.1) 378 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.021 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.646050+0000 mon.c (mon.1) 379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.021 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.653661+0000 mon.c (mon.1) 380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.021 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.654836+0000 mon.c (mon.1) 381 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.021 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[78949]: audit 2023-12-06T07:03:08.663217+0000 mon.a (mon.0) 104 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.022 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: cephadm 2023-12-06T07:03:07.112133+0000 mgr.y (mgr.25474) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.022 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: cephadm 2023-12-06T07:03:07.191436+0000 mgr.y (mgr.25474) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.022 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: cephadm 2023-12-06T07:03:07.273420+0000 mgr.y (mgr.25474) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.022 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: cephadm 2023-12-06T07:03:07.351143+0000 mgr.y (mgr.25474) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.022 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: cephadm 2023-12-06T07:03:07.445874+0000 mgr.y (mgr.25474) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.022 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: cephadm 2023-12-06T07:03:07.547216+0000 mgr.y (mgr.25474) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.022 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: cephadm 2023-12-06T07:03:07.650349+0000 mgr.y (mgr.25474) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.022 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.727510+0000 mon.c (mon.1) 337 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.022 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.729665+0000 mon.c (mon.1) 338 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.732203+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.733240+0000 mon.c (mon.1) 340 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.743623+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: cephadm 2023-12-06T07:03:07.744819+0000 mgr.y (mgr.25474) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.764920+0000 mon.c (mon.1) 341 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:03:09.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.840402+0000 mon.c (mon.1) 342 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.842729+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.845931+0000 mon.c (mon.1) 344 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.847069+0000 mon.c (mon.1) 345 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.856167+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: cephadm 2023-12-06T07:03:07.857762+0000 mgr.y (mgr.25474) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.934773+0000 mon.c (mon.1) 346 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.937469+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.940657+0000 mon.c (mon.1) 348 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.941659+0000 mon.c (mon.1) 349 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:07.950497+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: cephadm 2023-12-06T07:03:07.952000+0000 mgr.y (mgr.25474) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.028844+0000 mon.c (mon.1) 350 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.031299+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.034350+0000 mon.c (mon.1) 352 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.035791+0000 mon.c (mon.1) 353 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.046029+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: cephadm 2023-12-06T07:03:08.046918+0000 mgr.y (mgr.25474) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.125686+0000 mon.c (mon.1) 354 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.128328+0000 mon.c (mon.1) 355 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.131632+0000 mon.c (mon.1) 356 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.132672+0000 mon.c (mon.1) 357 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.141238+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.219836+0000 mon.c (mon.1) 358 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.222482+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.226184+0000 mon.c (mon.1) 360 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.227494+0000 mon.c (mon.1) 361 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.235024+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.300959+0000 mon.c (mon.1) 362 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.302665+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.304842+0000 mon.c (mon.1) 364 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.305740+0000 mon.c (mon.1) 365 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.312224+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.342530+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.397951+0000 mon.c (mon.1) 366 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.399712+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.401772+0000 mon.c (mon.1) 368 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.402592+0000 mon.c (mon.1) 369 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.408980+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.474189+0000 mon.c (mon.1) 370 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.475867+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.477920+0000 mon.c (mon.1) 372 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.478787+0000 mon.c (mon.1) 373 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.485146+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.566915+0000 mon.c (mon.1) 374 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.568648+0000 mon.c (mon.1) 375 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.571503+0000 mon.c (mon.1) 376 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.572444+0000 mon.c (mon.1) 377 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.578335+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.643067+0000 mon.c (mon.1) 378 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.646050+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.653661+0000 mon.c (mon.1) 380 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.654836+0000 mon.c (mon.1) 381 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:08 smithi040 bash[30799]: audit 2023-12-06T07:03:08.663217+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:08 smithi141 bash[64958]: debug 2023-12-06T07:03:08.924+0000 7ff7938e2000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:03:09.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[64958]: debug 2023-12-06T07:03:09.048+0000 7ff7938e2000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:03:09.544 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[64958]: debug 2023-12-06T07:03:09.208+0000 7ff7938e2000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:03:09.711 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: cephadm 2023-12-06T07:03:08.142232+0000 mgr.y (mgr.25474) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.711 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: cephadm 2023-12-06T07:03:08.142232+0000 mgr.y (mgr.25474) 65 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.711 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: cephadm 2023-12-06T07:03:08.236479+0000 mgr.y (mgr.25474) 66 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.711 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: cephadm 2023-12-06T07:03:08.315309+0000 mgr.y (mgr.25474) 67 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.711 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: cephadm 2023-12-06T07:03:08.409987+0000 mgr.y (mgr.25474) 68 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.711 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: cephadm 2023-12-06T07:03:08.485894+0000 mgr.y (mgr.25474) 69 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: cephadm 2023-12-06T07:03:08.579999+0000 mgr.y (mgr.25474) 70 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: cephadm 2023-12-06T07:03:08.665497+0000 mgr.y (mgr.25474) 71 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: cluster 2023-12-06T07:03:08.668025+0000 mgr.y (mgr.25474) 72 : cluster 0 pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T07:03:09.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.748964+0000 mon.c (mon.1) 382 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.750921+0000 mon.c (mon.1) 383 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.753709+0000 mon.c (mon.1) 384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.754908+0000 mon.c (mon.1) 385 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.761595+0000 mon.a (mon.0) 105 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: cephadm 2023-12-06T07:03:08.765097+0000 mgr.y (mgr.25474) 73 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.843505+0000 mon.c (mon.1) 386 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.845617+0000 mon.c (mon.1) 387 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.847908+0000 mon.c (mon.1) 388 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.849356+0000 mon.c (mon.1) 389 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.857822+0000 mon.a (mon.0) 106 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: cephadm 2023-12-06T07:03:08.859021+0000 mgr.y (mgr.25474) 74 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.713 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.901153+0000 mon.c (mon.1) 390 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.713 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.903025+0000 mon.c (mon.1) 391 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.713 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.905231+0000 mon.c (mon.1) 392 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.713 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.906054+0000 mon.c (mon.1) 393 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.713 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.912683+0000 mon.a (mon.0) 107 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.713 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: cephadm 2023-12-06T07:03:08.915311+0000 mgr.y (mgr.25474) 75 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.713 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.989809+0000 mon.a (mon.0) 108 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.713 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.994795+0000 mon.c (mon.1) 394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.713 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:08.999402+0000 mon.a (mon.0) 109 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.713 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.004440+0000 mon.c (mon.1) 395 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.713 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.007556+0000 mon.a (mon.0) 110 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.713 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.013109+0000 mon.c (mon.1) 396 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.713 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.014125+0000 mon.c (mon.1) 397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.713 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.021395+0000 mon.a (mon.0) 111 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.713 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: cephadm 2023-12-06T07:03:09.022325+0000 mgr.y (mgr.25474) 76 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.714 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.106006+0000 mon.c (mon.1) 398 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.714 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.108676+0000 mon.c (mon.1) 399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.714 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.111744+0000 mon.c (mon.1) 400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.714 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.112770+0000 mon.c (mon.1) 401 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.714 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.119812+0000 mon.a (mon.0) 112 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.849 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[64958]: debug 2023-12-06T07:03:09.540+0000 7ff7938e2000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:03:09.849 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[64958]: debug 2023-12-06T07:03:09.668+0000 7ff7938e2000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:03:09.850 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: cephadm 2023-12-06T07:03:08.142232+0000 mgr.y (mgr.25474) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.850 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: cephadm 2023-12-06T07:03:08.236479+0000 mgr.y (mgr.25474) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.850 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: cephadm 2023-12-06T07:03:08.315309+0000 mgr.y (mgr.25474) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.850 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: cephadm 2023-12-06T07:03:08.409987+0000 mgr.y (mgr.25474) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.850 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: cephadm 2023-12-06T07:03:08.485894+0000 mgr.y (mgr.25474) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.850 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: cephadm 2023-12-06T07:03:08.579999+0000 mgr.y (mgr.25474) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.850 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: cephadm 2023-12-06T07:03:08.665497+0000 mgr.y (mgr.25474) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.850 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: cluster 2023-12-06T07:03:08.668025+0000 mgr.y (mgr.25474) 72 : 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-06T07:03:09.850 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.748964+0000 mon.c (mon.1) 382 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.850 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.750921+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.851 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.753709+0000 mon.c (mon.1) 384 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.851 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.754908+0000 mon.c (mon.1) 385 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.851 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.761595+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.851 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: cephadm 2023-12-06T07:03:08.765097+0000 mgr.y (mgr.25474) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.851 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.843505+0000 mon.c (mon.1) 386 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.851 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.845617+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.851 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.847908+0000 mon.c (mon.1) 388 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.851 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.849356+0000 mon.c (mon.1) 389 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.851 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.857822+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.851 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: cephadm 2023-12-06T07:03:08.859021+0000 mgr.y (mgr.25474) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.851 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.901153+0000 mon.c (mon.1) 390 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.851 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.903025+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.851 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.905231+0000 mon.c (mon.1) 392 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.851 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.906054+0000 mon.c (mon.1) 393 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.852 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.912683+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.852 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: cephadm 2023-12-06T07:03:08.915311+0000 mgr.y (mgr.25474) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.852 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.989809+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.852 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.994795+0000 mon.c (mon.1) 394 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.852 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:08.999402+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.852 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.004440+0000 mon.c (mon.1) 395 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.852 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.007556+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.852 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.013109+0000 mon.c (mon.1) 396 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.852 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.014125+0000 mon.c (mon.1) 397 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.852 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.021395+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.852 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: cephadm 2023-12-06T07:03:09.022325+0000 mgr.y (mgr.25474) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:09.852 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.106006+0000 mon.c (mon.1) 398 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.853 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.108676+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.853 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.111744+0000 mon.c (mon.1) 400 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.853 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.112770+0000 mon.c (mon.1) 401 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.853 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.119812+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.853 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.202389+0000 mon.c (mon.1) 402 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.853 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.204790+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.853 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.207485+0000 mon.c (mon.1) 404 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.853 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.208486+0000 mon.c (mon.1) 405 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.853 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.214953+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.853 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.294706+0000 mon.c (mon.1) 406 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.853 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.302353+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.853 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.305717+0000 mon.c (mon.1) 408 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.853 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.307012+0000 mon.c (mon.1) 409 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.853 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.313818+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.854 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.393319+0000 mon.c (mon.1) 410 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.854 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.395901+0000 mon.c (mon.1) 411 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.854 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.398126+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.854 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.398893+0000 mon.c (mon.1) 413 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.854 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.406736+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.854 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.486805+0000 mon.c (mon.1) 414 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.854 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.489409+0000 mon.c (mon.1) 415 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.854 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.492994+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.854 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.494166+0000 mon.c (mon.1) 417 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.855 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.503998+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.855 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.584918+0000 mon.c (mon.1) 418 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.855 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.589258+0000 mon.c (mon.1) 419 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.855 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.592997+0000 mon.c (mon.1) 420 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.855 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.594099+0000 mon.c (mon.1) 421 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.855 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.603171+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:09.855 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.685276+0000 mon.c (mon.1) 422 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:09.855 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.687355+0000 mon.c (mon.1) 423 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:09.855 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.689821+0000 mon.c (mon.1) 424 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:09.855 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.691137+0000 mon.c (mon.1) 425 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:09.855 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[25168]: audit 2023-12-06T07:03:09.698882+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.202389+0000 mon.c (mon.1) 402 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.204790+0000 mon.c (mon.1) 403 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.207485+0000 mon.c (mon.1) 404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.208486+0000 mon.c (mon.1) 405 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.214953+0000 mon.a (mon.0) 113 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.294706+0000 mon.c (mon.1) 406 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.302353+0000 mon.c (mon.1) 407 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.305717+0000 mon.c (mon.1) 408 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.307012+0000 mon.c (mon.1) 409 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.313818+0000 mon.a (mon.0) 114 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.393319+0000 mon.c (mon.1) 410 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.395901+0000 mon.c (mon.1) 411 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.398126+0000 mon.c (mon.1) 412 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.398893+0000 mon.c (mon.1) 413 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.406736+0000 mon.a (mon.0) 115 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.486805+0000 mon.c (mon.1) 414 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.489409+0000 mon.c (mon.1) 415 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.492994+0000 mon.c (mon.1) 416 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.494166+0000 mon.c (mon.1) 417 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.503998+0000 mon.a (mon.0) 116 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.584918+0000 mon.c (mon.1) 418 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.589258+0000 mon.c (mon.1) 419 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.592997+0000 mon.c (mon.1) 420 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.594099+0000 mon.c (mon.1) 421 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.603171+0000 mon.a (mon.0) 117 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.685276+0000 mon.c (mon.1) 422 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.687355+0000 mon.c (mon.1) 423 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.689821+0000 mon.c (mon.1) 424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.691137+0000 mon.c (mon.1) 425 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[78949]: audit 2023-12-06T07:03:09.698882+0000 mon.a (mon.0) 118 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: cephadm 2023-12-06T07:03:08.236479+0000 mgr.y (mgr.25474) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: cephadm 2023-12-06T07:03:08.315309+0000 mgr.y (mgr.25474) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: cephadm 2023-12-06T07:03:08.409987+0000 mgr.y (mgr.25474) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: cephadm 2023-12-06T07:03:08.485894+0000 mgr.y (mgr.25474) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: cephadm 2023-12-06T07:03:08.579999+0000 mgr.y (mgr.25474) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: cephadm 2023-12-06T07:03:08.665497+0000 mgr.y (mgr.25474) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: cluster 2023-12-06T07:03:08.668025+0000 mgr.y (mgr.25474) 72 : 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-06T07:03:10.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.748964+0000 mon.c (mon.1) 382 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.750921+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.753709+0000 mon.c (mon.1) 384 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.754908+0000 mon.c (mon.1) 385 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.761595+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: cephadm 2023-12-06T07:03:08.765097+0000 mgr.y (mgr.25474) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.843505+0000 mon.c (mon.1) 386 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.845617+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.847908+0000 mon.c (mon.1) 388 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.849356+0000 mon.c (mon.1) 389 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.857822+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: cephadm 2023-12-06T07:03:08.859021+0000 mgr.y (mgr.25474) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.901153+0000 mon.c (mon.1) 390 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.903025+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.905231+0000 mon.c (mon.1) 392 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.906054+0000 mon.c (mon.1) 393 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.912683+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: cephadm 2023-12-06T07:03:08.915311+0000 mgr.y (mgr.25474) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.989809+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.994795+0000 mon.c (mon.1) 394 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:08.999402+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.004440+0000 mon.c (mon.1) 395 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.007556+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.013109+0000 mon.c (mon.1) 396 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.014125+0000 mon.c (mon.1) 397 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.021395+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: cephadm 2023-12-06T07:03:09.022325+0000 mgr.y (mgr.25474) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.106006+0000 mon.c (mon.1) 398 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.108676+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.111744+0000 mon.c (mon.1) 400 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.112770+0000 mon.c (mon.1) 401 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.119812+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.202389+0000 mon.c (mon.1) 402 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.204790+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.207485+0000 mon.c (mon.1) 404 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.208486+0000 mon.c (mon.1) 405 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.214953+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.294706+0000 mon.c (mon.1) 406 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.302353+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.305717+0000 mon.c (mon.1) 408 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.307012+0000 mon.c (mon.1) 409 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.313818+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.393319+0000 mon.c (mon.1) 410 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.395901+0000 mon.c (mon.1) 411 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.398126+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.398893+0000 mon.c (mon.1) 413 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.406736+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.486805+0000 mon.c (mon.1) 414 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.489409+0000 mon.c (mon.1) 415 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.492994+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.494166+0000 mon.c (mon.1) 417 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.503998+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.584918+0000 mon.c (mon.1) 418 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.589258+0000 mon.c (mon.1) 419 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.592997+0000 mon.c (mon.1) 420 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.594099+0000 mon.c (mon.1) 421 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.603171+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.685276+0000 mon.c (mon.1) 422 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.687355+0000 mon.c (mon.1) 423 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.689821+0000 mon.c (mon.1) 424 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.691137+0000 mon.c (mon.1) 425 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:09 smithi040 bash[30799]: audit 2023-12-06T07:03:09.698882+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.131 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:03:10.383 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:09 smithi141 bash[64958]: debug 2023-12-06T07:03:09.888+0000 7ff7938e2000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:03:10.383 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[64958]: debug 2023-12-06T07:03:10.024+0000 7ff7938e2000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:03:10.931 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:03:10.931 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 1s ago 16m - - 2023-12-06T07:03:10.931 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 6s ago 15m - - 2023-12-06T07:03:10.931 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (2m) 1s ago 8m 16.6M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:03:10.931 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (100s) 6s ago 8m 43.7M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:03:10.931 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (60s) 1s ago 6m 45.6M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:03:10.931 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (46s) 6s ago 15m 432M - 19.0.0-26-g0482646f 26bb7d89db2e f3c8a7644e0d 2023-12-06T07:03:10.931 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (77s) 1s ago 17m 484M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:03:10.931 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (29s) 1s ago 17m 38.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:03:10.931 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (15m) 6s ago 15m 59.5M 2048M 17.2.0 e1d6a67b021e 76faf01e600e 2023-12-06T07:03:10.931 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (15m) 1s ago 15m 56.4M 2048M 17.2.0 e1d6a67b021e b63429ef8030 2023-12-06T07:03:10.932 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (2m) 1s ago 9m 11.2M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:03:10.932 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (2m) 6s ago 9m 11.2M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:03:10.932 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (14m) 1s ago 14m 58.9M 4096M 17.2.0 e1d6a67b021e fa89468afe64 2023-12-06T07:03:10.932 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (14m) 1s ago 14m 58.6M 4096M 17.2.0 e1d6a67b021e f21c73c261bf 2023-12-06T07:03:10.932 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (13m) 1s ago 13m 53.4M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T07:03:10.932 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (12m) 1s ago 12m 57.5M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T07:03:10.932 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (12m) 6s ago 12m 61.1M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T07:03:10.932 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (11m) 6s ago 11m 55.1M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:03:10.932 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (10m) 6s ago 10m 53.5M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:03:10.932 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (10m) 6s ago 10m 57.3M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:03:10.932 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (54s) 6s ago 9m 53.1M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:03:10.932 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (7m) 1s ago 7m 87.5M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:03:10.932 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (7m) 6s ago 7m 86.7M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:03:10.932 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (6m) 1s ago 6m 87.0M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:03:10.933 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (6m) 6s ago 6m 87.1M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:03:10.976 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: cephadm 2023-12-06T07:03:09.120792+0000 mgr.y (mgr.25474) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.976 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: cephadm 2023-12-06T07:03:09.216032+0000 mgr.y (mgr.25474) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.976 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: cephadm 2023-12-06T07:03:09.314556+0000 mgr.y (mgr.25474) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.976 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: cephadm 2023-12-06T07:03:09.407735+0000 mgr.y (mgr.25474) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.976 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: cephadm 2023-12-06T07:03:09.506645+0000 mgr.y (mgr.25474) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.976 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: cephadm 2023-12-06T07:03:09.604289+0000 mgr.y (mgr.25474) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.976 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: cephadm 2023-12-06T07:03:09.700016+0000 mgr.y (mgr.25474) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.977 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:09.784877+0000 mon.c (mon.1) 426 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.977 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:09.787132+0000 mon.c (mon.1) 427 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.977 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:09.789899+0000 mon.c (mon.1) 428 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.977 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:09.790891+0000 mon.c (mon.1) 429 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.977 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:09.797059+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.977 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: cephadm 2023-12-06T07:03:09.799755+0000 mgr.y (mgr.25474) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.977 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:09.877016+0000 mon.c (mon.1) 430 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.977 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:09.879497+0000 mon.c (mon.1) 431 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.977 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:09.883869+0000 mon.c (mon.1) 432 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.977 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:09.885241+0000 mon.c (mon.1) 433 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.977 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:09.896871+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.977 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: cephadm 2023-12-06T07:03:09.898643+0000 mgr.y (mgr.25474) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.977 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:09.975587+0000 mon.c (mon.1) 434 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.978 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:09.980049+0000 mon.c (mon.1) 435 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.978 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:09.984108+0000 mon.c (mon.1) 436 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.978 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:09.985153+0000 mon.c (mon.1) 437 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.978 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:09.994894+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.978 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: cephadm 2023-12-06T07:03:09.995902+0000 mgr.y (mgr.25474) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:10.978 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.074889+0000 mon.c (mon.1) 438 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.978 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.076887+0000 mon.c (mon.1) 439 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.978 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.079470+0000 mon.c (mon.1) 440 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.978 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.080466+0000 mon.c (mon.1) 441 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.979 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.089710+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.979 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.171199+0000 mon.c (mon.1) 442 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.979 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.174542+0000 mon.c (mon.1) 443 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.979 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.177938+0000 mon.c (mon.1) 444 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.979 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.179212+0000 mon.c (mon.1) 445 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.979 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.190346+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.979 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.266892+0000 mon.c (mon.1) 446 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.979 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.269423+0000 mon.c (mon.1) 447 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.979 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.271916+0000 mon.c (mon.1) 448 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.979 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.272958+0000 mon.c (mon.1) 449 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.979 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.281758+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.979 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.360417+0000 mon.c (mon.1) 450 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.979 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.363429+0000 mon.c (mon.1) 451 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.979 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.367081+0000 mon.c (mon.1) 452 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.979 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.368467+0000 mon.c (mon.1) 453 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.376824+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.458919+0000 mon.c (mon.1) 454 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.461215+0000 mon.c (mon.1) 455 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.463676+0000 mon.c (mon.1) 456 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.464501+0000 mon.c (mon.1) 457 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.470295+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.554994+0000 mon.c (mon.1) 458 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.557442+0000 mon.c (mon.1) 459 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.559881+0000 mon.c (mon.1) 460 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.560803+0000 mon.c (mon.1) 461 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.568144+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.650227+0000 mon.c (mon.1) 462 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.652963+0000 mon.c (mon.1) 463 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.655802+0000 mon.c (mon.1) 464 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.656784+0000 mon.c (mon.1) 465 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:10.980 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[25168]: audit 2023-12-06T07:03:10.664310+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:10.999 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[64958]: debug 2023-12-06T07:03:10.968+0000 7ff7938e2000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:03:11.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: cephadm 2023-12-06T07:03:09.120792+0000 mgr.y (mgr.25474) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: cephadm 2023-12-06T07:03:09.216032+0000 mgr.y (mgr.25474) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: cephadm 2023-12-06T07:03:09.314556+0000 mgr.y (mgr.25474) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: cephadm 2023-12-06T07:03:09.407735+0000 mgr.y (mgr.25474) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: cephadm 2023-12-06T07:03:09.506645+0000 mgr.y (mgr.25474) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: cephadm 2023-12-06T07:03:09.604289+0000 mgr.y (mgr.25474) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: cephadm 2023-12-06T07:03:09.700016+0000 mgr.y (mgr.25474) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:09.784877+0000 mon.c (mon.1) 426 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:09.787132+0000 mon.c (mon.1) 427 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:09.789899+0000 mon.c (mon.1) 428 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:09.790891+0000 mon.c (mon.1) 429 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:09.797059+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: cephadm 2023-12-06T07:03:09.799755+0000 mgr.y (mgr.25474) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:09.877016+0000 mon.c (mon.1) 430 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:09.879497+0000 mon.c (mon.1) 431 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:09.883869+0000 mon.c (mon.1) 432 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:09.885241+0000 mon.c (mon.1) 433 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:09.896871+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: cephadm 2023-12-06T07:03:09.898643+0000 mgr.y (mgr.25474) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:09.975587+0000 mon.c (mon.1) 434 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: cephadm 2023-12-06T07:03:09.120792+0000 mgr.y (mgr.25474) 77 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: cephadm 2023-12-06T07:03:09.216032+0000 mgr.y (mgr.25474) 78 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: cephadm 2023-12-06T07:03:09.314556+0000 mgr.y (mgr.25474) 79 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: cephadm 2023-12-06T07:03:09.407735+0000 mgr.y (mgr.25474) 80 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: cephadm 2023-12-06T07:03:09.506645+0000 mgr.y (mgr.25474) 81 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: cephadm 2023-12-06T07:03:09.604289+0000 mgr.y (mgr.25474) 82 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: cephadm 2023-12-06T07:03:09.700016+0000 mgr.y (mgr.25474) 83 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:09.784877+0000 mon.c (mon.1) 426 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:09.787132+0000 mon.c (mon.1) 427 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:09.789899+0000 mon.c (mon.1) 428 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:09.790891+0000 mon.c (mon.1) 429 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:09.797059+0000 mon.a (mon.0) 119 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: cephadm 2023-12-06T07:03:09.799755+0000 mgr.y (mgr.25474) 84 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:09.877016+0000 mon.c (mon.1) 430 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:09.879497+0000 mon.c (mon.1) 431 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:09.883869+0000 mon.c (mon.1) 432 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:09.885241+0000 mon.c (mon.1) 433 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:09.896871+0000 mon.a (mon.0) 120 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: cephadm 2023-12-06T07:03:09.898643+0000 mgr.y (mgr.25474) 85 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:09.975587+0000 mon.c (mon.1) 434 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:09.980049+0000 mon.c (mon.1) 435 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:09.980049+0000 mon.c (mon.1) 435 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:09.984108+0000 mon.c (mon.1) 436 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:09.985153+0000 mon.c (mon.1) 437 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:09.994894+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: cephadm 2023-12-06T07:03:09.995902+0000 mgr.y (mgr.25474) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.074889+0000 mon.c (mon.1) 438 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.076887+0000 mon.c (mon.1) 439 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.079470+0000 mon.c (mon.1) 440 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.080466+0000 mon.c (mon.1) 441 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.089710+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.171199+0000 mon.c (mon.1) 442 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.174542+0000 mon.c (mon.1) 443 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.177938+0000 mon.c (mon.1) 444 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.179212+0000 mon.c (mon.1) 445 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.190346+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.266892+0000 mon.c (mon.1) 446 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.269423+0000 mon.c (mon.1) 447 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.271916+0000 mon.c (mon.1) 448 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.272958+0000 mon.c (mon.1) 449 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.281758+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:09.984108+0000 mon.c (mon.1) 436 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:09.985153+0000 mon.c (mon.1) 437 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:09.994894+0000 mon.a (mon.0) 121 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: cephadm 2023-12-06T07:03:09.995902+0000 mgr.y (mgr.25474) 86 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.074889+0000 mon.c (mon.1) 438 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.076887+0000 mon.c (mon.1) 439 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.079470+0000 mon.c (mon.1) 440 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.080466+0000 mon.c (mon.1) 441 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.089710+0000 mon.a (mon.0) 122 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.171199+0000 mon.c (mon.1) 442 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.174542+0000 mon.c (mon.1) 443 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.177938+0000 mon.c (mon.1) 444 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.179212+0000 mon.c (mon.1) 445 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.190346+0000 mon.a (mon.0) 123 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.266892+0000 mon.c (mon.1) 446 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.269423+0000 mon.c (mon.1) 447 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.271916+0000 mon.c (mon.1) 448 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.272958+0000 mon.c (mon.1) 449 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.281758+0000 mon.a (mon.0) 124 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.360417+0000 mon.c (mon.1) 450 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.360417+0000 mon.c (mon.1) 450 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.363429+0000 mon.c (mon.1) 451 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.367081+0000 mon.c (mon.1) 452 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.368467+0000 mon.c (mon.1) 453 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.376824+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.458919+0000 mon.c (mon.1) 454 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.461215+0000 mon.c (mon.1) 455 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.463676+0000 mon.c (mon.1) 456 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.464501+0000 mon.c (mon.1) 457 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.470295+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.554994+0000 mon.c (mon.1) 458 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.557442+0000 mon.c (mon.1) 459 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.559881+0000 mon.c (mon.1) 460 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.560803+0000 mon.c (mon.1) 461 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.568144+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.650227+0000 mon.c (mon.1) 462 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.652963+0000 mon.c (mon.1) 463 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.655802+0000 mon.c (mon.1) 464 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.656784+0000 mon.c (mon.1) 465 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[30799]: audit 2023-12-06T07:03:10.664310+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.363429+0000 mon.c (mon.1) 451 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.367081+0000 mon.c (mon.1) 452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.368467+0000 mon.c (mon.1) 453 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.376824+0000 mon.a (mon.0) 125 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.458919+0000 mon.c (mon.1) 454 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.461215+0000 mon.c (mon.1) 455 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.463676+0000 mon.c (mon.1) 456 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.464501+0000 mon.c (mon.1) 457 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.470295+0000 mon.a (mon.0) 126 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.554994+0000 mon.c (mon.1) 458 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.557442+0000 mon.c (mon.1) 459 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.559881+0000 mon.c (mon.1) 460 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.560803+0000 mon.c (mon.1) 461 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.568144+0000 mon.a (mon.0) 127 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.650227+0000 mon.c (mon.1) 462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.652963+0000 mon.c (mon.1) 463 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.655802+0000 mon.c (mon.1) 464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.656784+0000 mon.c (mon.1) 465 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:10 smithi040 bash[78949]: audit 2023-12-06T07:03:10.664310+0000 mon.a (mon.0) 128 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.361 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:10 smithi141 bash[64958]: [06/Dec/2023:07:03:10] ENGINE Bus STARTING 2023-12-06T07:03:11.361 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[64958]: CherryPy Checker: 2023-12-06T07:03:11.361 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[64958]: The Application mounted at '' has an empty config. 2023-12-06T07:03:11.361 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[64958]: [06/Dec/2023:07:03:11] ENGINE Serving on http://:::9283 2023-12-06T07:03:11.362 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[64958]: [06/Dec/2023:07:03:11] ENGINE Bus STARTED 2023-12-06T07:03:11.438 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:03:11.438 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:03:11.439 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-06T07:03:11.439 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:03:11.439 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:03:11.439 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:03:11.439 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:03:11.439 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:03:11.439 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:03:11.439 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:03:11.439 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:03:11.440 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": {}, 2023-12-06T07:03:11.440 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:03:11.440 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:03:11.440 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:03:11.440 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:03:11.440 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2023-12-06T07:03:11.440 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:03:11.440 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:03:11.440 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:03:11.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: cephadm 2023-12-06T07:03:10.091874+0000 mgr.y (mgr.25474) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.110453+0000 mgr.y (mgr.25474) 88 : audit [DBG] from='client.25510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:11.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: cephadm 2023-12-06T07:03:10.191359+0000 mgr.y (mgr.25474) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: cephadm 2023-12-06T07:03:10.282657+0000 mgr.y (mgr.25474) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: cephadm 2023-12-06T07:03:10.378910+0000 mgr.y (mgr.25474) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: cephadm 2023-12-06T07:03:10.474281+0000 mgr.y (mgr.25474) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.496239+0000 mgr.y (mgr.25474) 93 : audit [DBG] from='client.25516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:11.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: cephadm 2023-12-06T07:03:10.570698+0000 mgr.y (mgr.25474) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: cephadm 2023-12-06T07:03:10.666598+0000 mgr.y (mgr.25474) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: cluster 2023-12-06T07:03:10.668605+0000 mgr.y (mgr.25474) 96 : 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-06T07:03:11.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.734653+0000 mon.c (mon.1) 466 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.736940+0000 mon.c (mon.1) 467 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.740211+0000 mon.c (mon.1) 468 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.741330+0000 mon.c (mon.1) 469 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.750298+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: cephadm 2023-12-06T07:03:10.751302+0000 mgr.y (mgr.25474) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.829130+0000 mon.c (mon.1) 470 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.832807+0000 mon.c (mon.1) 471 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.836918+0000 mon.c (mon.1) 472 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.838713+0000 mon.c (mon.1) 473 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: cephadm 2023-12-06T07:03:10.091874+0000 mgr.y (mgr.25474) 87 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.110453+0000 mgr.y (mgr.25474) 88 : audit 0 from='client.25510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:11.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: cephadm 2023-12-06T07:03:10.191359+0000 mgr.y (mgr.25474) 89 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: cephadm 2023-12-06T07:03:10.282657+0000 mgr.y (mgr.25474) 90 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: cephadm 2023-12-06T07:03:10.378910+0000 mgr.y (mgr.25474) 91 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: cephadm 2023-12-06T07:03:10.474281+0000 mgr.y (mgr.25474) 92 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.496239+0000 mgr.y (mgr.25474) 93 : audit 0 from='client.25516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:11.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: cephadm 2023-12-06T07:03:10.570698+0000 mgr.y (mgr.25474) 94 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: cephadm 2023-12-06T07:03:10.666598+0000 mgr.y (mgr.25474) 95 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: cluster 2023-12-06T07:03:10.668605+0000 mgr.y (mgr.25474) 96 : 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-06T07:03:11.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.734653+0000 mon.c (mon.1) 466 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.736940+0000 mon.c (mon.1) 467 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.740211+0000 mon.c (mon.1) 468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.741330+0000 mon.c (mon.1) 469 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.750298+0000 mon.a (mon.0) 129 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: cephadm 2023-12-06T07:03:10.751302+0000 mgr.y (mgr.25474) 97 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.829130+0000 mon.c (mon.1) 470 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.832807+0000 mon.c (mon.1) 471 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.836918+0000 mon.c (mon.1) 472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.838713+0000 mon.c (mon.1) 473 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.850075+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: cephadm 2023-12-06T07:03:10.851269+0000 mgr.y (mgr.25474) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.897301+0000 mgr.y (mgr.25474) 99 : audit [DBG] from='client.25522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:11.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.969957+0000 mon.c (mon.1) 474 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.973116+0000 mon.c (mon.1) 475 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.977043+0000 mon.c (mon.1) 476 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.978458+0000 mon.c (mon.1) 477 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.987520+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: cluster 2023-12-06T07:03:10.988161+0000 mon.a (mon.0) 132 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:03:11.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: cluster 2023-12-06T07:03:10.988417+0000 mon.a (mon.0) 133 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:03:11.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: cephadm 2023-12-06T07:03:10.988437+0000 mgr.y (mgr.25474) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.992543+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.? 172.21.15.141:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:03:11.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.993457+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.? 172.21.15.141:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:03:11.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.998557+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.? 172.21.15.141:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:03:11.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:10.999044+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.? 172.21.15.141:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:03:11.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.066513+0000 mon.c (mon.1) 478 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.069539+0000 mon.c (mon.1) 479 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.073227+0000 mon.c (mon.1) 480 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.074449+0000 mon.c (mon.1) 481 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.088235+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.850075+0000 mon.a (mon.0) 130 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: cephadm 2023-12-06T07:03:10.851269+0000 mgr.y (mgr.25474) 98 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.897301+0000 mgr.y (mgr.25474) 99 : audit 0 from='client.25522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:11.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.969957+0000 mon.c (mon.1) 474 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.973116+0000 mon.c (mon.1) 475 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.977043+0000 mon.c (mon.1) 476 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.978458+0000 mon.c (mon.1) 477 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.987520+0000 mon.a (mon.0) 131 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: cluster 2023-12-06T07:03:10.988161+0000 mon.a (mon.0) 132 : cluster 0 Standby manager daemon x restarted 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: cluster 2023-12-06T07:03:10.988417+0000 mon.a (mon.0) 133 : cluster 0 Standby manager daemon x started 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: cephadm 2023-12-06T07:03:10.988437+0000 mgr.y (mgr.25474) 100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.992543+0000 mon.a (mon.0) 134 : audit 0 from='mgr.? 172.21.15.141:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.993457+0000 mon.a (mon.0) 135 : audit 0 from='mgr.? 172.21.15.141:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.998557+0000 mon.a (mon.0) 136 : audit 0 from='mgr.? 172.21.15.141:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:10.999044+0000 mon.a (mon.0) 137 : audit 0 from='mgr.? 172.21.15.141:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.066513+0000 mon.c (mon.1) 478 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.069539+0000 mon.c (mon.1) 479 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.073227+0000 mon.c (mon.1) 480 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.074449+0000 mon.c (mon.1) 481 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.088235+0000 mon.a (mon.0) 138 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.168696+0000 mon.c (mon.1) 482 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.170917+0000 mon.c (mon.1) 483 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.173587+0000 mon.c (mon.1) 484 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.174591+0000 mon.c (mon.1) 485 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.181766+0000 mon.a (mon.0) 139 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.261559+0000 mon.c (mon.1) 486 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.264401+0000 mon.c (mon.1) 487 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.267607+0000 mon.c (mon.1) 488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.268873+0000 mon.c (mon.1) 489 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.277147+0000 mon.a (mon.0) 140 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.361567+0000 mon.c (mon.1) 490 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.365326+0000 mon.c (mon.1) 491 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.369109+0000 mon.c (mon.1) 492 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.370277+0000 mon.c (mon.1) 493 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.378311+0000 mon.a (mon.0) 141 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.431678+0000 mon.c (mon.1) 494 : audit 0 from='client.? 172.21.15.40:0/1183164602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.458875+0000 mon.c (mon.1) 495 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.461980+0000 mon.c (mon.1) 496 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.467124+0000 mon.c (mon.1) 497 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.468259+0000 mon.c (mon.1) 498 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.479196+0000 mon.a (mon.0) 142 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.168696+0000 mon.c (mon.1) 482 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.170917+0000 mon.c (mon.1) 483 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.173587+0000 mon.c (mon.1) 484 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.174591+0000 mon.c (mon.1) 485 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.181766+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.261559+0000 mon.c (mon.1) 486 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.264401+0000 mon.c (mon.1) 487 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.267607+0000 mon.c (mon.1) 488 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.268873+0000 mon.c (mon.1) 489 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.277147+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.361567+0000 mon.c (mon.1) 490 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.365326+0000 mon.c (mon.1) 491 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.369109+0000 mon.c (mon.1) 492 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.370277+0000 mon.c (mon.1) 493 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.378311+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.431678+0000 mon.c (mon.1) 494 : audit [DBG] from='client.? 172.21.15.40:0/1183164602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.458875+0000 mon.c (mon.1) 495 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.461980+0000 mon.c (mon.1) 496 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.467124+0000 mon.c (mon.1) 497 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.468259+0000 mon.c (mon.1) 498 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.556616+0000 mon.c (mon.1) 499 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.561064+0000 mon.c (mon.1) 500 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.563832+0000 mon.c (mon.1) 501 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.564922+0000 mon.c (mon.1) 502 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.572105+0000 mon.a (mon.0) 143 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.651828+0000 mon.c (mon.1) 503 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.655395+0000 mon.c (mon.1) 504 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.658164+0000 mon.c (mon.1) 505 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.659350+0000 mon.c (mon.1) 506 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[78949]: audit 2023-12-06T07:03:11.674541+0000 mon.a (mon.0) 144 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.479196+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.556616+0000 mon.c (mon.1) 499 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.561064+0000 mon.c (mon.1) 500 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.563832+0000 mon.c (mon.1) 501 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.564922+0000 mon.c (mon.1) 502 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.572105+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.651828+0000 mon.c (mon.1) 503 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:11.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.655395+0000 mon.c (mon.1) 504 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:11.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.658164+0000 mon.c (mon.1) 505 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:11.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.659350+0000 mon.c (mon.1) 506 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:11.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:11 smithi040 bash[30799]: audit 2023-12-06T07:03:11.674541+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:11.880 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:03:11.880 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:03:11.880 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:03:11.881 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:03:11.881 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:03:11.881 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr" 2023-12-06T07:03:11.881 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:03:11.881 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "3/23 daemons upgraded", 2023-12-06T07:03:11.881 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T07:03:11.881 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:03:11.881 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:03:12.107 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: cephadm 2023-12-06T07:03:10.091874+0000 mgr.y (mgr.25474) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.107 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.110453+0000 mgr.y (mgr.25474) 88 : audit [DBG] from='client.25510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:12.107 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: cephadm 2023-12-06T07:03:10.191359+0000 mgr.y (mgr.25474) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.107 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: cephadm 2023-12-06T07:03:10.282657+0000 mgr.y (mgr.25474) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.107 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: cephadm 2023-12-06T07:03:10.378910+0000 mgr.y (mgr.25474) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.107 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: cephadm 2023-12-06T07:03:10.474281+0000 mgr.y (mgr.25474) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.107 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.496239+0000 mgr.y (mgr.25474) 93 : audit [DBG] from='client.25516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:12.108 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: cephadm 2023-12-06T07:03:10.570698+0000 mgr.y (mgr.25474) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.108 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: cephadm 2023-12-06T07:03:10.666598+0000 mgr.y (mgr.25474) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.108 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: cluster 2023-12-06T07:03:10.668605+0000 mgr.y (mgr.25474) 96 : 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-06T07:03:12.108 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.734653+0000 mon.c (mon.1) 466 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.108 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.736940+0000 mon.c (mon.1) 467 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.108 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.740211+0000 mon.c (mon.1) 468 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.108 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.741330+0000 mon.c (mon.1) 469 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.108 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.750298+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.108 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: cephadm 2023-12-06T07:03:10.751302+0000 mgr.y (mgr.25474) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.108 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.829130+0000 mon.c (mon.1) 470 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.108 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.832807+0000 mon.c (mon.1) 471 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.108 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.836918+0000 mon.c (mon.1) 472 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.108 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.838713+0000 mon.c (mon.1) 473 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.109 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.850075+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.109 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: cephadm 2023-12-06T07:03:10.851269+0000 mgr.y (mgr.25474) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.109 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.897301+0000 mgr.y (mgr.25474) 99 : audit [DBG] from='client.25522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:12.109 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.969957+0000 mon.c (mon.1) 474 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.109 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.973116+0000 mon.c (mon.1) 475 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.109 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.977043+0000 mon.c (mon.1) 476 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.109 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.978458+0000 mon.c (mon.1) 477 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.110 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.987520+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.110 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: cluster 2023-12-06T07:03:10.988161+0000 mon.a (mon.0) 132 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:03:12.110 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: cluster 2023-12-06T07:03:10.988417+0000 mon.a (mon.0) 133 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:03:12.110 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: cephadm 2023-12-06T07:03:10.988437+0000 mgr.y (mgr.25474) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.110 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.992543+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.? 172.21.15.141:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:03:12.110 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.993457+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.? 172.21.15.141:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:03:12.110 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.998557+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.? 172.21.15.141:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:03:12.110 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:10.999044+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.? 172.21.15.141:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:03:12.110 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.066513+0000 mon.c (mon.1) 478 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.110 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.069539+0000 mon.c (mon.1) 479 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.110 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.073227+0000 mon.c (mon.1) 480 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.110 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.074449+0000 mon.c (mon.1) 481 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.110 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.088235+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.110 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.168696+0000 mon.c (mon.1) 482 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.110 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.170917+0000 mon.c (mon.1) 483 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.173587+0000 mon.c (mon.1) 484 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.174591+0000 mon.c (mon.1) 485 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.181766+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.261559+0000 mon.c (mon.1) 486 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.264401+0000 mon.c (mon.1) 487 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.267607+0000 mon.c (mon.1) 488 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.268873+0000 mon.c (mon.1) 489 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.277147+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.361567+0000 mon.c (mon.1) 490 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.365326+0000 mon.c (mon.1) 491 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.369109+0000 mon.c (mon.1) 492 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.370277+0000 mon.c (mon.1) 493 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.378311+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.431678+0000 mon.c (mon.1) 494 : audit [DBG] from='client.? 172.21.15.40:0/1183164602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.458875+0000 mon.c (mon.1) 495 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.461980+0000 mon.c (mon.1) 496 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.112 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.467124+0000 mon.c (mon.1) 497 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.112 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.468259+0000 mon.c (mon.1) 498 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.112 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.479196+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.112 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.556616+0000 mon.c (mon.1) 499 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.112 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.561064+0000 mon.c (mon.1) 500 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.112 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.563832+0000 mon.c (mon.1) 501 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.112 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.564922+0000 mon.c (mon.1) 502 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.112 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.572105+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.112 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.651828+0000 mon.c (mon.1) 503 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.112 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.655395+0000 mon.c (mon.1) 504 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.112 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.658164+0000 mon.c (mon.1) 505 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.112 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.659350+0000 mon.c (mon.1) 506 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.112 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:11 smithi141 bash[25168]: audit 2023-12-06T07:03:11.674541+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.395 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T07:03:12.721 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: cephadm 2023-12-06T07:03:11.089255+0000 mgr.y (mgr.25474) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.721 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: cephadm 2023-12-06T07:03:11.182755+0000 mgr.y (mgr.25474) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.721 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: cephadm 2023-12-06T07:03:11.278901+0000 mgr.y (mgr.25474) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.722 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: cephadm 2023-12-06T07:03:11.379183+0000 mgr.y (mgr.25474) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.722 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: cephadm 2023-12-06T07:03:11.480054+0000 mgr.y (mgr.25474) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.722 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: cephadm 2023-12-06T07:03:11.572851+0000 mgr.y (mgr.25474) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.722 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: cephadm 2023-12-06T07:03:11.675838+0000 mgr.y (mgr.25474) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.722 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.761110+0000 mon.c (mon.1) 507 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.722 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.764574+0000 mon.c (mon.1) 508 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.722 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.768023+0000 mon.c (mon.1) 509 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.722 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.769493+0000 mon.c (mon.1) 510 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.722 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.780618+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.722 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: cephadm 2023-12-06T07:03:11.781631+0000 mgr.y (mgr.25474) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.722 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.856936+0000 mon.c (mon.1) 511 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.722 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.859660+0000 mon.c (mon.1) 512 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.722 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.863565+0000 mon.c (mon.1) 513 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.864644+0000 mon.c (mon.1) 514 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.874000+0000 mgr.y (mgr.25474) 109 : audit [DBG] from='client.25534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.877223+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: cephadm 2023-12-06T07:03:11.878390+0000 mgr.y (mgr.25474) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.953847+0000 mon.c (mon.1) 515 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.956214+0000 mon.c (mon.1) 516 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.958823+0000 mon.c (mon.1) 517 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.959914+0000 mon.c (mon.1) 518 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:11.969219+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: cephadm 2023-12-06T07:03:11.970228+0000 mgr.y (mgr.25474) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: cluster 2023-12-06T07:03:11.996032+0000 mon.a (mon.0) 148 : cluster [DBG] mgrmap e43: y(active, since 19s), standbys: x 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.049963+0000 mon.c (mon.1) 519 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.052279+0000 mon.c (mon.1) 520 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.053160+0000 mgr.y (mgr.25474) 112 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.054955+0000 mon.c (mon.1) 521 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.723 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.055969+0000 mon.c (mon.1) 522 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.724 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.064192+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.724 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.068710+0000 mgr.y (mgr.25474) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:12.724 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.150744+0000 mon.c (mon.1) 523 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.724 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.153502+0000 mon.c (mon.1) 524 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.724 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.156059+0000 mon.c (mon.1) 525 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.724 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.157096+0000 mon.c (mon.1) 526 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.724 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.166708+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.724 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.247923+0000 mon.c (mon.1) 527 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.724 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.251092+0000 mon.c (mon.1) 528 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.724 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.254485+0000 mon.c (mon.1) 529 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:12.724 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.255633+0000 mon.c (mon.1) 530 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:12.724 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.266128+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:12.724 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.351085+0000 mon.c (mon.1) 531 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:12.724 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.353392+0000 mon.c (mon.1) 532 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:12.724 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.355960+0000 mon.c (mon.1) 533 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: cephadm 2023-12-06T07:03:11.089255+0000 mgr.y (mgr.25474) 101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: cephadm 2023-12-06T07:03:11.182755+0000 mgr.y (mgr.25474) 102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: cephadm 2023-12-06T07:03:11.278901+0000 mgr.y (mgr.25474) 103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: cephadm 2023-12-06T07:03:11.379183+0000 mgr.y (mgr.25474) 104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: cephadm 2023-12-06T07:03:11.480054+0000 mgr.y (mgr.25474) 105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: cephadm 2023-12-06T07:03:11.572851+0000 mgr.y (mgr.25474) 106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: cephadm 2023-12-06T07:03:11.675838+0000 mgr.y (mgr.25474) 107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.761110+0000 mon.c (mon.1) 507 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.764574+0000 mon.c (mon.1) 508 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.768023+0000 mon.c (mon.1) 509 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.769493+0000 mon.c (mon.1) 510 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.780618+0000 mon.a (mon.0) 145 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: cephadm 2023-12-06T07:03:11.781631+0000 mgr.y (mgr.25474) 108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.856936+0000 mon.c (mon.1) 511 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.859660+0000 mon.c (mon.1) 512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.863565+0000 mon.c (mon.1) 513 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.864644+0000 mon.c (mon.1) 514 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.874000+0000 mgr.y (mgr.25474) 109 : audit 0 from='client.25534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:13.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.877223+0000 mon.a (mon.0) 146 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: cephadm 2023-12-06T07:03:11.878390+0000 mgr.y (mgr.25474) 110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.953847+0000 mon.c (mon.1) 515 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.357029+0000 mon.c (mon.1) 534 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.367824+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.389453+0000 mon.c (mon.1) 535 : audit [DBG] from='client.? 172.21.15.40:0/3104185015' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:03:13.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.452129+0000 mon.c (mon.1) 536 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.456305+0000 mon.c (mon.1) 537 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.459922+0000 mon.c (mon.1) 538 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.460769+0000 mon.c (mon.1) 539 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.469870+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.550647+0000 mon.c (mon.1) 540 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.552869+0000 mon.c (mon.1) 541 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.555192+0000 mon.c (mon.1) 542 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.556280+0000 mon.c (mon.1) 543 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.563395+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.647416+0000 mon.c (mon.1) 544 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.650734+0000 mon.c (mon.1) 545 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.654323+0000 mon.c (mon.1) 546 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.655703+0000 mon.c (mon.1) 547 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[30799]: audit 2023-12-06T07:03:12.665095+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.956214+0000 mon.c (mon.1) 516 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.958823+0000 mon.c (mon.1) 517 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.959914+0000 mon.c (mon.1) 518 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:11.969219+0000 mon.a (mon.0) 147 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: cephadm 2023-12-06T07:03:11.970228+0000 mgr.y (mgr.25474) 111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: cluster 2023-12-06T07:03:11.996032+0000 mon.a (mon.0) 148 : cluster 0 mgrmap e43: y(active, since 19s), standbys: x 2023-12-06T07:03:13.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.049963+0000 mon.c (mon.1) 519 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.052279+0000 mon.c (mon.1) 520 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.053160+0000 mgr.y (mgr.25474) 112 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.054955+0000 mon.c (mon.1) 521 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.055969+0000 mon.c (mon.1) 522 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.064192+0000 mon.a (mon.0) 149 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.068710+0000 mgr.y (mgr.25474) 113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.150744+0000 mon.c (mon.1) 523 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.153502+0000 mon.c (mon.1) 524 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.156059+0000 mon.c (mon.1) 525 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.157096+0000 mon.c (mon.1) 526 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.166708+0000 mon.a (mon.0) 150 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.247923+0000 mon.c (mon.1) 527 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.251092+0000 mon.c (mon.1) 528 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.254485+0000 mon.c (mon.1) 529 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.255633+0000 mon.c (mon.1) 530 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.266128+0000 mon.a (mon.0) 151 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.351085+0000 mon.c (mon.1) 531 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.353392+0000 mon.c (mon.1) 532 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.355960+0000 mon.c (mon.1) 533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.357029+0000 mon.c (mon.1) 534 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.367824+0000 mon.a (mon.0) 152 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.389453+0000 mon.c (mon.1) 535 : audit 0 from='client.? 172.21.15.40:0/3104185015' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:03:13.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.452129+0000 mon.c (mon.1) 536 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.456305+0000 mon.c (mon.1) 537 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.459922+0000 mon.c (mon.1) 538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.460769+0000 mon.c (mon.1) 539 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.469870+0000 mon.a (mon.0) 153 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.550647+0000 mon.c (mon.1) 540 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.552869+0000 mon.c (mon.1) 541 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.555192+0000 mon.c (mon.1) 542 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.556280+0000 mon.c (mon.1) 543 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.563395+0000 mon.a (mon.0) 154 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.647416+0000 mon.c (mon.1) 544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.650734+0000 mon.c (mon.1) 545 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.654323+0000 mon.c (mon.1) 546 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.655703+0000 mon.c (mon.1) 547 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:12 smithi040 bash[78949]: audit 2023-12-06T07:03:12.665095+0000 mon.a (mon.0) 155 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: cephadm 2023-12-06T07:03:11.089255+0000 mgr.y (mgr.25474) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: cephadm 2023-12-06T07:03:11.182755+0000 mgr.y (mgr.25474) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: cephadm 2023-12-06T07:03:11.278901+0000 mgr.y (mgr.25474) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: cephadm 2023-12-06T07:03:11.379183+0000 mgr.y (mgr.25474) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: cephadm 2023-12-06T07:03:11.480054+0000 mgr.y (mgr.25474) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: cephadm 2023-12-06T07:03:11.572851+0000 mgr.y (mgr.25474) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: cephadm 2023-12-06T07:03:11.675838+0000 mgr.y (mgr.25474) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.761110+0000 mon.c (mon.1) 507 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.764574+0000 mon.c (mon.1) 508 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.768023+0000 mon.c (mon.1) 509 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.769493+0000 mon.c (mon.1) 510 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.780618+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: cephadm 2023-12-06T07:03:11.781631+0000 mgr.y (mgr.25474) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.856936+0000 mon.c (mon.1) 511 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.859660+0000 mon.c (mon.1) 512 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.863565+0000 mon.c (mon.1) 513 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.864644+0000 mon.c (mon.1) 514 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.874000+0000 mgr.y (mgr.25474) 109 : audit [DBG] from='client.25534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.877223+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: cephadm 2023-12-06T07:03:11.878390+0000 mgr.y (mgr.25474) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.953847+0000 mon.c (mon.1) 515 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.956214+0000 mon.c (mon.1) 516 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.958823+0000 mon.c (mon.1) 517 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.959914+0000 mon.c (mon.1) 518 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:11.969219+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: cephadm 2023-12-06T07:03:11.970228+0000 mgr.y (mgr.25474) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: cluster 2023-12-06T07:03:11.996032+0000 mon.a (mon.0) 148 : cluster [DBG] mgrmap e43: y(active, since 19s), standbys: x 2023-12-06T07:03:13.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.049963+0000 mon.c (mon.1) 519 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.052279+0000 mon.c (mon.1) 520 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.053160+0000 mgr.y (mgr.25474) 112 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.054955+0000 mon.c (mon.1) 521 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.055969+0000 mon.c (mon.1) 522 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.064192+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.068710+0000 mgr.y (mgr.25474) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.150744+0000 mon.c (mon.1) 523 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.153502+0000 mon.c (mon.1) 524 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.156059+0000 mon.c (mon.1) 525 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.157096+0000 mon.c (mon.1) 526 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.166708+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.247923+0000 mon.c (mon.1) 527 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.251092+0000 mon.c (mon.1) 528 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.254485+0000 mon.c (mon.1) 529 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.255633+0000 mon.c (mon.1) 530 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.266128+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.351085+0000 mon.c (mon.1) 531 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.353392+0000 mon.c (mon.1) 532 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.355960+0000 mon.c (mon.1) 533 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.357029+0000 mon.c (mon.1) 534 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.367824+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.389453+0000 mon.c (mon.1) 535 : audit [DBG] from='client.? 172.21.15.40:0/3104185015' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:03:13.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.452129+0000 mon.c (mon.1) 536 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.456305+0000 mon.c (mon.1) 537 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.459922+0000 mon.c (mon.1) 538 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.460769+0000 mon.c (mon.1) 539 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.469870+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.550647+0000 mon.c (mon.1) 540 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.552869+0000 mon.c (mon.1) 541 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.555192+0000 mon.c (mon.1) 542 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.556280+0000 mon.c (mon.1) 543 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.563395+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.647416+0000 mon.c (mon.1) 544 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.650734+0000 mon.c (mon.1) 545 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.654323+0000 mon.c (mon.1) 546 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.655703+0000 mon.c (mon.1) 547 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:12 smithi141 bash[25168]: audit 2023-12-06T07:03:12.665095+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.154365+0000 mgr.y (mgr.25474) 114 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.168967+0000 mgr.y (mgr.25474) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.252367+0000 mgr.y (mgr.25474) 116 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.267201+0000 mgr.y (mgr.25474) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.354223+0000 mgr.y (mgr.25474) 118 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.368847+0000 mgr.y (mgr.25474) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.457675+0000 mgr.y (mgr.25474) 120 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.470871+0000 mgr.y (mgr.25474) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.553771+0000 mgr.y (mgr.25474) 122 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.567129+0000 mgr.y (mgr.25474) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.652171+0000 mgr.y (mgr.25474) 124 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.944 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.666480+0000 mgr.y (mgr.25474) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.945 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cluster 2023-12-06T07:03:12.669263+0000 mgr.y (mgr.25474) 126 : 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-06T07:03:13.945 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.744595+0000 mon.c (mon.1) 548 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.945 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.747567+0000 mon.c (mon.1) 549 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.945 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.748423+0000 mgr.y (mgr.25474) 127 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.945 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.750153+0000 mon.c (mon.1) 550 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.945 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.751106+0000 mon.c (mon.1) 551 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.945 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.758055+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.945 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.759239+0000 mgr.y (mgr.25474) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.945 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.814974+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.945 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.843126+0000 mon.c (mon.1) 552 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.945 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.845277+0000 mon.c (mon.1) 553 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.945 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.846174+0000 mgr.y (mgr.25474) 129 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.945 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.847910+0000 mon.c (mon.1) 554 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.945 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.848907+0000 mon.c (mon.1) 555 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.945 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.856503+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.857220+0000 mgr.y (mgr.25474) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.938713+0000 mon.c (mon.1) 556 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.941865+0000 mon.c (mon.1) 557 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.943030+0000 mgr.y (mgr.25474) 131 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.945757+0000 mon.c (mon.1) 558 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.947088+0000 mon.c (mon.1) 559 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:12.956376+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:12.957609+0000 mgr.y (mgr.25474) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.037915+0000 mon.c (mon.1) 560 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.041831+0000 mon.c (mon.1) 561 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.043051+0000 mgr.y (mgr.25474) 133 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.045061+0000 mon.c (mon.1) 562 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.046302+0000 mon.c (mon.1) 563 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.946 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.053707+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.947 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.055079+0000 mgr.y (mgr.25474) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.947 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.134121+0000 mon.c (mon.1) 564 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.947 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.136820+0000 mon.c (mon.1) 565 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.947 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.139992+0000 mon.c (mon.1) 566 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.947 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.141264+0000 mon.c (mon.1) 567 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.947 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.151052+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.947 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.229504+0000 mon.c (mon.1) 568 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.947 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.233674+0000 mon.c (mon.1) 569 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.947 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.238024+0000 mon.c (mon.1) 570 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.947 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.239729+0000 mon.c (mon.1) 571 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.947 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.249179+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.947 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.331472+0000 mon.c (mon.1) 572 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.947 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.334054+0000 mon.c (mon.1) 573 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.947 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.337559+0000 mon.c (mon.1) 574 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.947 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.338666+0000 mon.c (mon.1) 575 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.948 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.348010+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.948 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.428484+0000 mon.c (mon.1) 576 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.948 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.431234+0000 mon.c (mon.1) 577 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.948 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.434739+0000 mon.c (mon.1) 578 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.948 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.436344+0000 mon.c (mon.1) 579 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.948 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.445160+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.948 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.482999+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.948 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.492503+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.948 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.503215+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.948 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.524907+0000 mon.c (mon.1) 580 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.949 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.527498+0000 mon.c (mon.1) 581 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.949 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.530632+0000 mon.c (mon.1) 582 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.949 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.531926+0000 mon.c (mon.1) 583 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.949 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.539899+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.949 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.617839+0000 mon.c (mon.1) 584 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.949 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.620967+0000 mon.c (mon.1) 585 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.949 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.625005+0000 mon.c (mon.1) 586 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.949 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.626410+0000 mon.c (mon.1) 587 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.949 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[30799]: audit 2023-12-06T07:03:13.635234+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.950 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.154365+0000 mgr.y (mgr.25474) 114 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.950 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.168967+0000 mgr.y (mgr.25474) 115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.950 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.252367+0000 mgr.y (mgr.25474) 116 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.950 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.267201+0000 mgr.y (mgr.25474) 117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.950 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.354223+0000 mgr.y (mgr.25474) 118 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.950 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.368847+0000 mgr.y (mgr.25474) 119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.950 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.457675+0000 mgr.y (mgr.25474) 120 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.950 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.470871+0000 mgr.y (mgr.25474) 121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.950 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.553771+0000 mgr.y (mgr.25474) 122 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.950 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.567129+0000 mgr.y (mgr.25474) 123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.950 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.652171+0000 mgr.y (mgr.25474) 124 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.950 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.666480+0000 mgr.y (mgr.25474) 125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cluster 2023-12-06T07:03:12.669263+0000 mgr.y (mgr.25474) 126 : 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-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.744595+0000 mon.c (mon.1) 548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.747567+0000 mon.c (mon.1) 549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.748423+0000 mgr.y (mgr.25474) 127 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.750153+0000 mon.c (mon.1) 550 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.751106+0000 mon.c (mon.1) 551 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.758055+0000 mon.a (mon.0) 156 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.759239+0000 mgr.y (mgr.25474) 128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.814974+0000 mon.a (mon.0) 157 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.843126+0000 mon.c (mon.1) 552 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.845277+0000 mon.c (mon.1) 553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.846174+0000 mgr.y (mgr.25474) 129 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.847910+0000 mon.c (mon.1) 554 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.848907+0000 mon.c (mon.1) 555 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.856503+0000 mon.a (mon.0) 158 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.951 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.857220+0000 mgr.y (mgr.25474) 130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.938713+0000 mon.c (mon.1) 556 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.941865+0000 mon.c (mon.1) 557 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.943030+0000 mgr.y (mgr.25474) 131 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.945757+0000 mon.c (mon.1) 558 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.947088+0000 mon.c (mon.1) 559 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:12.956376+0000 mon.a (mon.0) 159 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:12.957609+0000 mgr.y (mgr.25474) 132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.037915+0000 mon.c (mon.1) 560 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.041831+0000 mon.c (mon.1) 561 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.043051+0000 mgr.y (mgr.25474) 133 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.045061+0000 mon.c (mon.1) 562 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.046302+0000 mon.c (mon.1) 563 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.053707+0000 mon.a (mon.0) 160 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.055079+0000 mgr.y (mgr.25474) 134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.134121+0000 mon.c (mon.1) 564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.952 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.136820+0000 mon.c (mon.1) 565 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.953 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.139992+0000 mon.c (mon.1) 566 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.953 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.141264+0000 mon.c (mon.1) 567 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.953 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.151052+0000 mon.a (mon.0) 161 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.953 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.229504+0000 mon.c (mon.1) 568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.953 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.233674+0000 mon.c (mon.1) 569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.953 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.238024+0000 mon.c (mon.1) 570 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.953 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.239729+0000 mon.c (mon.1) 571 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.953 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.249179+0000 mon.a (mon.0) 162 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.953 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.331472+0000 mon.c (mon.1) 572 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.953 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.334054+0000 mon.c (mon.1) 573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.953 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.337559+0000 mon.c (mon.1) 574 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.953 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.338666+0000 mon.c (mon.1) 575 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.953 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.348010+0000 mon.a (mon.0) 163 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.953 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.428484+0000 mon.c (mon.1) 576 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.954 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.431234+0000 mon.c (mon.1) 577 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.954 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.434739+0000 mon.c (mon.1) 578 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.954 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.436344+0000 mon.c (mon.1) 579 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.954 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.445160+0000 mon.a (mon.0) 164 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.954 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.482999+0000 mon.a (mon.0) 165 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.954 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.492503+0000 mon.a (mon.0) 166 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.954 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.503215+0000 mon.a (mon.0) 167 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.954 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.524907+0000 mon.c (mon.1) 580 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.954 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.527498+0000 mon.c (mon.1) 581 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.954 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.530632+0000 mon.c (mon.1) 582 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.954 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.531926+0000 mon.c (mon.1) 583 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.954 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.539899+0000 mon.a (mon.0) 168 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:13.954 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.617839+0000 mon.c (mon.1) 584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:13.954 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.620967+0000 mon.c (mon.1) 585 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:13.955 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.625005+0000 mon.c (mon.1) 586 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:13.955 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.626410+0000 mon.c (mon.1) 587 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:13.955 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:13 smithi040 bash[78949]: audit 2023-12-06T07:03:13.635234+0000 mon.a (mon.0) 169 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.154365+0000 mgr.y (mgr.25474) 114 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.168967+0000 mgr.y (mgr.25474) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.252367+0000 mgr.y (mgr.25474) 116 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.267201+0000 mgr.y (mgr.25474) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.354223+0000 mgr.y (mgr.25474) 118 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.368847+0000 mgr.y (mgr.25474) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.457675+0000 mgr.y (mgr.25474) 120 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.470871+0000 mgr.y (mgr.25474) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.553771+0000 mgr.y (mgr.25474) 122 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.567129+0000 mgr.y (mgr.25474) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.652171+0000 mgr.y (mgr.25474) 124 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.666480+0000 mgr.y (mgr.25474) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cluster 2023-12-06T07:03:12.669263+0000 mgr.y (mgr.25474) 126 : 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-06T07:03:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.744595+0000 mon.c (mon.1) 548 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.747567+0000 mon.c (mon.1) 549 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.748423+0000 mgr.y (mgr.25474) 127 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.750153+0000 mon.c (mon.1) 550 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.751106+0000 mon.c (mon.1) 551 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.758055+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.759239+0000 mgr.y (mgr.25474) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.814974+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.843126+0000 mon.c (mon.1) 552 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.845277+0000 mon.c (mon.1) 553 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.846174+0000 mgr.y (mgr.25474) 129 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.847910+0000 mon.c (mon.1) 554 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.848907+0000 mon.c (mon.1) 555 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.856503+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.857220+0000 mgr.y (mgr.25474) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.938713+0000 mon.c (mon.1) 556 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.941865+0000 mon.c (mon.1) 557 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.943030+0000 mgr.y (mgr.25474) 131 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.945757+0000 mon.c (mon.1) 558 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.947088+0000 mon.c (mon.1) 559 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:12.956376+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:12.957609+0000 mgr.y (mgr.25474) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.037915+0000 mon.c (mon.1) 560 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.041831+0000 mon.c (mon.1) 561 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.043051+0000 mgr.y (mgr.25474) 133 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.045061+0000 mon.c (mon.1) 562 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.046302+0000 mon.c (mon.1) 563 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.053707+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.055079+0000 mgr.y (mgr.25474) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.134121+0000 mon.c (mon.1) 564 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.136820+0000 mon.c (mon.1) 565 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.139992+0000 mon.c (mon.1) 566 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.141264+0000 mon.c (mon.1) 567 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.151052+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.229504+0000 mon.c (mon.1) 568 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.233674+0000 mon.c (mon.1) 569 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.238024+0000 mon.c (mon.1) 570 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.239729+0000 mon.c (mon.1) 571 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.249179+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.331472+0000 mon.c (mon.1) 572 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.334054+0000 mon.c (mon.1) 573 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.337559+0000 mon.c (mon.1) 574 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.338666+0000 mon.c (mon.1) 575 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.348010+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.428484+0000 mon.c (mon.1) 576 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.431234+0000 mon.c (mon.1) 577 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.434739+0000 mon.c (mon.1) 578 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.436344+0000 mon.c (mon.1) 579 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.445160+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.482999+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.492503+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.503215+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.524907+0000 mon.c (mon.1) 580 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.527498+0000 mon.c (mon.1) 581 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.530632+0000 mon.c (mon.1) 582 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.531926+0000 mon.c (mon.1) 583 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.539899+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.617839+0000 mon.c (mon.1) 584 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.620967+0000 mon.c (mon.1) 585 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.625005+0000 mon.c (mon.1) 586 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.626410+0000 mon.c (mon.1) 587 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:13 smithi141 bash[25168]: audit 2023-12-06T07:03:13.635234+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.138087+0000 mgr.y (mgr.25474) 135 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.151918+0000 mgr.y (mgr.25474) 136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.235156+0000 mgr.y (mgr.25474) 137 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.250250+0000 mgr.y (mgr.25474) 138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.335201+0000 mgr.y (mgr.25474) 139 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.349972+0000 mgr.y (mgr.25474) 140 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.432595+0000 mgr.y (mgr.25474) 141 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.447581+0000 mgr.y (mgr.25474) 142 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.528566+0000 mgr.y (mgr.25474) 143 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.540899+0000 mgr.y (mgr.25474) 144 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.622366+0000 mgr.y (mgr.25474) 145 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.636297+0000 mgr.y (mgr.25474) 146 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.679609+0000 mgr.y (mgr.25474) 147 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:14.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.727057+0000 mon.c (mon.1) 588 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.729018+0000 mon.c (mon.1) 589 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.729747+0000 mgr.y (mgr.25474) 148 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.730991+0000 mon.c (mon.1) 590 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.731774+0000 mon.c (mon.1) 591 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.736728+0000 mon.a (mon.0) 170 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.740017+0000 mgr.y (mgr.25474) 149 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.821697+0000 mon.c (mon.1) 592 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.138087+0000 mgr.y (mgr.25474) 135 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.151918+0000 mgr.y (mgr.25474) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.235156+0000 mgr.y (mgr.25474) 137 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.250250+0000 mgr.y (mgr.25474) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.335201+0000 mgr.y (mgr.25474) 139 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.349972+0000 mgr.y (mgr.25474) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.432595+0000 mgr.y (mgr.25474) 141 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.447581+0000 mgr.y (mgr.25474) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.528566+0000 mgr.y (mgr.25474) 143 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.540899+0000 mgr.y (mgr.25474) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.622366+0000 mgr.y (mgr.25474) 145 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.636297+0000 mgr.y (mgr.25474) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.679609+0000 mgr.y (mgr.25474) 147 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:14.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.727057+0000 mon.c (mon.1) 588 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.729018+0000 mon.c (mon.1) 589 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.729747+0000 mgr.y (mgr.25474) 148 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.730991+0000 mon.c (mon.1) 590 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.731774+0000 mon.c (mon.1) 591 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.736728+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.740017+0000 mgr.y (mgr.25474) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.821697+0000 mon.c (mon.1) 592 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.826045+0000 mon.c (mon.1) 593 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.827531+0000 mgr.y (mgr.25474) 150 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.830181+0000 mon.c (mon.1) 594 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.831578+0000 mon.c (mon.1) 595 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.841026+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.845637+0000 mgr.y (mgr.25474) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.926012+0000 mon.c (mon.1) 596 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.928612+0000 mon.c (mon.1) 597 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.929581+0000 mgr.y (mgr.25474) 152 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.931958+0000 mon.c (mon.1) 598 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.933265+0000 mon.c (mon.1) 599 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:13.943142+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:13.945808+0000 mgr.y (mgr.25474) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.025094+0000 mon.c (mon.1) 600 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.028299+0000 mon.c (mon.1) 601 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.030876+0000 mgr.y (mgr.25474) 154 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.033064+0000 mon.c (mon.1) 602 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.034249+0000 mon.c (mon.1) 603 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.042938+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.046643+0000 mgr.y (mgr.25474) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.826045+0000 mon.c (mon.1) 593 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.827531+0000 mgr.y (mgr.25474) 150 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.830181+0000 mon.c (mon.1) 594 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.831578+0000 mon.c (mon.1) 595 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.841026+0000 mon.a (mon.0) 171 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.845637+0000 mgr.y (mgr.25474) 151 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.926012+0000 mon.c (mon.1) 596 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.928612+0000 mon.c (mon.1) 597 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.929581+0000 mgr.y (mgr.25474) 152 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.931958+0000 mon.c (mon.1) 598 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.933265+0000 mon.c (mon.1) 599 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:13.943142+0000 mon.a (mon.0) 172 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:13.945808+0000 mgr.y (mgr.25474) 153 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.025094+0000 mon.c (mon.1) 600 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.028299+0000 mon.c (mon.1) 601 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.030876+0000 mgr.y (mgr.25474) 154 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:14.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.033064+0000 mon.c (mon.1) 602 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.034249+0000 mon.c (mon.1) 603 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.042938+0000 mon.a (mon.0) 173 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.046643+0000 mgr.y (mgr.25474) 155 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:14.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.127269+0000 mon.c (mon.1) 604 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.127269+0000 mon.c (mon.1) 604 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.129965+0000 mon.c (mon.1) 605 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.134285+0000 mon.c (mon.1) 606 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.135812+0000 mon.c (mon.1) 607 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.145644+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.224800+0000 mon.c (mon.1) 608 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.227268+0000 mon.c (mon.1) 609 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.229938+0000 mon.c (mon.1) 610 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.230894+0000 mon.c (mon.1) 611 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.240593+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.305857+0000 mon.c (mon.1) 612 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.309433+0000 mon.c (mon.1) 613 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.313044+0000 mon.c (mon.1) 614 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.314346+0000 mon.c (mon.1) 615 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.324470+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.408448+0000 mon.c (mon.1) 616 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.411113+0000 mon.c (mon.1) 617 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.414432+0000 mon.c (mon.1) 618 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.416146+0000 mon.c (mon.1) 619 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.424486+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.129965+0000 mon.c (mon.1) 605 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.134285+0000 mon.c (mon.1) 606 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.135812+0000 mon.c (mon.1) 607 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.145644+0000 mon.a (mon.0) 174 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.224800+0000 mon.c (mon.1) 608 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.227268+0000 mon.c (mon.1) 609 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.229938+0000 mon.c (mon.1) 610 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.230894+0000 mon.c (mon.1) 611 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.240593+0000 mon.a (mon.0) 175 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.305857+0000 mon.c (mon.1) 612 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.309433+0000 mon.c (mon.1) 613 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.313044+0000 mon.c (mon.1) 614 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.314346+0000 mon.c (mon.1) 615 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.324470+0000 mon.a (mon.0) 176 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.408448+0000 mon.c (mon.1) 616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.411113+0000 mon.c (mon.1) 617 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.414432+0000 mon.c (mon.1) 618 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.416146+0000 mon.c (mon.1) 619 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.424486+0000 mon.a (mon.0) 177 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.507156+0000 mon.c (mon.1) 620 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.507156+0000 mon.c (mon.1) 620 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.509590+0000 mon.c (mon.1) 621 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.512602+0000 mon.c (mon.1) 622 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.514007+0000 mon.c (mon.1) 623 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.525203+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.605949+0000 mon.c (mon.1) 624 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.608538+0000 mon.c (mon.1) 625 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.612947+0000 mon.c (mon.1) 626 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.614436+0000 mon.c (mon.1) 627 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.624177+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.704345+0000 mon.c (mon.1) 628 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[30799]: audit 2023-12-06T07:03:14.707418+0000 mon.c (mon.1) 629 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.509590+0000 mon.c (mon.1) 621 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.512602+0000 mon.c (mon.1) 622 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.514007+0000 mon.c (mon.1) 623 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.525203+0000 mon.a (mon.0) 178 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.605949+0000 mon.c (mon.1) 624 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.608538+0000 mon.c (mon.1) 625 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:14.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.612947+0000 mon.c (mon.1) 626 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:14.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.614436+0000 mon.c (mon.1) 627 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:14.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.624177+0000 mon.a (mon.0) 179 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:14.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.704345+0000 mon.c (mon.1) 628 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:14.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:14 smithi040 bash[78949]: audit 2023-12-06T07:03:14.707418+0000 mon.c (mon.1) 629 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:15.055 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.138087+0000 mgr.y (mgr.25474) 135 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:15.055 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.151918+0000 mgr.y (mgr.25474) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:15.055 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.235156+0000 mgr.y (mgr.25474) 137 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:15.055 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.250250+0000 mgr.y (mgr.25474) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:15.055 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.335201+0000 mgr.y (mgr.25474) 139 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:15.055 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.349972+0000 mgr.y (mgr.25474) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:15.055 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.432595+0000 mgr.y (mgr.25474) 141 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:15.055 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.447581+0000 mgr.y (mgr.25474) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:15.055 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.528566+0000 mgr.y (mgr.25474) 143 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:15.055 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.540899+0000 mgr.y (mgr.25474) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:15.055 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.622366+0000 mgr.y (mgr.25474) 145 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:15.055 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.636297+0000 mgr.y (mgr.25474) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:15.056 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.679609+0000 mgr.y (mgr.25474) 147 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:15.056 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.727057+0000 mon.c (mon.1) 588 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:15.056 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.729018+0000 mon.c (mon.1) 589 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:15.056 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.729747+0000 mgr.y (mgr.25474) 148 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:15.056 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.730991+0000 mon.c (mon.1) 590 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:15.056 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.731774+0000 mon.c (mon.1) 591 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:15.056 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.736728+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:15.056 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.740017+0000 mgr.y (mgr.25474) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:15.056 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.821697+0000 mon.c (mon.1) 592 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:15.056 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.826045+0000 mon.c (mon.1) 593 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:15.056 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.827531+0000 mgr.y (mgr.25474) 150 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:15.056 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.830181+0000 mon.c (mon.1) 594 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:15.056 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.831578+0000 mon.c (mon.1) 595 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:15.056 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.841026+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:15.056 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.845637+0000 mgr.y (mgr.25474) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:15.057 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.926012+0000 mon.c (mon.1) 596 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:15.057 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.928612+0000 mon.c (mon.1) 597 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:15.057 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.929581+0000 mgr.y (mgr.25474) 152 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:15.057 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.931958+0000 mon.c (mon.1) 598 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:15.057 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.933265+0000 mon.c (mon.1) 599 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:15.057 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:13.943142+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:15.057 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:13.945808+0000 mgr.y (mgr.25474) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:15.057 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.025094+0000 mon.c (mon.1) 600 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:15.057 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.028299+0000 mon.c (mon.1) 601 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:15.057 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.030876+0000 mgr.y (mgr.25474) 154 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:15.057 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.033064+0000 mon.c (mon.1) 602 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:15.057 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.034249+0000 mon.c (mon.1) 603 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:15.057 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.042938+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:15.057 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.046643+0000 mgr.y (mgr.25474) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:15.058 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.127269+0000 mon.c (mon.1) 604 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:15.058 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.129965+0000 mon.c (mon.1) 605 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:15.058 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.134285+0000 mon.c (mon.1) 606 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:15.058 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.135812+0000 mon.c (mon.1) 607 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:15.058 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.145644+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:15.058 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.224800+0000 mon.c (mon.1) 608 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:15.058 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.227268+0000 mon.c (mon.1) 609 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:15.058 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.229938+0000 mon.c (mon.1) 610 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:15.058 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.230894+0000 mon.c (mon.1) 611 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:15.058 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.240593+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:15.058 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.305857+0000 mon.c (mon.1) 612 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:15.058 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.309433+0000 mon.c (mon.1) 613 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:15.058 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.313044+0000 mon.c (mon.1) 614 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:15.058 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.314346+0000 mon.c (mon.1) 615 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:15.059 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.324470+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:15.059 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.408448+0000 mon.c (mon.1) 616 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:15.059 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.411113+0000 mon.c (mon.1) 617 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:15.059 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.414432+0000 mon.c (mon.1) 618 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:15.059 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.416146+0000 mon.c (mon.1) 619 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:15.059 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.424486+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:15.059 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.507156+0000 mon.c (mon.1) 620 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:15.059 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.509590+0000 mon.c (mon.1) 621 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:15.059 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.512602+0000 mon.c (mon.1) 622 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:15.059 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.514007+0000 mon.c (mon.1) 623 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:15.059 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.525203+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:15.059 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.605949+0000 mon.c (mon.1) 624 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:15.059 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.608538+0000 mon.c (mon.1) 625 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:15.059 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.612947+0000 mon.c (mon.1) 626 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:15.060 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.614436+0000 mon.c (mon.1) 627 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:15.060 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.624177+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:15.060 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.704345+0000 mon.c (mon.1) 628 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:15.060 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:14 smithi141 bash[25168]: audit 2023-12-06T07:03:14.707418+0000 mon.c (mon.1) 629 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.131422+0000 mgr.y (mgr.25474) 156 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.148649+0000 mgr.y (mgr.25474) 157 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.228077+0000 mgr.y (mgr.25474) 158 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.244203+0000 mgr.y (mgr.25474) 159 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.310506+0000 mgr.y (mgr.25474) 160 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.326203+0000 mgr.y (mgr.25474) 161 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.412483+0000 mgr.y (mgr.25474) 162 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.427343+0000 mgr.y (mgr.25474) 163 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.510570+0000 mgr.y (mgr.25474) 164 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.526942+0000 mgr.y (mgr.25474) 165 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.609912+0000 mgr.y (mgr.25474) 166 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.627410+0000 mgr.y (mgr.25474) 167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cluster 2023-12-06T07:03:14.670734+0000 mgr.y (mgr.25474) 168 : 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-06T07:03:16.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.708726+0000 mgr.y (mgr.25474) 169 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:14.711234+0000 mon.c (mon.1) 630 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:14.713251+0000 mon.c (mon.1) 631 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:14.735732+0000 mon.a (mon.0) 180 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.736635+0000 mgr.y (mgr.25474) 170 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:14.799851+0000 mon.c (mon.1) 632 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:14.801919+0000 mon.c (mon.1) 633 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.802796+0000 mgr.y (mgr.25474) 171 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.131422+0000 mgr.y (mgr.25474) 156 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.148649+0000 mgr.y (mgr.25474) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.228077+0000 mgr.y (mgr.25474) 158 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.244203+0000 mgr.y (mgr.25474) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.310506+0000 mgr.y (mgr.25474) 160 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.326203+0000 mgr.y (mgr.25474) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.412483+0000 mgr.y (mgr.25474) 162 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.427343+0000 mgr.y (mgr.25474) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.510570+0000 mgr.y (mgr.25474) 164 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.526942+0000 mgr.y (mgr.25474) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.609912+0000 mgr.y (mgr.25474) 166 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.627410+0000 mgr.y (mgr.25474) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cluster 2023-12-06T07:03:14.670734+0000 mgr.y (mgr.25474) 168 : 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-06T07:03:16.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.708726+0000 mgr.y (mgr.25474) 169 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:14.711234+0000 mon.c (mon.1) 630 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:14.713251+0000 mon.c (mon.1) 631 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:14.735732+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.736635+0000 mgr.y (mgr.25474) 170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:14.799851+0000 mon.c (mon.1) 632 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:14.801919+0000 mon.c (mon.1) 633 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.802796+0000 mgr.y (mgr.25474) 171 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:14.805180+0000 mon.c (mon.1) 634 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:14.806228+0000 mon.c (mon.1) 635 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:14.813027+0000 mon.a (mon.0) 181 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.814930+0000 mgr.y (mgr.25474) 172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:14.892004+0000 mon.c (mon.1) 636 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:14.895092+0000 mon.c (mon.1) 637 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.896620+0000 mgr.y (mgr.25474) 173 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:14.899399+0000 mon.c (mon.1) 638 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:14.901381+0000 mon.c (mon.1) 639 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:14.909710+0000 mon.a (mon.0) 182 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.912688+0000 mgr.y (mgr.25474) 174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:14.995333+0000 mon.c (mon.1) 640 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:14.997690+0000 mon.c (mon.1) 641 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:14.998544+0000 mgr.y (mgr.25474) 175 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.000221+0000 mon.c (mon.1) 642 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.001230+0000 mon.c (mon.1) 643 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.008681+0000 mon.a (mon.0) 183 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.009525+0000 mgr.y (mgr.25474) 176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.088262+0000 mon.c (mon.1) 644 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.092288+0000 mon.c (mon.1) 645 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.096581+0000 mon.c (mon.1) 646 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.097985+0000 mon.c (mon.1) 647 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.106610+0000 mon.a (mon.0) 184 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.184182+0000 mon.c (mon.1) 648 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.186187+0000 mon.c (mon.1) 649 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.190854+0000 mon.c (mon.1) 650 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.192069+0000 mon.c (mon.1) 651 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.197985+0000 mon.a (mon.0) 185 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.280136+0000 mon.c (mon.1) 652 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.282802+0000 mon.c (mon.1) 653 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.286469+0000 mon.c (mon.1) 654 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.287888+0000 mon.c (mon.1) 655 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.295442+0000 mon.a (mon.0) 186 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.382299+0000 mon.c (mon.1) 656 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.386266+0000 mon.c (mon.1) 657 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.389488+0000 mon.c (mon.1) 658 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.390881+0000 mon.c (mon.1) 659 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.400615+0000 mon.a (mon.0) 187 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.483324+0000 mon.c (mon.1) 660 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.485975+0000 mon.c (mon.1) 661 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.488889+0000 mon.c (mon.1) 662 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.490058+0000 mon.c (mon.1) 663 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.497322+0000 mon.a (mon.0) 188 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.579456+0000 mon.c (mon.1) 664 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.581908+0000 mon.c (mon.1) 665 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.585158+0000 mon.c (mon.1) 666 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.586386+0000 mon.c (mon.1) 667 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.594166+0000 mon.a (mon.0) 189 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.675561+0000 mon.c (mon.1) 668 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.677624+0000 mon.c (mon.1) 669 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.680626+0000 mon.c (mon.1) 670 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.681976+0000 mon.c (mon.1) 671 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[78949]: audit 2023-12-06T07:03:15.688764+0000 mon.a (mon.0) 190 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:14.805180+0000 mon.c (mon.1) 634 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:14.806228+0000 mon.c (mon.1) 635 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:14.813027+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.814930+0000 mgr.y (mgr.25474) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:14.892004+0000 mon.c (mon.1) 636 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:14.895092+0000 mon.c (mon.1) 637 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.896620+0000 mgr.y (mgr.25474) 173 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:14.899399+0000 mon.c (mon.1) 638 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:14.901381+0000 mon.c (mon.1) 639 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:14.909710+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.912688+0000 mgr.y (mgr.25474) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:14.995333+0000 mon.c (mon.1) 640 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:14.997690+0000 mon.c (mon.1) 641 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:14.998544+0000 mgr.y (mgr.25474) 175 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.000221+0000 mon.c (mon.1) 642 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.001230+0000 mon.c (mon.1) 643 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.008681+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.009525+0000 mgr.y (mgr.25474) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.088262+0000 mon.c (mon.1) 644 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.092288+0000 mon.c (mon.1) 645 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.096581+0000 mon.c (mon.1) 646 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.097985+0000 mon.c (mon.1) 647 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.106610+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.184182+0000 mon.c (mon.1) 648 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.186187+0000 mon.c (mon.1) 649 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.190854+0000 mon.c (mon.1) 650 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.192069+0000 mon.c (mon.1) 651 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.197985+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.280136+0000 mon.c (mon.1) 652 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.282802+0000 mon.c (mon.1) 653 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.286469+0000 mon.c (mon.1) 654 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.287888+0000 mon.c (mon.1) 655 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.295442+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.382299+0000 mon.c (mon.1) 656 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.386266+0000 mon.c (mon.1) 657 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.389488+0000 mon.c (mon.1) 658 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.390881+0000 mon.c (mon.1) 659 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.400615+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.483324+0000 mon.c (mon.1) 660 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.485975+0000 mon.c (mon.1) 661 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.488889+0000 mon.c (mon.1) 662 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.490058+0000 mon.c (mon.1) 663 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.497322+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.579456+0000 mon.c (mon.1) 664 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.581908+0000 mon.c (mon.1) 665 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.585158+0000 mon.c (mon.1) 666 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.586386+0000 mon.c (mon.1) 667 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.594166+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.675561+0000 mon.c (mon.1) 668 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.677624+0000 mon.c (mon.1) 669 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.680626+0000 mon.c (mon.1) 670 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.681976+0000 mon.c (mon.1) 671 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:15 smithi040 bash[30799]: audit 2023-12-06T07:03:15.688764+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.131422+0000 mgr.y (mgr.25474) 156 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.148649+0000 mgr.y (mgr.25474) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.228077+0000 mgr.y (mgr.25474) 158 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.244203+0000 mgr.y (mgr.25474) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.310506+0000 mgr.y (mgr.25474) 160 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.326203+0000 mgr.y (mgr.25474) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.412483+0000 mgr.y (mgr.25474) 162 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.427343+0000 mgr.y (mgr.25474) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.510570+0000 mgr.y (mgr.25474) 164 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.526942+0000 mgr.y (mgr.25474) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.609912+0000 mgr.y (mgr.25474) 166 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.627410+0000 mgr.y (mgr.25474) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cluster 2023-12-06T07:03:14.670734+0000 mgr.y (mgr.25474) 168 : 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-06T07:03:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.708726+0000 mgr.y (mgr.25474) 169 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:14.711234+0000 mon.c (mon.1) 630 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:14.713251+0000 mon.c (mon.1) 631 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:14.735732+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.736635+0000 mgr.y (mgr.25474) 170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:14.799851+0000 mon.c (mon.1) 632 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:14.801919+0000 mon.c (mon.1) 633 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.802796+0000 mgr.y (mgr.25474) 171 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:14.805180+0000 mon.c (mon.1) 634 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:14.806228+0000 mon.c (mon.1) 635 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:14.813027+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.814930+0000 mgr.y (mgr.25474) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:14.892004+0000 mon.c (mon.1) 636 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:14.895092+0000 mon.c (mon.1) 637 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.896620+0000 mgr.y (mgr.25474) 173 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:14.899399+0000 mon.c (mon.1) 638 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:14.901381+0000 mon.c (mon.1) 639 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:14.909710+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.912688+0000 mgr.y (mgr.25474) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:14.995333+0000 mon.c (mon.1) 640 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:14.997690+0000 mon.c (mon.1) 641 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:14.998544+0000 mgr.y (mgr.25474) 175 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.000221+0000 mon.c (mon.1) 642 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.001230+0000 mon.c (mon.1) 643 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.008681+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.009525+0000 mgr.y (mgr.25474) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.088262+0000 mon.c (mon.1) 644 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.092288+0000 mon.c (mon.1) 645 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.096581+0000 mon.c (mon.1) 646 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.097985+0000 mon.c (mon.1) 647 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.106610+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.184182+0000 mon.c (mon.1) 648 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.186187+0000 mon.c (mon.1) 649 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.190854+0000 mon.c (mon.1) 650 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.192069+0000 mon.c (mon.1) 651 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.197985+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.280136+0000 mon.c (mon.1) 652 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.282802+0000 mon.c (mon.1) 653 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.286469+0000 mon.c (mon.1) 654 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.287888+0000 mon.c (mon.1) 655 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.295442+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.382299+0000 mon.c (mon.1) 656 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.386266+0000 mon.c (mon.1) 657 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.389488+0000 mon.c (mon.1) 658 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.390881+0000 mon.c (mon.1) 659 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.400615+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.483324+0000 mon.c (mon.1) 660 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.485975+0000 mon.c (mon.1) 661 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.488889+0000 mon.c (mon.1) 662 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.490058+0000 mon.c (mon.1) 663 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.497322+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.579456+0000 mon.c (mon.1) 664 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.581908+0000 mon.c (mon.1) 665 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.585158+0000 mon.c (mon.1) 666 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.586386+0000 mon.c (mon.1) 667 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.594166+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.675561+0000 mon.c (mon.1) 668 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.677624+0000 mon.c (mon.1) 669 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.680626+0000 mon.c (mon.1) 670 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.681976+0000 mon.c (mon.1) 671 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:15 smithi141 bash[25168]: audit 2023-12-06T07:03:15.688764+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:03:16] "GET /metrics HTTP/1.1" 200 38160 "" "Prometheus/2.33.4" 2023-12-06T07:03:16.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.093450+0000 mgr.y (mgr.25474) 177 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.108687+0000 mgr.y (mgr.25474) 178 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.186915+0000 mgr.y (mgr.25474) 179 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.200159+0000 mgr.y (mgr.25474) 180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.284338+0000 mgr.y (mgr.25474) 181 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.298407+0000 mgr.y (mgr.25474) 182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.387512+0000 mgr.y (mgr.25474) 183 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.401721+0000 mgr.y (mgr.25474) 184 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.487079+0000 mgr.y (mgr.25474) 185 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.498202+0000 mgr.y (mgr.25474) 186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.583095+0000 mgr.y (mgr.25474) 187 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.595386+0000 mgr.y (mgr.25474) 188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.678554+0000 mgr.y (mgr.25474) 189 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.690497+0000 mgr.y (mgr.25474) 190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:15.771027+0000 mon.c (mon.1) 672 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:15.773650+0000 mon.c (mon.1) 673 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.774569+0000 mgr.y (mgr.25474) 191 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:15.776485+0000 mon.c (mon.1) 674 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:15.777598+0000 mon.c (mon.1) 675 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:15.786207+0000 mon.a (mon.0) 191 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.787348+0000 mgr.y (mgr.25474) 192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:15.867041+0000 mon.c (mon.1) 676 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.093450+0000 mgr.y (mgr.25474) 177 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.108687+0000 mgr.y (mgr.25474) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.186915+0000 mgr.y (mgr.25474) 179 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.200159+0000 mgr.y (mgr.25474) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.284338+0000 mgr.y (mgr.25474) 181 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.298407+0000 mgr.y (mgr.25474) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.387512+0000 mgr.y (mgr.25474) 183 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.401721+0000 mgr.y (mgr.25474) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.487079+0000 mgr.y (mgr.25474) 185 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.498202+0000 mgr.y (mgr.25474) 186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.583095+0000 mgr.y (mgr.25474) 187 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.595386+0000 mgr.y (mgr.25474) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.678554+0000 mgr.y (mgr.25474) 189 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.690497+0000 mgr.y (mgr.25474) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:15.771027+0000 mon.c (mon.1) 672 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:15.773650+0000 mon.c (mon.1) 673 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.774569+0000 mgr.y (mgr.25474) 191 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:15.776485+0000 mon.c (mon.1) 674 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:15.777598+0000 mon.c (mon.1) 675 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:15.786207+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.787348+0000 mgr.y (mgr.25474) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:15.869254+0000 mon.c (mon.1) 677 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.870205+0000 mgr.y (mgr.25474) 193 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:15.872302+0000 mon.c (mon.1) 678 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:15.873300+0000 mon.c (mon.1) 679 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:15.880739+0000 mon.a (mon.0) 192 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.881680+0000 mgr.y (mgr.25474) 194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:15.960820+0000 mon.c (mon.1) 680 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:15.964240+0000 mon.c (mon.1) 681 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.965859+0000 mgr.y (mgr.25474) 195 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:15.968405+0000 mon.c (mon.1) 682 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:15.969893+0000 mon.c (mon.1) 683 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:15.976809+0000 mon.a (mon.0) 193 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:15.978325+0000 mgr.y (mgr.25474) 196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.061274+0000 mon.c (mon.1) 684 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.063768+0000 mon.c (mon.1) 685 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: cephadm 2023-12-06T07:03:16.064710+0000 mgr.y (mgr.25474) 197 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.066888+0000 mon.c (mon.1) 686 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.067778+0000 mon.c (mon.1) 687 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.076648+0000 mon.a (mon.0) 194 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.138397+0000 mon.c (mon.1) 688 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:15.867041+0000 mon.c (mon.1) 676 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:15.869254+0000 mon.c (mon.1) 677 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.870205+0000 mgr.y (mgr.25474) 193 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:15.872302+0000 mon.c (mon.1) 678 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:15.873300+0000 mon.c (mon.1) 679 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:15.880739+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.881680+0000 mgr.y (mgr.25474) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:15.960820+0000 mon.c (mon.1) 680 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:15.964240+0000 mon.c (mon.1) 681 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.965859+0000 mgr.y (mgr.25474) 195 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:15.968405+0000 mon.c (mon.1) 682 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:15.969893+0000 mon.c (mon.1) 683 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:15.976809+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:15.978325+0000 mgr.y (mgr.25474) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:16.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.061274+0000 mon.c (mon.1) 684 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.063768+0000 mon.c (mon.1) 685 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: cephadm 2023-12-06T07:03:16.064710+0000 mgr.y (mgr.25474) 197 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:16.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.066888+0000 mon.c (mon.1) 686 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.067778+0000 mon.c (mon.1) 687 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.076648+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.138397+0000 mon.c (mon.1) 688 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.140804+0000 mon.c (mon.1) 689 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.143319+0000 mon.c (mon.1) 690 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.144227+0000 mon.c (mon.1) 691 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.149787+0000 mon.a (mon.0) 195 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.234450+0000 mon.c (mon.1) 692 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.237172+0000 mon.c (mon.1) 693 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.240364+0000 mon.c (mon.1) 694 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.241545+0000 mon.c (mon.1) 695 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.249531+0000 mon.a (mon.0) 196 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.330441+0000 mon.c (mon.1) 696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.333220+0000 mon.c (mon.1) 697 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.336748+0000 mon.c (mon.1) 698 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.338009+0000 mon.c (mon.1) 699 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.345505+0000 mon.a (mon.0) 197 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.407794+0000 mon.c (mon.1) 700 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.411527+0000 mon.c (mon.1) 701 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.415304+0000 mon.c (mon.1) 702 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.416457+0000 mon.c (mon.1) 703 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.425322+0000 mon.a (mon.0) 198 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.488535+0000 mon.c (mon.1) 704 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.492014+0000 mon.c (mon.1) 705 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.140804+0000 mon.c (mon.1) 689 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.143319+0000 mon.c (mon.1) 690 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.144227+0000 mon.c (mon.1) 691 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.149787+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.234450+0000 mon.c (mon.1) 692 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.237172+0000 mon.c (mon.1) 693 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.240364+0000 mon.c (mon.1) 694 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.241545+0000 mon.c (mon.1) 695 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.249531+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.330441+0000 mon.c (mon.1) 696 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.333220+0000 mon.c (mon.1) 697 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.336748+0000 mon.c (mon.1) 698 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.338009+0000 mon.c (mon.1) 699 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.345505+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.407794+0000 mon.c (mon.1) 700 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.411527+0000 mon.c (mon.1) 701 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.415304+0000 mon.c (mon.1) 702 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.416457+0000 mon.c (mon.1) 703 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.425322+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.495648+0000 mon.c (mon.1) 706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.496564+0000 mon.c (mon.1) 707 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.502948+0000 mon.a (mon.0) 199 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.581899+0000 mon.c (mon.1) 708 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.584213+0000 mon.c (mon.1) 709 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.586505+0000 mon.c (mon.1) 710 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.587321+0000 mon.c (mon.1) 711 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.593544+0000 mon.a (mon.0) 200 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.683141+0000 mon.c (mon.1) 712 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.685696+0000 mon.a (mon.0) 201 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.689799+0000 mon.c (mon.1) 713 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.694539+0000 mon.a (mon.0) 202 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.695894+0000 mon.c (mon.1) 714 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.698427+0000 mon.c (mon.1) 715 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.702060+0000 mon.a (mon.0) 203 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[78949]: audit 2023-12-06T07:03:16.706462+0000 mon.a (mon.0) 204 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.488535+0000 mon.c (mon.1) 704 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.492014+0000 mon.c (mon.1) 705 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.495648+0000 mon.c (mon.1) 706 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.496564+0000 mon.c (mon.1) 707 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.502948+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.581899+0000 mon.c (mon.1) 708 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.584213+0000 mon.c (mon.1) 709 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.586505+0000 mon.c (mon.1) 710 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.587321+0000 mon.c (mon.1) 711 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.593544+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.683141+0000 mon.c (mon.1) 712 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:16.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.685696+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.689799+0000 mon.c (mon.1) 713 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:16.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.694539+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.695894+0000 mon.c (mon.1) 714 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:16.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.698427+0000 mon.c (mon.1) 715 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:16.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.702060+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:16.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:16 smithi040 bash[30799]: audit 2023-12-06T07:03:16.706462+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:17.018 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.093450+0000 mgr.y (mgr.25474) 177 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:17.018 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.108687+0000 mgr.y (mgr.25474) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:17.019 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.186915+0000 mgr.y (mgr.25474) 179 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:17.019 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.200159+0000 mgr.y (mgr.25474) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:17.019 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.284338+0000 mgr.y (mgr.25474) 181 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:17.019 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.298407+0000 mgr.y (mgr.25474) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:17.019 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.387512+0000 mgr.y (mgr.25474) 183 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:17.019 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.401721+0000 mgr.y (mgr.25474) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:17.019 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.487079+0000 mgr.y (mgr.25474) 185 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:17.019 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.498202+0000 mgr.y (mgr.25474) 186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:17.019 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.583095+0000 mgr.y (mgr.25474) 187 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:17.019 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.595386+0000 mgr.y (mgr.25474) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:17.019 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.678554+0000 mgr.y (mgr.25474) 189 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:17.019 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.690497+0000 mgr.y (mgr.25474) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:17.020 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:15.771027+0000 mon.c (mon.1) 672 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:17.020 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:15.773650+0000 mon.c (mon.1) 673 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:17.020 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.774569+0000 mgr.y (mgr.25474) 191 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:17.020 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:15.776485+0000 mon.c (mon.1) 674 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:17.020 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:15.777598+0000 mon.c (mon.1) 675 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:17.020 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:15.786207+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:17.020 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.787348+0000 mgr.y (mgr.25474) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:17.021 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:15.867041+0000 mon.c (mon.1) 676 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:17.021 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:15.869254+0000 mon.c (mon.1) 677 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:17.021 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.870205+0000 mgr.y (mgr.25474) 193 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:17.021 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:15.872302+0000 mon.c (mon.1) 678 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:17.021 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:15.873300+0000 mon.c (mon.1) 679 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:17.021 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:15.880739+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:17.021 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.881680+0000 mgr.y (mgr.25474) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:17.021 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:15.960820+0000 mon.c (mon.1) 680 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:17.022 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:15.964240+0000 mon.c (mon.1) 681 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:17.022 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.965859+0000 mgr.y (mgr.25474) 195 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:17.022 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:15.968405+0000 mon.c (mon.1) 682 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:17.022 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:15.969893+0000 mon.c (mon.1) 683 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:17.022 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:15.976809+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:17.022 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:15.978325+0000 mgr.y (mgr.25474) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:17.022 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.061274+0000 mon.c (mon.1) 684 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:17.022 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.063768+0000 mon.c (mon.1) 685 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:17.022 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: cephadm 2023-12-06T07:03:16.064710+0000 mgr.y (mgr.25474) 197 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:17.022 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.066888+0000 mon.c (mon.1) 686 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:17.022 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.067778+0000 mon.c (mon.1) 687 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:17.022 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.076648+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:17.023 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.138397+0000 mon.c (mon.1) 688 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:17.023 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.140804+0000 mon.c (mon.1) 689 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:17.023 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.143319+0000 mon.c (mon.1) 690 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:17.023 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.144227+0000 mon.c (mon.1) 691 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:17.023 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.149787+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:17.023 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.234450+0000 mon.c (mon.1) 692 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:17.023 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.237172+0000 mon.c (mon.1) 693 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:17.023 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.240364+0000 mon.c (mon.1) 694 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:17.023 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.241545+0000 mon.c (mon.1) 695 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:17.023 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.249531+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:17.023 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.330441+0000 mon.c (mon.1) 696 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:17.023 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.333220+0000 mon.c (mon.1) 697 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:17.024 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.336748+0000 mon.c (mon.1) 698 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:17.024 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.338009+0000 mon.c (mon.1) 699 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:17.024 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.345505+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:17.024 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.407794+0000 mon.c (mon.1) 700 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:17.024 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.411527+0000 mon.c (mon.1) 701 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:17.024 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.415304+0000 mon.c (mon.1) 702 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:17.024 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.416457+0000 mon.c (mon.1) 703 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:17.024 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.425322+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:17.024 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.488535+0000 mon.c (mon.1) 704 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:17.024 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.492014+0000 mon.c (mon.1) 705 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:17.024 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.495648+0000 mon.c (mon.1) 706 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:17.024 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.496564+0000 mon.c (mon.1) 707 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:17.025 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.502948+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:17.025 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.581899+0000 mon.c (mon.1) 708 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:17.025 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.584213+0000 mon.c (mon.1) 709 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:17.025 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.586505+0000 mon.c (mon.1) 710 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:17.025 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.587321+0000 mon.c (mon.1) 711 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:17.025 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.593544+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:17.025 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.683141+0000 mon.c (mon.1) 712 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:17.025 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.685696+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:17.025 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.689799+0000 mon.c (mon.1) 713 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:17.025 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.694539+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:17.025 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.695894+0000 mon.c (mon.1) 714 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:17.025 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.698427+0000 mon.c (mon.1) 715 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:17.025 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.702060+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:17.025 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:16 smithi141 bash[25168]: audit 2023-12-06T07:03:16.706462+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:18.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: cephadm 2023-12-06T07:03:16.077911+0000 mgr.y (mgr.25474) 198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: cephadm 2023-12-06T07:03:16.141637+0000 mgr.y (mgr.25474) 199 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: cephadm 2023-12-06T07:03:16.152480+0000 mgr.y (mgr.25474) 200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: cephadm 2023-12-06T07:03:16.238293+0000 mgr.y (mgr.25474) 201 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: cephadm 2023-12-06T07:03:16.250607+0000 mgr.y (mgr.25474) 202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: cephadm 2023-12-06T07:03:16.334356+0000 mgr.y (mgr.25474) 203 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: cephadm 2023-12-06T07:03:16.347764+0000 mgr.y (mgr.25474) 204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: cephadm 2023-12-06T07:03:16.412913+0000 mgr.y (mgr.25474) 205 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: cephadm 2023-12-06T07:03:16.426196+0000 mgr.y (mgr.25474) 206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: cephadm 2023-12-06T07:03:16.493757+0000 mgr.y (mgr.25474) 207 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: cephadm 2023-12-06T07:03:16.503742+0000 mgr.y (mgr.25474) 208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: cephadm 2023-12-06T07:03:16.585013+0000 mgr.y (mgr.25474) 209 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: cephadm 2023-12-06T07:03:16.594214+0000 mgr.y (mgr.25474) 210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: cluster 2023-12-06T07:03:16.671599+0000 mgr.y (mgr.25474) 211 : 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-06T07:03:18.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: cephadm 2023-12-06T07:03:16.690833+0000 mgr.y (mgr.25474) 212 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[78949]: audit 2023-12-06T07:03:16.789593+0000 mon.c (mon.1) 716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:18.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: cephadm 2023-12-06T07:03:16.077911+0000 mgr.y (mgr.25474) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: cephadm 2023-12-06T07:03:16.141637+0000 mgr.y (mgr.25474) 199 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: cephadm 2023-12-06T07:03:16.152480+0000 mgr.y (mgr.25474) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: cephadm 2023-12-06T07:03:16.238293+0000 mgr.y (mgr.25474) 201 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: cephadm 2023-12-06T07:03:16.250607+0000 mgr.y (mgr.25474) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: cephadm 2023-12-06T07:03:16.334356+0000 mgr.y (mgr.25474) 203 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: cephadm 2023-12-06T07:03:16.347764+0000 mgr.y (mgr.25474) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: cephadm 2023-12-06T07:03:16.412913+0000 mgr.y (mgr.25474) 205 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: cephadm 2023-12-06T07:03:16.426196+0000 mgr.y (mgr.25474) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: cephadm 2023-12-06T07:03:16.493757+0000 mgr.y (mgr.25474) 207 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: cephadm 2023-12-06T07:03:16.503742+0000 mgr.y (mgr.25474) 208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: cephadm 2023-12-06T07:03:16.585013+0000 mgr.y (mgr.25474) 209 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: cephadm 2023-12-06T07:03:16.594214+0000 mgr.y (mgr.25474) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: cluster 2023-12-06T07:03:16.671599+0000 mgr.y (mgr.25474) 211 : 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-06T07:03:18.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: cephadm 2023-12-06T07:03:16.690833+0000 mgr.y (mgr.25474) 212 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:17 smithi040 bash[30799]: audit 2023-12-06T07:03:16.789593+0000 mon.c (mon.1) 716 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:18.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: cephadm 2023-12-06T07:03:16.077911+0000 mgr.y (mgr.25474) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: cephadm 2023-12-06T07:03:16.141637+0000 mgr.y (mgr.25474) 199 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: cephadm 2023-12-06T07:03:16.152480+0000 mgr.y (mgr.25474) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: cephadm 2023-12-06T07:03:16.238293+0000 mgr.y (mgr.25474) 201 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: cephadm 2023-12-06T07:03:16.250607+0000 mgr.y (mgr.25474) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: cephadm 2023-12-06T07:03:16.334356+0000 mgr.y (mgr.25474) 203 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: cephadm 2023-12-06T07:03:16.347764+0000 mgr.y (mgr.25474) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: cephadm 2023-12-06T07:03:16.412913+0000 mgr.y (mgr.25474) 205 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: cephadm 2023-12-06T07:03:16.426196+0000 mgr.y (mgr.25474) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: cephadm 2023-12-06T07:03:16.493757+0000 mgr.y (mgr.25474) 207 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: cephadm 2023-12-06T07:03:16.503742+0000 mgr.y (mgr.25474) 208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: cephadm 2023-12-06T07:03:16.585013+0000 mgr.y (mgr.25474) 209 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: cephadm 2023-12-06T07:03:16.594214+0000 mgr.y (mgr.25474) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:18.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: cluster 2023-12-06T07:03:16.671599+0000 mgr.y (mgr.25474) 211 : 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-06T07:03:18.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: cephadm 2023-12-06T07:03:16.690833+0000 mgr.y (mgr.25474) 212 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:18.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:17 smithi141 bash[25168]: audit 2023-12-06T07:03:16.789593+0000 mon.c (mon.1) 716 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:18.943 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:03:18 smithi141 bash[61993]: ts=2023-12-06T07:03: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:03:19.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:19 smithi141 bash[25168]: cluster 2023-12-06T07:03:18.673140+0000 mgr.y (mgr.25474) 213 : 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-06T07:03:20.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:19 smithi040 bash[78949]: cluster 2023-12-06T07:03:18.673140+0000 mgr.y (mgr.25474) 213 : 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-06T07:03:20.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:19 smithi040 bash[30799]: cluster 2023-12-06T07:03:18.673140+0000 mgr.y (mgr.25474) 213 : 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-06T07:03:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:21 smithi141 bash[25168]: cluster 2023-12-06T07:03:20.673949+0000 mgr.y (mgr.25474) 214 : 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-06T07:03:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:21 smithi141 bash[25168]: cephadm 2023-12-06T07:03:20.915219+0000 mgr.y (mgr.25474) 215 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:03:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:21 smithi141 bash[25168]: audit 2023-12-06T07:03:20.925408+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:21 smithi141 bash[25168]: audit 2023-12-06T07:03:20.929648+0000 mon.c (mon.1) 717 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:03:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:21 smithi141 bash[25168]: audit 2023-12-06T07:03:20.930517+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:03:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:21 smithi141 bash[25168]: audit 2023-12-06T07:03:20.932901+0000 mon.c (mon.1) 718 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:03:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:21 smithi141 bash[25168]: audit 2023-12-06T07:03:20.934421+0000 mon.c (mon.1) 719 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:21 smithi141 bash[25168]: cephadm 2023-12-06T07:03:20.936386+0000 mgr.y (mgr.25474) 216 : cephadm [INF] Deploying daemon mgr.x on smithi141 2023-12-06T07:03:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[78949]: cluster 2023-12-06T07:03:20.673949+0000 mgr.y (mgr.25474) 214 : 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-06T07:03:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[78949]: cephadm 2023-12-06T07:03:20.915219+0000 mgr.y (mgr.25474) 215 : cephadm 1 Upgrade: Updating mgr.x 2023-12-06T07:03:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[78949]: audit 2023-12-06T07:03:20.925408+0000 mon.a (mon.0) 205 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[78949]: audit 2023-12-06T07:03:20.929648+0000 mon.c (mon.1) 717 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:03:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[78949]: audit 2023-12-06T07:03:20.930517+0000 mon.a (mon.0) 206 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:03:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[78949]: audit 2023-12-06T07:03:20.932901+0000 mon.c (mon.1) 718 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:03:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[78949]: audit 2023-12-06T07:03:20.934421+0000 mon.c (mon.1) 719 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[78949]: cephadm 2023-12-06T07:03:20.936386+0000 mgr.y (mgr.25474) 216 : cephadm 1 Deploying daemon mgr.x on smithi141 2023-12-06T07:03:22.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[30799]: cluster 2023-12-06T07:03:20.673949+0000 mgr.y (mgr.25474) 214 : 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-06T07:03:22.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[30799]: cephadm 2023-12-06T07:03:20.915219+0000 mgr.y (mgr.25474) 215 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:03:22.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[30799]: audit 2023-12-06T07:03:20.925408+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:22.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[30799]: audit 2023-12-06T07:03:20.929648+0000 mon.c (mon.1) 717 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:03:22.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[30799]: audit 2023-12-06T07:03:20.930517+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:03:22.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[30799]: audit 2023-12-06T07:03:20.932901+0000 mon.c (mon.1) 718 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:03:22.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[30799]: audit 2023-12-06T07:03:20.934421+0000 mon.c (mon.1) 719 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:22.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:21 smithi040 bash[30799]: cephadm 2023-12-06T07:03:20.936386+0000 mgr.y (mgr.25474) 216 : cephadm [INF] Deploying daemon mgr.x on smithi141 2023-12-06T07:03:23.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:23 smithi141 bash[25168]: cluster 2023-12-06T07:03:22.674702+0000 mgr.y (mgr.25474) 217 : 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-06T07:03:23.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:23 smithi141 bash[25168]: audit 2023-12-06T07:03:22.766170+0000 mon.c (mon.1) 720 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:03:24.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:23 smithi040 bash[30799]: cluster 2023-12-06T07:03:22.674702+0000 mgr.y (mgr.25474) 217 : 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-06T07:03:24.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:23 smithi040 bash[30799]: audit 2023-12-06T07:03:22.766170+0000 mon.c (mon.1) 720 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:03:24.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:23 smithi040 bash[78949]: cluster 2023-12-06T07:03:22.674702+0000 mgr.y (mgr.25474) 217 : 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-06T07:03:24.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:23 smithi040 bash[78949]: audit 2023-12-06T07:03:22.766170+0000 mon.c (mon.1) 720 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:03:24.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:24 smithi141 bash[25168]: audit 2023-12-06T07:03:23.690641+0000 mgr.y (mgr.25474) 218 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:25.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:24 smithi040 bash[78949]: audit 2023-12-06T07:03:23.690641+0000 mgr.y (mgr.25474) 218 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:25.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:24 smithi040 bash[30799]: audit 2023-12-06T07:03:23.690641+0000 mgr.y (mgr.25474) 218 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:25.557 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:25 smithi141 systemd[1]: Stopping Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:03:25.888 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:25 smithi141 bash[25168]: cluster 2023-12-06T07:03:24.676407+0000 mgr.y (mgr.25474) 219 : 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-06T07:03:26.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:25 smithi040 bash[78949]: cluster 2023-12-06T07:03:24.676407+0000 mgr.y (mgr.25474) 219 : 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-06T07:03:26.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:25 smithi040 bash[30799]: cluster 2023-12-06T07:03:24.676407+0000 mgr.y (mgr.25474) 219 : 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-06T07:03:26.632 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:26 smithi141 bash[67173]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr-x 2023-12-06T07:03:26.632 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:26 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:03:26.632 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:26 smithi141 bash[67249]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr-x 2023-12-06T07:03:26.632 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:26 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-06T07:03:26.632 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:26 smithi141 systemd[1]: Stopped Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:03:26.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:03:26 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:03:26] "GET /metrics HTTP/1.1" 200 38160 "" "Prometheus/2.33.4" 2023-12-06T07:03:26.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:26 smithi141 systemd[1]: Started Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:03:28.069 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: cluster 2023-12-06T07:03:26.677180+0000 mgr.y (mgr.25474) 220 : 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-06T07:03:28.069 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:26.790345+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.069 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:26.803171+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.069 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:26.818337+0000 mon.c (mon.1) 721 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.069 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:26.820095+0000 mon.c (mon.1) 722 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.069 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:26.832886+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.070 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: cephadm 2023-12-06T07:03:26.834366+0000 mgr.y (mgr.25474) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.070 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:26.919036+0000 mon.c (mon.1) 723 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.070 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:26.922221+0000 mon.c (mon.1) 724 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.070 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: cephadm 2023-12-06T07:03:26.923601+0000 mgr.y (mgr.25474) 222 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.070 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:26.924089+0000 mon.c (mon.1) 725 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:03:28.070 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:26.924768+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:03:28.070 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:26.933163+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T07:03:28.070 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:26.940266+0000 mon.c (mon.1) 726 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.070 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:26.941894+0000 mon.c (mon.1) 727 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.070 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:26.954109+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.070 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: cephadm 2023-12-06T07:03:26.955922+0000 mgr.y (mgr.25474) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.070 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.034030+0000 mon.c (mon.1) 728 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.070 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.037312+0000 mon.c (mon.1) 729 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.070 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.038759+0000 mgr.y (mgr.25474) 224 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.041431+0000 mon.c (mon.1) 730 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.042923+0000 mon.c (mon.1) 731 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.054014+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.055511+0000 mgr.y (mgr.25474) 225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.136152+0000 mon.c (mon.1) 732 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.139525+0000 mon.c (mon.1) 733 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.142548+0000 mon.c (mon.1) 734 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.144008+0000 mon.c (mon.1) 735 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.154378+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.236557+0000 mon.c (mon.1) 736 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.239389+0000 mon.c (mon.1) 737 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.242382+0000 mon.c (mon.1) 738 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.243628+0000 mon.c (mon.1) 739 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.256362+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.071 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.339175+0000 mon.c (mon.1) 740 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.072 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.342957+0000 mon.c (mon.1) 741 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.072 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.346129+0000 mon.c (mon.1) 742 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.072 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.347407+0000 mon.c (mon.1) 743 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.072 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.357301+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.072 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.439666+0000 mon.c (mon.1) 744 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.072 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.441917+0000 mon.c (mon.1) 745 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.072 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.445165+0000 mon.c (mon.1) 746 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.072 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.446124+0000 mon.c (mon.1) 747 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.072 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.454721+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.072 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.538768+0000 mon.c (mon.1) 748 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.072 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.541460+0000 mon.c (mon.1) 749 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.072 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.544696+0000 mon.c (mon.1) 750 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.072 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.545641+0000 mon.c (mon.1) 751 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.072 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.553810+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.072 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.636428+0000 mon.c (mon.1) 752 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.073 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.641122+0000 mon.c (mon.1) 753 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.073 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.645593+0000 mon.c (mon.1) 754 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.073 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.647231+0000 mon.c (mon.1) 755 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.073 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.656424+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.073 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.735891+0000 mon.c (mon.1) 756 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.073 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.738761+0000 mon.c (mon.1) 757 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.073 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.742724+0000 mon.c (mon.1) 758 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.073 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.743681+0000 mon.c (mon.1) 759 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.073 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:27 smithi141 bash[25168]: audit 2023-12-06T07:03:27.753115+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: cluster 2023-12-06T07:03:26.677180+0000 mgr.y (mgr.25474) 220 : 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-06T07:03:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:26.790345+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:26.803171+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:26.818337+0000 mon.c (mon.1) 721 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:26.820095+0000 mon.c (mon.1) 722 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:26.832886+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: cephadm 2023-12-06T07:03:26.834366+0000 mgr.y (mgr.25474) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:26.919036+0000 mon.c (mon.1) 723 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:26.922221+0000 mon.c (mon.1) 724 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: cephadm 2023-12-06T07:03:26.923601+0000 mgr.y (mgr.25474) 222 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:26.924089+0000 mon.c (mon.1) 725 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:03:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:26.924768+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:03:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:26.933163+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T07:03:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:26.940266+0000 mon.c (mon.1) 726 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:26.941894+0000 mon.c (mon.1) 727 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:26.954109+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: cephadm 2023-12-06T07:03:26.955922+0000 mgr.y (mgr.25474) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.034030+0000 mon.c (mon.1) 728 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.037312+0000 mon.c (mon.1) 729 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.038759+0000 mgr.y (mgr.25474) 224 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: cluster 2023-12-06T07:03:26.677180+0000 mgr.y (mgr.25474) 220 : 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-06T07:03:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:26.790345+0000 mon.a (mon.0) 207 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:26.803171+0000 mon.a (mon.0) 208 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:26.818337+0000 mon.c (mon.1) 721 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:26.820095+0000 mon.c (mon.1) 722 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:26.832886+0000 mon.a (mon.0) 209 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: cephadm 2023-12-06T07:03:26.834366+0000 mgr.y (mgr.25474) 221 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:26.919036+0000 mon.c (mon.1) 723 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:26.922221+0000 mon.c (mon.1) 724 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: cephadm 2023-12-06T07:03:26.923601+0000 mgr.y (mgr.25474) 222 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:26.924089+0000 mon.c (mon.1) 725 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:03:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:26.924768+0000 mon.a (mon.0) 210 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:03:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:26.933163+0000 mon.a (mon.0) 211 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T07:03:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:26.940266+0000 mon.c (mon.1) 726 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:26.941894+0000 mon.c (mon.1) 727 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:26.954109+0000 mon.a (mon.0) 212 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: cephadm 2023-12-06T07:03:26.955922+0000 mgr.y (mgr.25474) 223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.034030+0000 mon.c (mon.1) 728 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.037312+0000 mon.c (mon.1) 729 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.038759+0000 mgr.y (mgr.25474) 224 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.041431+0000 mon.c (mon.1) 730 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.042923+0000 mon.c (mon.1) 731 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.054014+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.055511+0000 mgr.y (mgr.25474) 225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.136152+0000 mon.c (mon.1) 732 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.139525+0000 mon.c (mon.1) 733 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.142548+0000 mon.c (mon.1) 734 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.144008+0000 mon.c (mon.1) 735 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.154378+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.236557+0000 mon.c (mon.1) 736 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.239389+0000 mon.c (mon.1) 737 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.242382+0000 mon.c (mon.1) 738 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.243628+0000 mon.c (mon.1) 739 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.256362+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.339175+0000 mon.c (mon.1) 740 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.342957+0000 mon.c (mon.1) 741 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.346129+0000 mon.c (mon.1) 742 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.347407+0000 mon.c (mon.1) 743 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.357301+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.439666+0000 mon.c (mon.1) 744 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.441917+0000 mon.c (mon.1) 745 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.445165+0000 mon.c (mon.1) 746 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.446124+0000 mon.c (mon.1) 747 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.454721+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.538768+0000 mon.c (mon.1) 748 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.541460+0000 mon.c (mon.1) 749 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.544696+0000 mon.c (mon.1) 750 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.545641+0000 mon.c (mon.1) 751 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.553810+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.636428+0000 mon.c (mon.1) 752 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.641122+0000 mon.c (mon.1) 753 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.645593+0000 mon.c (mon.1) 754 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.647231+0000 mon.c (mon.1) 755 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.656424+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.735891+0000 mon.c (mon.1) 756 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.738761+0000 mon.c (mon.1) 757 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.742724+0000 mon.c (mon.1) 758 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.743681+0000 mon.c (mon.1) 759 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[30799]: audit 2023-12-06T07:03:27.753115+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.041431+0000 mon.c (mon.1) 730 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.042923+0000 mon.c (mon.1) 731 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.054014+0000 mon.a (mon.0) 213 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.055511+0000 mgr.y (mgr.25474) 225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.136152+0000 mon.c (mon.1) 732 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.139525+0000 mon.c (mon.1) 733 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.142548+0000 mon.c (mon.1) 734 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.144008+0000 mon.c (mon.1) 735 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.154378+0000 mon.a (mon.0) 214 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.236557+0000 mon.c (mon.1) 736 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.239389+0000 mon.c (mon.1) 737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.242382+0000 mon.c (mon.1) 738 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.243628+0000 mon.c (mon.1) 739 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.256362+0000 mon.a (mon.0) 215 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.339175+0000 mon.c (mon.1) 740 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.342957+0000 mon.c (mon.1) 741 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.346129+0000 mon.c (mon.1) 742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.347407+0000 mon.c (mon.1) 743 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.357301+0000 mon.a (mon.0) 216 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.439666+0000 mon.c (mon.1) 744 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.441917+0000 mon.c (mon.1) 745 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.445165+0000 mon.c (mon.1) 746 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.446124+0000 mon.c (mon.1) 747 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.454721+0000 mon.a (mon.0) 217 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.538768+0000 mon.c (mon.1) 748 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.541460+0000 mon.c (mon.1) 749 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.544696+0000 mon.c (mon.1) 750 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.545641+0000 mon.c (mon.1) 751 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.553810+0000 mon.a (mon.0) 218 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.636428+0000 mon.c (mon.1) 752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.641122+0000 mon.c (mon.1) 753 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.645593+0000 mon.c (mon.1) 754 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.647231+0000 mon.c (mon.1) 755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.656424+0000 mon.a (mon.0) 219 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.735891+0000 mon.c (mon.1) 756 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.738761+0000 mon.c (mon.1) 757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.742724+0000 mon.c (mon.1) 758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.743681+0000 mon.c (mon.1) 759 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:27 smithi040 bash[78949]: audit 2023-12-06T07:03:27.753115+0000 mon.a (mon.0) 220 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.458 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[67316]: debug 2023-12-06T07:03:28.324+0000 7f98c6d78200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:03:28.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[61993]: ts=2023-12-06T07:03: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:03:28.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.140571+0000 mgr.y (mgr.25474) 226 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.156020+0000 mgr.y (mgr.25474) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.240708+0000 mgr.y (mgr.25474) 228 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.257396+0000 mgr.y (mgr.25474) 229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.344033+0000 mgr.y (mgr.25474) 230 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.358134+0000 mgr.y (mgr.25474) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.443018+0000 mgr.y (mgr.25474) 232 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.456101+0000 mgr.y (mgr.25474) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.542738+0000 mgr.y (mgr.25474) 234 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.554805+0000 mgr.y (mgr.25474) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.642773+0000 mgr.y (mgr.25474) 236 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.657286+0000 mgr.y (mgr.25474) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.740134+0000 mgr.y (mgr.25474) 238 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.754401+0000 mgr.y (mgr.25474) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:27.825489+0000 mon.c (mon.1) 760 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:27.828982+0000 mon.c (mon.1) 761 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.829972+0000 mgr.y (mgr.25474) 240 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:27.831848+0000 mon.c (mon.1) 762 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:27.832843+0000 mon.c (mon.1) 763 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:27.839297+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.841789+0000 mgr.y (mgr.25474) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:27.925844+0000 mon.c (mon.1) 764 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:27.928413+0000 mon.c (mon.1) 765 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.929622+0000 mgr.y (mgr.25474) 242 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:27.931547+0000 mon.c (mon.1) 766 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:27.932763+0000 mon.c (mon.1) 767 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:27.940633+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:27.942574+0000 mgr.y (mgr.25474) 243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.023824+0000 mon.c (mon.1) 768 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.026213+0000 mon.c (mon.1) 769 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.027370+0000 mgr.y (mgr.25474) 244 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:28.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.030215+0000 mon.c (mon.1) 770 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.031556+0000 mon.c (mon.1) 771 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.039495+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.040587+0000 mgr.y (mgr.25474) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:28.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.118133+0000 mon.c (mon.1) 772 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.122532+0000 mon.c (mon.1) 773 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.125537+0000 mon.c (mon.1) 774 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.126540+0000 mon.c (mon.1) 775 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.133282+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.216404+0000 mon.c (mon.1) 776 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.218826+0000 mon.c (mon.1) 777 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.221852+0000 mon.c (mon.1) 778 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.223026+0000 mon.c (mon.1) 779 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.230129+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.314506+0000 mon.c (mon.1) 780 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.316943+0000 mon.c (mon.1) 781 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.320501+0000 mon.c (mon.1) 782 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.321790+0000 mon.c (mon.1) 783 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.331220+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.413460+0000 mon.c (mon.1) 784 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.416144+0000 mon.c (mon.1) 785 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.418972+0000 mon.c (mon.1) 786 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.419857+0000 mon.c (mon.1) 787 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.427734+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.494954+0000 mon.c (mon.1) 788 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.497479+0000 mon.c (mon.1) 789 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.500276+0000 mon.c (mon.1) 790 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.501236+0000 mon.c (mon.1) 791 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.508564+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.589008+0000 mon.c (mon.1) 792 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.591846+0000 mon.c (mon.1) 793 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.595616+0000 mon.c (mon.1) 794 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.597070+0000 mon.c (mon.1) 795 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.605690+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.687932+0000 mon.c (mon.1) 796 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:28.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.690549+0000 mon.c (mon.1) 797 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:28.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.693283+0000 mon.c (mon.1) 798 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:28.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.694519+0000 mon.c (mon.1) 799 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:28.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.705844+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:28.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:28 smithi141 bash[25168]: audit 2023-12-06T07:03:28.785830+0000 mon.c (mon.1) 800 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.140571+0000 mgr.y (mgr.25474) 226 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.156020+0000 mgr.y (mgr.25474) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.240708+0000 mgr.y (mgr.25474) 228 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.257396+0000 mgr.y (mgr.25474) 229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.344033+0000 mgr.y (mgr.25474) 230 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.358134+0000 mgr.y (mgr.25474) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.443018+0000 mgr.y (mgr.25474) 232 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.456101+0000 mgr.y (mgr.25474) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.542738+0000 mgr.y (mgr.25474) 234 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.554805+0000 mgr.y (mgr.25474) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.642773+0000 mgr.y (mgr.25474) 236 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.657286+0000 mgr.y (mgr.25474) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.740134+0000 mgr.y (mgr.25474) 238 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.754401+0000 mgr.y (mgr.25474) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:27.825489+0000 mon.c (mon.1) 760 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:27.828982+0000 mon.c (mon.1) 761 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.829972+0000 mgr.y (mgr.25474) 240 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:27.831848+0000 mon.c (mon.1) 762 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:27.832843+0000 mon.c (mon.1) 763 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:27.839297+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.841789+0000 mgr.y (mgr.25474) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.140571+0000 mgr.y (mgr.25474) 226 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.156020+0000 mgr.y (mgr.25474) 227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.240708+0000 mgr.y (mgr.25474) 228 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.257396+0000 mgr.y (mgr.25474) 229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.344033+0000 mgr.y (mgr.25474) 230 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.358134+0000 mgr.y (mgr.25474) 231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.443018+0000 mgr.y (mgr.25474) 232 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.456101+0000 mgr.y (mgr.25474) 233 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.542738+0000 mgr.y (mgr.25474) 234 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.554805+0000 mgr.y (mgr.25474) 235 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.642773+0000 mgr.y (mgr.25474) 236 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.657286+0000 mgr.y (mgr.25474) 237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.740134+0000 mgr.y (mgr.25474) 238 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.754401+0000 mgr.y (mgr.25474) 239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:27.825489+0000 mon.c (mon.1) 760 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:27.828982+0000 mon.c (mon.1) 761 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.829972+0000 mgr.y (mgr.25474) 240 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:27.831848+0000 mon.c (mon.1) 762 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:27.832843+0000 mon.c (mon.1) 763 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:27.839297+0000 mon.a (mon.0) 221 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.841789+0000 mgr.y (mgr.25474) 241 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:27.925844+0000 mon.c (mon.1) 764 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:27.925844+0000 mon.c (mon.1) 764 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:27.928413+0000 mon.c (mon.1) 765 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.929622+0000 mgr.y (mgr.25474) 242 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:27.931547+0000 mon.c (mon.1) 766 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:27.932763+0000 mon.c (mon.1) 767 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:27.940633+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:27.942574+0000 mgr.y (mgr.25474) 243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.023824+0000 mon.c (mon.1) 768 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.026213+0000 mon.c (mon.1) 769 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.027370+0000 mgr.y (mgr.25474) 244 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.030215+0000 mon.c (mon.1) 770 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.031556+0000 mon.c (mon.1) 771 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.039495+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.040587+0000 mgr.y (mgr.25474) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.118133+0000 mon.c (mon.1) 772 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.122532+0000 mon.c (mon.1) 773 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.125537+0000 mon.c (mon.1) 774 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.126540+0000 mon.c (mon.1) 775 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.133282+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.216404+0000 mon.c (mon.1) 776 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:27.928413+0000 mon.c (mon.1) 765 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.929622+0000 mgr.y (mgr.25474) 242 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:27.931547+0000 mon.c (mon.1) 766 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:27.932763+0000 mon.c (mon.1) 767 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:27.940633+0000 mon.a (mon.0) 222 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:27.942574+0000 mgr.y (mgr.25474) 243 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.023824+0000 mon.c (mon.1) 768 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.026213+0000 mon.c (mon.1) 769 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.027370+0000 mgr.y (mgr.25474) 244 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.030215+0000 mon.c (mon.1) 770 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.031556+0000 mon.c (mon.1) 771 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.039495+0000 mon.a (mon.0) 223 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.040587+0000 mgr.y (mgr.25474) 245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.118133+0000 mon.c (mon.1) 772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.122532+0000 mon.c (mon.1) 773 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.125537+0000 mon.c (mon.1) 774 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.126540+0000 mon.c (mon.1) 775 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.133282+0000 mon.a (mon.0) 224 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.216404+0000 mon.c (mon.1) 776 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.218826+0000 mon.c (mon.1) 777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.218826+0000 mon.c (mon.1) 777 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.221852+0000 mon.c (mon.1) 778 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.223026+0000 mon.c (mon.1) 779 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.230129+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.314506+0000 mon.c (mon.1) 780 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.316943+0000 mon.c (mon.1) 781 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.320501+0000 mon.c (mon.1) 782 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.321790+0000 mon.c (mon.1) 783 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.331220+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.413460+0000 mon.c (mon.1) 784 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.416144+0000 mon.c (mon.1) 785 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.418972+0000 mon.c (mon.1) 786 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.419857+0000 mon.c (mon.1) 787 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.427734+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.494954+0000 mon.c (mon.1) 788 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.497479+0000 mon.c (mon.1) 789 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.500276+0000 mon.c (mon.1) 790 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.501236+0000 mon.c (mon.1) 791 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.508564+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.589008+0000 mon.c (mon.1) 792 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.221852+0000 mon.c (mon.1) 778 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.223026+0000 mon.c (mon.1) 779 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.230129+0000 mon.a (mon.0) 225 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.314506+0000 mon.c (mon.1) 780 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.316943+0000 mon.c (mon.1) 781 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.320501+0000 mon.c (mon.1) 782 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.321790+0000 mon.c (mon.1) 783 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.331220+0000 mon.a (mon.0) 226 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.413460+0000 mon.c (mon.1) 784 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.416144+0000 mon.c (mon.1) 785 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.418972+0000 mon.c (mon.1) 786 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.419857+0000 mon.c (mon.1) 787 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.427734+0000 mon.a (mon.0) 227 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.494954+0000 mon.c (mon.1) 788 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.497479+0000 mon.c (mon.1) 789 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.500276+0000 mon.c (mon.1) 790 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.501236+0000 mon.c (mon.1) 791 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.508564+0000 mon.a (mon.0) 228 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.589008+0000 mon.c (mon.1) 792 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.591846+0000 mon.c (mon.1) 793 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.591846+0000 mon.c (mon.1) 793 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.595616+0000 mon.c (mon.1) 794 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.597070+0000 mon.c (mon.1) 795 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.605690+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.687932+0000 mon.c (mon.1) 796 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.690549+0000 mon.c (mon.1) 797 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.693283+0000 mon.c (mon.1) 798 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.694519+0000 mon.c (mon.1) 799 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.705844+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[30799]: audit 2023-12-06T07:03:28.785830+0000 mon.c (mon.1) 800 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.595616+0000 mon.c (mon.1) 794 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.597070+0000 mon.c (mon.1) 795 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.605690+0000 mon.a (mon.0) 229 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.687932+0000 mon.c (mon.1) 796 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.690549+0000 mon.c (mon.1) 797 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.693283+0000 mon.c (mon.1) 798 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.694519+0000 mon.c (mon.1) 799 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.705844+0000 mon.a (mon.0) 230 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:29.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:28 smithi040 bash[78949]: audit 2023-12-06T07:03:28.785830+0000 mon.c (mon.1) 800 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:29.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[67316]: debug 2023-12-06T07:03:29.280+0000 7f98c6d78200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T07:03:29.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[67316]: debug 2023-12-06T07:03:29.384+0000 7f98c6d78200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:03:29.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[67316]: debug 2023-12-06T07:03:29.492+0000 7f98c6d78200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:03:30.121 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[67316]: debug 2023-12-06T07:03:29.768+0000 7f98c6d78200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:03:30.122 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.123585+0000 mgr.y (mgr.25474) 246 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.122 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.134250+0000 mgr.y (mgr.25474) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.122 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.219847+0000 mgr.y (mgr.25474) 248 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.122 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.230965+0000 mgr.y (mgr.25474) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.122 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.318076+0000 mgr.y (mgr.25474) 250 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.122 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.332276+0000 mgr.y (mgr.25474) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.122 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.417035+0000 mgr.y (mgr.25474) 252 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.122 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.428966+0000 mgr.y (mgr.25474) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.122 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.498404+0000 mgr.y (mgr.25474) 254 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.122 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.509726+0000 mgr.y (mgr.25474) 255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.122 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.593130+0000 mgr.y (mgr.25474) 256 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.123 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.606645+0000 mgr.y (mgr.25474) 257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.123 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cluster 2023-12-06T07:03:28.678322+0000 mgr.y (mgr.25474) 258 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:03:30.123 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.691594+0000 mgr.y (mgr.25474) 259 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.123 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.706955+0000 mgr.y (mgr.25474) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.123 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:28.788458+0000 mon.c (mon.1) 801 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.123 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.789665+0000 mgr.y (mgr.25474) 261 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.123 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:28.805220+0000 mon.c (mon.1) 802 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.123 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:28.814312+0000 mon.c (mon.1) 803 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.123 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:28.821344+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.123 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.822402+0000 mgr.y (mgr.25474) 262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.123 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:28.904408+0000 mon.c (mon.1) 804 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.123 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:28.909041+0000 mon.c (mon.1) 805 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.123 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.910383+0000 mgr.y (mgr.25474) 263 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:28.912748+0000 mon.c (mon.1) 806 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:28.913994+0000 mon.c (mon.1) 807 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:28.921667+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:28.922613+0000 mgr.y (mgr.25474) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.006096+0000 mon.c (mon.1) 808 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.008667+0000 mon.c (mon.1) 809 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.009779+0000 mgr.y (mgr.25474) 265 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.011910+0000 mon.c (mon.1) 810 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.013022+0000 mon.c (mon.1) 811 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.020955+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.023305+0000 mgr.y (mgr.25474) 266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.106638+0000 mon.c (mon.1) 812 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.109563+0000 mon.c (mon.1) 813 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.124 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.113253+0000 mon.c (mon.1) 814 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.125 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.114633+0000 mon.c (mon.1) 815 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.125 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.122022+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.125 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.207594+0000 mon.c (mon.1) 816 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.125 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.210161+0000 mon.c (mon.1) 817 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.125 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.216330+0000 mon.c (mon.1) 818 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.125 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.218285+0000 mon.c (mon.1) 819 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.125 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.227232+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.125 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.309710+0000 mon.c (mon.1) 820 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.125 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.312088+0000 mon.c (mon.1) 821 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.125 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.315185+0000 mon.c (mon.1) 822 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.125 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.316300+0000 mon.c (mon.1) 823 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.125 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.325441+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.125 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.405926+0000 mon.c (mon.1) 824 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.125 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.408181+0000 mon.c (mon.1) 825 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.125 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.410663+0000 mon.c (mon.1) 826 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.126 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.411692+0000 mon.c (mon.1) 827 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.126 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.419038+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.126 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.502023+0000 mon.c (mon.1) 828 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.126 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.504410+0000 mon.c (mon.1) 829 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.126 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.507550+0000 mon.c (mon.1) 830 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.126 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.508702+0000 mon.c (mon.1) 831 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.126 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.521137+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.126 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.607929+0000 mon.c (mon.1) 832 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.126 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.611160+0000 mon.c (mon.1) 833 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.127 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.613830+0000 mon.c (mon.1) 834 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.127 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.614980+0000 mon.c (mon.1) 835 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.127 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.623240+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.127 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.704456+0000 mon.c (mon.1) 836 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.127 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.708778+0000 mon.c (mon.1) 837 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.127 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.712707+0000 mon.c (mon.1) 838 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.127 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.714298+0000 mon.c (mon.1) 839 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.127 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:29 smithi141 bash[25168]: audit 2023-12-06T07:03:29.722623+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.123585+0000 mgr.y (mgr.25474) 246 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.134250+0000 mgr.y (mgr.25474) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.219847+0000 mgr.y (mgr.25474) 248 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.230965+0000 mgr.y (mgr.25474) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.318076+0000 mgr.y (mgr.25474) 250 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.332276+0000 mgr.y (mgr.25474) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.417035+0000 mgr.y (mgr.25474) 252 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.428966+0000 mgr.y (mgr.25474) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.498404+0000 mgr.y (mgr.25474) 254 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.509726+0000 mgr.y (mgr.25474) 255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.593130+0000 mgr.y (mgr.25474) 256 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.606645+0000 mgr.y (mgr.25474) 257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cluster 2023-12-06T07:03:28.678322+0000 mgr.y (mgr.25474) 258 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:03:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.691594+0000 mgr.y (mgr.25474) 259 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.706955+0000 mgr.y (mgr.25474) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:28.788458+0000 mon.c (mon.1) 801 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.789665+0000 mgr.y (mgr.25474) 261 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:28.805220+0000 mon.c (mon.1) 802 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:28.814312+0000 mon.c (mon.1) 803 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:28.821344+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.822402+0000 mgr.y (mgr.25474) 262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:28.904408+0000 mon.c (mon.1) 804 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:28.909041+0000 mon.c (mon.1) 805 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.910383+0000 mgr.y (mgr.25474) 263 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:28.912748+0000 mon.c (mon.1) 806 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:28.913994+0000 mon.c (mon.1) 807 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:28.921667+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:28.922613+0000 mgr.y (mgr.25474) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.006096+0000 mon.c (mon.1) 808 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.008667+0000 mon.c (mon.1) 809 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.009779+0000 mgr.y (mgr.25474) 265 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.011910+0000 mon.c (mon.1) 810 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.013022+0000 mon.c (mon.1) 811 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.020955+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.023305+0000 mgr.y (mgr.25474) 266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.106638+0000 mon.c (mon.1) 812 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.109563+0000 mon.c (mon.1) 813 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.113253+0000 mon.c (mon.1) 814 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.114633+0000 mon.c (mon.1) 815 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.122022+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.207594+0000 mon.c (mon.1) 816 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.123585+0000 mgr.y (mgr.25474) 246 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.134250+0000 mgr.y (mgr.25474) 247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.219847+0000 mgr.y (mgr.25474) 248 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.230965+0000 mgr.y (mgr.25474) 249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.318076+0000 mgr.y (mgr.25474) 250 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.332276+0000 mgr.y (mgr.25474) 251 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.417035+0000 mgr.y (mgr.25474) 252 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.428966+0000 mgr.y (mgr.25474) 253 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.498404+0000 mgr.y (mgr.25474) 254 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.509726+0000 mgr.y (mgr.25474) 255 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.593130+0000 mgr.y (mgr.25474) 256 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.606645+0000 mgr.y (mgr.25474) 257 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cluster 2023-12-06T07:03:28.678322+0000 mgr.y (mgr.25474) 258 : cluster 0 pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:03:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.691594+0000 mgr.y (mgr.25474) 259 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.706955+0000 mgr.y (mgr.25474) 260 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:28.788458+0000 mon.c (mon.1) 801 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.789665+0000 mgr.y (mgr.25474) 261 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:28.805220+0000 mon.c (mon.1) 802 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:28.814312+0000 mon.c (mon.1) 803 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:28.821344+0000 mon.a (mon.0) 231 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.822402+0000 mgr.y (mgr.25474) 262 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:28.904408+0000 mon.c (mon.1) 804 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.210161+0000 mon.c (mon.1) 817 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.216330+0000 mon.c (mon.1) 818 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.218285+0000 mon.c (mon.1) 819 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.227232+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.309710+0000 mon.c (mon.1) 820 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.312088+0000 mon.c (mon.1) 821 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.315185+0000 mon.c (mon.1) 822 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.316300+0000 mon.c (mon.1) 823 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.325441+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.405926+0000 mon.c (mon.1) 824 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.408181+0000 mon.c (mon.1) 825 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.410663+0000 mon.c (mon.1) 826 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.411692+0000 mon.c (mon.1) 827 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.419038+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.502023+0000 mon.c (mon.1) 828 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.504410+0000 mon.c (mon.1) 829 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.507550+0000 mon.c (mon.1) 830 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.508702+0000 mon.c (mon.1) 831 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.521137+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.607929+0000 mon.c (mon.1) 832 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.611160+0000 mon.c (mon.1) 833 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.613830+0000 mon.c (mon.1) 834 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.614980+0000 mon.c (mon.1) 835 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.623240+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.704456+0000 mon.c (mon.1) 836 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.708778+0000 mon.c (mon.1) 837 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.712707+0000 mon.c (mon.1) 838 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.714298+0000 mon.c (mon.1) 839 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[30799]: audit 2023-12-06T07:03:29.722623+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:28.909041+0000 mon.c (mon.1) 805 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.910383+0000 mgr.y (mgr.25474) 263 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:28.912748+0000 mon.c (mon.1) 806 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:28.913994+0000 mon.c (mon.1) 807 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:28.921667+0000 mon.a (mon.0) 232 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:28.922613+0000 mgr.y (mgr.25474) 264 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.006096+0000 mon.c (mon.1) 808 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.008667+0000 mon.c (mon.1) 809 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.009779+0000 mgr.y (mgr.25474) 265 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.011910+0000 mon.c (mon.1) 810 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.013022+0000 mon.c (mon.1) 811 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.020955+0000 mon.a (mon.0) 233 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.023305+0000 mgr.y (mgr.25474) 266 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.106638+0000 mon.c (mon.1) 812 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.109563+0000 mon.c (mon.1) 813 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.113253+0000 mon.c (mon.1) 814 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.114633+0000 mon.c (mon.1) 815 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.122022+0000 mon.a (mon.0) 234 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.207594+0000 mon.c (mon.1) 816 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.210161+0000 mon.c (mon.1) 817 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.216330+0000 mon.c (mon.1) 818 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.218285+0000 mon.c (mon.1) 819 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.227232+0000 mon.a (mon.0) 235 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.309710+0000 mon.c (mon.1) 820 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.312088+0000 mon.c (mon.1) 821 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.315185+0000 mon.c (mon.1) 822 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.316300+0000 mon.c (mon.1) 823 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.325441+0000 mon.a (mon.0) 236 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.405926+0000 mon.c (mon.1) 824 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.408181+0000 mon.c (mon.1) 825 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.410663+0000 mon.c (mon.1) 826 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.411692+0000 mon.c (mon.1) 827 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.419038+0000 mon.a (mon.0) 237 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.502023+0000 mon.c (mon.1) 828 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.504410+0000 mon.c (mon.1) 829 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.507550+0000 mon.c (mon.1) 830 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.508702+0000 mon.c (mon.1) 831 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.521137+0000 mon.a (mon.0) 238 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.607929+0000 mon.c (mon.1) 832 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.611160+0000 mon.c (mon.1) 833 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.613830+0000 mon.c (mon.1) 834 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.614980+0000 mon.c (mon.1) 835 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.623240+0000 mon.a (mon.0) 239 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.704456+0000 mon.c (mon.1) 836 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.708778+0000 mon.c (mon.1) 837 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.712707+0000 mon.c (mon.1) 838 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.714298+0000 mon.c (mon.1) 839 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:29 smithi040 bash[78949]: audit 2023-12-06T07:03:29.722623+0000 mon.a (mon.0) 240 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[67316]: debug 2023-12-06T07:03:30.160+0000 7f98c6d78200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:03:30.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[67316]: debug 2023-12-06T07:03:30.340+0000 7f98c6d78200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:03:30.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[67316]: debug 2023-12-06T07:03:30.572+0000 7f98c6d78200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:03:30.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.111125+0000 mgr.y (mgr.25474) 267 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.125683+0000 mgr.y (mgr.25474) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.211960+0000 mgr.y (mgr.25474) 269 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.229469+0000 mgr.y (mgr.25474) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.313202+0000 mgr.y (mgr.25474) 271 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.326819+0000 mgr.y (mgr.25474) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.409080+0000 mgr.y (mgr.25474) 273 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.420768+0000 mgr.y (mgr.25474) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.505307+0000 mgr.y (mgr.25474) 275 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.522403+0000 mgr.y (mgr.25474) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.612251+0000 mgr.y (mgr.25474) 277 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.624318+0000 mgr.y (mgr.25474) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.710189+0000 mgr.y (mgr.25474) 279 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.723597+0000 mgr.y (mgr.25474) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:29.808647+0000 mon.c (mon.1) 840 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:29.810640+0000 mon.c (mon.1) 841 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.811401+0000 mgr.y (mgr.25474) 281 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:29.812860+0000 mon.c (mon.1) 842 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:29.813714+0000 mon.c (mon.1) 843 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:29.821778+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.822513+0000 mgr.y (mgr.25474) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:29.901480+0000 mon.c (mon.1) 844 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:29.904910+0000 mon.c (mon.1) 845 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.906378+0000 mgr.y (mgr.25474) 283 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:29.908842+0000 mon.c (mon.1) 846 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:29.910368+0000 mon.c (mon.1) 847 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:29.920362+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:29.921227+0000 mgr.y (mgr.25474) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:29.998009+0000 mon.c (mon.1) 848 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.001197+0000 mon.c (mon.1) 849 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.002809+0000 mgr.y (mgr.25474) 285 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:30.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.005801+0000 mon.c (mon.1) 850 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.007382+0000 mon.c (mon.1) 851 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.018837+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.020220+0000 mgr.y (mgr.25474) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:30.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.099894+0000 mon.c (mon.1) 852 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.101854+0000 mon.c (mon.1) 853 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.104072+0000 mon.c (mon.1) 854 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.105038+0000 mon.c (mon.1) 855 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.113468+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.196231+0000 mon.c (mon.1) 856 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.200001+0000 mon.c (mon.1) 857 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.204545+0000 mon.c (mon.1) 858 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.206411+0000 mon.c (mon.1) 859 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.215916+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.296606+0000 mon.c (mon.1) 860 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.301004+0000 mon.c (mon.1) 861 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.304396+0000 mon.c (mon.1) 862 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.305330+0000 mon.c (mon.1) 863 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.315333+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.399067+0000 mon.c (mon.1) 864 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.403093+0000 mon.c (mon.1) 865 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.406228+0000 mon.c (mon.1) 866 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.407551+0000 mon.c (mon.1) 867 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.415438+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.497221+0000 mon.c (mon.1) 868 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.500300+0000 mon.c (mon.1) 869 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.504093+0000 mon.c (mon.1) 870 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.505378+0000 mon.c (mon.1) 871 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.514827+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.599510+0000 mon.c (mon.1) 872 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.602894+0000 mon.c (mon.1) 873 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.606237+0000 mon.c (mon.1) 874 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.607536+0000 mon.c (mon.1) 875 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.614989+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:30.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.694222+0000 mon.c (mon.1) 876 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:30.965 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.696805+0000 mon.c (mon.1) 877 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:30.965 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.701112+0000 mon.c (mon.1) 878 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:30.965 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.702611+0000 mon.c (mon.1) 879 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:30.965 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:30 smithi141 bash[25168]: audit 2023-12-06T07:03:30.710666+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.111125+0000 mgr.y (mgr.25474) 267 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.125683+0000 mgr.y (mgr.25474) 268 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.211960+0000 mgr.y (mgr.25474) 269 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.229469+0000 mgr.y (mgr.25474) 270 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.313202+0000 mgr.y (mgr.25474) 271 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.326819+0000 mgr.y (mgr.25474) 272 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.409080+0000 mgr.y (mgr.25474) 273 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.420768+0000 mgr.y (mgr.25474) 274 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.505307+0000 mgr.y (mgr.25474) 275 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.522403+0000 mgr.y (mgr.25474) 276 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.612251+0000 mgr.y (mgr.25474) 277 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.624318+0000 mgr.y (mgr.25474) 278 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.710189+0000 mgr.y (mgr.25474) 279 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.723597+0000 mgr.y (mgr.25474) 280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:29.808647+0000 mon.c (mon.1) 840 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:29.810640+0000 mon.c (mon.1) 841 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.811401+0000 mgr.y (mgr.25474) 281 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:29.812860+0000 mon.c (mon.1) 842 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:29.813714+0000 mon.c (mon.1) 843 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:29.821778+0000 mon.a (mon.0) 241 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.822513+0000 mgr.y (mgr.25474) 282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:29.901480+0000 mon.c (mon.1) 844 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:29.904910+0000 mon.c (mon.1) 845 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.906378+0000 mgr.y (mgr.25474) 283 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:29.908842+0000 mon.c (mon.1) 846 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:29.910368+0000 mon.c (mon.1) 847 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:29.920362+0000 mon.a (mon.0) 242 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:29.921227+0000 mgr.y (mgr.25474) 284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:29.998009+0000 mon.c (mon.1) 848 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.001197+0000 mon.c (mon.1) 849 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.002809+0000 mgr.y (mgr.25474) 285 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.005801+0000 mon.c (mon.1) 850 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.007382+0000 mon.c (mon.1) 851 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.018837+0000 mon.a (mon.0) 243 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.020220+0000 mgr.y (mgr.25474) 286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.099894+0000 mon.c (mon.1) 852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.101854+0000 mon.c (mon.1) 853 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.104072+0000 mon.c (mon.1) 854 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.105038+0000 mon.c (mon.1) 855 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.113468+0000 mon.a (mon.0) 244 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.196231+0000 mon.c (mon.1) 856 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.200001+0000 mon.c (mon.1) 857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.204545+0000 mon.c (mon.1) 858 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.206411+0000 mon.c (mon.1) 859 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.215916+0000 mon.a (mon.0) 245 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.296606+0000 mon.c (mon.1) 860 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.301004+0000 mon.c (mon.1) 861 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.304396+0000 mon.c (mon.1) 862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.305330+0000 mon.c (mon.1) 863 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.315333+0000 mon.a (mon.0) 246 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.399067+0000 mon.c (mon.1) 864 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.403093+0000 mon.c (mon.1) 865 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.406228+0000 mon.c (mon.1) 866 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.407551+0000 mon.c (mon.1) 867 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.415438+0000 mon.a (mon.0) 247 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.497221+0000 mon.c (mon.1) 868 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.500300+0000 mon.c (mon.1) 869 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.504093+0000 mon.c (mon.1) 870 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.505378+0000 mon.c (mon.1) 871 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.514827+0000 mon.a (mon.0) 248 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.599510+0000 mon.c (mon.1) 872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.602894+0000 mon.c (mon.1) 873 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.606237+0000 mon.c (mon.1) 874 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.607536+0000 mon.c (mon.1) 875 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.614989+0000 mon.a (mon.0) 249 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.694222+0000 mon.c (mon.1) 876 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.696805+0000 mon.c (mon.1) 877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.701112+0000 mon.c (mon.1) 878 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.702611+0000 mon.c (mon.1) 879 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[78949]: audit 2023-12-06T07:03:30.710666+0000 mon.a (mon.0) 250 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.111125+0000 mgr.y (mgr.25474) 267 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.125683+0000 mgr.y (mgr.25474) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.211960+0000 mgr.y (mgr.25474) 269 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.229469+0000 mgr.y (mgr.25474) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.313202+0000 mgr.y (mgr.25474) 271 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.326819+0000 mgr.y (mgr.25474) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.409080+0000 mgr.y (mgr.25474) 273 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.420768+0000 mgr.y (mgr.25474) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.505307+0000 mgr.y (mgr.25474) 275 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.522403+0000 mgr.y (mgr.25474) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.612251+0000 mgr.y (mgr.25474) 277 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.624318+0000 mgr.y (mgr.25474) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.710189+0000 mgr.y (mgr.25474) 279 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.723597+0000 mgr.y (mgr.25474) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:29.808647+0000 mon.c (mon.1) 840 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:29.810640+0000 mon.c (mon.1) 841 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.811401+0000 mgr.y (mgr.25474) 281 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:29.812860+0000 mon.c (mon.1) 842 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:29.813714+0000 mon.c (mon.1) 843 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:29.821778+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.822513+0000 mgr.y (mgr.25474) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:29.901480+0000 mon.c (mon.1) 844 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:29.904910+0000 mon.c (mon.1) 845 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.906378+0000 mgr.y (mgr.25474) 283 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:29.908842+0000 mon.c (mon.1) 846 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:29.910368+0000 mon.c (mon.1) 847 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:29.920362+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:29.921227+0000 mgr.y (mgr.25474) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:29.998009+0000 mon.c (mon.1) 848 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.001197+0000 mon.c (mon.1) 849 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.002809+0000 mgr.y (mgr.25474) 285 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.005801+0000 mon.c (mon.1) 850 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.007382+0000 mon.c (mon.1) 851 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.018837+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.020220+0000 mgr.y (mgr.25474) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.099894+0000 mon.c (mon.1) 852 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.101854+0000 mon.c (mon.1) 853 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.104072+0000 mon.c (mon.1) 854 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.105038+0000 mon.c (mon.1) 855 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.113468+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.196231+0000 mon.c (mon.1) 856 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.200001+0000 mon.c (mon.1) 857 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.204545+0000 mon.c (mon.1) 858 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.206411+0000 mon.c (mon.1) 859 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.215916+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.296606+0000 mon.c (mon.1) 860 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.301004+0000 mon.c (mon.1) 861 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.304396+0000 mon.c (mon.1) 862 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.305330+0000 mon.c (mon.1) 863 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.315333+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.399067+0000 mon.c (mon.1) 864 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.403093+0000 mon.c (mon.1) 865 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.406228+0000 mon.c (mon.1) 866 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.407551+0000 mon.c (mon.1) 867 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.415438+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.497221+0000 mon.c (mon.1) 868 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.500300+0000 mon.c (mon.1) 869 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.504093+0000 mon.c (mon.1) 870 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.505378+0000 mon.c (mon.1) 871 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.514827+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.599510+0000 mon.c (mon.1) 872 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.602894+0000 mon.c (mon.1) 873 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.606237+0000 mon.c (mon.1) 874 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.607536+0000 mon.c (mon.1) 875 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.614989+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.694222+0000 mon.c (mon.1) 876 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.696805+0000 mon.c (mon.1) 877 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.701112+0000 mon.c (mon.1) 878 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.702611+0000 mon.c (mon.1) 879 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:30 smithi040 bash[30799]: audit 2023-12-06T07:03:30.710666+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.814 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.102688+0000 mgr.y (mgr.25474) 287 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.815 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.116670+0000 mgr.y (mgr.25474) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.815 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.201421+0000 mgr.y (mgr.25474) 289 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.815 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.217171+0000 mgr.y (mgr.25474) 290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.815 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.302103+0000 mgr.y (mgr.25474) 291 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.815 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.316608+0000 mgr.y (mgr.25474) 292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.815 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.404331+0000 mgr.y (mgr.25474) 293 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.815 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.418357+0000 mgr.y (mgr.25474) 294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.815 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.501645+0000 mgr.y (mgr.25474) 295 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.815 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.517914+0000 mgr.y (mgr.25474) 296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.815 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.604283+0000 mgr.y (mgr.25474) 297 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.815 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.616859+0000 mgr.y (mgr.25474) 298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.815 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cluster 2023-12-06T07:03:30.678913+0000 mgr.y (mgr.25474) 299 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:03:31.815 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.698161+0000 mgr.y (mgr.25474) 300 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.816 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.714409+0000 mgr.y (mgr.25474) 301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.816 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:30.795836+0000 mon.c (mon.1) 880 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.816 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:30.813649+0000 mon.c (mon.1) 881 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.816 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.814450+0000 mgr.y (mgr.25474) 302 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.816 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:30.815741+0000 mon.c (mon.1) 882 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.816 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:30.816432+0000 mon.c (mon.1) 883 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.816 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:30.821468+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.816 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.831930+0000 mgr.y (mgr.25474) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.816 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:30.911583+0000 mon.c (mon.1) 884 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.816 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:30.914273+0000 mon.c (mon.1) 885 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.816 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.915382+0000 mgr.y (mgr.25474) 304 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.816 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:30.917188+0000 mon.c (mon.1) 886 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.816 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:30.918370+0000 mon.c (mon.1) 887 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.816 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:30.927614+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.817 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:30.928764+0000 mgr.y (mgr.25474) 305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.817 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.008146+0000 mon.c (mon.1) 888 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.817 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.010327+0000 mon.c (mon.1) 889 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.817 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.011742+0000 mgr.y (mgr.25474) 306 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:31.817 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.013580+0000 mon.c (mon.1) 890 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.817 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.014818+0000 mon.c (mon.1) 891 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.817 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.024154+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:31.817 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.025243+0000 mgr.y (mgr.25474) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:31.817 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.107053+0000 mon.c (mon.1) 892 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:31.817 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.109560+0000 mon.c (mon.1) 893 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:31.817 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.112820+0000 mon.c (mon.1) 894 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:31.817 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.114066+0000 mon.c (mon.1) 895 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:31.818 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[67316]: debug 2023-12-06T07:03:31.664+0000 7f98c6d78200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:03:31.818 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[67316]: debug 2023-12-06T07:03:31.784+0000 7f98c6d78200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:03:32.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[67316]: debug 2023-12-06T07:03:31.908+0000 7f98c6d78200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:03:32.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.120551+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.201684+0000 mon.c (mon.1) 896 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.204031+0000 mon.c (mon.1) 897 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.206916+0000 mon.c (mon.1) 898 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.208057+0000 mon.c (mon.1) 899 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.215560+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.293632+0000 mon.c (mon.1) 900 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.296870+0000 mon.c (mon.1) 901 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.301436+0000 mon.c (mon.1) 902 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.303059+0000 mon.c (mon.1) 903 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.313202+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.400321+0000 mon.c (mon.1) 904 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.403366+0000 mon.c (mon.1) 905 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.407548+0000 mon.c (mon.1) 906 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.409302+0000 mon.c (mon.1) 907 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.417949+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.499697+0000 mon.c (mon.1) 908 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.502082+0000 mon.c (mon.1) 909 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.504648+0000 mon.c (mon.1) 910 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.505628+0000 mon.c (mon.1) 911 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.513318+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.596919+0000 mon.c (mon.1) 912 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.599569+0000 mon.c (mon.1) 913 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.603097+0000 mon.c (mon.1) 914 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.604440+0000 mon.c (mon.1) 915 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.610871+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.696201+0000 mon.c (mon.1) 916 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.698958+0000 mon.c (mon.1) 917 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.701771+0000 mon.c (mon.1) 918 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.702842+0000 mon.c (mon.1) 919 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.709398+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:31 smithi141 bash[25168]: audit 2023-12-06T07:03:31.794713+0000 mon.c (mon.1) 920 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.102688+0000 mgr.y (mgr.25474) 287 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.116670+0000 mgr.y (mgr.25474) 288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.201421+0000 mgr.y (mgr.25474) 289 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.217171+0000 mgr.y (mgr.25474) 290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.302103+0000 mgr.y (mgr.25474) 291 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.316608+0000 mgr.y (mgr.25474) 292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.404331+0000 mgr.y (mgr.25474) 293 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.418357+0000 mgr.y (mgr.25474) 294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.501645+0000 mgr.y (mgr.25474) 295 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.517914+0000 mgr.y (mgr.25474) 296 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.604283+0000 mgr.y (mgr.25474) 297 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.616859+0000 mgr.y (mgr.25474) 298 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cluster 2023-12-06T07:03:30.678913+0000 mgr.y (mgr.25474) 299 : cluster 0 pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:03:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.698161+0000 mgr.y (mgr.25474) 300 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.714409+0000 mgr.y (mgr.25474) 301 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:30.795836+0000 mon.c (mon.1) 880 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:30.813649+0000 mon.c (mon.1) 881 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.814450+0000 mgr.y (mgr.25474) 302 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:30.815741+0000 mon.c (mon.1) 882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:30.816432+0000 mon.c (mon.1) 883 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:30.821468+0000 mon.a (mon.0) 251 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.831930+0000 mgr.y (mgr.25474) 303 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:30.911583+0000 mon.c (mon.1) 884 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:30.914273+0000 mon.c (mon.1) 885 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.915382+0000 mgr.y (mgr.25474) 304 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:30.917188+0000 mon.c (mon.1) 886 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:30.918370+0000 mon.c (mon.1) 887 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:30.927614+0000 mon.a (mon.0) 252 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:30.928764+0000 mgr.y (mgr.25474) 305 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.008146+0000 mon.c (mon.1) 888 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.010327+0000 mon.c (mon.1) 889 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.011742+0000 mgr.y (mgr.25474) 306 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.013580+0000 mon.c (mon.1) 890 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.014818+0000 mon.c (mon.1) 891 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.024154+0000 mon.a (mon.0) 253 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.025243+0000 mgr.y (mgr.25474) 307 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.107053+0000 mon.c (mon.1) 892 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.109560+0000 mon.c (mon.1) 893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.112820+0000 mon.c (mon.1) 894 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.114066+0000 mon.c (mon.1) 895 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.120551+0000 mon.a (mon.0) 254 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.201684+0000 mon.c (mon.1) 896 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.204031+0000 mon.c (mon.1) 897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.206916+0000 mon.c (mon.1) 898 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.208057+0000 mon.c (mon.1) 899 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.215560+0000 mon.a (mon.0) 255 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.293632+0000 mon.c (mon.1) 900 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.296870+0000 mon.c (mon.1) 901 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.301436+0000 mon.c (mon.1) 902 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.303059+0000 mon.c (mon.1) 903 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.313202+0000 mon.a (mon.0) 256 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.400321+0000 mon.c (mon.1) 904 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.403366+0000 mon.c (mon.1) 905 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.407548+0000 mon.c (mon.1) 906 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.409302+0000 mon.c (mon.1) 907 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.417949+0000 mon.a (mon.0) 257 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.499697+0000 mon.c (mon.1) 908 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.502082+0000 mon.c (mon.1) 909 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.504648+0000 mon.c (mon.1) 910 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.505628+0000 mon.c (mon.1) 911 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.513318+0000 mon.a (mon.0) 258 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.596919+0000 mon.c (mon.1) 912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.599569+0000 mon.c (mon.1) 913 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.603097+0000 mon.c (mon.1) 914 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.604440+0000 mon.c (mon.1) 915 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.610871+0000 mon.a (mon.0) 259 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.696201+0000 mon.c (mon.1) 916 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.698958+0000 mon.c (mon.1) 917 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.701771+0000 mon.c (mon.1) 918 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.702842+0000 mon.c (mon.1) 919 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.709398+0000 mon.a (mon.0) 260 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[78949]: audit 2023-12-06T07:03:31.794713+0000 mon.c (mon.1) 920 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.102688+0000 mgr.y (mgr.25474) 287 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.116670+0000 mgr.y (mgr.25474) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.201421+0000 mgr.y (mgr.25474) 289 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.217171+0000 mgr.y (mgr.25474) 290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.302103+0000 mgr.y (mgr.25474) 291 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.316608+0000 mgr.y (mgr.25474) 292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.404331+0000 mgr.y (mgr.25474) 293 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.418357+0000 mgr.y (mgr.25474) 294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.501645+0000 mgr.y (mgr.25474) 295 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.517914+0000 mgr.y (mgr.25474) 296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.604283+0000 mgr.y (mgr.25474) 297 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.616859+0000 mgr.y (mgr.25474) 298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cluster 2023-12-06T07:03:30.678913+0000 mgr.y (mgr.25474) 299 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:03:32.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.698161+0000 mgr.y (mgr.25474) 300 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.714409+0000 mgr.y (mgr.25474) 301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:30.795836+0000 mon.c (mon.1) 880 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:30.813649+0000 mon.c (mon.1) 881 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.814450+0000 mgr.y (mgr.25474) 302 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:30.815741+0000 mon.c (mon.1) 882 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:30.816432+0000 mon.c (mon.1) 883 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:30.821468+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.831930+0000 mgr.y (mgr.25474) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:30.911583+0000 mon.c (mon.1) 884 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:30.914273+0000 mon.c (mon.1) 885 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.915382+0000 mgr.y (mgr.25474) 304 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:30.917188+0000 mon.c (mon.1) 886 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:30.918370+0000 mon.c (mon.1) 887 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:30.927614+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:30.928764+0000 mgr.y (mgr.25474) 305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.008146+0000 mon.c (mon.1) 888 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.010327+0000 mon.c (mon.1) 889 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.011742+0000 mgr.y (mgr.25474) 306 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:32.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.013580+0000 mon.c (mon.1) 890 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.014818+0000 mon.c (mon.1) 891 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.024154+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.025243+0000 mgr.y (mgr.25474) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:32.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.107053+0000 mon.c (mon.1) 892 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.109560+0000 mon.c (mon.1) 893 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.112820+0000 mon.c (mon.1) 894 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.114066+0000 mon.c (mon.1) 895 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.120551+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.201684+0000 mon.c (mon.1) 896 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.204031+0000 mon.c (mon.1) 897 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.206916+0000 mon.c (mon.1) 898 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.208057+0000 mon.c (mon.1) 899 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.215560+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.293632+0000 mon.c (mon.1) 900 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.296870+0000 mon.c (mon.1) 901 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.301436+0000 mon.c (mon.1) 902 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.303059+0000 mon.c (mon.1) 903 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.313202+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.400321+0000 mon.c (mon.1) 904 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.403366+0000 mon.c (mon.1) 905 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.407548+0000 mon.c (mon.1) 906 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.409302+0000 mon.c (mon.1) 907 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.417949+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.499697+0000 mon.c (mon.1) 908 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.502082+0000 mon.c (mon.1) 909 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.504648+0000 mon.c (mon.1) 910 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.505628+0000 mon.c (mon.1) 911 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.513318+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.596919+0000 mon.c (mon.1) 912 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.599569+0000 mon.c (mon.1) 913 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.603097+0000 mon.c (mon.1) 914 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.604440+0000 mon.c (mon.1) 915 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.610871+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.696201+0000 mon.c (mon.1) 916 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.698958+0000 mon.c (mon.1) 917 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:32.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.701771+0000 mon.c (mon.1) 918 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:32.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.702842+0000 mon.c (mon.1) 919 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:32.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.709398+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:32.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:31 smithi040 bash[30799]: audit 2023-12-06T07:03:31.794713+0000 mon.c (mon.1) 920 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:32.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[67316]: debug 2023-12-06T07:03:32.396+0000 7f98c6d78200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:03:32.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[67316]: debug 2023-12-06T07:03:32.628+0000 7f98c6d78200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:03:33.092 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.110740+0000 mgr.y (mgr.25474) 308 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.092 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.122758+0000 mgr.y (mgr.25474) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.092 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.204938+0000 mgr.y (mgr.25474) 310 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.093 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.216771+0000 mgr.y (mgr.25474) 311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.093 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.298645+0000 mgr.y (mgr.25474) 312 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.093 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.316342+0000 mgr.y (mgr.25474) 313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.093 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.404760+0000 mgr.y (mgr.25474) 314 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.093 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.419150+0000 mgr.y (mgr.25474) 315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.093 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.503127+0000 mgr.y (mgr.25474) 316 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.093 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.517062+0000 mgr.y (mgr.25474) 317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.093 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.600756+0000 mgr.y (mgr.25474) 318 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.093 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.615481+0000 mgr.y (mgr.25474) 319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.093 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.700010+0000 mgr.y (mgr.25474) 320 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.093 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.712048+0000 mgr.y (mgr.25474) 321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.093 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:31.797612+0000 mon.c (mon.1) 921 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.093 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.814088+0000 mgr.y (mgr.25474) 322 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.093 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:31.815605+0000 mon.c (mon.1) 922 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.094 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:31.816395+0000 mon.c (mon.1) 923 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.094 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:31.824787+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.094 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.825681+0000 mgr.y (mgr.25474) 323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.094 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:31.904180+0000 mon.c (mon.1) 924 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.094 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:31.906827+0000 mon.c (mon.1) 925 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.094 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.908202+0000 mgr.y (mgr.25474) 324 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.094 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:31.910747+0000 mon.c (mon.1) 926 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.094 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:31.912042+0000 mon.c (mon.1) 927 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.094 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:31.921520+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.095 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:31.922479+0000 mgr.y (mgr.25474) 325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.095 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.002072+0000 mon.c (mon.1) 928 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.095 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.005891+0000 mon.c (mon.1) 929 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.095 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.007211+0000 mgr.y (mgr.25474) 326 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.095 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.009042+0000 mon.c (mon.1) 930 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.095 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.010413+0000 mon.c (mon.1) 931 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.095 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.019881+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.095 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.022210+0000 mgr.y (mgr.25474) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.095 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.099975+0000 mon.c (mon.1) 932 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.095 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.102985+0000 mon.c (mon.1) 933 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.095 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.106247+0000 mon.c (mon.1) 934 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.095 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.107099+0000 mon.c (mon.1) 935 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.095 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.117976+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.096 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.196628+0000 mon.c (mon.1) 936 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.096 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.199606+0000 mon.c (mon.1) 937 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.096 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.203271+0000 mon.c (mon.1) 938 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.096 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.204597+0000 mon.c (mon.1) 939 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.096 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.215733+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.097 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.297878+0000 mon.c (mon.1) 940 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.097 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.300674+0000 mon.c (mon.1) 941 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.098 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.305623+0000 mon.c (mon.1) 942 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.098 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.307245+0000 mon.c (mon.1) 943 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.098 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.317863+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.098 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.401195+0000 mon.c (mon.1) 944 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.098 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.403694+0000 mon.c (mon.1) 945 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.098 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.407525+0000 mon.c (mon.1) 946 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.098 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.408682+0000 mon.c (mon.1) 947 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.098 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.421167+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.098 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.504293+0000 mon.c (mon.1) 948 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.098 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.507073+0000 mon.c (mon.1) 949 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.099 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.510251+0000 mon.c (mon.1) 950 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.099 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.511434+0000 mon.c (mon.1) 951 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.099 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.521854+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.099 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.603424+0000 mon.c (mon.1) 952 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.099 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.606568+0000 mon.c (mon.1) 953 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.099 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.609435+0000 mon.c (mon.1) 954 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.099 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.610383+0000 mon.c (mon.1) 955 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.099 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.617730+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.099 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.698064+0000 mon.c (mon.1) 956 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.099 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.701470+0000 mon.c (mon.1) 957 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.099 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.704628+0000 mon.c (mon.1) 958 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.099 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.705825+0000 mon.c (mon.1) 959 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.099 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:32 smithi141 bash[25168]: audit 2023-12-06T07:03:32.716854+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.110740+0000 mgr.y (mgr.25474) 308 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.122758+0000 mgr.y (mgr.25474) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.204938+0000 mgr.y (mgr.25474) 310 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.216771+0000 mgr.y (mgr.25474) 311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.298645+0000 mgr.y (mgr.25474) 312 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.316342+0000 mgr.y (mgr.25474) 313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.404760+0000 mgr.y (mgr.25474) 314 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.419150+0000 mgr.y (mgr.25474) 315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.503127+0000 mgr.y (mgr.25474) 316 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.517062+0000 mgr.y (mgr.25474) 317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.600756+0000 mgr.y (mgr.25474) 318 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.615481+0000 mgr.y (mgr.25474) 319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.700010+0000 mgr.y (mgr.25474) 320 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.712048+0000 mgr.y (mgr.25474) 321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:31.797612+0000 mon.c (mon.1) 921 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.814088+0000 mgr.y (mgr.25474) 322 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:31.815605+0000 mon.c (mon.1) 922 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:31.816395+0000 mon.c (mon.1) 923 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:31.824787+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.825681+0000 mgr.y (mgr.25474) 323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:31.904180+0000 mon.c (mon.1) 924 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.212 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.110740+0000 mgr.y (mgr.25474) 308 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.122758+0000 mgr.y (mgr.25474) 309 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.204938+0000 mgr.y (mgr.25474) 310 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.216771+0000 mgr.y (mgr.25474) 311 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.298645+0000 mgr.y (mgr.25474) 312 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.316342+0000 mgr.y (mgr.25474) 313 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.404760+0000 mgr.y (mgr.25474) 314 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.419150+0000 mgr.y (mgr.25474) 315 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.503127+0000 mgr.y (mgr.25474) 316 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.517062+0000 mgr.y (mgr.25474) 317 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.600756+0000 mgr.y (mgr.25474) 318 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.615481+0000 mgr.y (mgr.25474) 319 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.700010+0000 mgr.y (mgr.25474) 320 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.712048+0000 mgr.y (mgr.25474) 321 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:31.797612+0000 mon.c (mon.1) 921 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.814088+0000 mgr.y (mgr.25474) 322 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.213 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:31.815605+0000 mon.c (mon.1) 922 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.214 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:31.816395+0000 mon.c (mon.1) 923 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.214 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:31.824787+0000 mon.a (mon.0) 261 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.214 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.825681+0000 mgr.y (mgr.25474) 323 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.214 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:31.904180+0000 mon.c (mon.1) 924 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.214 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:31.906827+0000 mon.c (mon.1) 925 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.214 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:31.906827+0000 mon.c (mon.1) 925 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.214 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.908202+0000 mgr.y (mgr.25474) 324 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.214 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:31.910747+0000 mon.c (mon.1) 926 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.214 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:31.912042+0000 mon.c (mon.1) 927 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.215 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:31.921520+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.215 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:31.922479+0000 mgr.y (mgr.25474) 325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.215 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.002072+0000 mon.c (mon.1) 928 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.215 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.005891+0000 mon.c (mon.1) 929 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.215 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.007211+0000 mgr.y (mgr.25474) 326 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.215 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.009042+0000 mon.c (mon.1) 930 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.215 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.010413+0000 mon.c (mon.1) 931 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.215 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.019881+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.215 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.022210+0000 mgr.y (mgr.25474) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.215 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.099975+0000 mon.c (mon.1) 932 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.215 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.102985+0000 mon.c (mon.1) 933 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.215 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.106247+0000 mon.c (mon.1) 934 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.215 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.107099+0000 mon.c (mon.1) 935 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.215 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.117976+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.215 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.196628+0000 mon.c (mon.1) 936 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.216 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.199606+0000 mon.c (mon.1) 937 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.216 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.203271+0000 mon.c (mon.1) 938 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.216 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.204597+0000 mon.c (mon.1) 939 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.216 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.215733+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.216 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.297878+0000 mon.c (mon.1) 940 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.216 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.300674+0000 mon.c (mon.1) 941 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.216 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.305623+0000 mon.c (mon.1) 942 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.216 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.307245+0000 mon.c (mon.1) 943 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.216 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.317863+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.216 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.401195+0000 mon.c (mon.1) 944 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.216 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.403694+0000 mon.c (mon.1) 945 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.216 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.407525+0000 mon.c (mon.1) 946 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.216 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.408682+0000 mon.c (mon.1) 947 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.216 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.421167+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.217 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.504293+0000 mon.c (mon.1) 948 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.217 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.507073+0000 mon.c (mon.1) 949 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.217 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.510251+0000 mon.c (mon.1) 950 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.217 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.511434+0000 mon.c (mon.1) 951 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.217 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.521854+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.217 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.603424+0000 mon.c (mon.1) 952 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.217 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.606568+0000 mon.c (mon.1) 953 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.217 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.908202+0000 mgr.y (mgr.25474) 324 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.217 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:31.910747+0000 mon.c (mon.1) 926 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.217 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:31.912042+0000 mon.c (mon.1) 927 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.217 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:31.921520+0000 mon.a (mon.0) 262 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.217 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:31.922479+0000 mgr.y (mgr.25474) 325 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.218 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.002072+0000 mon.c (mon.1) 928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.218 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.005891+0000 mon.c (mon.1) 929 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.218 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.007211+0000 mgr.y (mgr.25474) 326 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:33.218 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.009042+0000 mon.c (mon.1) 930 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.218 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.010413+0000 mon.c (mon.1) 931 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.218 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.019881+0000 mon.a (mon.0) 263 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.218 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.022210+0000 mgr.y (mgr.25474) 327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:33.218 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.099975+0000 mon.c (mon.1) 932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.218 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.102985+0000 mon.c (mon.1) 933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.218 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.106247+0000 mon.c (mon.1) 934 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.218 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.107099+0000 mon.c (mon.1) 935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.218 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.117976+0000 mon.a (mon.0) 264 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.218 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.196628+0000 mon.c (mon.1) 936 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.219 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.199606+0000 mon.c (mon.1) 937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.219 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.203271+0000 mon.c (mon.1) 938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.219 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.609435+0000 mon.c (mon.1) 954 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.219 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.610383+0000 mon.c (mon.1) 955 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.219 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.617730+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.219 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.698064+0000 mon.c (mon.1) 956 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.219 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.701470+0000 mon.c (mon.1) 957 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.219 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.704628+0000 mon.c (mon.1) 958 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.219 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.705825+0000 mon.c (mon.1) 959 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.219 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[30799]: audit 2023-12-06T07:03:32.716854+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.204597+0000 mon.c (mon.1) 939 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.215733+0000 mon.a (mon.0) 265 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.297878+0000 mon.c (mon.1) 940 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.300674+0000 mon.c (mon.1) 941 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.305623+0000 mon.c (mon.1) 942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.307245+0000 mon.c (mon.1) 943 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.317863+0000 mon.a (mon.0) 266 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.401195+0000 mon.c (mon.1) 944 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.403694+0000 mon.c (mon.1) 945 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.407525+0000 mon.c (mon.1) 946 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.408682+0000 mon.c (mon.1) 947 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.421167+0000 mon.a (mon.0) 267 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.504293+0000 mon.c (mon.1) 948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.507073+0000 mon.c (mon.1) 949 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.510251+0000 mon.c (mon.1) 950 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.511434+0000 mon.c (mon.1) 951 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.521854+0000 mon.a (mon.0) 268 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.603424+0000 mon.c (mon.1) 952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.606568+0000 mon.c (mon.1) 953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.609435+0000 mon.c (mon.1) 954 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.610383+0000 mon.c (mon.1) 955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.617730+0000 mon.a (mon.0) 269 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.698064+0000 mon.c (mon.1) 956 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:33.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.701470+0000 mon.c (mon.1) 957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:33.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.704628+0000 mon.c (mon.1) 958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:33.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.705825+0000 mon.c (mon.1) 959 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:33.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:32 smithi040 bash[78949]: audit 2023-12-06T07:03:32.716854+0000 mon.a (mon.0) 270 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:33.427 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[67316]: debug 2023-12-06T07:03:33.084+0000 7f98c6d78200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:03:33.708 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[67316]: debug 2023-12-06T07:03:33.604+0000 7f98c6d78200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:03:34.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.104396+0000 mgr.y (mgr.25474) 328 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.118785+0000 mgr.y (mgr.25474) 329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.200870+0000 mgr.y (mgr.25474) 330 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.217010+0000 mgr.y (mgr.25474) 331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.302232+0000 mgr.y (mgr.25474) 332 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.319450+0000 mgr.y (mgr.25474) 333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.405077+0000 mgr.y (mgr.25474) 334 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.422037+0000 mgr.y (mgr.25474) 335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.508232+0000 mgr.y (mgr.25474) 336 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.522820+0000 mgr.y (mgr.25474) 337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.607598+0000 mgr.y (mgr.25474) 338 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.618884+0000 mgr.y (mgr.25474) 339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cluster 2023-12-06T07:03:32.679360+0000 mgr.y (mgr.25474) 340 : cluster 0 pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:03:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.702617+0000 mgr.y (mgr.25474) 341 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.717905+0000 mgr.y (mgr.25474) 342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:32.802489+0000 mon.c (mon.1) 960 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:32.813274+0000 mon.c (mon.1) 961 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.814240+0000 mgr.y (mgr.25474) 343 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:32.815565+0000 mon.c (mon.1) 962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:32.816236+0000 mon.c (mon.1) 963 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:32.821215+0000 mon.a (mon.0) 271 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.821932+0000 mgr.y (mgr.25474) 344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.104396+0000 mgr.y (mgr.25474) 328 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.118785+0000 mgr.y (mgr.25474) 329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.200870+0000 mgr.y (mgr.25474) 330 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.217010+0000 mgr.y (mgr.25474) 331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.302232+0000 mgr.y (mgr.25474) 332 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.319450+0000 mgr.y (mgr.25474) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.405077+0000 mgr.y (mgr.25474) 334 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.422037+0000 mgr.y (mgr.25474) 335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.508232+0000 mgr.y (mgr.25474) 336 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.522820+0000 mgr.y (mgr.25474) 337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.607598+0000 mgr.y (mgr.25474) 338 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.618884+0000 mgr.y (mgr.25474) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cluster 2023-12-06T07:03:32.679360+0000 mgr.y (mgr.25474) 340 : 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-06T07:03:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.702617+0000 mgr.y (mgr.25474) 341 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.717905+0000 mgr.y (mgr.25474) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:32.802489+0000 mon.c (mon.1) 960 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:32.813274+0000 mon.c (mon.1) 961 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.814240+0000 mgr.y (mgr.25474) 343 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:32.815565+0000 mon.c (mon.1) 962 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:32.816236+0000 mon.c (mon.1) 963 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:32.821215+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:32.887233+0000 mon.c (mon.1) 964 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:32.891113+0000 mon.c (mon.1) 965 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.892407+0000 mgr.y (mgr.25474) 345 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:32.894841+0000 mon.c (mon.1) 966 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:32.896223+0000 mon.c (mon.1) 967 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:32.905243+0000 mon.a (mon.0) 272 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.906168+0000 mgr.y (mgr.25474) 346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:32.983234+0000 mon.c (mon.1) 968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:32.986429+0000 mon.c (mon.1) 969 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:32.987905+0000 mgr.y (mgr.25474) 347 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:32.990014+0000 mon.c (mon.1) 970 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:32.991324+0000 mon.c (mon.1) 971 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.000046+0000 mon.a (mon.0) 273 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.001339+0000 mgr.y (mgr.25474) 348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.080311+0000 mon.c (mon.1) 972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.083103+0000 mon.c (mon.1) 973 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.088349+0000 mon.c (mon.1) 974 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.089712+0000 mon.c (mon.1) 975 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.097328+0000 mon.a (mon.0) 274 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.179397+0000 mon.c (mon.1) 976 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.182448+0000 mon.c (mon.1) 977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.185823+0000 mon.c (mon.1) 978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.187121+0000 mon.c (mon.1) 979 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.194419+0000 mon.a (mon.0) 275 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.274861+0000 mon.c (mon.1) 980 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.277909+0000 mon.c (mon.1) 981 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.281272+0000 mon.c (mon.1) 982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.282458+0000 mon.c (mon.1) 983 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.290371+0000 mon.a (mon.0) 276 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.356036+0000 mon.c (mon.1) 984 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.358836+0000 mon.c (mon.1) 985 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.362487+0000 mon.c (mon.1) 986 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.363906+0000 mon.c (mon.1) 987 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.370781+0000 mon.a (mon.0) 277 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.454142+0000 mon.c (mon.1) 988 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.456507+0000 mon.c (mon.1) 989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.459498+0000 mon.c (mon.1) 990 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.460456+0000 mon.c (mon.1) 991 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.471599+0000 mon.a (mon.0) 278 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.555141+0000 mon.c (mon.1) 992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.821932+0000 mgr.y (mgr.25474) 344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:32.887233+0000 mon.c (mon.1) 964 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:32.891113+0000 mon.c (mon.1) 965 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.892407+0000 mgr.y (mgr.25474) 345 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:32.894841+0000 mon.c (mon.1) 966 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:32.896223+0000 mon.c (mon.1) 967 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:32.905243+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.906168+0000 mgr.y (mgr.25474) 346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:32.983234+0000 mon.c (mon.1) 968 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:32.986429+0000 mon.c (mon.1) 969 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:32.987905+0000 mgr.y (mgr.25474) 347 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:32.990014+0000 mon.c (mon.1) 970 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:32.991324+0000 mon.c (mon.1) 971 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.039 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.000046+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.001339+0000 mgr.y (mgr.25474) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.080311+0000 mon.c (mon.1) 972 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.083103+0000 mon.c (mon.1) 973 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.088349+0000 mon.c (mon.1) 974 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.089712+0000 mon.c (mon.1) 975 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.097328+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.558689+0000 mon.c (mon.1) 993 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.562041+0000 mon.c (mon.1) 994 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.563402+0000 mon.c (mon.1) 995 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.572063+0000 mon.a (mon.0) 279 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.658296+0000 mon.a (mon.0) 280 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.664210+0000 mon.c (mon.1) 996 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.669736+0000 mon.c (mon.1) 997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.669749+0000 mon.a (mon.0) 281 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.675185+0000 mon.c (mon.1) 998 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.678280+0000 mon.a (mon.0) 282 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.680817+0000 mon.c (mon.1) 999 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.687927+0000 mon.a (mon.0) 283 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.770835+0000 mon.c (mon.1) 1000 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.775386+0000 mon.c (mon.1) 1001 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.779037+0000 mon.c (mon.1) 1002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.780214+0000 mon.c (mon.1) 1003 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[78949]: audit 2023-12-06T07:03:33.787561+0000 mon.a (mon.0) 284 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.179397+0000 mon.c (mon.1) 976 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.182448+0000 mon.c (mon.1) 977 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.185823+0000 mon.c (mon.1) 978 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.187121+0000 mon.c (mon.1) 979 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.194419+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.274861+0000 mon.c (mon.1) 980 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.277909+0000 mon.c (mon.1) 981 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.281272+0000 mon.c (mon.1) 982 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.282458+0000 mon.c (mon.1) 983 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.290371+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.356036+0000 mon.c (mon.1) 984 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.358836+0000 mon.c (mon.1) 985 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.362487+0000 mon.c (mon.1) 986 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.363906+0000 mon.c (mon.1) 987 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.370781+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.454142+0000 mon.c (mon.1) 988 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.456507+0000 mon.c (mon.1) 989 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.459498+0000 mon.c (mon.1) 990 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.460456+0000 mon.c (mon.1) 991 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.471599+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.555141+0000 mon.c (mon.1) 992 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.558689+0000 mon.c (mon.1) 993 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.562041+0000 mon.c (mon.1) 994 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.563402+0000 mon.c (mon.1) 995 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.572063+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.658296+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.044 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.664210+0000 mon.c (mon.1) 996 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.669736+0000 mon.c (mon.1) 997 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.669749+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.675185+0000 mon.c (mon.1) 998 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.678280+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.680817+0000 mon.c (mon.1) 999 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.687927+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.770835+0000 mon.c (mon.1) 1000 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.775386+0000 mon.c (mon.1) 1001 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.045 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.779037+0000 mon.c (mon.1) 1002 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.780214+0000 mon.c (mon.1) 1003 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.046 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:33 smithi040 bash[30799]: audit 2023-12-06T07:03:33.787561+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.104396+0000 mgr.y (mgr.25474) 328 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.118785+0000 mgr.y (mgr.25474) 329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.200870+0000 mgr.y (mgr.25474) 330 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.217010+0000 mgr.y (mgr.25474) 331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.302232+0000 mgr.y (mgr.25474) 332 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.319450+0000 mgr.y (mgr.25474) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.405077+0000 mgr.y (mgr.25474) 334 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.422037+0000 mgr.y (mgr.25474) 335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.508232+0000 mgr.y (mgr.25474) 336 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.522820+0000 mgr.y (mgr.25474) 337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.607598+0000 mgr.y (mgr.25474) 338 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.618884+0000 mgr.y (mgr.25474) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cluster 2023-12-06T07:03:32.679360+0000 mgr.y (mgr.25474) 340 : 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-06T07:03:34.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.702617+0000 mgr.y (mgr.25474) 341 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.717905+0000 mgr.y (mgr.25474) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:32.802489+0000 mon.c (mon.1) 960 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:32.813274+0000 mon.c (mon.1) 961 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.814240+0000 mgr.y (mgr.25474) 343 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:32.815565+0000 mon.c (mon.1) 962 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:32.816236+0000 mon.c (mon.1) 963 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:32.821215+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.821932+0000 mgr.y (mgr.25474) 344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:32.887233+0000 mon.c (mon.1) 964 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:32.891113+0000 mon.c (mon.1) 965 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.892407+0000 mgr.y (mgr.25474) 345 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:32.894841+0000 mon.c (mon.1) 966 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:32.896223+0000 mon.c (mon.1) 967 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:32.905243+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.906168+0000 mgr.y (mgr.25474) 346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:32.983234+0000 mon.c (mon.1) 968 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:32.986429+0000 mon.c (mon.1) 969 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:32.987905+0000 mgr.y (mgr.25474) 347 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:32.990014+0000 mon.c (mon.1) 970 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:32.991324+0000 mon.c (mon.1) 971 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.000046+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.001339+0000 mgr.y (mgr.25474) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.080311+0000 mon.c (mon.1) 972 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.083103+0000 mon.c (mon.1) 973 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.088349+0000 mon.c (mon.1) 974 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.089712+0000 mon.c (mon.1) 975 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.097328+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.179397+0000 mon.c (mon.1) 976 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.182448+0000 mon.c (mon.1) 977 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.185823+0000 mon.c (mon.1) 978 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.187121+0000 mon.c (mon.1) 979 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.194419+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.274861+0000 mon.c (mon.1) 980 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.277909+0000 mon.c (mon.1) 981 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.281272+0000 mon.c (mon.1) 982 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.282458+0000 mon.c (mon.1) 983 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.290371+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.194 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.356036+0000 mon.c (mon.1) 984 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.194 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.358836+0000 mon.c (mon.1) 985 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.194 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.362487+0000 mon.c (mon.1) 986 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.194 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.363906+0000 mon.c (mon.1) 987 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.194 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.370781+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.194 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.454142+0000 mon.c (mon.1) 988 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.194 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.456507+0000 mon.c (mon.1) 989 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.194 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.459498+0000 mon.c (mon.1) 990 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.194 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.460456+0000 mon.c (mon.1) 991 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.194 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.471599+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.195 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.555141+0000 mon.c (mon.1) 992 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.195 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.558689+0000 mon.c (mon.1) 993 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.195 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.562041+0000 mon.c (mon.1) 994 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.195 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.563402+0000 mon.c (mon.1) 995 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.195 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.572063+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.195 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.658296+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.195 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.664210+0000 mon.c (mon.1) 996 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.195 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.669736+0000 mon.c (mon.1) 997 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.195 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.669749+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.195 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.675185+0000 mon.c (mon.1) 998 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.195 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.678280+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.196 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.680817+0000 mon.c (mon.1) 999 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.196 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.687927+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.196 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.770835+0000 mon.c (mon.1) 1000 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.196 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.775386+0000 mon.c (mon.1) 1001 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.196 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.779037+0000 mon.c (mon.1) 1002 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.196 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.780214+0000 mon.c (mon.1) 1003 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.196 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:33 smithi141 bash[25168]: audit 2023-12-06T07:03:33.787561+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[67316]: debug 2023-12-06T07:03:34.184+0000 7f98c6d78200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:03:34.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[67316]: debug 2023-12-06T07:03:34.308+0000 7f98c6d78200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:03:34.951 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[67316]: debug 2023-12-06T07:03:34.676+0000 7f98c6d78200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:03:34.951 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[67316]: debug 2023-12-06T07:03:34.796+0000 7f98c6d78200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:03:34.952 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.084478+0000 mgr.y (mgr.25474) 349 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.952 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.099345+0000 mgr.y (mgr.25474) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.952 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.183666+0000 mgr.y (mgr.25474) 351 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.952 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.195510+0000 mgr.y (mgr.25474) 352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.952 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.279175+0000 mgr.y (mgr.25474) 353 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.952 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.291176+0000 mgr.y (mgr.25474) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.952 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.360305+0000 mgr.y (mgr.25474) 355 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.952 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.373431+0000 mgr.y (mgr.25474) 356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.952 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.457523+0000 mgr.y (mgr.25474) 357 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.952 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.472521+0000 mgr.y (mgr.25474) 358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.560096+0000 mgr.y (mgr.25474) 359 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.574219+0000 mgr.y (mgr.25474) 360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.673341+0000 mgr.y (mgr.25474) 361 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.690729+0000 mgr.y (mgr.25474) 362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:33.699600+0000 mgr.y (mgr.25474) 363 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.776869+0000 mgr.y (mgr.25474) 364 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.791591+0000 mgr.y (mgr.25474) 365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:33.873418+0000 mon.c (mon.1) 1004 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:33.876692+0000 mon.c (mon.1) 1005 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.878926+0000 mgr.y (mgr.25474) 366 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.953 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:33.880849+0000 mon.c (mon.1) 1006 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:33.881974+0000 mon.c (mon.1) 1007 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:33.889046+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.890083+0000 mgr.y (mgr.25474) 367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:33.969765+0000 mon.c (mon.1) 1008 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:33.972216+0000 mon.c (mon.1) 1009 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.973283+0000 mgr.y (mgr.25474) 368 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:33.975227+0000 mon.c (mon.1) 1010 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:33.976368+0000 mon.c (mon.1) 1011 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:33.984296+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:33.985450+0000 mgr.y (mgr.25474) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.954 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.063119+0000 mon.c (mon.1) 1012 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.065552+0000 mon.c (mon.1) 1013 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.066513+0000 mgr.y (mgr.25474) 370 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.068301+0000 mon.c (mon.1) 1014 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.069529+0000 mon.c (mon.1) 1015 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.077368+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.158040+0000 mon.c (mon.1) 1016 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.161120+0000 mon.c (mon.1) 1017 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.163611+0000 mon.c (mon.1) 1018 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.164494+0000 mon.c (mon.1) 1019 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.170411+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.256372+0000 mon.c (mon.1) 1020 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.258541+0000 mon.c (mon.1) 1021 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.261017+0000 mon.c (mon.1) 1022 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.262031+0000 mon.c (mon.1) 1023 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.955 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.268600+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.335534+0000 mon.c (mon.1) 1024 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.337767+0000 mon.c (mon.1) 1025 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.341974+0000 mon.c (mon.1) 1026 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.343406+0000 mon.c (mon.1) 1027 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.351039+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.416985+0000 mon.c (mon.1) 1028 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.421482+0000 mon.c (mon.1) 1029 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.427408+0000 mon.c (mon.1) 1030 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.428835+0000 mon.c (mon.1) 1031 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.438781+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.523184+0000 mon.c (mon.1) 1032 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.526180+0000 mon.c (mon.1) 1033 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.529631+0000 mon.c (mon.1) 1034 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.530675+0000 mon.c (mon.1) 1035 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.538324+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.956 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.621298+0000 mon.c (mon.1) 1036 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.623685+0000 mon.c (mon.1) 1037 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.627007+0000 mon.c (mon.1) 1038 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.627893+0000 mon.c (mon.1) 1039 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.634021+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.711545+0000 mon.c (mon.1) 1040 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.714564+0000 mon.c (mon.1) 1041 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.717689+0000 mon.c (mon.1) 1042 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.718901+0000 mon.c (mon.1) 1043 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.726613+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.791843+0000 mon.c (mon.1) 1044 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.794514+0000 mon.c (mon.1) 1045 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.797122+0000 mon.c (mon.1) 1046 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.798044+0000 mon.c (mon.1) 1047 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.957 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[25168]: audit 2023-12-06T07:03:34.804008+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.962 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.084478+0000 mgr.y (mgr.25474) 349 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.962 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.099345+0000 mgr.y (mgr.25474) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.962 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.183666+0000 mgr.y (mgr.25474) 351 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.962 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.195510+0000 mgr.y (mgr.25474) 352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.962 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.279175+0000 mgr.y (mgr.25474) 353 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.962 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.291176+0000 mgr.y (mgr.25474) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.962 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.360305+0000 mgr.y (mgr.25474) 355 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.962 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.373431+0000 mgr.y (mgr.25474) 356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.962 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.457523+0000 mgr.y (mgr.25474) 357 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.962 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.472521+0000 mgr.y (mgr.25474) 358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.963 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.560096+0000 mgr.y (mgr.25474) 359 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.963 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.574219+0000 mgr.y (mgr.25474) 360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.963 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.673341+0000 mgr.y (mgr.25474) 361 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.963 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.690729+0000 mgr.y (mgr.25474) 362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.963 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:33.699600+0000 mgr.y (mgr.25474) 363 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:34.963 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.776869+0000 mgr.y (mgr.25474) 364 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.963 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.791591+0000 mgr.y (mgr.25474) 365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.963 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:33.873418+0000 mon.c (mon.1) 1004 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.963 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:33.876692+0000 mon.c (mon.1) 1005 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.963 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.878926+0000 mgr.y (mgr.25474) 366 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.963 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:33.880849+0000 mon.c (mon.1) 1006 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.963 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.084478+0000 mgr.y (mgr.25474) 349 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.099345+0000 mgr.y (mgr.25474) 350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.183666+0000 mgr.y (mgr.25474) 351 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.195510+0000 mgr.y (mgr.25474) 352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.279175+0000 mgr.y (mgr.25474) 353 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.291176+0000 mgr.y (mgr.25474) 354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.360305+0000 mgr.y (mgr.25474) 355 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.373431+0000 mgr.y (mgr.25474) 356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.457523+0000 mgr.y (mgr.25474) 357 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.472521+0000 mgr.y (mgr.25474) 358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.560096+0000 mgr.y (mgr.25474) 359 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.574219+0000 mgr.y (mgr.25474) 360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.673341+0000 mgr.y (mgr.25474) 361 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.690729+0000 mgr.y (mgr.25474) 362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:33.699600+0000 mgr.y (mgr.25474) 363 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:34.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.776869+0000 mgr.y (mgr.25474) 364 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.791591+0000 mgr.y (mgr.25474) 365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:33.873418+0000 mon.c (mon.1) 1004 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:33.876692+0000 mon.c (mon.1) 1005 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.878926+0000 mgr.y (mgr.25474) 366 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.966 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:33.880849+0000 mon.c (mon.1) 1006 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.966 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:33.881974+0000 mon.c (mon.1) 1007 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.966 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:33.889046+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.967 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.890083+0000 mgr.y (mgr.25474) 367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.967 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:33.969765+0000 mon.c (mon.1) 1008 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.967 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:33.972216+0000 mon.c (mon.1) 1009 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.967 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.973283+0000 mgr.y (mgr.25474) 368 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.967 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:33.975227+0000 mon.c (mon.1) 1010 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.967 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:33.976368+0000 mon.c (mon.1) 1011 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.967 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:33.984296+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.967 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:33.985450+0000 mgr.y (mgr.25474) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.968 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.063119+0000 mon.c (mon.1) 1012 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.968 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.065552+0000 mon.c (mon.1) 1013 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.968 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.066513+0000 mgr.y (mgr.25474) 370 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.968 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.068301+0000 mon.c (mon.1) 1014 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.968 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.069529+0000 mon.c (mon.1) 1015 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.968 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.077368+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.968 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.158040+0000 mon.c (mon.1) 1016 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.968 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.161120+0000 mon.c (mon.1) 1017 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.968 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.163611+0000 mon.c (mon.1) 1018 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.969 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.164494+0000 mon.c (mon.1) 1019 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.969 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.170411+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.969 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.256372+0000 mon.c (mon.1) 1020 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.969 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.258541+0000 mon.c (mon.1) 1021 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.969 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.261017+0000 mon.c (mon.1) 1022 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.969 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.262031+0000 mon.c (mon.1) 1023 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.969 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.268600+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.969 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.335534+0000 mon.c (mon.1) 1024 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.969 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.337767+0000 mon.c (mon.1) 1025 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.969 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.341974+0000 mon.c (mon.1) 1026 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.970 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.343406+0000 mon.c (mon.1) 1027 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.970 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.351039+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.970 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.416985+0000 mon.c (mon.1) 1028 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.970 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.421482+0000 mon.c (mon.1) 1029 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.970 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.427408+0000 mon.c (mon.1) 1030 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.970 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.428835+0000 mon.c (mon.1) 1031 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.970 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.438781+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.970 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.523184+0000 mon.c (mon.1) 1032 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.970 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.526180+0000 mon.c (mon.1) 1033 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.971 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.529631+0000 mon.c (mon.1) 1034 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.971 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.530675+0000 mon.c (mon.1) 1035 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:33.881974+0000 mon.c (mon.1) 1007 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:33.889046+0000 mon.a (mon.0) 285 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.890083+0000 mgr.y (mgr.25474) 367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:33.969765+0000 mon.c (mon.1) 1008 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:33.972216+0000 mon.c (mon.1) 1009 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.973283+0000 mgr.y (mgr.25474) 368 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:33.975227+0000 mon.c (mon.1) 1010 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:33.976368+0000 mon.c (mon.1) 1011 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:33.984296+0000 mon.a (mon.0) 286 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:33.985450+0000 mgr.y (mgr.25474) 369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:34.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.063119+0000 mon.c (mon.1) 1012 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.065552+0000 mon.c (mon.1) 1013 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.066513+0000 mgr.y (mgr.25474) 370 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:34.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.068301+0000 mon.c (mon.1) 1014 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.069529+0000 mon.c (mon.1) 1015 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.077368+0000 mon.a (mon.0) 287 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.158040+0000 mon.c (mon.1) 1016 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.161120+0000 mon.c (mon.1) 1017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.163611+0000 mon.c (mon.1) 1018 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.164494+0000 mon.c (mon.1) 1019 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.170411+0000 mon.a (mon.0) 288 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.974 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.538324+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.974 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.621298+0000 mon.c (mon.1) 1036 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.974 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.623685+0000 mon.c (mon.1) 1037 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.975 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.627007+0000 mon.c (mon.1) 1038 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.975 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.627893+0000 mon.c (mon.1) 1039 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.975 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.634021+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.975 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.711545+0000 mon.c (mon.1) 1040 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.975 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.714564+0000 mon.c (mon.1) 1041 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.975 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.717689+0000 mon.c (mon.1) 1042 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.975 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.718901+0000 mon.c (mon.1) 1043 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.975 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.726613+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.976 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.791843+0000 mon.c (mon.1) 1044 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.976 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.794514+0000 mon.c (mon.1) 1045 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.976 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.797122+0000 mon.c (mon.1) 1046 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.976 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.798044+0000 mon.c (mon.1) 1047 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.976 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[30799]: audit 2023-12-06T07:03:34.804008+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.256372+0000 mon.c (mon.1) 1020 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.258541+0000 mon.c (mon.1) 1021 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.261017+0000 mon.c (mon.1) 1022 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.262031+0000 mon.c (mon.1) 1023 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.268600+0000 mon.a (mon.0) 289 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.335534+0000 mon.c (mon.1) 1024 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.337767+0000 mon.c (mon.1) 1025 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.341974+0000 mon.c (mon.1) 1026 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.343406+0000 mon.c (mon.1) 1027 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.351039+0000 mon.a (mon.0) 290 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.416985+0000 mon.c (mon.1) 1028 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.421482+0000 mon.c (mon.1) 1029 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.427408+0000 mon.c (mon.1) 1030 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.428835+0000 mon.c (mon.1) 1031 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.438781+0000 mon.a (mon.0) 291 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.523184+0000 mon.c (mon.1) 1032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.526180+0000 mon.c (mon.1) 1033 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.529631+0000 mon.c (mon.1) 1034 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.530675+0000 mon.c (mon.1) 1035 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.538324+0000 mon.a (mon.0) 292 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.621298+0000 mon.c (mon.1) 1036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.980 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.623685+0000 mon.c (mon.1) 1037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.980 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.627007+0000 mon.c (mon.1) 1038 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.980 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.627893+0000 mon.c (mon.1) 1039 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.980 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.634021+0000 mon.a (mon.0) 293 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.980 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.711545+0000 mon.c (mon.1) 1040 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.980 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.714564+0000 mon.c (mon.1) 1041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.980 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.717689+0000 mon.c (mon.1) 1042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.981 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.718901+0000 mon.c (mon.1) 1043 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.981 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.726613+0000 mon.a (mon.0) 294 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:34.981 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.791843+0000 mon.c (mon.1) 1044 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:34.981 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.794514+0000 mon.c (mon.1) 1045 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:34.981 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.797122+0000 mon.c (mon.1) 1046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:34.981 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.798044+0000 mon.c (mon.1) 1047 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:34.981 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:34 smithi040 bash[78949]: audit 2023-12-06T07:03:34.804008+0000 mon.a (mon.0) 295 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:35.234 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:34 smithi141 bash[67316]: debug 2023-12-06T07:03:34.944+0000 7f98c6d78200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:03:35.234 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[67316]: debug 2023-12-06T07:03:35.064+0000 7f98c6d78200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:03:35.514 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[67316]: debug 2023-12-06T07:03:35.188+0000 7f98c6d78200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:03:35.514 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[67316]: debug 2023-12-06T07:03:35.384+0000 7f98c6d78200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:03:35.514 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[67316]: debug 2023-12-06T07:03:35.508+0000 7f98c6d78200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:03:35.823 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.078604+0000 mgr.y (mgr.25474) 371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:35.823 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.162113+0000 mgr.y (mgr.25474) 372 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:35.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.172063+0000 mgr.y (mgr.25474) 373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:35.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.259528+0000 mgr.y (mgr.25474) 374 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:35.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.269866+0000 mgr.y (mgr.25474) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:35.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.339097+0000 mgr.y (mgr.25474) 376 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:35.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.352939+0000 mgr.y (mgr.25474) 377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:35.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.423106+0000 mgr.y (mgr.25474) 378 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:35.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.440167+0000 mgr.y (mgr.25474) 379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:35.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.527377+0000 mgr.y (mgr.25474) 380 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:35.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.539611+0000 mgr.y (mgr.25474) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:35.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.624724+0000 mgr.y (mgr.25474) 382 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:35.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.634878+0000 mgr.y (mgr.25474) 383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:35.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cluster 2023-12-06T07:03:34.680370+0000 mgr.y (mgr.25474) 384 : 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-06T07:03:35.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.715675+0000 mgr.y (mgr.25474) 385 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:35.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.727790+0000 mgr.y (mgr.25474) 386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:35.824 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.795474+0000 mgr.y (mgr.25474) 387 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:35.825 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.806290+0000 mgr.y (mgr.25474) 388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:35.825 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:34.885229+0000 mon.c (mon.1) 1048 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:35.825 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:34.887727+0000 mon.c (mon.1) 1049 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:35.825 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.888746+0000 mgr.y (mgr.25474) 389 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:35.825 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:34.890807+0000 mon.c (mon.1) 1050 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:35.825 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:34.892100+0000 mon.c (mon.1) 1051 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:35.825 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:34.898335+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:35.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.901189+0000 mgr.y (mgr.25474) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:35.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:34.978483+0000 mon.c (mon.1) 1052 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:35.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:34.982792+0000 mon.c (mon.1) 1053 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:35.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:34.984345+0000 mgr.y (mgr.25474) 391 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:35.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:34.986973+0000 mon.c (mon.1) 1054 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:35.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:34.988579+0000 mon.c (mon.1) 1055 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:35.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:34.999443+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:35.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.000839+0000 mgr.y (mgr.25474) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:35.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.083050+0000 mon.c (mon.1) 1056 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:35.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.086926+0000 mon.c (mon.1) 1057 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:35.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.089808+0000 mon.c (mon.1) 1058 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:35.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.090877+0000 mon.c (mon.1) 1059 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:35.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.098051+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:35.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.182621+0000 mon.c (mon.1) 1060 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:35.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.185041+0000 mon.c (mon.1) 1061 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:35.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.187978+0000 mon.c (mon.1) 1062 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:35.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.188780+0000 mon.c (mon.1) 1063 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:35.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.194742+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:35.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.278038+0000 mon.c (mon.1) 1064 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:35.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.281573+0000 mon.c (mon.1) 1065 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:35.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.284559+0000 mon.c (mon.1) 1066 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:35.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.285662+0000 mon.c (mon.1) 1067 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:35.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.294023+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:35.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.358232+0000 mon.c (mon.1) 1068 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:35.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.361288+0000 mon.c (mon.1) 1069 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:35.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.364978+0000 mon.c (mon.1) 1070 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:35.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.365737+0000 mon.c (mon.1) 1071 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:35.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.371538+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:35.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.452387+0000 mon.c (mon.1) 1072 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:35.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.455124+0000 mon.c (mon.1) 1073 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:35.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.459759+0000 mon.c (mon.1) 1074 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:35.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.461084+0000 mon.c (mon.1) 1075 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:35.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.470312+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:35.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.554932+0000 mon.c (mon.1) 1076 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:35.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.557686+0000 mon.c (mon.1) 1077 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:35.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.560853+0000 mon.c (mon.1) 1078 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:35.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.562063+0000 mon.c (mon.1) 1079 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:35.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.572190+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:35.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.649692+0000 mon.c (mon.1) 1080 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:35.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.652220+0000 mon.c (mon.1) 1081 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:35.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.654635+0000 mon.c (mon.1) 1082 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:35.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.655621+0000 mon.c (mon.1) 1083 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:35.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.662049+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:35.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.742002+0000 mon.c (mon.1) 1084 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:35.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.744719+0000 mon.c (mon.1) 1085 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:35.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.748037+0000 mon.c (mon.1) 1086 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:35.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.749669+0000 mon.c (mon.1) 1087 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:35.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:35 smithi141 bash[25168]: audit 2023-12-06T07:03:35.756810+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.078604+0000 mgr.y (mgr.25474) 371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.162113+0000 mgr.y (mgr.25474) 372 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.172063+0000 mgr.y (mgr.25474) 373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.259528+0000 mgr.y (mgr.25474) 374 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.269866+0000 mgr.y (mgr.25474) 375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.339097+0000 mgr.y (mgr.25474) 376 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.352939+0000 mgr.y (mgr.25474) 377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.423106+0000 mgr.y (mgr.25474) 378 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.440167+0000 mgr.y (mgr.25474) 379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.527377+0000 mgr.y (mgr.25474) 380 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.539611+0000 mgr.y (mgr.25474) 381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.624724+0000 mgr.y (mgr.25474) 382 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.634878+0000 mgr.y (mgr.25474) 383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cluster 2023-12-06T07:03:34.680370+0000 mgr.y (mgr.25474) 384 : cluster 0 pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:03:36.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.715675+0000 mgr.y (mgr.25474) 385 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.727790+0000 mgr.y (mgr.25474) 386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.795474+0000 mgr.y (mgr.25474) 387 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.806290+0000 mgr.y (mgr.25474) 388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:34.885229+0000 mon.c (mon.1) 1048 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:34.887727+0000 mon.c (mon.1) 1049 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.888746+0000 mgr.y (mgr.25474) 389 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:34.890807+0000 mon.c (mon.1) 1050 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:34.892100+0000 mon.c (mon.1) 1051 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:34.898335+0000 mon.a (mon.0) 296 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.901189+0000 mgr.y (mgr.25474) 390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:34.978483+0000 mon.c (mon.1) 1052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:34.982792+0000 mon.c (mon.1) 1053 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:34.984345+0000 mgr.y (mgr.25474) 391 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:34.986973+0000 mon.c (mon.1) 1054 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:34.988579+0000 mon.c (mon.1) 1055 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:34.999443+0000 mon.a (mon.0) 297 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.000839+0000 mgr.y (mgr.25474) 392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.083050+0000 mon.c (mon.1) 1056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.086926+0000 mon.c (mon.1) 1057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.089808+0000 mon.c (mon.1) 1058 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.090877+0000 mon.c (mon.1) 1059 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.098051+0000 mon.a (mon.0) 298 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.182621+0000 mon.c (mon.1) 1060 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.185041+0000 mon.c (mon.1) 1061 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.187978+0000 mon.c (mon.1) 1062 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.188780+0000 mon.c (mon.1) 1063 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.194742+0000 mon.a (mon.0) 299 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.078604+0000 mgr.y (mgr.25474) 371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.162113+0000 mgr.y (mgr.25474) 372 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.172063+0000 mgr.y (mgr.25474) 373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.259528+0000 mgr.y (mgr.25474) 374 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.269866+0000 mgr.y (mgr.25474) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.339097+0000 mgr.y (mgr.25474) 376 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.352939+0000 mgr.y (mgr.25474) 377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.423106+0000 mgr.y (mgr.25474) 378 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.440167+0000 mgr.y (mgr.25474) 379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.527377+0000 mgr.y (mgr.25474) 380 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.539611+0000 mgr.y (mgr.25474) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.624724+0000 mgr.y (mgr.25474) 382 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.634878+0000 mgr.y (mgr.25474) 383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cluster 2023-12-06T07:03:34.680370+0000 mgr.y (mgr.25474) 384 : 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-06T07:03:36.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.715675+0000 mgr.y (mgr.25474) 385 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.727790+0000 mgr.y (mgr.25474) 386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.795474+0000 mgr.y (mgr.25474) 387 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.806290+0000 mgr.y (mgr.25474) 388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:34.885229+0000 mon.c (mon.1) 1048 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:34.887727+0000 mon.c (mon.1) 1049 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.888746+0000 mgr.y (mgr.25474) 389 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.278038+0000 mon.c (mon.1) 1064 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.281573+0000 mon.c (mon.1) 1065 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.284559+0000 mon.c (mon.1) 1066 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.285662+0000 mon.c (mon.1) 1067 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.294023+0000 mon.a (mon.0) 300 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.358232+0000 mon.c (mon.1) 1068 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.361288+0000 mon.c (mon.1) 1069 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.364978+0000 mon.c (mon.1) 1070 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.365737+0000 mon.c (mon.1) 1071 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.371538+0000 mon.a (mon.0) 301 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.452387+0000 mon.c (mon.1) 1072 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.455124+0000 mon.c (mon.1) 1073 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.459759+0000 mon.c (mon.1) 1074 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.461084+0000 mon.c (mon.1) 1075 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.470312+0000 mon.a (mon.0) 302 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.554932+0000 mon.c (mon.1) 1076 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.557686+0000 mon.c (mon.1) 1077 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.560853+0000 mon.c (mon.1) 1078 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.562063+0000 mon.c (mon.1) 1079 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.572190+0000 mon.a (mon.0) 303 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.649692+0000 mon.c (mon.1) 1080 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.652220+0000 mon.c (mon.1) 1081 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.654635+0000 mon.c (mon.1) 1082 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.655621+0000 mon.c (mon.1) 1083 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.662049+0000 mon.a (mon.0) 304 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.742002+0000 mon.c (mon.1) 1084 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.744719+0000 mon.c (mon.1) 1085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.748037+0000 mon.c (mon.1) 1086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.749669+0000 mon.c (mon.1) 1087 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[78949]: audit 2023-12-06T07:03:35.756810+0000 mon.a (mon.0) 305 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:34.890807+0000 mon.c (mon.1) 1050 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:34.892100+0000 mon.c (mon.1) 1051 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:34.898335+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.901189+0000 mgr.y (mgr.25474) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:34.978483+0000 mon.c (mon.1) 1052 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:34.982792+0000 mon.c (mon.1) 1053 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.040 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:34.984345+0000 mgr.y (mgr.25474) 391 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:36.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:34.986973+0000 mon.c (mon.1) 1054 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:34.988579+0000 mon.c (mon.1) 1055 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:34.999443+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.000839+0000 mgr.y (mgr.25474) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:36.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.083050+0000 mon.c (mon.1) 1056 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.086926+0000 mon.c (mon.1) 1057 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.089808+0000 mon.c (mon.1) 1058 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.090877+0000 mon.c (mon.1) 1059 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.098051+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.182621+0000 mon.c (mon.1) 1060 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.185041+0000 mon.c (mon.1) 1061 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.187978+0000 mon.c (mon.1) 1062 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.188780+0000 mon.c (mon.1) 1063 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.194742+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.278038+0000 mon.c (mon.1) 1064 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.281573+0000 mon.c (mon.1) 1065 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.284559+0000 mon.c (mon.1) 1066 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.285662+0000 mon.c (mon.1) 1067 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.294023+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.358232+0000 mon.c (mon.1) 1068 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.361288+0000 mon.c (mon.1) 1069 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.364978+0000 mon.c (mon.1) 1070 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.365737+0000 mon.c (mon.1) 1071 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.371538+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.452387+0000 mon.c (mon.1) 1072 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.455124+0000 mon.c (mon.1) 1073 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.459759+0000 mon.c (mon.1) 1074 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.461084+0000 mon.c (mon.1) 1075 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.470312+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.554932+0000 mon.c (mon.1) 1076 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.557686+0000 mon.c (mon.1) 1077 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.560853+0000 mon.c (mon.1) 1078 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.562063+0000 mon.c (mon.1) 1079 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.572190+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.649692+0000 mon.c (mon.1) 1080 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.652220+0000 mon.c (mon.1) 1081 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.654635+0000 mon.c (mon.1) 1082 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.655621+0000 mon.c (mon.1) 1083 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.662049+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.742002+0000 mon.c (mon.1) 1084 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:36.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.744719+0000 mon.c (mon.1) 1085 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:36.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.748037+0000 mon.c (mon.1) 1086 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:36.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.749669+0000 mon.c (mon.1) 1087 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:36.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:35 smithi040 bash[30799]: audit 2023-12-06T07:03:35.756810+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:36.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:03:36] "GET /metrics HTTP/1.1" 200 38160 "" "Prometheus/2.33.4" 2023-12-06T07:03:37.036 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.088140+0000 mgr.y (mgr.25474) 393 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.036 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.099845+0000 mgr.y (mgr.25474) 394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.036 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.186121+0000 mgr.y (mgr.25474) 395 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.036 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.198135+0000 mgr.y (mgr.25474) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.036 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.282686+0000 mgr.y (mgr.25474) 397 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.036 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.295066+0000 mgr.y (mgr.25474) 398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.037 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.362489+0000 mgr.y (mgr.25474) 399 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.037 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.373698+0000 mgr.y (mgr.25474) 400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.037 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.456453+0000 mgr.y (mgr.25474) 401 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.037 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.471784+0000 mgr.y (mgr.25474) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.037 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.558861+0000 mgr.y (mgr.25474) 403 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.037 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.573113+0000 mgr.y (mgr.25474) 404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.037 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.653068+0000 mgr.y (mgr.25474) 405 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.037 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.662918+0000 mgr.y (mgr.25474) 406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.037 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.745941+0000 mgr.y (mgr.25474) 407 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.037 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.759713+0000 mgr.y (mgr.25474) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.037 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:35.834444+0000 mon.c (mon.1) 1088 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.037 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:35.836527+0000 mon.c (mon.1) 1089 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.037 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.837339+0000 mgr.y (mgr.25474) 409 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.037 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:35.838879+0000 mon.c (mon.1) 1090 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.037 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:35.839820+0000 mon.c (mon.1) 1091 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.038 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[67316]: debug 2023-12-06T07:03:36.839+0000 7f98c6d78200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:03:37.038 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[67316]: [06/Dec/2023:07:03:36] ENGINE Bus STARTING 2023-12-06T07:03:37.038 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[67316]: CherryPy Checker: 2023-12-06T07:03:37.038 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[67316]: The Application mounted at '' has an empty config. 2023-12-06T07:03:37.038 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[67316]: [06/Dec/2023:07:03:36] ENGINE Serving on http://:::9283 2023-12-06T07:03:37.038 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[67316]: [06/Dec/2023:07:03:36] ENGINE Bus STARTED 2023-12-06T07:03:37.039 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:35.846518+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.039 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.847230+0000 mgr.y (mgr.25474) 410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.039 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:35.925989+0000 mon.c (mon.1) 1092 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.039 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:35.930575+0000 mon.c (mon.1) 1093 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.039 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.932093+0000 mgr.y (mgr.25474) 411 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.039 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:35.933957+0000 mon.c (mon.1) 1094 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.039 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:35.934882+0000 mon.c (mon.1) 1095 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.039 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:35.941119+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.039 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:35.942174+0000 mgr.y (mgr.25474) 412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.039 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.022392+0000 mon.c (mon.1) 1096 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.039 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.024889+0000 mon.c (mon.1) 1097 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.039 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.027159+0000 mgr.y (mgr.25474) 413 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.039 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.028837+0000 mon.c (mon.1) 1098 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.040 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.029827+0000 mon.c (mon.1) 1099 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.040 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.037074+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.040 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.038401+0000 mgr.y (mgr.25474) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.040 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.120865+0000 mon.c (mon.1) 1100 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.040 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.123330+0000 mon.c (mon.1) 1101 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.040 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.125968+0000 mon.c (mon.1) 1102 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.040 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.127092+0000 mon.c (mon.1) 1103 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.040 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.134534+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.040 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.214357+0000 mon.c (mon.1) 1104 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.040 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.218817+0000 mon.c (mon.1) 1105 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.040 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.222434+0000 mon.c (mon.1) 1106 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.040 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.223553+0000 mon.c (mon.1) 1107 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.040 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.231947+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.040 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.342332+0000 mon.c (mon.1) 1108 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.040 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.346864+0000 mon.c (mon.1) 1109 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.041 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.350969+0000 mon.c (mon.1) 1110 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.041 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.352269+0000 mon.c (mon.1) 1111 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.041 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.361492+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.041 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.444706+0000 mon.c (mon.1) 1112 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.041 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.447362+0000 mon.c (mon.1) 1113 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.041 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.451606+0000 mon.c (mon.1) 1114 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.041 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.453400+0000 mon.c (mon.1) 1115 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.041 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.460693+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.041 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.573483+0000 mon.c (mon.1) 1116 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.041 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.577057+0000 mon.c (mon.1) 1117 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.041 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.580879+0000 mon.c (mon.1) 1118 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.041 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.582210+0000 mon.c (mon.1) 1119 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.041 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.591821+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.041 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.677560+0000 mon.c (mon.1) 1120 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.041 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.679690+0000 mon.c (mon.1) 1121 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.042 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.683041+0000 mon.c (mon.1) 1122 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.042 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.684229+0000 mon.c (mon.1) 1123 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.042 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.691475+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.042 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.758737+0000 mon.c (mon.1) 1124 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.042 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.761285+0000 mon.c (mon.1) 1125 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.042 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.763940+0000 mon.c (mon.1) 1126 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.042 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.764985+0000 mon.c (mon.1) 1127 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.042 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:36 smithi141 bash[25168]: audit 2023-12-06T07:03:36.773661+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.088140+0000 mgr.y (mgr.25474) 393 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.099845+0000 mgr.y (mgr.25474) 394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.186121+0000 mgr.y (mgr.25474) 395 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.198135+0000 mgr.y (mgr.25474) 396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.282686+0000 mgr.y (mgr.25474) 397 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.295066+0000 mgr.y (mgr.25474) 398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.362489+0000 mgr.y (mgr.25474) 399 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.373698+0000 mgr.y (mgr.25474) 400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.456453+0000 mgr.y (mgr.25474) 401 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.471784+0000 mgr.y (mgr.25474) 402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.558861+0000 mgr.y (mgr.25474) 403 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.573113+0000 mgr.y (mgr.25474) 404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.653068+0000 mgr.y (mgr.25474) 405 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.662918+0000 mgr.y (mgr.25474) 406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.745941+0000 mgr.y (mgr.25474) 407 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.759713+0000 mgr.y (mgr.25474) 408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:35.834444+0000 mon.c (mon.1) 1088 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:35.836527+0000 mon.c (mon.1) 1089 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.837339+0000 mgr.y (mgr.25474) 409 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:35.838879+0000 mon.c (mon.1) 1090 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:35.839820+0000 mon.c (mon.1) 1091 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:35.846518+0000 mon.a (mon.0) 306 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.088140+0000 mgr.y (mgr.25474) 393 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.099845+0000 mgr.y (mgr.25474) 394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.186121+0000 mgr.y (mgr.25474) 395 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.198135+0000 mgr.y (mgr.25474) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.282686+0000 mgr.y (mgr.25474) 397 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.295066+0000 mgr.y (mgr.25474) 398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.362489+0000 mgr.y (mgr.25474) 399 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.373698+0000 mgr.y (mgr.25474) 400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.456453+0000 mgr.y (mgr.25474) 401 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.471784+0000 mgr.y (mgr.25474) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.558861+0000 mgr.y (mgr.25474) 403 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.573113+0000 mgr.y (mgr.25474) 404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.653068+0000 mgr.y (mgr.25474) 405 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.662918+0000 mgr.y (mgr.25474) 406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.745941+0000 mgr.y (mgr.25474) 407 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.759713+0000 mgr.y (mgr.25474) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:35.834444+0000 mon.c (mon.1) 1088 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:35.836527+0000 mon.c (mon.1) 1089 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.837339+0000 mgr.y (mgr.25474) 409 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:35.838879+0000 mon.c (mon.1) 1090 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:35.839820+0000 mon.c (mon.1) 1091 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.847230+0000 mgr.y (mgr.25474) 410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:35.925989+0000 mon.c (mon.1) 1092 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:35.930575+0000 mon.c (mon.1) 1093 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.932093+0000 mgr.y (mgr.25474) 411 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:35.933957+0000 mon.c (mon.1) 1094 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:35.934882+0000 mon.c (mon.1) 1095 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:35.941119+0000 mon.a (mon.0) 307 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:35.942174+0000 mgr.y (mgr.25474) 412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.022392+0000 mon.c (mon.1) 1096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.024889+0000 mon.c (mon.1) 1097 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.027159+0000 mgr.y (mgr.25474) 413 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.028837+0000 mon.c (mon.1) 1098 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.029827+0000 mon.c (mon.1) 1099 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.037074+0000 mon.a (mon.0) 308 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.038401+0000 mgr.y (mgr.25474) 414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.120865+0000 mon.c (mon.1) 1100 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.123330+0000 mon.c (mon.1) 1101 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.125968+0000 mon.c (mon.1) 1102 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.127092+0000 mon.c (mon.1) 1103 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.134534+0000 mon.a (mon.0) 309 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:35.846518+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.847230+0000 mgr.y (mgr.25474) 410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:35.925989+0000 mon.c (mon.1) 1092 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:35.930575+0000 mon.c (mon.1) 1093 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.932093+0000 mgr.y (mgr.25474) 411 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:35.933957+0000 mon.c (mon.1) 1094 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:35.934882+0000 mon.c (mon.1) 1095 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:35.941119+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:35.942174+0000 mgr.y (mgr.25474) 412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.022392+0000 mon.c (mon.1) 1096 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.024889+0000 mon.c (mon.1) 1097 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.027159+0000 mgr.y (mgr.25474) 413 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.028837+0000 mon.c (mon.1) 1098 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.029827+0000 mon.c (mon.1) 1099 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.037074+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.038401+0000 mgr.y (mgr.25474) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.120865+0000 mon.c (mon.1) 1100 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.123330+0000 mon.c (mon.1) 1101 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.125968+0000 mon.c (mon.1) 1102 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.127092+0000 mon.c (mon.1) 1103 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.134534+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.214357+0000 mon.c (mon.1) 1104 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.218817+0000 mon.c (mon.1) 1105 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.222434+0000 mon.c (mon.1) 1106 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.223553+0000 mon.c (mon.1) 1107 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.231947+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.342332+0000 mon.c (mon.1) 1108 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.346864+0000 mon.c (mon.1) 1109 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.350969+0000 mon.c (mon.1) 1110 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.352269+0000 mon.c (mon.1) 1111 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.361492+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.444706+0000 mon.c (mon.1) 1112 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.447362+0000 mon.c (mon.1) 1113 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.451606+0000 mon.c (mon.1) 1114 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.453400+0000 mon.c (mon.1) 1115 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.460693+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.573483+0000 mon.c (mon.1) 1116 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.577057+0000 mon.c (mon.1) 1117 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.580879+0000 mon.c (mon.1) 1118 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.582210+0000 mon.c (mon.1) 1119 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.214357+0000 mon.c (mon.1) 1104 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.218817+0000 mon.c (mon.1) 1105 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.222434+0000 mon.c (mon.1) 1106 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.223553+0000 mon.c (mon.1) 1107 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.231947+0000 mon.a (mon.0) 310 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.342332+0000 mon.c (mon.1) 1108 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.346864+0000 mon.c (mon.1) 1109 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.350969+0000 mon.c (mon.1) 1110 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.352269+0000 mon.c (mon.1) 1111 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.361492+0000 mon.a (mon.0) 311 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.444706+0000 mon.c (mon.1) 1112 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.447362+0000 mon.c (mon.1) 1113 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.451606+0000 mon.c (mon.1) 1114 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.453400+0000 mon.c (mon.1) 1115 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.460693+0000 mon.a (mon.0) 312 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.573483+0000 mon.c (mon.1) 1116 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.577057+0000 mon.c (mon.1) 1117 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.580879+0000 mon.c (mon.1) 1118 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.582210+0000 mon.c (mon.1) 1119 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.591821+0000 mon.a (mon.0) 313 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.677560+0000 mon.c (mon.1) 1120 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.679690+0000 mon.c (mon.1) 1121 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.683041+0000 mon.c (mon.1) 1122 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.684229+0000 mon.c (mon.1) 1123 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.691475+0000 mon.a (mon.0) 314 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.758737+0000 mon.c (mon.1) 1124 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.761285+0000 mon.c (mon.1) 1125 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.763940+0000 mon.c (mon.1) 1126 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.764985+0000 mon.c (mon.1) 1127 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[78949]: audit 2023-12-06T07:03:36.773661+0000 mon.a (mon.0) 315 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.591821+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.677560+0000 mon.c (mon.1) 1120 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.679690+0000 mon.c (mon.1) 1121 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.683041+0000 mon.c (mon.1) 1122 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.684229+0000 mon.c (mon.1) 1123 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.691475+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.758737+0000 mon.c (mon.1) 1124 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.761285+0000 mon.c (mon.1) 1125 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.763940+0000 mon.c (mon.1) 1126 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.764985+0000 mon.c (mon.1) 1127 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:36 smithi040 bash[30799]: audit 2023-12-06T07:03:36.773661+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.124296+0000 mgr.y (mgr.25474) 415 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.136186+0000 mgr.y (mgr.25474) 416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.220101+0000 mgr.y (mgr.25474) 417 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.232926+0000 mgr.y (mgr.25474) 418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.348445+0000 mgr.y (mgr.25474) 419 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.362529+0000 mgr.y (mgr.25474) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.449005+0000 mgr.y (mgr.25474) 421 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.461627+0000 mgr.y (mgr.25474) 422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.578461+0000 mgr.y (mgr.25474) 423 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.593995+0000 mgr.y (mgr.25474) 424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cluster 2023-12-06T07:03:36.680815+0000 mgr.y (mgr.25474) 425 : 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-06T07:03:37.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.680939+0000 mgr.y (mgr.25474) 426 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.694061+0000 mgr.y (mgr.25474) 427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.762349+0000 mgr.y (mgr.25474) 428 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.774866+0000 mgr.y (mgr.25474) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: audit 2023-12-06T07:03:36.829432+0000 mon.c (mon.1) 1128 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: audit 2023-12-06T07:03:36.831358+0000 mon.c (mon.1) 1129 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:37.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.832042+0000 mgr.y (mgr.25474) 430 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:37.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: audit 2023-12-06T07:03:36.833453+0000 mon.c (mon.1) 1130 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:37.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: audit 2023-12-06T07:03:36.834167+0000 mon.c (mon.1) 1131 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:37.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: audit 2023-12-06T07:03:36.839199+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cephadm 2023-12-06T07:03:36.840302+0000 mgr.y (mgr.25474) 431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:37.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cluster 2023-12-06T07:03:36.844336+0000 mon.a (mon.0) 317 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:03:37.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: cluster 2023-12-06T07:03:36.844503+0000 mon.a (mon.0) 318 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:03:37.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: audit 2023-12-06T07:03:36.850450+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.? 172.21.15.141:0/982693750' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:03:37.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: audit 2023-12-06T07:03:36.850891+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.? 172.21.15.141:0/982693750' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:03:37.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: audit 2023-12-06T07:03:36.853743+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.? 172.21.15.141:0/982693750' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:03:37.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: audit 2023-12-06T07:03:36.855373+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.? 172.21.15.141:0/982693750' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:03:37.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: audit 2023-12-06T07:03:36.860673+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: audit 2023-12-06T07:03:36.869070+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: audit 2023-12-06T07:03:36.876526+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:37.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: audit 2023-12-06T07:03:36.921430+0000 mon.c (mon.1) 1132 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:37.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:37 smithi141 bash[25168]: audit 2023-12-06T07:03:37.766946+0000 mon.c (mon.1) 1133 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:03:38.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.124296+0000 mgr.y (mgr.25474) 415 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.136186+0000 mgr.y (mgr.25474) 416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.220101+0000 mgr.y (mgr.25474) 417 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.232926+0000 mgr.y (mgr.25474) 418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.348445+0000 mgr.y (mgr.25474) 419 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.362529+0000 mgr.y (mgr.25474) 420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.449005+0000 mgr.y (mgr.25474) 421 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.461627+0000 mgr.y (mgr.25474) 422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.578461+0000 mgr.y (mgr.25474) 423 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.593995+0000 mgr.y (mgr.25474) 424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cluster 2023-12-06T07:03:36.680815+0000 mgr.y (mgr.25474) 425 : 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-06T07:03:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.680939+0000 mgr.y (mgr.25474) 426 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.694061+0000 mgr.y (mgr.25474) 427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.762349+0000 mgr.y (mgr.25474) 428 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.774866+0000 mgr.y (mgr.25474) 429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: audit 2023-12-06T07:03:36.829432+0000 mon.c (mon.1) 1128 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:38.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: audit 2023-12-06T07:03:36.831358+0000 mon.c (mon.1) 1129 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:38.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.832042+0000 mgr.y (mgr.25474) 430 : cephadm 3 Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: audit 2023-12-06T07:03:36.833453+0000 mon.c (mon.1) 1130 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:38.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: audit 2023-12-06T07:03:36.834167+0000 mon.c (mon.1) 1131 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:38.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: audit 2023-12-06T07:03:36.839199+0000 mon.a (mon.0) 316 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:38.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cephadm 2023-12-06T07:03:36.840302+0000 mgr.y (mgr.25474) 431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.124296+0000 mgr.y (mgr.25474) 415 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.136186+0000 mgr.y (mgr.25474) 416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.220101+0000 mgr.y (mgr.25474) 417 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.232926+0000 mgr.y (mgr.25474) 418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.348445+0000 mgr.y (mgr.25474) 419 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.362529+0000 mgr.y (mgr.25474) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.449005+0000 mgr.y (mgr.25474) 421 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.461627+0000 mgr.y (mgr.25474) 422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.578461+0000 mgr.y (mgr.25474) 423 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.593995+0000 mgr.y (mgr.25474) 424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cluster 2023-12-06T07:03:36.680815+0000 mgr.y (mgr.25474) 425 : 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-06T07:03:38.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.680939+0000 mgr.y (mgr.25474) 426 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.694061+0000 mgr.y (mgr.25474) 427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.762349+0000 mgr.y (mgr.25474) 428 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.774866+0000 mgr.y (mgr.25474) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: audit 2023-12-06T07:03:36.829432+0000 mon.c (mon.1) 1128 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:38.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: audit 2023-12-06T07:03:36.831358+0000 mon.c (mon.1) 1129 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:38.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.832042+0000 mgr.y (mgr.25474) 430 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-26-g0482646f 2023-12-06T07:03:38.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: audit 2023-12-06T07:03:36.833453+0000 mon.c (mon.1) 1130 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:38.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: audit 2023-12-06T07:03:36.834167+0000 mon.c (mon.1) 1131 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:38.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: audit 2023-12-06T07:03:36.839199+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:38.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cluster 2023-12-06T07:03:36.844336+0000 mon.a (mon.0) 317 : cluster 0 Standby manager daemon x restarted 2023-12-06T07:03:38.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: cluster 2023-12-06T07:03:36.844503+0000 mon.a (mon.0) 318 : cluster 0 Standby manager daemon x started 2023-12-06T07:03:38.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: audit 2023-12-06T07:03:36.850450+0000 mon.b (mon.2) 108 : audit 0 from='mgr.? 172.21.15.141:0/982693750' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:03:38.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: audit 2023-12-06T07:03:36.850891+0000 mon.b (mon.2) 109 : audit 0 from='mgr.? 172.21.15.141:0/982693750' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:03:38.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: audit 2023-12-06T07:03:36.853743+0000 mon.b (mon.2) 110 : audit 0 from='mgr.? 172.21.15.141:0/982693750' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:03:38.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: audit 2023-12-06T07:03:36.855373+0000 mon.b (mon.2) 111 : audit 0 from='mgr.? 172.21.15.141:0/982693750' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:03:38.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: audit 2023-12-06T07:03:36.860673+0000 mon.a (mon.0) 319 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:38.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: audit 2023-12-06T07:03:36.869070+0000 mon.a (mon.0) 320 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:38.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: audit 2023-12-06T07:03:36.876526+0000 mon.a (mon.0) 321 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:38.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: audit 2023-12-06T07:03:36.921430+0000 mon.c (mon.1) 1132 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:38.036 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[78949]: audit 2023-12-06T07:03:37.766946+0000 mon.c (mon.1) 1133 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:03:38.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cephadm 2023-12-06T07:03:36.840302+0000 mgr.y (mgr.25474) 431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:38.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cluster 2023-12-06T07:03:36.844336+0000 mon.a (mon.0) 317 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:03:38.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: cluster 2023-12-06T07:03:36.844503+0000 mon.a (mon.0) 318 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:03:38.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: audit 2023-12-06T07:03:36.850450+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.? 172.21.15.141:0/982693750' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:03:38.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: audit 2023-12-06T07:03:36.850891+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.? 172.21.15.141:0/982693750' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:03:38.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: audit 2023-12-06T07:03:36.853743+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.? 172.21.15.141:0/982693750' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:03:38.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: audit 2023-12-06T07:03:36.855373+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.? 172.21.15.141:0/982693750' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:03:38.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: audit 2023-12-06T07:03:36.860673+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:38.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: audit 2023-12-06T07:03:36.869070+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:38.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: audit 2023-12-06T07:03:36.876526+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:38.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: audit 2023-12-06T07:03:36.921430+0000 mon.c (mon.1) 1132 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:38.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:37 smithi040 bash[30799]: audit 2023-12-06T07:03:37.766946+0000 mon.c (mon.1) 1133 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:03:38.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:38 smithi141 bash[25168]: cluster 2023-12-06T07:03:37.848691+0000 mon.a (mon.0) 322 : cluster [DBG] mgrmap e44: y(active, since 45s), standbys: x 2023-12-06T07:03:38.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:38 smithi141 bash[25168]: audit 2023-12-06T07:03:37.926100+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:38.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:38 smithi141 bash[25168]: audit 2023-12-06T07:03:37.938518+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:38.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:38 smithi141 bash[25168]: audit 2023-12-06T07:03:37.949463+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:38.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:03:38 smithi141 bash[61993]: ts=2023-12-06T07:03: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:03:39.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:38 smithi040 bash[78949]: cluster 2023-12-06T07:03:37.848691+0000 mon.a (mon.0) 322 : cluster 0 mgrmap e44: y(active, since 45s), standbys: x 2023-12-06T07:03:39.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:38 smithi040 bash[78949]: audit 2023-12-06T07:03:37.926100+0000 mon.a (mon.0) 323 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:39.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:38 smithi040 bash[78949]: audit 2023-12-06T07:03:37.938518+0000 mon.a (mon.0) 324 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:39.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:38 smithi040 bash[78949]: audit 2023-12-06T07:03:37.949463+0000 mon.a (mon.0) 325 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:39.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:38 smithi040 bash[30799]: cluster 2023-12-06T07:03:37.848691+0000 mon.a (mon.0) 322 : cluster [DBG] mgrmap e44: y(active, since 45s), standbys: x 2023-12-06T07:03:39.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:38 smithi040 bash[30799]: audit 2023-12-06T07:03:37.926100+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:39.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:38 smithi040 bash[30799]: audit 2023-12-06T07:03:37.938518+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:39.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:38 smithi040 bash[30799]: audit 2023-12-06T07:03:37.949463+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:40.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:39 smithi040 bash[78949]: cluster 2023-12-06T07:03:38.682402+0000 mgr.y (mgr.25474) 432 : 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-06T07:03:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:39 smithi040 bash[30799]: cluster 2023-12-06T07:03:38.682402+0000 mgr.y (mgr.25474) 432 : cluster [DBG] 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-06T07:03:40.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:39 smithi141 bash[25168]: cluster 2023-12-06T07:03:38.682402+0000 mgr.y (mgr.25474) 432 : cluster [DBG] 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-06T07:03:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[30799]: cephadm 2023-12-06T07:03:40.253547+0000 mgr.y (mgr.25474) 433 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:03:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[30799]: audit 2023-12-06T07:03:40.261062+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[30799]: audit 2023-12-06T07:03:40.266440+0000 mon.c (mon.1) 1134 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:03:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[30799]: audit 2023-12-06T07:03:40.267225+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:03:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[30799]: audit 2023-12-06T07:03:40.269481+0000 mon.c (mon.1) 1135 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:03:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[30799]: audit 2023-12-06T07:03:40.270745+0000 mon.c (mon.1) 1136 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[30799]: cephadm 2023-12-06T07:03:40.272210+0000 mgr.y (mgr.25474) 434 : cephadm [INF] Deploying daemon mgr.x on smithi141 2023-12-06T07:03:41.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[30799]: cluster 2023-12-06T07:03:40.683181+0000 mgr.y (mgr.25474) 435 : cluster [DBG] 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-06T07:03:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[78949]: cephadm 2023-12-06T07:03:40.253547+0000 mgr.y (mgr.25474) 433 : cephadm 1 Upgrade: Updating mgr.x 2023-12-06T07:03:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[78949]: audit 2023-12-06T07:03:40.261062+0000 mon.a (mon.0) 326 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[78949]: audit 2023-12-06T07:03:40.266440+0000 mon.c (mon.1) 1134 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:03:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[78949]: audit 2023-12-06T07:03:40.267225+0000 mon.a (mon.0) 327 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:03:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[78949]: audit 2023-12-06T07:03:40.269481+0000 mon.c (mon.1) 1135 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:03:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[78949]: audit 2023-12-06T07:03:40.270745+0000 mon.c (mon.1) 1136 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[78949]: cephadm 2023-12-06T07:03:40.272210+0000 mgr.y (mgr.25474) 434 : cephadm 1 Deploying daemon mgr.x on smithi141 2023-12-06T07:03:41.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:41 smithi040 bash[78949]: cluster 2023-12-06T07:03:40.683181+0000 mgr.y (mgr.25474) 435 : 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-06T07:03:41.638 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:41 smithi141 bash[25168]: cephadm 2023-12-06T07:03:40.253547+0000 mgr.y (mgr.25474) 433 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:03:41.638 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:41 smithi141 bash[25168]: audit 2023-12-06T07:03:40.261062+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:41.638 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:41 smithi141 bash[25168]: audit 2023-12-06T07:03:40.266440+0000 mon.c (mon.1) 1134 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:03:41.639 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:41 smithi141 bash[25168]: audit 2023-12-06T07:03:40.267225+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:03:41.639 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:41 smithi141 bash[25168]: audit 2023-12-06T07:03:40.269481+0000 mon.c (mon.1) 1135 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:03:41.639 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:41 smithi141 bash[25168]: audit 2023-12-06T07:03:40.270745+0000 mon.c (mon.1) 1136 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:41.639 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:41 smithi141 bash[25168]: cephadm 2023-12-06T07:03:40.272210+0000 mgr.y (mgr.25474) 434 : cephadm [INF] Deploying daemon mgr.x on smithi141 2023-12-06T07:03:41.639 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:41 smithi141 bash[25168]: cluster 2023-12-06T07:03:40.683181+0000 mgr.y (mgr.25474) 435 : cluster [DBG] 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-06T07:03:42.808 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:03:43.511 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:43 smithi141 bash[25168]: audit 2023-12-06T07:03:42.276242+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:43.512 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:43 smithi141 bash[25168]: audit 2023-12-06T07:03:42.290488+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:43.512 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:43 smithi141 bash[25168]: audit 2023-12-06T07:03:42.303967+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:43.512 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:43 smithi141 bash[25168]: cluster 2023-12-06T07:03:42.683909+0000 mgr.y (mgr.25474) 436 : 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-06T07:03:43.512 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:43 smithi141 bash[25168]: audit 2023-12-06T07:03:42.785942+0000 mgr.y (mgr.25474) 437 : audit [DBG] from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:43.581 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:03:43.581 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 9s ago 16m - - 2023-12-06T07:03:43.581 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 1s ago 16m - - 2023-12-06T07:03:43.581 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (3m) 9s ago 9m 16.6M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:03:43.581 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (2m) 1s ago 9m 42.8M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:03:43.581 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (92s) 9s ago 7m 45.6M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:03:43.581 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (16s) 1s ago 15m 431M - 19.0.0-26-g0482646f 26bb7d89db2e 6610939850b3 2023-12-06T07:03:43.581 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (110s) 9s ago 17m 487M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:03:43.581 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (62s) 9s ago 18m 42.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:03:43.581 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (16m) 1s ago 16m 62.3M 2048M 17.2.0 e1d6a67b021e 76faf01e600e 2023-12-06T07:03:43.581 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (16m) 9s ago 16m 61.1M 2048M 17.2.0 e1d6a67b021e b63429ef8030 2023-12-06T07:03:43.582 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (3m) 9s ago 9m 14.1M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:03:43.582 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (2m) 1s ago 9m 11.2M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:03:43.582 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (15m) 9s ago 15m 59.1M 4096M 17.2.0 e1d6a67b021e fa89468afe64 2023-12-06T07:03:43.582 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (14m) 9s ago 14m 58.9M 4096M 17.2.0 e1d6a67b021e f21c73c261bf 2023-12-06T07:03:43.582 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (14m) 9s ago 14m 53.5M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T07:03:43.582 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (13m) 9s ago 13m 57.4M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T07:03:43.582 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (12m) 1s ago 12m 61.5M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T07:03:43.582 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (12m) 1s ago 12m 55.6M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:03:43.582 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (11m) 1s ago 11m 54.2M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:03:43.582 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (10m) 1s ago 10m 57.6M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:03:43.582 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (86s) 1s ago 9m 57.4M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:03:43.582 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (7m) 9s ago 7m 87.6M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:03:43.582 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (7m) 1s ago 7m 86.9M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:03:43.582 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (7m) 9s ago 7m 87.0M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:03:43.583 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (7m) 1s ago 7m 87.2M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:03:43.716 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:43 smithi040 bash[30799]: audit 2023-12-06T07:03:42.276242+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:43.716 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:43 smithi040 bash[30799]: audit 2023-12-06T07:03:42.290488+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:43.716 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:43 smithi040 bash[30799]: audit 2023-12-06T07:03:42.303967+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:43.716 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:43 smithi040 bash[30799]: cluster 2023-12-06T07:03:42.683909+0000 mgr.y (mgr.25474) 436 : 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-06T07:03:43.716 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:43 smithi040 bash[30799]: audit 2023-12-06T07:03:42.785942+0000 mgr.y (mgr.25474) 437 : audit [DBG] from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:43.717 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:43 smithi040 bash[78949]: audit 2023-12-06T07:03:42.276242+0000 mon.a (mon.0) 328 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:43.717 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:43 smithi040 bash[78949]: audit 2023-12-06T07:03:42.290488+0000 mon.a (mon.0) 329 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:43.717 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:43 smithi040 bash[78949]: audit 2023-12-06T07:03:42.303967+0000 mon.a (mon.0) 330 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:43.717 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:43 smithi040 bash[78949]: cluster 2023-12-06T07:03:42.683909+0000 mgr.y (mgr.25474) 436 : 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-06T07:03:43.717 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:43 smithi040 bash[78949]: audit 2023-12-06T07:03:42.785942+0000 mgr.y (mgr.25474) 437 : audit 0 from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:44.045 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:03:44.045 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:03:44.045 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-06T07:03:44.045 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:03:44.045 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:03:44.046 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:03:44.046 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:03:44.046 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:03:44.046 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:03:44.046 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:03:44.046 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:03:44.046 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": {}, 2023-12-06T07:03:44.046 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:03:44.046 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:03:44.046 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:03:44.046 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:03:44.046 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2023-12-06T07:03:44.046 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:03:44.046 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:03:44.047 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:03:44.430 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:03:44.431 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:03:44.431 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:03:44.431 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:03:44.431 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:03:44.431 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr" 2023-12-06T07:03:44.431 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:03:44.431 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "3/23 daemons upgraded", 2023-12-06T07:03:44.431 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T07:03:44.431 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:03:44.431 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:03:44.871 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T07:03:44.874 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:44 smithi141 bash[25168]: audit 2023-12-06T07:03:43.178441+0000 mgr.y (mgr.25474) 438 : audit [DBG] from='client.25558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:44.874 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:44 smithi141 bash[25168]: audit 2023-12-06T07:03:43.551692+0000 mgr.y (mgr.25474) 439 : audit [DBG] from='client.34191 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:44.874 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:44 smithi141 bash[25168]: audit 2023-12-06T07:03:43.709907+0000 mgr.y (mgr.25474) 440 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:44.874 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:44 smithi141 bash[25168]: audit 2023-12-06T07:03:44.038988+0000 mon.c (mon.1) 1137 : audit [DBG] from='client.? 172.21.15.40:0/89019325' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:45.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:44 smithi040 bash[30799]: audit 2023-12-06T07:03:43.178441+0000 mgr.y (mgr.25474) 438 : audit [DBG] from='client.25558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:45.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:44 smithi040 bash[30799]: audit 2023-12-06T07:03:43.551692+0000 mgr.y (mgr.25474) 439 : audit [DBG] from='client.34191 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:45.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:44 smithi040 bash[30799]: audit 2023-12-06T07:03:43.709907+0000 mgr.y (mgr.25474) 440 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:45.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:44 smithi040 bash[30799]: audit 2023-12-06T07:03:44.038988+0000 mon.c (mon.1) 1137 : audit [DBG] from='client.? 172.21.15.40:0/89019325' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:45.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:44 smithi040 bash[78949]: audit 2023-12-06T07:03:43.178441+0000 mgr.y (mgr.25474) 438 : audit 0 from='client.25558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:45.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:44 smithi040 bash[78949]: audit 2023-12-06T07:03:43.551692+0000 mgr.y (mgr.25474) 439 : audit 0 from='client.34191 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:45.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:44 smithi040 bash[78949]: audit 2023-12-06T07:03:43.709907+0000 mgr.y (mgr.25474) 440 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:45.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:44 smithi040 bash[78949]: audit 2023-12-06T07:03:44.038988+0000 mon.c (mon.1) 1137 : audit 0 from='client.? 172.21.15.40:0/89019325' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:45.161 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:44 smithi141 systemd[1]: Stopping Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:03:45.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:45 smithi141 bash[25168]: audit 2023-12-06T07:03:44.423964+0000 mgr.y (mgr.25474) 441 : audit [DBG] from='client.34203 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:45.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:45 smithi141 bash[25168]: cluster 2023-12-06T07:03:44.685634+0000 mgr.y (mgr.25474) 442 : 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-06T07:03:45.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:45 smithi141 bash[25168]: audit 2023-12-06T07:03:44.864977+0000 mon.c (mon.1) 1138 : audit [DBG] from='client.? 172.21.15.40:0/4208054646' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:03:45.924 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:45 smithi141 bash[69092]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr-x 2023-12-06T07:03:46.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:45 smithi040 bash[78949]: audit 2023-12-06T07:03:44.423964+0000 mgr.y (mgr.25474) 441 : audit 0 from='client.34203 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:46.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:45 smithi040 bash[78949]: cluster 2023-12-06T07:03:44.685634+0000 mgr.y (mgr.25474) 442 : 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-06T07:03:46.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:45 smithi040 bash[78949]: audit 2023-12-06T07:03:44.864977+0000 mon.c (mon.1) 1138 : audit 0 from='client.? 172.21.15.40:0/4208054646' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:03:46.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:45 smithi040 bash[30799]: audit 2023-12-06T07:03:44.423964+0000 mgr.y (mgr.25474) 441 : audit [DBG] from='client.34203 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:03:46.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:45 smithi040 bash[30799]: cluster 2023-12-06T07:03:44.685634+0000 mgr.y (mgr.25474) 442 : 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-06T07:03:46.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:45 smithi040 bash[30799]: audit 2023-12-06T07:03:44.864977+0000 mon.c (mon.1) 1138 : audit [DBG] from='client.? 172.21.15.40:0/4208054646' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:03:46.190 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:45 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:03:46.191 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:45 smithi141 bash[69168]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr-x 2023-12-06T07:03:46.191 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:45 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-06T07:03:46.191 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:45 smithi141 systemd[1]: Stopped Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:03:46.191 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:46 smithi141 systemd[1]: Started Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:03:46.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:03:46 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:03:46] "GET /metrics HTTP/1.1" 200 38158 "" "Prometheus/2.33.4" 2023-12-06T07:03:47.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.246040+0000 mon.a (mon.0) 331 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.257860+0000 mon.a (mon.0) 332 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.304043+0000 mon.c (mon.1) 1139 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.305956+0000 mon.c (mon.1) 1140 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.318866+0000 mon.a (mon.0) 333 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: cephadm 2023-12-06T07:03:46.320459+0000 mgr.y (mgr.25474) 443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.399358+0000 mon.c (mon.1) 1141 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.402776+0000 mon.c (mon.1) 1142 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.404462+0000 mon.c (mon.1) 1143 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:03:47.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.405075+0000 mon.a (mon.0) 334 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:03:47.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.411567+0000 mon.a (mon.0) 335 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T07:03:47.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.420223+0000 mon.c (mon.1) 1144 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.421605+0000 mon.c (mon.1) 1145 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.430145+0000 mon.a (mon.0) 336 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: cephadm 2023-12-06T07:03:46.431902+0000 mgr.y (mgr.25474) 444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.509706+0000 mon.c (mon.1) 1146 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.512610+0000 mon.c (mon.1) 1147 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.515333+0000 mon.c (mon.1) 1148 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.516762+0000 mon.c (mon.1) 1149 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.525777+0000 mon.a (mon.0) 337 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.246040+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.257860+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.304043+0000 mon.c (mon.1) 1139 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.305956+0000 mon.c (mon.1) 1140 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.318866+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: cephadm 2023-12-06T07:03:46.320459+0000 mgr.y (mgr.25474) 443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.399358+0000 mon.c (mon.1) 1141 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.402776+0000 mon.c (mon.1) 1142 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.404462+0000 mon.c (mon.1) 1143 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:03:47.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.405075+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:03:47.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.411567+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T07:03:47.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.420223+0000 mon.c (mon.1) 1144 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.421605+0000 mon.c (mon.1) 1145 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.430145+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: cephadm 2023-12-06T07:03:46.431902+0000 mgr.y (mgr.25474) 444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.509706+0000 mon.c (mon.1) 1146 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.512610+0000 mon.c (mon.1) 1147 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.515333+0000 mon.c (mon.1) 1148 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.516762+0000 mon.c (mon.1) 1149 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.525777+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: cephadm 2023-12-06T07:03:46.526816+0000 mgr.y (mgr.25474) 445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.604689+0000 mon.c (mon.1) 1150 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.607551+0000 mon.c (mon.1) 1151 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.610867+0000 mon.c (mon.1) 1152 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.612404+0000 mon.c (mon.1) 1153 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.619709+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: cephadm 2023-12-06T07:03:46.622621+0000 mgr.y (mgr.25474) 446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: cluster 2023-12-06T07:03:46.686390+0000 mgr.y (mgr.25474) 447 : 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-06T07:03:47.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.706281+0000 mon.c (mon.1) 1154 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.708458+0000 mon.c (mon.1) 1155 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.711119+0000 mon.c (mon.1) 1156 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.712076+0000 mon.c (mon.1) 1157 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.721415+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: cephadm 2023-12-06T07:03:46.722390+0000 mgr.y (mgr.25474) 448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.803675+0000 mon.c (mon.1) 1158 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.807296+0000 mon.c (mon.1) 1159 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.809952+0000 mon.c (mon.1) 1160 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.811103+0000 mon.c (mon.1) 1161 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.819730+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: cephadm 2023-12-06T07:03:46.820563+0000 mgr.y (mgr.25474) 449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: cephadm 2023-12-06T07:03:46.526816+0000 mgr.y (mgr.25474) 445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.604689+0000 mon.c (mon.1) 1150 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.607551+0000 mon.c (mon.1) 1151 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.610867+0000 mon.c (mon.1) 1152 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.612404+0000 mon.c (mon.1) 1153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.619709+0000 mon.a (mon.0) 338 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: cephadm 2023-12-06T07:03:46.622621+0000 mgr.y (mgr.25474) 446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: cluster 2023-12-06T07:03:46.686390+0000 mgr.y (mgr.25474) 447 : 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-06T07:03:47.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.706281+0000 mon.c (mon.1) 1154 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.708458+0000 mon.c (mon.1) 1155 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.711119+0000 mon.c (mon.1) 1156 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.712076+0000 mon.c (mon.1) 1157 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.721415+0000 mon.a (mon.0) 339 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: cephadm 2023-12-06T07:03:46.722390+0000 mgr.y (mgr.25474) 448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.803675+0000 mon.c (mon.1) 1158 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.807296+0000 mon.c (mon.1) 1159 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.809952+0000 mon.c (mon.1) 1160 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.811103+0000 mon.c (mon.1) 1161 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.819730+0000 mon.a (mon.0) 340 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: cephadm 2023-12-06T07:03:46.820563+0000 mgr.y (mgr.25474) 449 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.901518+0000 mon.c (mon.1) 1162 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.904440+0000 mon.c (mon.1) 1163 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.906981+0000 mon.c (mon.1) 1164 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.908032+0000 mon.c (mon.1) 1165 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.916814+0000 mon.a (mon.0) 341 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: cephadm 2023-12-06T07:03:46.917792+0000 mgr.y (mgr.25474) 450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.996182+0000 mon.c (mon.1) 1166 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:46.999244+0000 mon.c (mon.1) 1167 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:47.003195+0000 mon.c (mon.1) 1168 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:47.004602+0000 mon.c (mon.1) 1169 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:47.014720+0000 mon.a (mon.0) 342 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: cephadm 2023-12-06T07:03:47.015597+0000 mgr.y (mgr.25474) 451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:47.095840+0000 mon.c (mon.1) 1170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:47.098444+0000 mon.c (mon.1) 1171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:47.102012+0000 mon.c (mon.1) 1172 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:47.103256+0000 mon.c (mon.1) 1173 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:47.111840+0000 mon.a (mon.0) 343 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:47.194835+0000 mon.c (mon.1) 1174 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:47.197465+0000 mon.c (mon.1) 1175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:47.201096+0000 mon.c (mon.1) 1176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:47.202334+0000 mon.c (mon.1) 1177 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[78949]: audit 2023-12-06T07:03:47.211436+0000 mon.a (mon.0) 344 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.901518+0000 mon.c (mon.1) 1162 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.904440+0000 mon.c (mon.1) 1163 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.906981+0000 mon.c (mon.1) 1164 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.908032+0000 mon.c (mon.1) 1165 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.916814+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: cephadm 2023-12-06T07:03:46.917792+0000 mgr.y (mgr.25474) 450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.996182+0000 mon.c (mon.1) 1166 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:46.999244+0000 mon.c (mon.1) 1167 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:47.003195+0000 mon.c (mon.1) 1168 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:47.004602+0000 mon.c (mon.1) 1169 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:47.014720+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: cephadm 2023-12-06T07:03:47.015597+0000 mgr.y (mgr.25474) 451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:47.095840+0000 mon.c (mon.1) 1170 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:47.098444+0000 mon.c (mon.1) 1171 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:47.102012+0000 mon.c (mon.1) 1172 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:47.103256+0000 mon.c (mon.1) 1173 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:47.111840+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:47.194835+0000 mon.c (mon.1) 1174 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:47.197465+0000 mon.c (mon.1) 1175 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:47.201096+0000 mon.c (mon.1) 1176 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:47.202334+0000 mon.c (mon.1) 1177 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:47 smithi040 bash[30799]: audit 2023-12-06T07:03:47.211436+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.246040+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.257860+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.304043+0000 mon.c (mon.1) 1139 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.305956+0000 mon.c (mon.1) 1140 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.318866+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: cephadm 2023-12-06T07:03:46.320459+0000 mgr.y (mgr.25474) 443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.399358+0000 mon.c (mon.1) 1141 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.402776+0000 mon.c (mon.1) 1142 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.404462+0000 mon.c (mon.1) 1143 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:03:47.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.405075+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:03:47.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.411567+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T07:03:47.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.420223+0000 mon.c (mon.1) 1144 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.421605+0000 mon.c (mon.1) 1145 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.430145+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: cephadm 2023-12-06T07:03:46.431902+0000 mgr.y (mgr.25474) 444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.509706+0000 mon.c (mon.1) 1146 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.512610+0000 mon.c (mon.1) 1147 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.515333+0000 mon.c (mon.1) 1148 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.516762+0000 mon.c (mon.1) 1149 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.525777+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: cephadm 2023-12-06T07:03:46.526816+0000 mgr.y (mgr.25474) 445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.604689+0000 mon.c (mon.1) 1150 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.607551+0000 mon.c (mon.1) 1151 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.610867+0000 mon.c (mon.1) 1152 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.612404+0000 mon.c (mon.1) 1153 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.619709+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: cephadm 2023-12-06T07:03:46.622621+0000 mgr.y (mgr.25474) 446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: cluster 2023-12-06T07:03:46.686390+0000 mgr.y (mgr.25474) 447 : 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-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.706281+0000 mon.c (mon.1) 1154 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.708458+0000 mon.c (mon.1) 1155 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.711119+0000 mon.c (mon.1) 1156 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.712076+0000 mon.c (mon.1) 1157 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.721415+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: cephadm 2023-12-06T07:03:46.722390+0000 mgr.y (mgr.25474) 448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.803675+0000 mon.c (mon.1) 1158 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.807296+0000 mon.c (mon.1) 1159 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.809952+0000 mon.c (mon.1) 1160 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.811103+0000 mon.c (mon.1) 1161 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.819730+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: cephadm 2023-12-06T07:03:46.820563+0000 mgr.y (mgr.25474) 449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.901518+0000 mon.c (mon.1) 1162 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.904440+0000 mon.c (mon.1) 1163 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.906981+0000 mon.c (mon.1) 1164 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.908032+0000 mon.c (mon.1) 1165 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.916814+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: cephadm 2023-12-06T07:03:46.917792+0000 mgr.y (mgr.25474) 450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.996182+0000 mon.c (mon.1) 1166 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:46.999244+0000 mon.c (mon.1) 1167 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:47.003195+0000 mon.c (mon.1) 1168 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:47.004602+0000 mon.c (mon.1) 1169 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:47.014720+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: cephadm 2023-12-06T07:03:47.015597+0000 mgr.y (mgr.25474) 451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:47.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:47.095840+0000 mon.c (mon.1) 1170 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:47.098444+0000 mon.c (mon.1) 1171 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:47.102012+0000 mon.c (mon.1) 1172 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:47.103256+0000 mon.c (mon.1) 1173 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:47.111840+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:47.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:47.194835+0000 mon.c (mon.1) 1174 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:47.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:47.197465+0000 mon.c (mon.1) 1175 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:47.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:47.201096+0000 mon.c (mon.1) 1176 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:47.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:47.202334+0000 mon.c (mon.1) 1177 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:47.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:47 smithi141 bash[25168]: audit 2023-12-06T07:03:47.211436+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[69236]: debug 2023-12-06T07:03:48.123+0000 7f049bbc8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:03:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: cephadm 2023-12-06T07:03:47.112800+0000 mgr.y (mgr.25474) 452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: cephadm 2023-12-06T07:03:47.212720+0000 mgr.y (mgr.25474) 453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.296490+0000 mon.c (mon.1) 1178 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.298858+0000 mon.c (mon.1) 1179 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.301542+0000 mon.c (mon.1) 1180 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.302634+0000 mon.c (mon.1) 1181 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.309733+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: cephadm 2023-12-06T07:03:47.312126+0000 mgr.y (mgr.25474) 454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.397268+0000 mon.c (mon.1) 1182 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.399580+0000 mon.c (mon.1) 1183 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.401981+0000 mon.c (mon.1) 1184 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.402811+0000 mon.c (mon.1) 1185 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.411876+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: cephadm 2023-12-06T07:03:47.412887+0000 mgr.y (mgr.25474) 455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.495321+0000 mon.c (mon.1) 1186 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.499140+0000 mon.c (mon.1) 1187 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.502888+0000 mon.c (mon.1) 1188 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.503883+0000 mon.c (mon.1) 1189 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.510051+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: cephadm 2023-12-06T07:03:47.512691+0000 mgr.y (mgr.25474) 456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.592464+0000 mon.c (mon.1) 1190 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.595961+0000 mon.c (mon.1) 1191 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.599314+0000 mon.c (mon.1) 1192 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.600672+0000 mon.c (mon.1) 1193 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.609770+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: cephadm 2023-12-06T07:03:47.610526+0000 mgr.y (mgr.25474) 457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.687218+0000 mon.c (mon.1) 1194 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.690178+0000 mon.c (mon.1) 1195 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.693957+0000 mon.c (mon.1) 1196 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.695375+0000 mon.c (mon.1) 1197 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.705680+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: cephadm 2023-12-06T07:03:47.707038+0000 mgr.y (mgr.25474) 458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.787646+0000 mon.c (mon.1) 1198 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.792155+0000 mon.c (mon.1) 1199 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.795701+0000 mon.c (mon.1) 1200 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.796908+0000 mon.c (mon.1) 1201 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.806179+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: cephadm 2023-12-06T07:03:47.807213+0000 mgr.y (mgr.25474) 459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.886184+0000 mon.c (mon.1) 1202 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.888399+0000 mon.c (mon.1) 1203 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.891102+0000 mon.c (mon.1) 1204 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.892301+0000 mon.c (mon.1) 1205 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.903222+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: cephadm 2023-12-06T07:03:47.904720+0000 mgr.y (mgr.25474) 460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.987304+0000 mon.c (mon.1) 1206 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.989718+0000 mon.c (mon.1) 1207 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.992610+0000 mon.c (mon.1) 1208 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:47.993830+0000 mon.c (mon.1) 1209 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:48.001952+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: cephadm 2023-12-06T07:03:48.002773+0000 mgr.y (mgr.25474) 461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:48.082766+0000 mon.c (mon.1) 1210 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:48.085613+0000 mon.c (mon.1) 1211 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:48.090548+0000 mon.c (mon.1) 1212 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:48.091934+0000 mon.c (mon.1) 1213 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:48.099709+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:48.163002+0000 mon.c (mon.1) 1214 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:48.165486+0000 mon.c (mon.1) 1215 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:48.168489+0000 mon.c (mon.1) 1216 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:48.169703+0000 mon.c (mon.1) 1217 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[25168]: audit 2023-12-06T07:03:48.178354+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: cephadm 2023-12-06T07:03:47.112800+0000 mgr.y (mgr.25474) 452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: cephadm 2023-12-06T07:03:47.212720+0000 mgr.y (mgr.25474) 453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.296490+0000 mon.c (mon.1) 1178 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.298858+0000 mon.c (mon.1) 1179 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.301542+0000 mon.c (mon.1) 1180 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.302634+0000 mon.c (mon.1) 1181 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.309733+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: cephadm 2023-12-06T07:03:47.312126+0000 mgr.y (mgr.25474) 454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.397268+0000 mon.c (mon.1) 1182 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.399580+0000 mon.c (mon.1) 1183 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.401981+0000 mon.c (mon.1) 1184 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.402811+0000 mon.c (mon.1) 1185 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.411876+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: cephadm 2023-12-06T07:03:47.412887+0000 mgr.y (mgr.25474) 455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.495321+0000 mon.c (mon.1) 1186 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.499140+0000 mon.c (mon.1) 1187 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.502888+0000 mon.c (mon.1) 1188 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.503883+0000 mon.c (mon.1) 1189 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.510051+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: cephadm 2023-12-06T07:03:47.512691+0000 mgr.y (mgr.25474) 456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: cephadm 2023-12-06T07:03:47.112800+0000 mgr.y (mgr.25474) 452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: cephadm 2023-12-06T07:03:47.212720+0000 mgr.y (mgr.25474) 453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.296490+0000 mon.c (mon.1) 1178 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.298858+0000 mon.c (mon.1) 1179 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.301542+0000 mon.c (mon.1) 1180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.302634+0000 mon.c (mon.1) 1181 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.309733+0000 mon.a (mon.0) 345 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: cephadm 2023-12-06T07:03:47.312126+0000 mgr.y (mgr.25474) 454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.397268+0000 mon.c (mon.1) 1182 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.399580+0000 mon.c (mon.1) 1183 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.401981+0000 mon.c (mon.1) 1184 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.402811+0000 mon.c (mon.1) 1185 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.411876+0000 mon.a (mon.0) 346 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: cephadm 2023-12-06T07:03:47.412887+0000 mgr.y (mgr.25474) 455 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.495321+0000 mon.c (mon.1) 1186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.499140+0000 mon.c (mon.1) 1187 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.502888+0000 mon.c (mon.1) 1188 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.503883+0000 mon.c (mon.1) 1189 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.510051+0000 mon.a (mon.0) 347 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: cephadm 2023-12-06T07:03:47.512691+0000 mgr.y (mgr.25474) 456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.592464+0000 mon.c (mon.1) 1190 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.595961+0000 mon.c (mon.1) 1191 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.599314+0000 mon.c (mon.1) 1192 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.600672+0000 mon.c (mon.1) 1193 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.609770+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: cephadm 2023-12-06T07:03:47.610526+0000 mgr.y (mgr.25474) 457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.687218+0000 mon.c (mon.1) 1194 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.690178+0000 mon.c (mon.1) 1195 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.693957+0000 mon.c (mon.1) 1196 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.695375+0000 mon.c (mon.1) 1197 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.705680+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: cephadm 2023-12-06T07:03:47.707038+0000 mgr.y (mgr.25474) 458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.787646+0000 mon.c (mon.1) 1198 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.792155+0000 mon.c (mon.1) 1199 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.795701+0000 mon.c (mon.1) 1200 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.796908+0000 mon.c (mon.1) 1201 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.806179+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: cephadm 2023-12-06T07:03:47.807213+0000 mgr.y (mgr.25474) 459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.886184+0000 mon.c (mon.1) 1202 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.888399+0000 mon.c (mon.1) 1203 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.891102+0000 mon.c (mon.1) 1204 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.892301+0000 mon.c (mon.1) 1205 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.903222+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: cephadm 2023-12-06T07:03:47.904720+0000 mgr.y (mgr.25474) 460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.987304+0000 mon.c (mon.1) 1206 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.989718+0000 mon.c (mon.1) 1207 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.992610+0000 mon.c (mon.1) 1208 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:47.993830+0000 mon.c (mon.1) 1209 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:48.001952+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: cephadm 2023-12-06T07:03:48.002773+0000 mgr.y (mgr.25474) 461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:48.082766+0000 mon.c (mon.1) 1210 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:48.085613+0000 mon.c (mon.1) 1211 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:48.090548+0000 mon.c (mon.1) 1212 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:48.091934+0000 mon.c (mon.1) 1213 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:48.099709+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:48.163002+0000 mon.c (mon.1) 1214 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:48.165486+0000 mon.c (mon.1) 1215 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:48.168489+0000 mon.c (mon.1) 1216 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:48.169703+0000 mon.c (mon.1) 1217 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[30799]: audit 2023-12-06T07:03:48.178354+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.592464+0000 mon.c (mon.1) 1190 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.595961+0000 mon.c (mon.1) 1191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.599314+0000 mon.c (mon.1) 1192 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.600672+0000 mon.c (mon.1) 1193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.609770+0000 mon.a (mon.0) 348 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: cephadm 2023-12-06T07:03:47.610526+0000 mgr.y (mgr.25474) 457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.687218+0000 mon.c (mon.1) 1194 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.690178+0000 mon.c (mon.1) 1195 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.693957+0000 mon.c (mon.1) 1196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.695375+0000 mon.c (mon.1) 1197 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.705680+0000 mon.a (mon.0) 349 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: cephadm 2023-12-06T07:03:47.707038+0000 mgr.y (mgr.25474) 458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.787646+0000 mon.c (mon.1) 1198 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.792155+0000 mon.c (mon.1) 1199 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.795701+0000 mon.c (mon.1) 1200 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.796908+0000 mon.c (mon.1) 1201 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.806179+0000 mon.a (mon.0) 350 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: cephadm 2023-12-06T07:03:47.807213+0000 mgr.y (mgr.25474) 459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.886184+0000 mon.c (mon.1) 1202 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.888399+0000 mon.c (mon.1) 1203 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.891102+0000 mon.c (mon.1) 1204 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.892301+0000 mon.c (mon.1) 1205 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.903222+0000 mon.a (mon.0) 351 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: cephadm 2023-12-06T07:03:47.904720+0000 mgr.y (mgr.25474) 460 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.987304+0000 mon.c (mon.1) 1206 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.989718+0000 mon.c (mon.1) 1207 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.992610+0000 mon.c (mon.1) 1208 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:47.993830+0000 mon.c (mon.1) 1209 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:48.001952+0000 mon.a (mon.0) 352 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: cephadm 2023-12-06T07:03:48.002773+0000 mgr.y (mgr.25474) 461 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:48.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:48.082766+0000 mon.c (mon.1) 1210 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:48.085613+0000 mon.c (mon.1) 1211 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:48.090548+0000 mon.c (mon.1) 1212 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:48.091934+0000 mon.c (mon.1) 1213 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:48.099709+0000 mon.a (mon.0) 353 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:48.163002+0000 mon.c (mon.1) 1214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:48.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:48.165486+0000 mon.c (mon.1) 1215 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:48.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:48.168489+0000 mon.c (mon.1) 1216 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:48.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:48.169703+0000 mon.c (mon.1) 1217 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:48.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:48 smithi040 bash[78949]: audit 2023-12-06T07:03:48.178354+0000 mon.a (mon.0) 354 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:48.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:03:48 smithi141 bash[61993]: ts=2023-12-06T07:03: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:03:49.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[69236]: debug 2023-12-06T07:03:49.067+0000 7f049bbc8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T07:03:49.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[69236]: debug 2023-12-06T07:03:49.175+0000 7f049bbc8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:03:49.460 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[69236]: debug 2023-12-06T07:03:49.287+0000 7f049bbc8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:03:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: cephadm 2023-12-06T07:03:48.102286+0000 mgr.y (mgr.25474) 462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: cephadm 2023-12-06T07:03:48.179571+0000 mgr.y (mgr.25474) 463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.262994+0000 mon.c (mon.1) 1218 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.264897+0000 mon.c (mon.1) 1219 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.266727+0000 mon.c (mon.1) 1220 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.267445+0000 mon.c (mon.1) 1221 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.274359+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: cephadm 2023-12-06T07:03:48.275340+0000 mgr.y (mgr.25474) 464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.357531+0000 mon.c (mon.1) 1222 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.360078+0000 mon.c (mon.1) 1223 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.363917+0000 mon.c (mon.1) 1224 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.364874+0000 mon.c (mon.1) 1225 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.371080+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: cephadm 2023-12-06T07:03:48.371873+0000 mgr.y (mgr.25474) 465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.457479+0000 mon.c (mon.1) 1226 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.460690+0000 mon.c (mon.1) 1227 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.463590+0000 mon.c (mon.1) 1228 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.464636+0000 mon.c (mon.1) 1229 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.474169+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: cephadm 2023-12-06T07:03:48.475191+0000 mgr.y (mgr.25474) 466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.554695+0000 mon.c (mon.1) 1230 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.557585+0000 mon.c (mon.1) 1231 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.560647+0000 mon.c (mon.1) 1232 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.561824+0000 mon.c (mon.1) 1233 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.569456+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: cephadm 2023-12-06T07:03:48.572683+0000 mgr.y (mgr.25474) 467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.655092+0000 mon.c (mon.1) 1234 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.657829+0000 mon.c (mon.1) 1235 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.661309+0000 mon.c (mon.1) 1236 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.662506+0000 mon.c (mon.1) 1237 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.671338+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: cephadm 2023-12-06T07:03:48.672038+0000 mgr.y (mgr.25474) 468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: cluster 2023-12-06T07:03:48.687964+0000 mgr.y (mgr.25474) 469 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:03:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.751933+0000 mon.c (mon.1) 1238 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.754796+0000 mon.c (mon.1) 1239 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.757248+0000 mon.c (mon.1) 1240 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.758047+0000 mon.c (mon.1) 1241 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.764181+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: cephadm 2023-12-06T07:03:48.767378+0000 mgr.y (mgr.25474) 470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.847929+0000 mon.c (mon.1) 1242 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.852020+0000 mon.c (mon.1) 1243 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.855271+0000 mon.c (mon.1) 1244 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.856425+0000 mon.c (mon.1) 1245 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.864993+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: cephadm 2023-12-06T07:03:48.867390+0000 mgr.y (mgr.25474) 471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.947959+0000 mon.c (mon.1) 1246 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.950030+0000 mon.c (mon.1) 1247 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.952761+0000 mon.c (mon.1) 1248 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.953734+0000 mon.c (mon.1) 1249 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:48.960249+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: cephadm 2023-12-06T07:03:48.976188+0000 mgr.y (mgr.25474) 472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:49.059197+0000 mon.c (mon.1) 1250 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:49.061833+0000 mon.c (mon.1) 1251 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:49.065532+0000 mon.c (mon.1) 1252 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:49.066942+0000 mon.c (mon.1) 1253 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:49.074804+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: cephadm 2023-12-06T07:03:49.075577+0000 mgr.y (mgr.25474) 473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:49.156532+0000 mon.c (mon.1) 1254 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:49.160776+0000 mon.c (mon.1) 1255 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:49.165862+0000 mon.c (mon.1) 1256 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:49.167457+0000 mon.c (mon.1) 1257 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[25168]: audit 2023-12-06T07:03:49.176554+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: cephadm 2023-12-06T07:03:48.102286+0000 mgr.y (mgr.25474) 462 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: cephadm 2023-12-06T07:03:48.179571+0000 mgr.y (mgr.25474) 463 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.262994+0000 mon.c (mon.1) 1218 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.264897+0000 mon.c (mon.1) 1219 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.266727+0000 mon.c (mon.1) 1220 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.267445+0000 mon.c (mon.1) 1221 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.274359+0000 mon.a (mon.0) 355 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: cephadm 2023-12-06T07:03:48.275340+0000 mgr.y (mgr.25474) 464 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.357531+0000 mon.c (mon.1) 1222 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.360078+0000 mon.c (mon.1) 1223 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.363917+0000 mon.c (mon.1) 1224 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.364874+0000 mon.c (mon.1) 1225 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.371080+0000 mon.a (mon.0) 356 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: cephadm 2023-12-06T07:03:48.371873+0000 mgr.y (mgr.25474) 465 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.457479+0000 mon.c (mon.1) 1226 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.460690+0000 mon.c (mon.1) 1227 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.463590+0000 mon.c (mon.1) 1228 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.464636+0000 mon.c (mon.1) 1229 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.474169+0000 mon.a (mon.0) 357 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: cephadm 2023-12-06T07:03:48.475191+0000 mgr.y (mgr.25474) 466 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: cephadm 2023-12-06T07:03:48.102286+0000 mgr.y (mgr.25474) 462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: cephadm 2023-12-06T07:03:48.179571+0000 mgr.y (mgr.25474) 463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.262994+0000 mon.c (mon.1) 1218 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.264897+0000 mon.c (mon.1) 1219 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.266727+0000 mon.c (mon.1) 1220 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.267445+0000 mon.c (mon.1) 1221 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.274359+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: cephadm 2023-12-06T07:03:48.275340+0000 mgr.y (mgr.25474) 464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.357531+0000 mon.c (mon.1) 1222 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.360078+0000 mon.c (mon.1) 1223 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.363917+0000 mon.c (mon.1) 1224 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.364874+0000 mon.c (mon.1) 1225 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.371080+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: cephadm 2023-12-06T07:03:48.371873+0000 mgr.y (mgr.25474) 465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.457479+0000 mon.c (mon.1) 1226 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.460690+0000 mon.c (mon.1) 1227 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.463590+0000 mon.c (mon.1) 1228 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.464636+0000 mon.c (mon.1) 1229 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.474169+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: cephadm 2023-12-06T07:03:48.475191+0000 mgr.y (mgr.25474) 466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.554695+0000 mon.c (mon.1) 1230 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.557585+0000 mon.c (mon.1) 1231 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.560647+0000 mon.c (mon.1) 1232 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.561824+0000 mon.c (mon.1) 1233 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.569456+0000 mon.a (mon.0) 358 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: cephadm 2023-12-06T07:03:48.572683+0000 mgr.y (mgr.25474) 467 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.655092+0000 mon.c (mon.1) 1234 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.657829+0000 mon.c (mon.1) 1235 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.661309+0000 mon.c (mon.1) 1236 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.662506+0000 mon.c (mon.1) 1237 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.671338+0000 mon.a (mon.0) 359 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: cephadm 2023-12-06T07:03:48.672038+0000 mgr.y (mgr.25474) 468 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: cluster 2023-12-06T07:03:48.687964+0000 mgr.y (mgr.25474) 469 : 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-06T07:03:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.751933+0000 mon.c (mon.1) 1238 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.754796+0000 mon.c (mon.1) 1239 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.757248+0000 mon.c (mon.1) 1240 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.758047+0000 mon.c (mon.1) 1241 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.764181+0000 mon.a (mon.0) 360 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: cephadm 2023-12-06T07:03:48.767378+0000 mgr.y (mgr.25474) 470 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.847929+0000 mon.c (mon.1) 1242 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.852020+0000 mon.c (mon.1) 1243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.554695+0000 mon.c (mon.1) 1230 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.557585+0000 mon.c (mon.1) 1231 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.560647+0000 mon.c (mon.1) 1232 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.561824+0000 mon.c (mon.1) 1233 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.569456+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: cephadm 2023-12-06T07:03:48.572683+0000 mgr.y (mgr.25474) 467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.655092+0000 mon.c (mon.1) 1234 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.657829+0000 mon.c (mon.1) 1235 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.661309+0000 mon.c (mon.1) 1236 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.662506+0000 mon.c (mon.1) 1237 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.671338+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: cephadm 2023-12-06T07:03:48.672038+0000 mgr.y (mgr.25474) 468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: cluster 2023-12-06T07:03:48.687964+0000 mgr.y (mgr.25474) 469 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:03:49.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.751933+0000 mon.c (mon.1) 1238 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.754796+0000 mon.c (mon.1) 1239 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.757248+0000 mon.c (mon.1) 1240 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.758047+0000 mon.c (mon.1) 1241 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.764181+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: cephadm 2023-12-06T07:03:48.767378+0000 mgr.y (mgr.25474) 470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.847929+0000 mon.c (mon.1) 1242 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.855271+0000 mon.c (mon.1) 1244 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.856425+0000 mon.c (mon.1) 1245 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.864993+0000 mon.a (mon.0) 361 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: cephadm 2023-12-06T07:03:48.867390+0000 mgr.y (mgr.25474) 471 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.947959+0000 mon.c (mon.1) 1246 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.950030+0000 mon.c (mon.1) 1247 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.952761+0000 mon.c (mon.1) 1248 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.953734+0000 mon.c (mon.1) 1249 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:48.960249+0000 mon.a (mon.0) 362 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: cephadm 2023-12-06T07:03:48.976188+0000 mgr.y (mgr.25474) 472 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:49.059197+0000 mon.c (mon.1) 1250 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:49.061833+0000 mon.c (mon.1) 1251 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:49.065532+0000 mon.c (mon.1) 1252 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:49.066942+0000 mon.c (mon.1) 1253 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:49.074804+0000 mon.a (mon.0) 363 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: cephadm 2023-12-06T07:03:49.075577+0000 mgr.y (mgr.25474) 473 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:49.156532+0000 mon.c (mon.1) 1254 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:49.160776+0000 mon.c (mon.1) 1255 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:49.165862+0000 mon.c (mon.1) 1256 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:49.167457+0000 mon.c (mon.1) 1257 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[78949]: audit 2023-12-06T07:03:49.176554+0000 mon.a (mon.0) 364 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.852020+0000 mon.c (mon.1) 1243 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.855271+0000 mon.c (mon.1) 1244 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.856425+0000 mon.c (mon.1) 1245 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.864993+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: cephadm 2023-12-06T07:03:48.867390+0000 mgr.y (mgr.25474) 471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.947959+0000 mon.c (mon.1) 1246 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.950030+0000 mon.c (mon.1) 1247 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.952761+0000 mon.c (mon.1) 1248 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.953734+0000 mon.c (mon.1) 1249 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:48.960249+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: cephadm 2023-12-06T07:03:48.976188+0000 mgr.y (mgr.25474) 472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:49.059197+0000 mon.c (mon.1) 1250 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:49.061833+0000 mon.c (mon.1) 1251 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:49.065532+0000 mon.c (mon.1) 1252 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:49.066942+0000 mon.c (mon.1) 1253 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:49.074804+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: cephadm 2023-12-06T07:03:49.075577+0000 mgr.y (mgr.25474) 473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:49.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:49.156532+0000 mon.c (mon.1) 1254 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:49.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:49.160776+0000 mon.c (mon.1) 1255 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:49.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:49.165862+0000 mon.c (mon.1) 1256 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:49.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:49.167457+0000 mon.c (mon.1) 1257 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:49.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:49 smithi040 bash[30799]: audit 2023-12-06T07:03:49.176554+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:49.959 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[69236]: debug 2023-12-06T07:03:49.571+0000 7f049bbc8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:03:50.259 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:49 smithi141 bash[69236]: debug 2023-12-06T07:03:49.963+0000 7f049bbc8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:03:50.259 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[69236]: debug 2023-12-06T07:03:50.139+0000 7f049bbc8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:03:50.259 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: cephadm 2023-12-06T07:03:49.177663+0000 mgr.y (mgr.25474) 474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.259 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.262662+0000 mon.c (mon.1) 1258 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.259 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.264537+0000 mon.c (mon.1) 1259 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.259 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.266554+0000 mon.c (mon.1) 1260 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.259 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.267304+0000 mon.c (mon.1) 1261 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.260 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.272292+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.260 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: cephadm 2023-12-06T07:03:49.273167+0000 mgr.y (mgr.25474) 475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.260 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.350657+0000 mon.c (mon.1) 1262 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: cephadm 2023-12-06T07:03:49.177663+0000 mgr.y (mgr.25474) 474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.262662+0000 mon.c (mon.1) 1258 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.264537+0000 mon.c (mon.1) 1259 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.266554+0000 mon.c (mon.1) 1260 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.267304+0000 mon.c (mon.1) 1261 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.272292+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: cephadm 2023-12-06T07:03:49.273167+0000 mgr.y (mgr.25474) 475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.350657+0000 mon.c (mon.1) 1262 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.353731+0000 mon.c (mon.1) 1263 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.357255+0000 mon.c (mon.1) 1264 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.358656+0000 mon.c (mon.1) 1265 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.367586+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: cephadm 2023-12-06T07:03:49.368436+0000 mgr.y (mgr.25474) 476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.449298+0000 mon.c (mon.1) 1266 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.453334+0000 mon.c (mon.1) 1267 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.455958+0000 mon.c (mon.1) 1268 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.457155+0000 mon.c (mon.1) 1269 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.465320+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: cephadm 2023-12-06T07:03:49.466290+0000 mgr.y (mgr.25474) 477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.547108+0000 mon.c (mon.1) 1270 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: cephadm 2023-12-06T07:03:49.177663+0000 mgr.y (mgr.25474) 474 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.262662+0000 mon.c (mon.1) 1258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.264537+0000 mon.c (mon.1) 1259 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.266554+0000 mon.c (mon.1) 1260 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.267304+0000 mon.c (mon.1) 1261 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.272292+0000 mon.a (mon.0) 365 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: cephadm 2023-12-06T07:03:49.273167+0000 mgr.y (mgr.25474) 475 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.350657+0000 mon.c (mon.1) 1262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.353731+0000 mon.c (mon.1) 1263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.357255+0000 mon.c (mon.1) 1264 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.358656+0000 mon.c (mon.1) 1265 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.367586+0000 mon.a (mon.0) 366 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: cephadm 2023-12-06T07:03:49.368436+0000 mgr.y (mgr.25474) 476 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.449298+0000 mon.c (mon.1) 1266 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.453334+0000 mon.c (mon.1) 1267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.455958+0000 mon.c (mon.1) 1268 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.457155+0000 mon.c (mon.1) 1269 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.465320+0000 mon.a (mon.0) 367 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: cephadm 2023-12-06T07:03:49.466290+0000 mgr.y (mgr.25474) 477 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.547108+0000 mon.c (mon.1) 1270 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.549867+0000 mon.c (mon.1) 1271 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.552641+0000 mon.c (mon.1) 1272 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.553765+0000 mon.c (mon.1) 1273 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.560046+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: cephadm 2023-12-06T07:03:49.563512+0000 mgr.y (mgr.25474) 478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.643294+0000 mon.c (mon.1) 1274 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.645707+0000 mon.c (mon.1) 1275 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.649018+0000 mon.c (mon.1) 1276 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.650517+0000 mon.c (mon.1) 1277 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.660231+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: cephadm 2023-12-06T07:03:49.661369+0000 mgr.y (mgr.25474) 479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.740723+0000 mon.c (mon.1) 1278 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.743084+0000 mon.c (mon.1) 1279 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.746032+0000 mon.c (mon.1) 1280 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.747188+0000 mon.c (mon.1) 1281 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.755411+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: cephadm 2023-12-06T07:03:49.756605+0000 mgr.y (mgr.25474) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.835823+0000 mon.c (mon.1) 1282 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.839079+0000 mon.c (mon.1) 1283 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.841794+0000 mon.c (mon.1) 1284 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.842943+0000 mon.c (mon.1) 1285 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.850292+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: cephadm 2023-12-06T07:03:49.851018+0000 mgr.y (mgr.25474) 481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.934491+0000 mon.c (mon.1) 1286 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.936742+0000 mon.c (mon.1) 1287 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.940255+0000 mon.c (mon.1) 1288 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.941271+0000 mon.c (mon.1) 1289 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:49.949623+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: cephadm 2023-12-06T07:03:49.950631+0000 mgr.y (mgr.25474) 482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:50.027973+0000 mon.c (mon.1) 1290 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:50.030699+0000 mon.c (mon.1) 1291 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:50.034142+0000 mon.c (mon.1) 1292 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:50.035065+0000 mon.c (mon.1) 1293 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:50.043824+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: cephadm 2023-12-06T07:03:50.045147+0000 mgr.y (mgr.25474) 483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:50.110268+0000 mon.c (mon.1) 1294 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:50.112549+0000 mon.c (mon.1) 1295 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:50.115076+0000 mon.c (mon.1) 1296 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:50.116001+0000 mon.c (mon.1) 1297 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:50.121953+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.549867+0000 mon.c (mon.1) 1271 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.552641+0000 mon.c (mon.1) 1272 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.553765+0000 mon.c (mon.1) 1273 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.560046+0000 mon.a (mon.0) 368 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: cephadm 2023-12-06T07:03:49.563512+0000 mgr.y (mgr.25474) 478 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.643294+0000 mon.c (mon.1) 1274 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.645707+0000 mon.c (mon.1) 1275 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.649018+0000 mon.c (mon.1) 1276 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.650517+0000 mon.c (mon.1) 1277 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.660231+0000 mon.a (mon.0) 369 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: cephadm 2023-12-06T07:03:49.661369+0000 mgr.y (mgr.25474) 479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.740723+0000 mon.c (mon.1) 1278 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.743084+0000 mon.c (mon.1) 1279 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.746032+0000 mon.c (mon.1) 1280 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.747188+0000 mon.c (mon.1) 1281 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.755411+0000 mon.a (mon.0) 370 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: cephadm 2023-12-06T07:03:49.756605+0000 mgr.y (mgr.25474) 480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.835823+0000 mon.c (mon.1) 1282 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.839079+0000 mon.c (mon.1) 1283 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.841794+0000 mon.c (mon.1) 1284 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:50.200882+0000 mon.c (mon.1) 1298 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:50.203607+0000 mon.c (mon.1) 1299 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:50.206875+0000 mon.c (mon.1) 1300 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:50.208170+0000 mon.c (mon.1) 1301 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[30799]: audit 2023-12-06T07:03:50.216568+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.842943+0000 mon.c (mon.1) 1285 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.850292+0000 mon.a (mon.0) 371 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: cephadm 2023-12-06T07:03:49.851018+0000 mgr.y (mgr.25474) 481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.934491+0000 mon.c (mon.1) 1286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.936742+0000 mon.c (mon.1) 1287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.940255+0000 mon.c (mon.1) 1288 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.941271+0000 mon.c (mon.1) 1289 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:49.949623+0000 mon.a (mon.0) 372 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: cephadm 2023-12-06T07:03:49.950631+0000 mgr.y (mgr.25474) 482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:50.027973+0000 mon.c (mon.1) 1290 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:50.030699+0000 mon.c (mon.1) 1291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:50.034142+0000 mon.c (mon.1) 1292 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:50.035065+0000 mon.c (mon.1) 1293 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:50.043824+0000 mon.a (mon.0) 373 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: cephadm 2023-12-06T07:03:50.045147+0000 mgr.y (mgr.25474) 483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:50.110268+0000 mon.c (mon.1) 1294 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:50.112549+0000 mon.c (mon.1) 1295 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:50.115076+0000 mon.c (mon.1) 1296 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:50.116001+0000 mon.c (mon.1) 1297 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:50.121953+0000 mon.a (mon.0) 374 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:50.200882+0000 mon.c (mon.1) 1298 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:50.203607+0000 mon.c (mon.1) 1299 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:50.206875+0000 mon.c (mon.1) 1300 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:50.208170+0000 mon.c (mon.1) 1301 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:50 smithi040 bash[78949]: audit 2023-12-06T07:03:50.216568+0000 mon.a (mon.0) 375 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[69236]: debug 2023-12-06T07:03:50.367+0000 7f049bbc8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:03:50.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.353731+0000 mon.c (mon.1) 1263 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.357255+0000 mon.c (mon.1) 1264 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.358656+0000 mon.c (mon.1) 1265 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.367586+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: cephadm 2023-12-06T07:03:49.368436+0000 mgr.y (mgr.25474) 476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.449298+0000 mon.c (mon.1) 1266 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.453334+0000 mon.c (mon.1) 1267 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.455958+0000 mon.c (mon.1) 1268 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.457155+0000 mon.c (mon.1) 1269 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.465320+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: cephadm 2023-12-06T07:03:49.466290+0000 mgr.y (mgr.25474) 477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.547108+0000 mon.c (mon.1) 1270 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.549867+0000 mon.c (mon.1) 1271 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.552641+0000 mon.c (mon.1) 1272 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.553765+0000 mon.c (mon.1) 1273 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.560046+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: cephadm 2023-12-06T07:03:49.563512+0000 mgr.y (mgr.25474) 478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.643294+0000 mon.c (mon.1) 1274 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.645707+0000 mon.c (mon.1) 1275 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.649018+0000 mon.c (mon.1) 1276 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.650517+0000 mon.c (mon.1) 1277 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.660231+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: cephadm 2023-12-06T07:03:49.661369+0000 mgr.y (mgr.25474) 479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.740723+0000 mon.c (mon.1) 1278 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.743084+0000 mon.c (mon.1) 1279 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.746032+0000 mon.c (mon.1) 1280 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.747188+0000 mon.c (mon.1) 1281 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.755411+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: cephadm 2023-12-06T07:03:49.756605+0000 mgr.y (mgr.25474) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.835823+0000 mon.c (mon.1) 1282 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.839079+0000 mon.c (mon.1) 1283 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.841794+0000 mon.c (mon.1) 1284 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.842943+0000 mon.c (mon.1) 1285 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.850292+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: cephadm 2023-12-06T07:03:49.851018+0000 mgr.y (mgr.25474) 481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.934491+0000 mon.c (mon.1) 1286 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.936742+0000 mon.c (mon.1) 1287 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.940255+0000 mon.c (mon.1) 1288 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.941271+0000 mon.c (mon.1) 1289 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:49.949623+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: cephadm 2023-12-06T07:03:49.950631+0000 mgr.y (mgr.25474) 482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:50.027973+0000 mon.c (mon.1) 1290 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:50.030699+0000 mon.c (mon.1) 1291 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:50.034142+0000 mon.c (mon.1) 1292 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:50.035065+0000 mon.c (mon.1) 1293 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:50.043824+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: cephadm 2023-12-06T07:03:50.045147+0000 mgr.y (mgr.25474) 483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:50.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:50.110268+0000 mon.c (mon.1) 1294 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:50.112549+0000 mon.c (mon.1) 1295 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:50.115076+0000 mon.c (mon.1) 1296 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:50.116001+0000 mon.c (mon.1) 1297 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:50.121953+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:50.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:50.200882+0000 mon.c (mon.1) 1298 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:50.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:50.203607+0000 mon.c (mon.1) 1299 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:50.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:50.206875+0000 mon.c (mon.1) 1300 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:50.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:50.208170+0000 mon.c (mon.1) 1301 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:50.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:50 smithi141 bash[25168]: audit 2023-12-06T07:03:50.216568+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.450 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: cephadm 2023-12-06T07:03:50.123771+0000 mgr.y (mgr.25474) 484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.451 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: cephadm 2023-12-06T07:03:50.217962+0000 mgr.y (mgr.25474) 485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.451 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.298707+0000 mon.c (mon.1) 1302 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.451 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.302387+0000 mon.c (mon.1) 1303 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.451 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.305522+0000 mon.c (mon.1) 1304 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.451 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.306629+0000 mon.c (mon.1) 1305 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.451 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.313848+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.451 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: cephadm 2023-12-06T07:03:50.315370+0000 mgr.y (mgr.25474) 486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.451 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.398796+0000 mon.c (mon.1) 1306 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.451 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.401685+0000 mon.c (mon.1) 1307 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.451 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.405336+0000 mon.c (mon.1) 1308 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.451 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.406629+0000 mon.c (mon.1) 1309 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.451 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.416791+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.451 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: cephadm 2023-12-06T07:03:50.417675+0000 mgr.y (mgr.25474) 487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.452 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.499237+0000 mon.c (mon.1) 1310 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.452 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.501567+0000 mon.c (mon.1) 1311 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.452 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.504619+0000 mon.c (mon.1) 1312 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.452 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.505871+0000 mon.c (mon.1) 1313 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.452 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.516450+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.452 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: cephadm 2023-12-06T07:03:50.517475+0000 mgr.y (mgr.25474) 488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.452 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.598884+0000 mon.c (mon.1) 1314 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.452 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.601652+0000 mon.c (mon.1) 1315 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.452 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.605198+0000 mon.c (mon.1) 1316 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.452 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.606620+0000 mon.c (mon.1) 1317 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.452 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.619025+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.452 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: cephadm 2023-12-06T07:03:50.620318+0000 mgr.y (mgr.25474) 489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.452 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: cluster 2023-12-06T07:03:50.688452+0000 mgr.y (mgr.25474) 490 : cluster [DBG] 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-06T07:03:51.452 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.700827+0000 mon.c (mon.1) 1318 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.452 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.704983+0000 mon.c (mon.1) 1319 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.453 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.709002+0000 mon.c (mon.1) 1320 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.453 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.710229+0000 mon.c (mon.1) 1321 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.453 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.717540+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.453 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: cephadm 2023-12-06T07:03:50.719027+0000 mgr.y (mgr.25474) 491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.453 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.801649+0000 mon.c (mon.1) 1322 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.453 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.803983+0000 mon.c (mon.1) 1323 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.453 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.806930+0000 mon.c (mon.1) 1324 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.453 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.808155+0000 mon.c (mon.1) 1325 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.453 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.817503+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.453 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: cephadm 2023-12-06T07:03:50.818437+0000 mgr.y (mgr.25474) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.453 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.900331+0000 mon.c (mon.1) 1326 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.453 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.904578+0000 mon.c (mon.1) 1327 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.453 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.908508+0000 mon.c (mon.1) 1328 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.453 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.909875+0000 mon.c (mon.1) 1329 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.453 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.918518+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: cephadm 2023-12-06T07:03:50.919286+0000 mgr.y (mgr.25474) 493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.997599+0000 mon.c (mon.1) 1330 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:50.999982+0000 mon.c (mon.1) 1331 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:51.002431+0000 mon.c (mon.1) 1332 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:51.003404+0000 mon.c (mon.1) 1333 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:51.010325+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: cephadm 2023-12-06T07:03:51.011182+0000 mgr.y (mgr.25474) 494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:51.095420+0000 mon.c (mon.1) 1334 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:51.097643+0000 mon.c (mon.1) 1335 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:51.101605+0000 mon.c (mon.1) 1336 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:51.102904+0000 mon.c (mon.1) 1337 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:51.111827+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:51.192413+0000 mon.c (mon.1) 1338 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.454 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:51.194776+0000 mon.c (mon.1) 1339 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.455 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:51.197362+0000 mon.c (mon.1) 1340 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.455 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:51.198241+0000 mon.c (mon.1) 1341 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.455 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[25168]: audit 2023-12-06T07:03:51.205756+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: cephadm 2023-12-06T07:03:50.123771+0000 mgr.y (mgr.25474) 484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: cephadm 2023-12-06T07:03:50.217962+0000 mgr.y (mgr.25474) 485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.298707+0000 mon.c (mon.1) 1302 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.302387+0000 mon.c (mon.1) 1303 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.305522+0000 mon.c (mon.1) 1304 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.306629+0000 mon.c (mon.1) 1305 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.313848+0000 mon.a (mon.0) 376 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: cephadm 2023-12-06T07:03:50.315370+0000 mgr.y (mgr.25474) 486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.398796+0000 mon.c (mon.1) 1306 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.401685+0000 mon.c (mon.1) 1307 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.405336+0000 mon.c (mon.1) 1308 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.406629+0000 mon.c (mon.1) 1309 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.416791+0000 mon.a (mon.0) 377 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: cephadm 2023-12-06T07:03:50.417675+0000 mgr.y (mgr.25474) 487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.499237+0000 mon.c (mon.1) 1310 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.501567+0000 mon.c (mon.1) 1311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.504619+0000 mon.c (mon.1) 1312 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.505871+0000 mon.c (mon.1) 1313 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.516450+0000 mon.a (mon.0) 378 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: cephadm 2023-12-06T07:03:50.517475+0000 mgr.y (mgr.25474) 488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.598884+0000 mon.c (mon.1) 1314 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.601652+0000 mon.c (mon.1) 1315 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.605198+0000 mon.c (mon.1) 1316 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.606620+0000 mon.c (mon.1) 1317 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.619025+0000 mon.a (mon.0) 379 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: cephadm 2023-12-06T07:03:50.620318+0000 mgr.y (mgr.25474) 489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: cluster 2023-12-06T07:03:50.688452+0000 mgr.y (mgr.25474) 490 : 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-06T07:03:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.700827+0000 mon.c (mon.1) 1318 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.704983+0000 mon.c (mon.1) 1319 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.709002+0000 mon.c (mon.1) 1320 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.710229+0000 mon.c (mon.1) 1321 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.717540+0000 mon.a (mon.0) 380 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: cephadm 2023-12-06T07:03:50.719027+0000 mgr.y (mgr.25474) 491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.801649+0000 mon.c (mon.1) 1322 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.803983+0000 mon.c (mon.1) 1323 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.806930+0000 mon.c (mon.1) 1324 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.808155+0000 mon.c (mon.1) 1325 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.817503+0000 mon.a (mon.0) 381 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: cephadm 2023-12-06T07:03:50.818437+0000 mgr.y (mgr.25474) 492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.900331+0000 mon.c (mon.1) 1326 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.904578+0000 mon.c (mon.1) 1327 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: cephadm 2023-12-06T07:03:50.123771+0000 mgr.y (mgr.25474) 484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: cephadm 2023-12-06T07:03:50.217962+0000 mgr.y (mgr.25474) 485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.298707+0000 mon.c (mon.1) 1302 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.302387+0000 mon.c (mon.1) 1303 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.305522+0000 mon.c (mon.1) 1304 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.306629+0000 mon.c (mon.1) 1305 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.313848+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: cephadm 2023-12-06T07:03:50.315370+0000 mgr.y (mgr.25474) 486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.398796+0000 mon.c (mon.1) 1306 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.401685+0000 mon.c (mon.1) 1307 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.405336+0000 mon.c (mon.1) 1308 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.406629+0000 mon.c (mon.1) 1309 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.416791+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: cephadm 2023-12-06T07:03:50.417675+0000 mgr.y (mgr.25474) 487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.499237+0000 mon.c (mon.1) 1310 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.501567+0000 mon.c (mon.1) 1311 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.504619+0000 mon.c (mon.1) 1312 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.505871+0000 mon.c (mon.1) 1313 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.516450+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: cephadm 2023-12-06T07:03:50.517475+0000 mgr.y (mgr.25474) 488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.908508+0000 mon.c (mon.1) 1328 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.909875+0000 mon.c (mon.1) 1329 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.918518+0000 mon.a (mon.0) 382 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: cephadm 2023-12-06T07:03:50.919286+0000 mgr.y (mgr.25474) 493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.997599+0000 mon.c (mon.1) 1330 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:50.999982+0000 mon.c (mon.1) 1331 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:51.002431+0000 mon.c (mon.1) 1332 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:51.003404+0000 mon.c (mon.1) 1333 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:51.010325+0000 mon.a (mon.0) 383 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: cephadm 2023-12-06T07:03:51.011182+0000 mgr.y (mgr.25474) 494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:51.095420+0000 mon.c (mon.1) 1334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:51.097643+0000 mon.c (mon.1) 1335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:51.101605+0000 mon.c (mon.1) 1336 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:51.102904+0000 mon.c (mon.1) 1337 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:51.111827+0000 mon.a (mon.0) 384 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:51.192413+0000 mon.c (mon.1) 1338 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:51.194776+0000 mon.c (mon.1) 1339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:51.197362+0000 mon.c (mon.1) 1340 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:51.198241+0000 mon.c (mon.1) 1341 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[78949]: audit 2023-12-06T07:03:51.205756+0000 mon.a (mon.0) 385 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.598884+0000 mon.c (mon.1) 1314 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.601652+0000 mon.c (mon.1) 1315 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.605198+0000 mon.c (mon.1) 1316 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.606620+0000 mon.c (mon.1) 1317 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.619025+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: cephadm 2023-12-06T07:03:50.620318+0000 mgr.y (mgr.25474) 489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: cluster 2023-12-06T07:03:50.688452+0000 mgr.y (mgr.25474) 490 : cluster [DBG] 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-06T07:03:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.700827+0000 mon.c (mon.1) 1318 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.704983+0000 mon.c (mon.1) 1319 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.709002+0000 mon.c (mon.1) 1320 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.710229+0000 mon.c (mon.1) 1321 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.717540+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: cephadm 2023-12-06T07:03:50.719027+0000 mgr.y (mgr.25474) 491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.801649+0000 mon.c (mon.1) 1322 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.803983+0000 mon.c (mon.1) 1323 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.806930+0000 mon.c (mon.1) 1324 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.808155+0000 mon.c (mon.1) 1325 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.817503+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: cephadm 2023-12-06T07:03:50.818437+0000 mgr.y (mgr.25474) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.900331+0000 mon.c (mon.1) 1326 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.904578+0000 mon.c (mon.1) 1327 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.908508+0000 mon.c (mon.1) 1328 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.909875+0000 mon.c (mon.1) 1329 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.918518+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: cephadm 2023-12-06T07:03:50.919286+0000 mgr.y (mgr.25474) 493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.997599+0000 mon.c (mon.1) 1330 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:50.999982+0000 mon.c (mon.1) 1331 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:51.002431+0000 mon.c (mon.1) 1332 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:51.003404+0000 mon.c (mon.1) 1333 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:51.010325+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: cephadm 2023-12-06T07:03:51.011182+0000 mgr.y (mgr.25474) 494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:51.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:51.095420+0000 mon.c (mon.1) 1334 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:51.097643+0000 mon.c (mon.1) 1335 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:51.101605+0000 mon.c (mon.1) 1336 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:51.102904+0000 mon.c (mon.1) 1337 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:51.111827+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:51.192413+0000 mon.c (mon.1) 1338 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:51.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:51.194776+0000 mon.c (mon.1) 1339 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:51.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:51.197362+0000 mon.c (mon.1) 1340 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:51.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:51.198241+0000 mon.c (mon.1) 1341 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:51.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:51 smithi040 bash[30799]: audit 2023-12-06T07:03:51.205756+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:51.724 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[69236]: debug 2023-12-06T07:03:51.443+0000 7f049bbc8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:03:52.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[69236]: debug 2023-12-06T07:03:51.563+0000 7f049bbc8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:03:52.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:51 smithi141 bash[69236]: debug 2023-12-06T07:03:51.687+0000 7f049bbc8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:03:52.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: cephadm 2023-12-06T07:03:51.112858+0000 mgr.y (mgr.25474) 495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: cephadm 2023-12-06T07:03:51.206669+0000 mgr.y (mgr.25474) 496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.282840+0000 mon.c (mon.1) 1342 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.285587+0000 mon.c (mon.1) 1343 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.288051+0000 mon.c (mon.1) 1344 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.288991+0000 mon.c (mon.1) 1345 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.294759+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: cephadm 2023-12-06T07:03:51.296801+0000 mgr.y (mgr.25474) 497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.377114+0000 mon.c (mon.1) 1346 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.379782+0000 mon.c (mon.1) 1347 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.383604+0000 mon.c (mon.1) 1348 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.384699+0000 mon.c (mon.1) 1349 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.393496+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: cephadm 2023-12-06T07:03:51.394445+0000 mgr.y (mgr.25474) 498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.474413+0000 mon.c (mon.1) 1350 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.478163+0000 mon.c (mon.1) 1351 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.480981+0000 mon.c (mon.1) 1352 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.482217+0000 mon.c (mon.1) 1353 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.490690+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: cephadm 2023-12-06T07:03:51.494427+0000 mgr.y (mgr.25474) 499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: cephadm 2023-12-06T07:03:51.112858+0000 mgr.y (mgr.25474) 495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: cephadm 2023-12-06T07:03:51.206669+0000 mgr.y (mgr.25474) 496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.282840+0000 mon.c (mon.1) 1342 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.285587+0000 mon.c (mon.1) 1343 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.288051+0000 mon.c (mon.1) 1344 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.288991+0000 mon.c (mon.1) 1345 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.294759+0000 mon.a (mon.0) 386 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: cephadm 2023-12-06T07:03:51.296801+0000 mgr.y (mgr.25474) 497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.377114+0000 mon.c (mon.1) 1346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.379782+0000 mon.c (mon.1) 1347 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.383604+0000 mon.c (mon.1) 1348 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.384699+0000 mon.c (mon.1) 1349 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.393496+0000 mon.a (mon.0) 387 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: cephadm 2023-12-06T07:03:51.394445+0000 mgr.y (mgr.25474) 498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.474413+0000 mon.c (mon.1) 1350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.478163+0000 mon.c (mon.1) 1351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.480981+0000 mon.c (mon.1) 1352 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.482217+0000 mon.c (mon.1) 1353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.490690+0000 mon.a (mon.0) 388 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: cephadm 2023-12-06T07:03:51.494427+0000 mgr.y (mgr.25474) 499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.576095+0000 mon.c (mon.1) 1354 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.580446+0000 mon.c (mon.1) 1355 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.583613+0000 mon.c (mon.1) 1356 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.584635+0000 mon.c (mon.1) 1357 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.591420+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: cephadm 2023-12-06T07:03:51.593089+0000 mgr.y (mgr.25474) 500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.672489+0000 mon.c (mon.1) 1358 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.674911+0000 mon.c (mon.1) 1359 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.678234+0000 mon.c (mon.1) 1360 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.679337+0000 mon.c (mon.1) 1361 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.688099+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: cephadm 2023-12-06T07:03:51.689017+0000 mgr.y (mgr.25474) 501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.765859+0000 mon.c (mon.1) 1362 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.770281+0000 mon.c (mon.1) 1363 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.773192+0000 mon.c (mon.1) 1364 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.774267+0000 mon.c (mon.1) 1365 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.780218+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: cephadm 2023-12-06T07:03:51.782453+0000 mgr.y (mgr.25474) 502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.863452+0000 mon.c (mon.1) 1366 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.865476+0000 mon.c (mon.1) 1367 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.868175+0000 mon.c (mon.1) 1368 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.868989+0000 mon.c (mon.1) 1369 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.877144+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: cephadm 2023-12-06T07:03:51.878006+0000 mgr.y (mgr.25474) 503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.954780+0000 mon.c (mon.1) 1370 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.957602+0000 mon.c (mon.1) 1371 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.960811+0000 mon.c (mon.1) 1372 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.962051+0000 mon.c (mon.1) 1373 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:51.970534+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: cephadm 2023-12-06T07:03:51.971527+0000 mgr.y (mgr.25474) 504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:52.048399+0000 mon.c (mon.1) 1374 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:52.052424+0000 mon.c (mon.1) 1375 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:52.056629+0000 mon.c (mon.1) 1376 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:52.057964+0000 mon.c (mon.1) 1377 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:52.067533+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: cephadm 2023-12-06T07:03:52.068467+0000 mgr.y (mgr.25474) 505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:52.145889+0000 mon.c (mon.1) 1378 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:52.150424+0000 mon.c (mon.1) 1379 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:52.154887+0000 mon.c (mon.1) 1380 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:52.156441+0000 mon.c (mon.1) 1381 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:52.166581+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:52.217360+0000 mon.c (mon.1) 1382 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:52.220543+0000 mon.c (mon.1) 1383 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:52.223561+0000 mon.c (mon.1) 1384 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:52.224828+0000 mon.c (mon.1) 1385 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[30799]: audit 2023-12-06T07:03:52.233837+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.576095+0000 mon.c (mon.1) 1354 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.580446+0000 mon.c (mon.1) 1355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.583613+0000 mon.c (mon.1) 1356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.584635+0000 mon.c (mon.1) 1357 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.591420+0000 mon.a (mon.0) 389 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: cephadm 2023-12-06T07:03:51.593089+0000 mgr.y (mgr.25474) 500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.672489+0000 mon.c (mon.1) 1358 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.674911+0000 mon.c (mon.1) 1359 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.678234+0000 mon.c (mon.1) 1360 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.679337+0000 mon.c (mon.1) 1361 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.688099+0000 mon.a (mon.0) 390 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: cephadm 2023-12-06T07:03:51.689017+0000 mgr.y (mgr.25474) 501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.765859+0000 mon.c (mon.1) 1362 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.770281+0000 mon.c (mon.1) 1363 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.773192+0000 mon.c (mon.1) 1364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.774267+0000 mon.c (mon.1) 1365 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.780218+0000 mon.a (mon.0) 391 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: cephadm 2023-12-06T07:03:51.782453+0000 mgr.y (mgr.25474) 502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.863452+0000 mon.c (mon.1) 1366 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.865476+0000 mon.c (mon.1) 1367 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.868175+0000 mon.c (mon.1) 1368 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.868989+0000 mon.c (mon.1) 1369 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.877144+0000 mon.a (mon.0) 392 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: cephadm 2023-12-06T07:03:51.878006+0000 mgr.y (mgr.25474) 503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.954780+0000 mon.c (mon.1) 1370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.957602+0000 mon.c (mon.1) 1371 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.960811+0000 mon.c (mon.1) 1372 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.962051+0000 mon.c (mon.1) 1373 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:51.970534+0000 mon.a (mon.0) 393 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: cephadm 2023-12-06T07:03:51.971527+0000 mgr.y (mgr.25474) 504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:52.048399+0000 mon.c (mon.1) 1374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:52.052424+0000 mon.c (mon.1) 1375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:52.056629+0000 mon.c (mon.1) 1376 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:52.057964+0000 mon.c (mon.1) 1377 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:52.067533+0000 mon.a (mon.0) 394 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: cephadm 2023-12-06T07:03:52.068467+0000 mgr.y (mgr.25474) 505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:52.145889+0000 mon.c (mon.1) 1378 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:52.150424+0000 mon.c (mon.1) 1379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:52.154887+0000 mon.c (mon.1) 1380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:52.156441+0000 mon.c (mon.1) 1381 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:52.166581+0000 mon.a (mon.0) 395 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:52.217360+0000 mon.c (mon.1) 1382 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:52.220543+0000 mon.c (mon.1) 1383 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:52.223561+0000 mon.c (mon.1) 1384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:52.224828+0000 mon.c (mon.1) 1385 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:52 smithi040 bash[78949]: audit 2023-12-06T07:03:52.233837+0000 mon.a (mon.0) 396 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[69236]: debug 2023-12-06T07:03:52.207+0000 7f049bbc8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:03:52.709 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[69236]: debug 2023-12-06T07:03:52.431+0000 7f049bbc8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:03:52.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: cephadm 2023-12-06T07:03:51.112858+0000 mgr.y (mgr.25474) 495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: cephadm 2023-12-06T07:03:51.206669+0000 mgr.y (mgr.25474) 496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.282840+0000 mon.c (mon.1) 1342 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.285587+0000 mon.c (mon.1) 1343 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.288051+0000 mon.c (mon.1) 1344 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.288991+0000 mon.c (mon.1) 1345 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.294759+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: cephadm 2023-12-06T07:03:51.296801+0000 mgr.y (mgr.25474) 497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.377114+0000 mon.c (mon.1) 1346 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.379782+0000 mon.c (mon.1) 1347 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.383604+0000 mon.c (mon.1) 1348 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.384699+0000 mon.c (mon.1) 1349 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.393496+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: cephadm 2023-12-06T07:03:51.394445+0000 mgr.y (mgr.25474) 498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.474413+0000 mon.c (mon.1) 1350 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.478163+0000 mon.c (mon.1) 1351 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.480981+0000 mon.c (mon.1) 1352 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.482217+0000 mon.c (mon.1) 1353 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.490690+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: cephadm 2023-12-06T07:03:51.494427+0000 mgr.y (mgr.25474) 499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.576095+0000 mon.c (mon.1) 1354 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.580446+0000 mon.c (mon.1) 1355 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.583613+0000 mon.c (mon.1) 1356 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.584635+0000 mon.c (mon.1) 1357 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.591420+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: cephadm 2023-12-06T07:03:51.593089+0000 mgr.y (mgr.25474) 500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.672489+0000 mon.c (mon.1) 1358 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.674911+0000 mon.c (mon.1) 1359 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.678234+0000 mon.c (mon.1) 1360 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.679337+0000 mon.c (mon.1) 1361 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.688099+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: cephadm 2023-12-06T07:03:51.689017+0000 mgr.y (mgr.25474) 501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.765859+0000 mon.c (mon.1) 1362 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.770281+0000 mon.c (mon.1) 1363 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.773192+0000 mon.c (mon.1) 1364 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.774267+0000 mon.c (mon.1) 1365 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.780218+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: cephadm 2023-12-06T07:03:51.782453+0000 mgr.y (mgr.25474) 502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.863452+0000 mon.c (mon.1) 1366 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.865476+0000 mon.c (mon.1) 1367 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.868175+0000 mon.c (mon.1) 1368 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.868989+0000 mon.c (mon.1) 1369 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.877144+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: cephadm 2023-12-06T07:03:51.878006+0000 mgr.y (mgr.25474) 503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.954780+0000 mon.c (mon.1) 1370 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.957602+0000 mon.c (mon.1) 1371 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.960811+0000 mon.c (mon.1) 1372 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.962051+0000 mon.c (mon.1) 1373 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:51.970534+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: cephadm 2023-12-06T07:03:51.971527+0000 mgr.y (mgr.25474) 504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:52.048399+0000 mon.c (mon.1) 1374 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:52.052424+0000 mon.c (mon.1) 1375 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:52.056629+0000 mon.c (mon.1) 1376 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:52.057964+0000 mon.c (mon.1) 1377 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:52.067533+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: cephadm 2023-12-06T07:03:52.068467+0000 mgr.y (mgr.25474) 505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:52.145889+0000 mon.c (mon.1) 1378 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:52.150424+0000 mon.c (mon.1) 1379 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:52.154887+0000 mon.c (mon.1) 1380 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:52.156441+0000 mon.c (mon.1) 1381 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:52.166581+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:52.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:52.217360+0000 mon.c (mon.1) 1382 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:52.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:52.220543+0000 mon.c (mon.1) 1383 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:52.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:52.223561+0000 mon.c (mon.1) 1384 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:52.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:52.224828+0000 mon.c (mon.1) 1385 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:52.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[25168]: audit 2023-12-06T07:03:52.233837+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.209 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:52 smithi141 bash[69236]: debug 2023-12-06T07:03:52.887+0000 7f049bbc8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:03:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: cephadm 2023-12-06T07:03:52.167549+0000 mgr.y (mgr.25474) 506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: cephadm 2023-12-06T07:03:52.234631+0000 mgr.y (mgr.25474) 507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.293473+0000 mon.c (mon.1) 1386 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.295780+0000 mon.c (mon.1) 1387 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.298608+0000 mon.c (mon.1) 1388 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.299653+0000 mon.c (mon.1) 1389 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.307037+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: cephadm 2023-12-06T07:03:52.307859+0000 mgr.y (mgr.25474) 508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.384981+0000 mon.c (mon.1) 1390 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.387229+0000 mon.c (mon.1) 1391 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.390119+0000 mon.c (mon.1) 1392 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.390959+0000 mon.c (mon.1) 1393 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.399379+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: cephadm 2023-12-06T07:03:52.400462+0000 mgr.y (mgr.25474) 509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.480174+0000 mon.c (mon.1) 1394 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.483269+0000 mon.c (mon.1) 1395 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.486555+0000 mon.c (mon.1) 1396 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.487920+0000 mon.c (mon.1) 1397 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.498071+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: cephadm 2023-12-06T07:03:52.499174+0000 mgr.y (mgr.25474) 510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.582010+0000 mon.c (mon.1) 1398 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.584210+0000 mon.c (mon.1) 1399 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.586960+0000 mon.c (mon.1) 1400 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.588064+0000 mon.c (mon.1) 1401 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.596215+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: cephadm 2023-12-06T07:03:52.598800+0000 mgr.y (mgr.25474) 511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.677206+0000 mon.c (mon.1) 1402 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.685057+0000 mon.c (mon.1) 1403 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.688790+0000 mon.c (mon.1) 1404 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: cluster 2023-12-06T07:03:52.688941+0000 mgr.y (mgr.25474) 512 : 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-06T07:03:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.689992+0000 mon.c (mon.1) 1405 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.697357+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: cephadm 2023-12-06T07:03:52.698333+0000 mgr.y (mgr.25474) 513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.766650+0000 mon.c (mon.1) 1406 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:03:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.834326+0000 mon.c (mon.1) 1407 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.836453+0000 mon.c (mon.1) 1408 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.838956+0000 mon.c (mon.1) 1409 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.839924+0000 mon.c (mon.1) 1410 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.850172+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: cephadm 2023-12-06T07:03:52.851348+0000 mgr.y (mgr.25474) 514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: cephadm 2023-12-06T07:03:52.167549+0000 mgr.y (mgr.25474) 506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: cephadm 2023-12-06T07:03:52.234631+0000 mgr.y (mgr.25474) 507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.293473+0000 mon.c (mon.1) 1386 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.295780+0000 mon.c (mon.1) 1387 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.298608+0000 mon.c (mon.1) 1388 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.299653+0000 mon.c (mon.1) 1389 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.307037+0000 mon.a (mon.0) 397 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: cephadm 2023-12-06T07:03:52.307859+0000 mgr.y (mgr.25474) 508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.384981+0000 mon.c (mon.1) 1390 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.387229+0000 mon.c (mon.1) 1391 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.390119+0000 mon.c (mon.1) 1392 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.390959+0000 mon.c (mon.1) 1393 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.399379+0000 mon.a (mon.0) 398 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: cephadm 2023-12-06T07:03:52.400462+0000 mgr.y (mgr.25474) 509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.480174+0000 mon.c (mon.1) 1394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.483269+0000 mon.c (mon.1) 1395 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.486555+0000 mon.c (mon.1) 1396 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.487920+0000 mon.c (mon.1) 1397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.498071+0000 mon.a (mon.0) 399 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: cephadm 2023-12-06T07:03:52.499174+0000 mgr.y (mgr.25474) 510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.930115+0000 mon.c (mon.1) 1411 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.932604+0000 mon.c (mon.1) 1412 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.935580+0000 mon.c (mon.1) 1413 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.936666+0000 mon.c (mon.1) 1414 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:52.942753+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: cephadm 2023-12-06T07:03:52.946019+0000 mgr.y (mgr.25474) 515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:53.026083+0000 mon.c (mon.1) 1415 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:53.028371+0000 mon.c (mon.1) 1416 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:53.031437+0000 mon.c (mon.1) 1417 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:53.032407+0000 mon.c (mon.1) 1418 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:53.040264+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: cephadm 2023-12-06T07:03:53.041154+0000 mgr.y (mgr.25474) 516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:53.119665+0000 mon.c (mon.1) 1419 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:53.122487+0000 mon.c (mon.1) 1420 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:53.127477+0000 mon.c (mon.1) 1421 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:53.129233+0000 mon.c (mon.1) 1422 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:53.139738+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:53.219409+0000 mon.c (mon.1) 1423 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:53.222288+0000 mon.c (mon.1) 1424 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:53.225573+0000 mon.c (mon.1) 1425 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:53.226658+0000 mon.c (mon.1) 1426 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[30799]: audit 2023-12-06T07:03:53.234726+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.582010+0000 mon.c (mon.1) 1398 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.584210+0000 mon.c (mon.1) 1399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.586960+0000 mon.c (mon.1) 1400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.588064+0000 mon.c (mon.1) 1401 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.596215+0000 mon.a (mon.0) 400 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: cephadm 2023-12-06T07:03:52.598800+0000 mgr.y (mgr.25474) 511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.677206+0000 mon.c (mon.1) 1402 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.685057+0000 mon.c (mon.1) 1403 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.688790+0000 mon.c (mon.1) 1404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: cluster 2023-12-06T07:03:52.688941+0000 mgr.y (mgr.25474) 512 : 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-06T07:03:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.689992+0000 mon.c (mon.1) 1405 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.697357+0000 mon.a (mon.0) 401 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: cephadm 2023-12-06T07:03:52.698333+0000 mgr.y (mgr.25474) 513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.766650+0000 mon.c (mon.1) 1406 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:03:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.834326+0000 mon.c (mon.1) 1407 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.836453+0000 mon.c (mon.1) 1408 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.838956+0000 mon.c (mon.1) 1409 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.839924+0000 mon.c (mon.1) 1410 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.850172+0000 mon.a (mon.0) 402 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: cephadm 2023-12-06T07:03:52.851348+0000 mgr.y (mgr.25474) 514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.930115+0000 mon.c (mon.1) 1411 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.932604+0000 mon.c (mon.1) 1412 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.935580+0000 mon.c (mon.1) 1413 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.936666+0000 mon.c (mon.1) 1414 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:52.942753+0000 mon.a (mon.0) 403 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: cephadm 2023-12-06T07:03:52.946019+0000 mgr.y (mgr.25474) 515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:53.026083+0000 mon.c (mon.1) 1415 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:53.028371+0000 mon.c (mon.1) 1416 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:53.031437+0000 mon.c (mon.1) 1417 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:53.032407+0000 mon.c (mon.1) 1418 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:53.040264+0000 mon.a (mon.0) 404 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: cephadm 2023-12-06T07:03:53.041154+0000 mgr.y (mgr.25474) 516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:53.119665+0000 mon.c (mon.1) 1419 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:53.122487+0000 mon.c (mon.1) 1420 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:53.127477+0000 mon.c (mon.1) 1421 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:53.129233+0000 mon.c (mon.1) 1422 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:53.139738+0000 mon.a (mon.0) 405 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:53.219409+0000 mon.c (mon.1) 1423 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:53.222288+0000 mon.c (mon.1) 1424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:53.225573+0000 mon.c (mon.1) 1425 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:53.226658+0000 mon.c (mon.1) 1426 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:53 smithi040 bash[78949]: audit 2023-12-06T07:03:53.234726+0000 mon.a (mon.0) 406 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.710 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[69236]: debug 2023-12-06T07:03:53.415+0000 7f049bbc8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:03:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: cephadm 2023-12-06T07:03:52.167549+0000 mgr.y (mgr.25474) 506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: cephadm 2023-12-06T07:03:52.234631+0000 mgr.y (mgr.25474) 507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.293473+0000 mon.c (mon.1) 1386 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.295780+0000 mon.c (mon.1) 1387 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.298608+0000 mon.c (mon.1) 1388 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.299653+0000 mon.c (mon.1) 1389 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.307037+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: cephadm 2023-12-06T07:03:52.307859+0000 mgr.y (mgr.25474) 508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.384981+0000 mon.c (mon.1) 1390 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.387229+0000 mon.c (mon.1) 1391 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.390119+0000 mon.c (mon.1) 1392 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.390959+0000 mon.c (mon.1) 1393 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.399379+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: cephadm 2023-12-06T07:03:52.400462+0000 mgr.y (mgr.25474) 509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.480174+0000 mon.c (mon.1) 1394 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.483269+0000 mon.c (mon.1) 1395 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.486555+0000 mon.c (mon.1) 1396 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.487920+0000 mon.c (mon.1) 1397 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.498071+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: cephadm 2023-12-06T07:03:52.499174+0000 mgr.y (mgr.25474) 510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.582010+0000 mon.c (mon.1) 1398 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.584210+0000 mon.c (mon.1) 1399 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.586960+0000 mon.c (mon.1) 1400 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.588064+0000 mon.c (mon.1) 1401 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.596215+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: cephadm 2023-12-06T07:03:52.598800+0000 mgr.y (mgr.25474) 511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.677206+0000 mon.c (mon.1) 1402 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.685057+0000 mon.c (mon.1) 1403 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.688790+0000 mon.c (mon.1) 1404 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: cluster 2023-12-06T07:03:52.688941+0000 mgr.y (mgr.25474) 512 : 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-06T07:03:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.689992+0000 mon.c (mon.1) 1405 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.697357+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: cephadm 2023-12-06T07:03:52.698333+0000 mgr.y (mgr.25474) 513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.766650+0000 mon.c (mon.1) 1406 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:03:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.834326+0000 mon.c (mon.1) 1407 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.836453+0000 mon.c (mon.1) 1408 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.838956+0000 mon.c (mon.1) 1409 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.839924+0000 mon.c (mon.1) 1410 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.850172+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: cephadm 2023-12-06T07:03:52.851348+0000 mgr.y (mgr.25474) 514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.930115+0000 mon.c (mon.1) 1411 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.932604+0000 mon.c (mon.1) 1412 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.935580+0000 mon.c (mon.1) 1413 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.936666+0000 mon.c (mon.1) 1414 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:52.942753+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: cephadm 2023-12-06T07:03:52.946019+0000 mgr.y (mgr.25474) 515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:53.026083+0000 mon.c (mon.1) 1415 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:53.028371+0000 mon.c (mon.1) 1416 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:53.031437+0000 mon.c (mon.1) 1417 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:53.032407+0000 mon.c (mon.1) 1418 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:53.040264+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.715 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: cephadm 2023-12-06T07:03:53.041154+0000 mgr.y (mgr.25474) 516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:53.715 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:53.119665+0000 mon.c (mon.1) 1419 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.715 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:53.122487+0000 mon.c (mon.1) 1420 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.715 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:53.127477+0000 mon.c (mon.1) 1421 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.715 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:53.129233+0000 mon.c (mon.1) 1422 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.715 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:53.139738+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:53.715 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:53.219409+0000 mon.c (mon.1) 1423 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:53.715 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:53.222288+0000 mon.c (mon.1) 1424 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:53.715 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:53.225573+0000 mon.c (mon.1) 1425 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:53.716 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:53.226658+0000 mon.c (mon.1) 1426 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:53.716 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:53 smithi141 bash[25168]: audit 2023-12-06T07:03:53.234726+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.273 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[69236]: debug 2023-12-06T07:03:54.003+0000 7f049bbc8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:03:54.273 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[69236]: debug 2023-12-06T07:03:54.123+0000 7f049bbc8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:03:54.527 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[69236]: debug 2023-12-06T07:03:54.491+0000 7f049bbc8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:03:54.527 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: cephadm 2023-12-06T07:03:53.141141+0000 mgr.y (mgr.25474) 517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.527 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: cephadm 2023-12-06T07:03:53.237943+0000 mgr.y (mgr.25474) 518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.527 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.301419+0000 mon.c (mon.1) 1427 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.528 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.303733+0000 mon.c (mon.1) 1428 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.528 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.306392+0000 mon.c (mon.1) 1429 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.528 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.307256+0000 mon.c (mon.1) 1430 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.528 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.314894+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.528 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: cephadm 2023-12-06T07:03:53.315825+0000 mgr.y (mgr.25474) 519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.528 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.395956+0000 mon.c (mon.1) 1431 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.528 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.398512+0000 mon.c (mon.1) 1432 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.528 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.402117+0000 mon.c (mon.1) 1433 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.528 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.403510+0000 mon.c (mon.1) 1434 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.528 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.412404+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.528 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: cephadm 2023-12-06T07:03:53.413287+0000 mgr.y (mgr.25474) 520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.528 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.495371+0000 mon.c (mon.1) 1435 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.528 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.497718+0000 mon.c (mon.1) 1436 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.528 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.500555+0000 mon.c (mon.1) 1437 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.528 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.501533+0000 mon.c (mon.1) 1438 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.529 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.509609+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.529 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: cephadm 2023-12-06T07:03:53.511104+0000 mgr.y (mgr.25474) 521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.529 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.589332+0000 mon.c (mon.1) 1439 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.529 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.592073+0000 mon.c (mon.1) 1440 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.529 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.595761+0000 mon.c (mon.1) 1441 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.529 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.601576+0000 mon.c (mon.1) 1442 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.529 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.607791+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.529 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: cephadm 2023-12-06T07:03:53.609941+0000 mgr.y (mgr.25474) 522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.529 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.692159+0000 mon.c (mon.1) 1443 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.696350+0000 mon.c (mon.1) 1444 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.699696+0000 mon.c (mon.1) 1445 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.701274+0000 mon.c (mon.1) 1446 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.710416+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: cephadm 2023-12-06T07:03:53.711184+0000 mgr.y (mgr.25474) 523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.719638+0000 mgr.y (mgr.25474) 524 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:54.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.788052+0000 mon.c (mon.1) 1447 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.791695+0000 mon.c (mon.1) 1448 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.796406+0000 mon.c (mon.1) 1449 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.797935+0000 mon.c (mon.1) 1450 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.806037+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: cephadm 2023-12-06T07:03:53.808324+0000 mgr.y (mgr.25474) 525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.853119+0000 mon.c (mon.1) 1451 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.855597+0000 mon.c (mon.1) 1452 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.858930+0000 mon.c (mon.1) 1453 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.860397+0000 mon.c (mon.1) 1454 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.868064+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: cephadm 2023-12-06T07:03:53.868887+0000 mgr.y (mgr.25474) 526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.897172+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.909785+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.924139+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.955615+0000 mon.c (mon.1) 1455 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.957877+0000 mon.c (mon.1) 1456 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.960854+0000 mon.c (mon.1) 1457 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.961779+0000 mon.c (mon.1) 1458 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:53.969543+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: cephadm 2023-12-06T07:03:53.970455+0000 mgr.y (mgr.25474) 527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:54.054270+0000 mon.c (mon.1) 1459 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:54.056426+0000 mon.c (mon.1) 1460 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:54.058918+0000 mon.c (mon.1) 1461 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:54.059931+0000 mon.c (mon.1) 1462 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:54.067651+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: cephadm 2023-12-06T07:03:54.068729+0000 mgr.y (mgr.25474) 528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.533 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:54.148679+0000 mon.c (mon.1) 1463 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.533 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:54.150848+0000 mon.c (mon.1) 1464 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.533 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:54.154219+0000 mon.c (mon.1) 1465 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.533 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:54.155433+0000 mon.c (mon.1) 1466 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.533 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:54.163927+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.533 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:54.246609+0000 mon.c (mon.1) 1467 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.533 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:54.249366+0000 mon.c (mon.1) 1468 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.534 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:54.252570+0000 mon.c (mon.1) 1469 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.534 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[25168]: audit 2023-12-06T07:03:54.253554+0000 mon.c (mon.1) 1470 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: cephadm 2023-12-06T07:03:53.141141+0000 mgr.y (mgr.25474) 517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: cephadm 2023-12-06T07:03:53.237943+0000 mgr.y (mgr.25474) 518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.301419+0000 mon.c (mon.1) 1427 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.303733+0000 mon.c (mon.1) 1428 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.306392+0000 mon.c (mon.1) 1429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.307256+0000 mon.c (mon.1) 1430 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.314894+0000 mon.a (mon.0) 407 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: cephadm 2023-12-06T07:03:53.315825+0000 mgr.y (mgr.25474) 519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.395956+0000 mon.c (mon.1) 1431 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.398512+0000 mon.c (mon.1) 1432 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.402117+0000 mon.c (mon.1) 1433 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.403510+0000 mon.c (mon.1) 1434 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.412404+0000 mon.a (mon.0) 408 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: cephadm 2023-12-06T07:03:53.413287+0000 mgr.y (mgr.25474) 520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.495371+0000 mon.c (mon.1) 1435 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.497718+0000 mon.c (mon.1) 1436 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.500555+0000 mon.c (mon.1) 1437 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.501533+0000 mon.c (mon.1) 1438 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.509609+0000 mon.a (mon.0) 409 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: cephadm 2023-12-06T07:03:53.511104+0000 mgr.y (mgr.25474) 521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: cephadm 2023-12-06T07:03:53.141141+0000 mgr.y (mgr.25474) 517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: cephadm 2023-12-06T07:03:53.237943+0000 mgr.y (mgr.25474) 518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.301419+0000 mon.c (mon.1) 1427 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.303733+0000 mon.c (mon.1) 1428 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.306392+0000 mon.c (mon.1) 1429 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.307256+0000 mon.c (mon.1) 1430 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.314894+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: cephadm 2023-12-06T07:03:53.315825+0000 mgr.y (mgr.25474) 519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.395956+0000 mon.c (mon.1) 1431 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.398512+0000 mon.c (mon.1) 1432 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.402117+0000 mon.c (mon.1) 1433 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.403510+0000 mon.c (mon.1) 1434 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.412404+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: cephadm 2023-12-06T07:03:53.413287+0000 mgr.y (mgr.25474) 520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.495371+0000 mon.c (mon.1) 1435 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.497718+0000 mon.c (mon.1) 1436 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.500555+0000 mon.c (mon.1) 1437 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.501533+0000 mon.c (mon.1) 1438 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.509609+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: cephadm 2023-12-06T07:03:53.511104+0000 mgr.y (mgr.25474) 521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.589332+0000 mon.c (mon.1) 1439 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.592073+0000 mon.c (mon.1) 1440 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.595761+0000 mon.c (mon.1) 1441 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.601576+0000 mon.c (mon.1) 1442 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.607791+0000 mon.a (mon.0) 410 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: cephadm 2023-12-06T07:03:53.609941+0000 mgr.y (mgr.25474) 522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.692159+0000 mon.c (mon.1) 1443 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.696350+0000 mon.c (mon.1) 1444 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.699696+0000 mon.c (mon.1) 1445 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.701274+0000 mon.c (mon.1) 1446 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.710416+0000 mon.a (mon.0) 411 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: cephadm 2023-12-06T07:03:53.711184+0000 mgr.y (mgr.25474) 523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.719638+0000 mgr.y (mgr.25474) 524 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:54.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.788052+0000 mon.c (mon.1) 1447 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.791695+0000 mon.c (mon.1) 1448 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.796406+0000 mon.c (mon.1) 1449 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.797935+0000 mon.c (mon.1) 1450 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.806037+0000 mon.a (mon.0) 412 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: cephadm 2023-12-06T07:03:53.808324+0000 mgr.y (mgr.25474) 525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.853119+0000 mon.c (mon.1) 1451 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.855597+0000 mon.c (mon.1) 1452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.589332+0000 mon.c (mon.1) 1439 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.592073+0000 mon.c (mon.1) 1440 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.595761+0000 mon.c (mon.1) 1441 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.601576+0000 mon.c (mon.1) 1442 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.607791+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: cephadm 2023-12-06T07:03:53.609941+0000 mgr.y (mgr.25474) 522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.692159+0000 mon.c (mon.1) 1443 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.696350+0000 mon.c (mon.1) 1444 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.699696+0000 mon.c (mon.1) 1445 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.701274+0000 mon.c (mon.1) 1446 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.710416+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: cephadm 2023-12-06T07:03:53.711184+0000 mgr.y (mgr.25474) 523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.719638+0000 mgr.y (mgr.25474) 524 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:03:54.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.788052+0000 mon.c (mon.1) 1447 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.791695+0000 mon.c (mon.1) 1448 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.796406+0000 mon.c (mon.1) 1449 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.797935+0000 mon.c (mon.1) 1450 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.806037+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: cephadm 2023-12-06T07:03:53.808324+0000 mgr.y (mgr.25474) 525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.853119+0000 mon.c (mon.1) 1451 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.858930+0000 mon.c (mon.1) 1453 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.860397+0000 mon.c (mon.1) 1454 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.868064+0000 mon.a (mon.0) 413 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: cephadm 2023-12-06T07:03:53.868887+0000 mgr.y (mgr.25474) 526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.897172+0000 mon.a (mon.0) 414 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.909785+0000 mon.a (mon.0) 415 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.924139+0000 mon.a (mon.0) 416 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.955615+0000 mon.c (mon.1) 1455 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.957877+0000 mon.c (mon.1) 1456 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.960854+0000 mon.c (mon.1) 1457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.961779+0000 mon.c (mon.1) 1458 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:53.969543+0000 mon.a (mon.0) 417 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: cephadm 2023-12-06T07:03:53.970455+0000 mgr.y (mgr.25474) 527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:54.054270+0000 mon.c (mon.1) 1459 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:54.056426+0000 mon.c (mon.1) 1460 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:54.058918+0000 mon.c (mon.1) 1461 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:54.059931+0000 mon.c (mon.1) 1462 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:54.067651+0000 mon.a (mon.0) 418 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: cephadm 2023-12-06T07:03:54.068729+0000 mgr.y (mgr.25474) 528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:54.148679+0000 mon.c (mon.1) 1463 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:54.150848+0000 mon.c (mon.1) 1464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.855597+0000 mon.c (mon.1) 1452 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.858930+0000 mon.c (mon.1) 1453 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.860397+0000 mon.c (mon.1) 1454 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.868064+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: cephadm 2023-12-06T07:03:53.868887+0000 mgr.y (mgr.25474) 526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.897172+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.909785+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.924139+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.955615+0000 mon.c (mon.1) 1455 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.957877+0000 mon.c (mon.1) 1456 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.960854+0000 mon.c (mon.1) 1457 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.961779+0000 mon.c (mon.1) 1458 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:53.969543+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: cephadm 2023-12-06T07:03:53.970455+0000 mgr.y (mgr.25474) 527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:54.054270+0000 mon.c (mon.1) 1459 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:54.056426+0000 mon.c (mon.1) 1460 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:54.058918+0000 mon.c (mon.1) 1461 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:54.059931+0000 mon.c (mon.1) 1462 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:54.067651+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: cephadm 2023-12-06T07:03:54.068729+0000 mgr.y (mgr.25474) 528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:54.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:54.148679+0000 mon.c (mon.1) 1463 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.544 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:54.154219+0000 mon.c (mon.1) 1465 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.544 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:54.155433+0000 mon.c (mon.1) 1466 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.544 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:54.163927+0000 mon.a (mon.0) 419 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.544 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:54.246609+0000 mon.c (mon.1) 1467 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.544 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:54.249366+0000 mon.c (mon.1) 1468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.544 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:54.252570+0000 mon.c (mon.1) 1469 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.544 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[78949]: audit 2023-12-06T07:03:54.253554+0000 mon.c (mon.1) 1470 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:54.150848+0000 mon.c (mon.1) 1464 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:54.154219+0000 mon.c (mon.1) 1465 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.545 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:54.155433+0000 mon.c (mon.1) 1466 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.545 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:54.163927+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:54.545 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:54.246609+0000 mon.c (mon.1) 1467 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:54.545 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:54.249366+0000 mon.c (mon.1) 1468 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:54.545 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:54.252570+0000 mon.c (mon.1) 1469 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:54.545 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:54 smithi040 bash[30799]: audit 2023-12-06T07:03:54.253554+0000 mon.c (mon.1) 1470 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:54.886 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[69236]: debug 2023-12-06T07:03:54.615+0000 7f049bbc8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:03:54.886 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[69236]: debug 2023-12-06T07:03:54.763+0000 7f049bbc8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:03:55.013 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:54 smithi141 bash[69236]: debug 2023-12-06T07:03:54.879+0000 7f049bbc8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:03:55.208 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[69236]: debug 2023-12-06T07:03:55.007+0000 7f049bbc8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:03:55.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[69236]: debug 2023-12-06T07:03:55.203+0000 7f049bbc8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:03:55.459 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[69236]: debug 2023-12-06T07:03:55.323+0000 7f049bbc8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:03:55.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: cephadm 2023-12-06T07:03:54.164763+0000 mgr.y (mgr.25474) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.261343+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: cephadm 2023-12-06T07:03:54.262158+0000 mgr.y (mgr.25474) 530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.344837+0000 mon.c (mon.1) 1471 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.347814+0000 mon.c (mon.1) 1472 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.352216+0000 mon.c (mon.1) 1473 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.353624+0000 mon.c (mon.1) 1474 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.361490+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: cephadm 2023-12-06T07:03:54.365240+0000 mgr.y (mgr.25474) 531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.447819+0000 mon.c (mon.1) 1475 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.450104+0000 mon.c (mon.1) 1476 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.453238+0000 mon.c (mon.1) 1477 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.454356+0000 mon.c (mon.1) 1478 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.465497+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: cephadm 2023-12-06T07:03:54.467673+0000 mgr.y (mgr.25474) 532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.551216+0000 mon.c (mon.1) 1479 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.555984+0000 mon.c (mon.1) 1480 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.559507+0000 mon.c (mon.1) 1481 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.560695+0000 mon.c (mon.1) 1482 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.569727+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: cephadm 2023-12-06T07:03:54.573305+0000 mgr.y (mgr.25474) 533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.655497+0000 mon.c (mon.1) 1483 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.657671+0000 mon.c (mon.1) 1484 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.660518+0000 mon.c (mon.1) 1485 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.661567+0000 mon.c (mon.1) 1486 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.671172+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: cephadm 2023-12-06T07:03:54.672539+0000 mgr.y (mgr.25474) 534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: cluster 2023-12-06T07:03:54.690376+0000 mgr.y (mgr.25474) 535 : 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-06T07:03:55.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.750883+0000 mon.c (mon.1) 1487 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.754278+0000 mon.c (mon.1) 1488 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.758136+0000 mon.c (mon.1) 1489 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.759770+0000 mon.c (mon.1) 1490 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.771124+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: cephadm 2023-12-06T07:03:54.772267+0000 mgr.y (mgr.25474) 536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.853499+0000 mon.c (mon.1) 1491 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.856035+0000 mon.c (mon.1) 1492 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.859220+0000 mon.c (mon.1) 1493 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.860324+0000 mon.c (mon.1) 1494 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.868802+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: cephadm 2023-12-06T07:03:54.870364+0000 mgr.y (mgr.25474) 537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.934871+0000 mon.c (mon.1) 1495 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.938396+0000 mon.c (mon.1) 1496 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.942767+0000 mon.c (mon.1) 1497 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.944035+0000 mon.c (mon.1) 1498 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:54.950436+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: cephadm 2023-12-06T07:03:54.951577+0000 mgr.y (mgr.25474) 538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:55.034035+0000 mon.c (mon.1) 1499 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:55.037226+0000 mon.c (mon.1) 1500 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.469 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:55.040585+0000 mon.c (mon.1) 1501 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.469 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:55.042024+0000 mon.c (mon.1) 1502 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.469 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:55.050519+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.469 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: cephadm 2023-12-06T07:03:55.052389+0000 mgr.y (mgr.25474) 539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.469 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:55.127563+0000 mon.c (mon.1) 1503 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.469 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:55.130528+0000 mon.c (mon.1) 1504 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.470 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:55.133706+0000 mon.c (mon.1) 1505 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.470 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:55.134820+0000 mon.c (mon.1) 1506 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.470 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:55.142768+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.470 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:55.208440+0000 mon.c (mon.1) 1507 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.470 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:55.210990+0000 mon.c (mon.1) 1508 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.470 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:55.214164+0000 mon.c (mon.1) 1509 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.470 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:55.215363+0000 mon.c (mon.1) 1510 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.471 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:55 smithi141 bash[25168]: audit 2023-12-06T07:03:55.223002+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: cephadm 2023-12-06T07:03:54.164763+0000 mgr.y (mgr.25474) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.261343+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: cephadm 2023-12-06T07:03:54.262158+0000 mgr.y (mgr.25474) 530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.344837+0000 mon.c (mon.1) 1471 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.347814+0000 mon.c (mon.1) 1472 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.352216+0000 mon.c (mon.1) 1473 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.353624+0000 mon.c (mon.1) 1474 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.361490+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: cephadm 2023-12-06T07:03:54.365240+0000 mgr.y (mgr.25474) 531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.447819+0000 mon.c (mon.1) 1475 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.450104+0000 mon.c (mon.1) 1476 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.453238+0000 mon.c (mon.1) 1477 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.454356+0000 mon.c (mon.1) 1478 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.465497+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: cephadm 2023-12-06T07:03:54.467673+0000 mgr.y (mgr.25474) 532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.551216+0000 mon.c (mon.1) 1479 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.555984+0000 mon.c (mon.1) 1480 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.559507+0000 mon.c (mon.1) 1481 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.560695+0000 mon.c (mon.1) 1482 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.569727+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: cephadm 2023-12-06T07:03:54.164763+0000 mgr.y (mgr.25474) 529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.261343+0000 mon.a (mon.0) 420 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: cephadm 2023-12-06T07:03:54.262158+0000 mgr.y (mgr.25474) 530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.344837+0000 mon.c (mon.1) 1471 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.347814+0000 mon.c (mon.1) 1472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.352216+0000 mon.c (mon.1) 1473 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.353624+0000 mon.c (mon.1) 1474 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.361490+0000 mon.a (mon.0) 421 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: cephadm 2023-12-06T07:03:54.365240+0000 mgr.y (mgr.25474) 531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.447819+0000 mon.c (mon.1) 1475 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.450104+0000 mon.c (mon.1) 1476 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.453238+0000 mon.c (mon.1) 1477 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.454356+0000 mon.c (mon.1) 1478 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.465497+0000 mon.a (mon.0) 422 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: cephadm 2023-12-06T07:03:54.467673+0000 mgr.y (mgr.25474) 532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.551216+0000 mon.c (mon.1) 1479 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.555984+0000 mon.c (mon.1) 1480 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.559507+0000 mon.c (mon.1) 1481 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.560695+0000 mon.c (mon.1) 1482 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.569727+0000 mon.a (mon.0) 423 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: cephadm 2023-12-06T07:03:54.573305+0000 mgr.y (mgr.25474) 533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.480 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: cephadm 2023-12-06T07:03:54.573305+0000 mgr.y (mgr.25474) 533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.480 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.655497+0000 mon.c (mon.1) 1483 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.480 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.657671+0000 mon.c (mon.1) 1484 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.480 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.660518+0000 mon.c (mon.1) 1485 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.480 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.661567+0000 mon.c (mon.1) 1486 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.480 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.671172+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.480 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: cephadm 2023-12-06T07:03:54.672539+0000 mgr.y (mgr.25474) 534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.480 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: cluster 2023-12-06T07:03:54.690376+0000 mgr.y (mgr.25474) 535 : 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-06T07:03:55.480 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.750883+0000 mon.c (mon.1) 1487 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.480 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.754278+0000 mon.c (mon.1) 1488 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.480 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.758136+0000 mon.c (mon.1) 1489 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.480 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.759770+0000 mon.c (mon.1) 1490 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.480 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.771124+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.480 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: cephadm 2023-12-06T07:03:54.772267+0000 mgr.y (mgr.25474) 536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.481 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.853499+0000 mon.c (mon.1) 1491 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.481 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.856035+0000 mon.c (mon.1) 1492 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.481 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.859220+0000 mon.c (mon.1) 1493 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.481 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.860324+0000 mon.c (mon.1) 1494 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.481 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.868802+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.481 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: cephadm 2023-12-06T07:03:54.870364+0000 mgr.y (mgr.25474) 537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.481 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.655497+0000 mon.c (mon.1) 1483 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.481 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.657671+0000 mon.c (mon.1) 1484 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.481 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.660518+0000 mon.c (mon.1) 1485 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.481 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.661567+0000 mon.c (mon.1) 1486 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.481 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.671172+0000 mon.a (mon.0) 424 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.481 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: cephadm 2023-12-06T07:03:54.672539+0000 mgr.y (mgr.25474) 534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: cluster 2023-12-06T07:03:54.690376+0000 mgr.y (mgr.25474) 535 : 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-06T07:03:55.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.750883+0000 mon.c (mon.1) 1487 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.754278+0000 mon.c (mon.1) 1488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.758136+0000 mon.c (mon.1) 1489 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.759770+0000 mon.c (mon.1) 1490 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.771124+0000 mon.a (mon.0) 425 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: cephadm 2023-12-06T07:03:54.772267+0000 mgr.y (mgr.25474) 536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.853499+0000 mon.c (mon.1) 1491 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.856035+0000 mon.c (mon.1) 1492 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.859220+0000 mon.c (mon.1) 1493 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.860324+0000 mon.c (mon.1) 1494 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.868802+0000 mon.a (mon.0) 426 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: cephadm 2023-12-06T07:03:54.870364+0000 mgr.y (mgr.25474) 537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.482 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.934871+0000 mon.c (mon.1) 1495 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.483 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.934871+0000 mon.c (mon.1) 1495 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.483 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.938396+0000 mon.c (mon.1) 1496 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.483 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.942767+0000 mon.c (mon.1) 1497 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.483 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.944035+0000 mon.c (mon.1) 1498 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.483 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:54.950436+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.483 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: cephadm 2023-12-06T07:03:54.951577+0000 mgr.y (mgr.25474) 538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.483 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:55.034035+0000 mon.c (mon.1) 1499 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.483 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:55.037226+0000 mon.c (mon.1) 1500 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.483 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:55.040585+0000 mon.c (mon.1) 1501 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.483 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:55.042024+0000 mon.c (mon.1) 1502 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.483 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:55.050519+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.484 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: cephadm 2023-12-06T07:03:55.052389+0000 mgr.y (mgr.25474) 539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.484 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:55.127563+0000 mon.c (mon.1) 1503 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.484 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:55.130528+0000 mon.c (mon.1) 1504 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.484 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:55.133706+0000 mon.c (mon.1) 1505 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.484 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:55.134820+0000 mon.c (mon.1) 1506 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.484 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:55.142768+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.484 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:55.208440+0000 mon.c (mon.1) 1507 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.484 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:55.210990+0000 mon.c (mon.1) 1508 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.484 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:55.214164+0000 mon.c (mon.1) 1509 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.484 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:55.215363+0000 mon.c (mon.1) 1510 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.484 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[30799]: audit 2023-12-06T07:03:55.223002+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.484 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.938396+0000 mon.c (mon.1) 1496 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.484 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.942767+0000 mon.c (mon.1) 1497 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.944035+0000 mon.c (mon.1) 1498 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:54.950436+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: cephadm 2023-12-06T07:03:54.951577+0000 mgr.y (mgr.25474) 538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:55.034035+0000 mon.c (mon.1) 1499 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:55.037226+0000 mon.c (mon.1) 1500 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:55.040585+0000 mon.c (mon.1) 1501 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:55.042024+0000 mon.c (mon.1) 1502 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:55.050519+0000 mon.a (mon.0) 428 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: cephadm 2023-12-06T07:03:55.052389+0000 mgr.y (mgr.25474) 539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:55.127563+0000 mon.c (mon.1) 1503 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:55.130528+0000 mon.c (mon.1) 1504 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:55.133706+0000 mon.c (mon.1) 1505 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:55.134820+0000 mon.c (mon.1) 1506 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:55.142768+0000 mon.a (mon.0) 429 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:55.208440+0000 mon.c (mon.1) 1507 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:55.485 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:55.210990+0000 mon.c (mon.1) 1508 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:55.486 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:55.214164+0000 mon.c (mon.1) 1509 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:55.486 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:55.215363+0000 mon.c (mon.1) 1510 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:55.486 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:55 smithi040 bash[78949]: audit 2023-12-06T07:03:55.223002+0000 mon.a (mon.0) 430 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: cephadm 2023-12-06T07:03:55.143696+0000 mgr.y (mgr.25474) 540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: cephadm 2023-12-06T07:03:55.226480+0000 mgr.y (mgr.25474) 541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.304874+0000 mon.c (mon.1) 1511 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.307763+0000 mon.c (mon.1) 1512 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.311014+0000 mon.c (mon.1) 1513 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.312177+0000 mon.c (mon.1) 1514 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.318998+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: cephadm 2023-12-06T07:03:55.319874+0000 mgr.y (mgr.25474) 542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.398031+0000 mon.c (mon.1) 1515 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.400820+0000 mon.c (mon.1) 1516 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.404011+0000 mon.c (mon.1) 1517 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.405283+0000 mon.c (mon.1) 1518 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.411712+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: cephadm 2023-12-06T07:03:55.414646+0000 mgr.y (mgr.25474) 543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.496033+0000 mon.c (mon.1) 1519 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.498564+0000 mon.c (mon.1) 1520 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.501950+0000 mon.c (mon.1) 1521 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.503327+0000 mon.c (mon.1) 1522 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.510392+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: cephadm 2023-12-06T07:03:55.511870+0000 mgr.y (mgr.25474) 544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.591973+0000 mon.c (mon.1) 1523 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.595141+0000 mon.c (mon.1) 1524 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.598550+0000 mon.c (mon.1) 1525 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.599658+0000 mon.c (mon.1) 1526 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.606794+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: cephadm 2023-12-06T07:03:55.607815+0000 mgr.y (mgr.25474) 545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.686734+0000 mon.c (mon.1) 1527 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.689124+0000 mon.c (mon.1) 1528 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.692349+0000 mon.c (mon.1) 1529 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.693522+0000 mon.c (mon.1) 1530 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.702044+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: cephadm 2023-12-06T07:03:55.703071+0000 mgr.y (mgr.25474) 546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.786463+0000 mon.c (mon.1) 1531 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.789276+0000 mon.c (mon.1) 1532 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.793067+0000 mon.c (mon.1) 1533 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.794570+0000 mon.c (mon.1) 1534 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.804887+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: cephadm 2023-12-06T07:03:55.806451+0000 mgr.y (mgr.25474) 547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.889037+0000 mon.c (mon.1) 1535 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.891936+0000 mon.c (mon.1) 1536 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.895790+0000 mon.c (mon.1) 1537 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.896802+0000 mon.c (mon.1) 1538 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.907400+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: cephadm 2023-12-06T07:03:55.909017+0000 mgr.y (mgr.25474) 548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.991382+0000 mon.c (mon.1) 1539 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.993859+0000 mon.c (mon.1) 1540 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.997065+0000 mon.c (mon.1) 1541 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:55.998332+0000 mon.c (mon.1) 1542 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:56.005323+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: cephadm 2023-12-06T07:03:56.010278+0000 mgr.y (mgr.25474) 549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:56.091618+0000 mon.c (mon.1) 1543 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:56.094175+0000 mon.c (mon.1) 1544 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:56.096799+0000 mon.c (mon.1) 1545 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:56.098226+0000 mon.c (mon.1) 1546 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:56.108712+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:56.193013+0000 mon.c (mon.1) 1547 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:56.196633+0000 mon.c (mon.1) 1548 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:56.200847+0000 mon.c (mon.1) 1549 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:56.203765+0000 mon.c (mon.1) 1550 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[30799]: audit 2023-12-06T07:03:56.212728+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: cephadm 2023-12-06T07:03:55.143696+0000 mgr.y (mgr.25474) 540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: cephadm 2023-12-06T07:03:55.226480+0000 mgr.y (mgr.25474) 541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.304874+0000 mon.c (mon.1) 1511 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.307763+0000 mon.c (mon.1) 1512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.311014+0000 mon.c (mon.1) 1513 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.312177+0000 mon.c (mon.1) 1514 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.318998+0000 mon.a (mon.0) 431 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: cephadm 2023-12-06T07:03:55.319874+0000 mgr.y (mgr.25474) 542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.398031+0000 mon.c (mon.1) 1515 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.400820+0000 mon.c (mon.1) 1516 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.404011+0000 mon.c (mon.1) 1517 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.405283+0000 mon.c (mon.1) 1518 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.411712+0000 mon.a (mon.0) 432 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: cephadm 2023-12-06T07:03:55.414646+0000 mgr.y (mgr.25474) 543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.496033+0000 mon.c (mon.1) 1519 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.498564+0000 mon.c (mon.1) 1520 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.501950+0000 mon.c (mon.1) 1521 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.503327+0000 mon.c (mon.1) 1522 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.510392+0000 mon.a (mon.0) 433 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: cephadm 2023-12-06T07:03:55.511870+0000 mgr.y (mgr.25474) 544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.591973+0000 mon.c (mon.1) 1523 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.595141+0000 mon.c (mon.1) 1524 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.598550+0000 mon.c (mon.1) 1525 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.599658+0000 mon.c (mon.1) 1526 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.606794+0000 mon.a (mon.0) 434 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: cephadm 2023-12-06T07:03:55.607815+0000 mgr.y (mgr.25474) 545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.686734+0000 mon.c (mon.1) 1527 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.689124+0000 mon.c (mon.1) 1528 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.692349+0000 mon.c (mon.1) 1529 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.693522+0000 mon.c (mon.1) 1530 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.702044+0000 mon.a (mon.0) 435 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: cephadm 2023-12-06T07:03:55.703071+0000 mgr.y (mgr.25474) 546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.786463+0000 mon.c (mon.1) 1531 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.789276+0000 mon.c (mon.1) 1532 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.793067+0000 mon.c (mon.1) 1533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.794570+0000 mon.c (mon.1) 1534 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.804887+0000 mon.a (mon.0) 436 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: cephadm 2023-12-06T07:03:55.806451+0000 mgr.y (mgr.25474) 547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.889037+0000 mon.c (mon.1) 1535 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.891936+0000 mon.c (mon.1) 1536 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.895790+0000 mon.c (mon.1) 1537 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.896802+0000 mon.c (mon.1) 1538 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.907400+0000 mon.a (mon.0) 437 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: cephadm 2023-12-06T07:03:55.909017+0000 mgr.y (mgr.25474) 548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.991382+0000 mon.c (mon.1) 1539 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.993859+0000 mon.c (mon.1) 1540 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.997065+0000 mon.c (mon.1) 1541 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:55.998332+0000 mon.c (mon.1) 1542 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:56.005323+0000 mon.a (mon.0) 438 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.513 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: cephadm 2023-12-06T07:03:56.010278+0000 mgr.y (mgr.25474) 549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:56.091618+0000 mon.c (mon.1) 1543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:56.094175+0000 mon.c (mon.1) 1544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:56.096799+0000 mon.c (mon.1) 1545 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:56.098226+0000 mon.c (mon.1) 1546 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:56.108712+0000 mon.a (mon.0) 439 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:56.193013+0000 mon.c (mon.1) 1547 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:56.196633+0000 mon.c (mon.1) 1548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:56.200847+0000 mon.c (mon.1) 1549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:56.203765+0000 mon.c (mon.1) 1550 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[78949]: audit 2023-12-06T07:03:56.212728+0000 mon.a (mon.0) 440 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.598 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: cephadm 2023-12-06T07:03:55.143696+0000 mgr.y (mgr.25474) 540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.598 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: cephadm 2023-12-06T07:03:55.226480+0000 mgr.y (mgr.25474) 541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.598 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.304874+0000 mon.c (mon.1) 1511 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.598 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.307763+0000 mon.c (mon.1) 1512 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.598 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.311014+0000 mon.c (mon.1) 1513 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.598 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.312177+0000 mon.c (mon.1) 1514 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.598 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.318998+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.598 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: cephadm 2023-12-06T07:03:55.319874+0000 mgr.y (mgr.25474) 542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.599 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.398031+0000 mon.c (mon.1) 1515 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.599 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.400820+0000 mon.c (mon.1) 1516 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.599 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.404011+0000 mon.c (mon.1) 1517 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.599 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.405283+0000 mon.c (mon.1) 1518 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.599 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.411712+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.599 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: cephadm 2023-12-06T07:03:55.414646+0000 mgr.y (mgr.25474) 543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.599 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.496033+0000 mon.c (mon.1) 1519 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.599 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.498564+0000 mon.c (mon.1) 1520 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.599 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.501950+0000 mon.c (mon.1) 1521 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.599 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.503327+0000 mon.c (mon.1) 1522 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.599 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.510392+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.599 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: cephadm 2023-12-06T07:03:55.511870+0000 mgr.y (mgr.25474) 544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.599 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.591973+0000 mon.c (mon.1) 1523 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.599 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.595141+0000 mon.c (mon.1) 1524 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.599 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.598550+0000 mon.c (mon.1) 1525 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.599658+0000 mon.c (mon.1) 1526 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.606794+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: cephadm 2023-12-06T07:03:55.607815+0000 mgr.y (mgr.25474) 545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.686734+0000 mon.c (mon.1) 1527 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.689124+0000 mon.c (mon.1) 1528 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.692349+0000 mon.c (mon.1) 1529 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.693522+0000 mon.c (mon.1) 1530 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.702044+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: cephadm 2023-12-06T07:03:55.703071+0000 mgr.y (mgr.25474) 546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.786463+0000 mon.c (mon.1) 1531 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.789276+0000 mon.c (mon.1) 1532 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.793067+0000 mon.c (mon.1) 1533 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.794570+0000 mon.c (mon.1) 1534 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.804887+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: cephadm 2023-12-06T07:03:55.806451+0000 mgr.y (mgr.25474) 547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.600 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.889037+0000 mon.c (mon.1) 1535 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.601 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.891936+0000 mon.c (mon.1) 1536 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.601 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.895790+0000 mon.c (mon.1) 1537 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.601 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.896802+0000 mon.c (mon.1) 1538 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.601 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.907400+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.601 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: cephadm 2023-12-06T07:03:55.909017+0000 mgr.y (mgr.25474) 548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.601 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.991382+0000 mon.c (mon.1) 1539 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.601 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.993859+0000 mon.c (mon.1) 1540 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.601 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.997065+0000 mon.c (mon.1) 1541 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.601 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:55.998332+0000 mon.c (mon.1) 1542 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.601 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:56.005323+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.602 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: cephadm 2023-12-06T07:03:56.010278+0000 mgr.y (mgr.25474) 549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:56.602 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:56.091618+0000 mon.c (mon.1) 1543 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.602 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:56.094175+0000 mon.c (mon.1) 1544 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.602 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:56.096799+0000 mon.c (mon.1) 1545 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.602 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:56.098226+0000 mon.c (mon.1) 1546 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.602 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:56.108712+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.602 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:56.193013+0000 mon.c (mon.1) 1547 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:56.602 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:56.196633+0000 mon.c (mon.1) 1548 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:56.602 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:56.200847+0000 mon.c (mon.1) 1549 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:56.602 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:56.203765+0000 mon.c (mon.1) 1550 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:56.602 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[25168]: audit 2023-12-06T07:03:56.212728+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:56.782 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:03:56 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:03:56] "GET /metrics HTTP/1.1" 200 38156 "" "Prometheus/2.33.4" 2023-12-06T07:03:57.121 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[69236]: debug 2023-12-06T07:03:56.671+0000 7f049bbc8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:03:57.121 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[69236]: [06/Dec/2023:07:03:56] ENGINE Bus STARTING 2023-12-06T07:03:57.121 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[69236]: CherryPy Checker: 2023-12-06T07:03:57.122 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[69236]: The Application mounted at '' has an empty config. 2023-12-06T07:03:57.122 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[69236]: [06/Dec/2023:07:03:56] ENGINE Serving on http://:::9283 2023-12-06T07:03:57.122 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:03:56 smithi141 bash[69236]: [06/Dec/2023:07:03:56] ENGINE Bus STARTED 2023-12-06T07:03:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: cephadm 2023-12-06T07:03:56.112425+0000 mgr.y (mgr.25474) 550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: cephadm 2023-12-06T07:03:56.216311+0000 mgr.y (mgr.25474) 551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.290194+0000 mon.c (mon.1) 1551 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.292443+0000 mon.c (mon.1) 1552 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.294740+0000 mon.c (mon.1) 1553 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.295536+0000 mon.c (mon.1) 1554 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.302932+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: cephadm 2023-12-06T07:03:56.303966+0000 mgr.y (mgr.25474) 552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.383059+0000 mon.c (mon.1) 1555 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.386022+0000 mon.c (mon.1) 1556 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.390205+0000 mon.c (mon.1) 1557 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.391516+0000 mon.c (mon.1) 1558 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.401600+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: cephadm 2023-12-06T07:03:56.402626+0000 mgr.y (mgr.25474) 553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.486451+0000 mon.c (mon.1) 1559 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.489944+0000 mon.c (mon.1) 1560 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.495515+0000 mon.c (mon.1) 1561 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.496486+0000 mon.c (mon.1) 1562 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.506068+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: cephadm 2023-12-06T07:03:56.507235+0000 mgr.y (mgr.25474) 554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.587811+0000 mon.c (mon.1) 1563 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.590684+0000 mon.c (mon.1) 1564 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.594031+0000 mon.c (mon.1) 1565 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.595630+0000 mon.c (mon.1) 1566 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.603948+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: cephadm 2023-12-06T07:03:56.608969+0000 mgr.y (mgr.25474) 555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: cluster 2023-12-06T07:03:56.676405+0000 mon.a (mon.0) 445 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:03:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: cluster 2023-12-06T07:03:56.676720+0000 mon.a (mon.0) 446 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:03:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.681176+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.? 172.21.15.141:0/2483137047' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:03:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.681890+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.? 172.21.15.141:0/2483137047' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:03:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.685177+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.? 172.21.15.141:0/2483137047' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:03:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.687569+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.? 172.21.15.141:0/2483137047' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:03:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: cluster 2023-12-06T07:03:56.691032+0000 mgr.y (mgr.25474) 556 : 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-06T07:03:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.691503+0000 mon.c (mon.1) 1567 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.695492+0000 mon.c (mon.1) 1568 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.698727+0000 mon.c (mon.1) 1569 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.699857+0000 mon.c (mon.1) 1570 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.707569+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: cephadm 2023-12-06T07:03:56.708581+0000 mgr.y (mgr.25474) 557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.822825+0000 mon.c (mon.1) 1571 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.825532+0000 mon.c (mon.1) 1572 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.828582+0000 mon.c (mon.1) 1573 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.829680+0000 mon.c (mon.1) 1574 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.838120+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: cephadm 2023-12-06T07:03:56.839643+0000 mgr.y (mgr.25474) 558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.905860+0000 mon.c (mon.1) 1575 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.909506+0000 mon.c (mon.1) 1576 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.912659+0000 mon.c (mon.1) 1577 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.914188+0000 mon.c (mon.1) 1578 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.924802+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: cephadm 2023-12-06T07:03:56.926581+0000 mgr.y (mgr.25474) 559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.991397+0000 mon.c (mon.1) 1579 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.995925+0000 mon.c (mon.1) 1580 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:56.999129+0000 mon.c (mon.1) 1581 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:57.000016+0000 mon.c (mon.1) 1582 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:57.006183+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: cephadm 2023-12-06T07:03:57.008082+0000 mgr.y (mgr.25474) 560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:57.087488+0000 mon.c (mon.1) 1583 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:57.089927+0000 mon.c (mon.1) 1584 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:57.093037+0000 mon.c (mon.1) 1585 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: cephadm 2023-12-06T07:03:56.112425+0000 mgr.y (mgr.25474) 550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: cephadm 2023-12-06T07:03:56.216311+0000 mgr.y (mgr.25474) 551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.290194+0000 mon.c (mon.1) 1551 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.292443+0000 mon.c (mon.1) 1552 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.294740+0000 mon.c (mon.1) 1553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.295536+0000 mon.c (mon.1) 1554 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.302932+0000 mon.a (mon.0) 441 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: cephadm 2023-12-06T07:03:56.303966+0000 mgr.y (mgr.25474) 552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.383059+0000 mon.c (mon.1) 1555 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.386022+0000 mon.c (mon.1) 1556 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.390205+0000 mon.c (mon.1) 1557 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.391516+0000 mon.c (mon.1) 1558 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.401600+0000 mon.a (mon.0) 442 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: cephadm 2023-12-06T07:03:56.402626+0000 mgr.y (mgr.25474) 553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.486451+0000 mon.c (mon.1) 1559 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.489944+0000 mon.c (mon.1) 1560 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.495515+0000 mon.c (mon.1) 1561 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.496486+0000 mon.c (mon.1) 1562 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.506068+0000 mon.a (mon.0) 443 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: cephadm 2023-12-06T07:03:56.507235+0000 mgr.y (mgr.25474) 554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:57.094514+0000 mon.c (mon.1) 1586 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:57.106453+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:57.189125+0000 mon.c (mon.1) 1587 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:57.191636+0000 mon.c (mon.1) 1588 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:57.194018+0000 mon.c (mon.1) 1589 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:57.194946+0000 mon.c (mon.1) 1590 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[30799]: audit 2023-12-06T07:03:57.203647+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.587811+0000 mon.c (mon.1) 1563 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.590684+0000 mon.c (mon.1) 1564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.594031+0000 mon.c (mon.1) 1565 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.595630+0000 mon.c (mon.1) 1566 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.603948+0000 mon.a (mon.0) 444 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: cephadm 2023-12-06T07:03:56.608969+0000 mgr.y (mgr.25474) 555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: cluster 2023-12-06T07:03:56.676405+0000 mon.a (mon.0) 445 : cluster 0 Standby manager daemon x restarted 2023-12-06T07:03:57.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: cluster 2023-12-06T07:03:56.676720+0000 mon.a (mon.0) 446 : cluster 0 Standby manager daemon x started 2023-12-06T07:03:57.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.681176+0000 mon.b (mon.2) 112 : audit 0 from='mgr.? 172.21.15.141:0/2483137047' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:03:57.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.681890+0000 mon.b (mon.2) 113 : audit 0 from='mgr.? 172.21.15.141:0/2483137047' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:03:57.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.685177+0000 mon.b (mon.2) 114 : audit 0 from='mgr.? 172.21.15.141:0/2483137047' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:03:57.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.687569+0000 mon.b (mon.2) 115 : audit 0 from='mgr.? 172.21.15.141:0/2483137047' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:03:57.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: cluster 2023-12-06T07:03:56.691032+0000 mgr.y (mgr.25474) 556 : 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-06T07:03:57.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.691503+0000 mon.c (mon.1) 1567 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.695492+0000 mon.c (mon.1) 1568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.698727+0000 mon.c (mon.1) 1569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.699857+0000 mon.c (mon.1) 1570 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.707569+0000 mon.a (mon.0) 447 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: cephadm 2023-12-06T07:03:56.708581+0000 mgr.y (mgr.25474) 557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.822825+0000 mon.c (mon.1) 1571 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.825532+0000 mon.c (mon.1) 1572 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.828582+0000 mon.c (mon.1) 1573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.829680+0000 mon.c (mon.1) 1574 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.838120+0000 mon.a (mon.0) 448 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: cephadm 2023-12-06T07:03:56.839643+0000 mgr.y (mgr.25474) 558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.905860+0000 mon.c (mon.1) 1575 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.909506+0000 mon.c (mon.1) 1576 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.912659+0000 mon.c (mon.1) 1577 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.914188+0000 mon.c (mon.1) 1578 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.924802+0000 mon.a (mon.0) 449 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: cephadm 2023-12-06T07:03:56.926581+0000 mgr.y (mgr.25474) 559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.991397+0000 mon.c (mon.1) 1579 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.995925+0000 mon.c (mon.1) 1580 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:56.999129+0000 mon.c (mon.1) 1581 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:57.000016+0000 mon.c (mon.1) 1582 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:57.006183+0000 mon.a (mon.0) 450 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: cephadm 2023-12-06T07:03:57.008082+0000 mgr.y (mgr.25474) 560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:57.087488+0000 mon.c (mon.1) 1583 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:57.089927+0000 mon.c (mon.1) 1584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:57.093037+0000 mon.c (mon.1) 1585 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:57.094514+0000 mon.c (mon.1) 1586 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:57.106453+0000 mon.a (mon.0) 451 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:57.189125+0000 mon.c (mon.1) 1587 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:57.191636+0000 mon.c (mon.1) 1588 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:57.194018+0000 mon.c (mon.1) 1589 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:57.194946+0000 mon.c (mon.1) 1590 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:57 smithi040 bash[78949]: audit 2023-12-06T07:03:57.203647+0000 mon.a (mon.0) 452 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.543 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: cephadm 2023-12-06T07:03:56.112425+0000 mgr.y (mgr.25474) 550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.543 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: cephadm 2023-12-06T07:03:56.216311+0000 mgr.y (mgr.25474) 551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.543 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.290194+0000 mon.c (mon.1) 1551 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.543 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.292443+0000 mon.c (mon.1) 1552 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.543 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.294740+0000 mon.c (mon.1) 1553 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.543 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.295536+0000 mon.c (mon.1) 1554 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.543 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.302932+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.543 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: cephadm 2023-12-06T07:03:56.303966+0000 mgr.y (mgr.25474) 552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.543 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.383059+0000 mon.c (mon.1) 1555 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.544 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.386022+0000 mon.c (mon.1) 1556 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.544 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.390205+0000 mon.c (mon.1) 1557 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.544 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.391516+0000 mon.c (mon.1) 1558 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.544 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.401600+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.544 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: cephadm 2023-12-06T07:03:56.402626+0000 mgr.y (mgr.25474) 553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.544 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.486451+0000 mon.c (mon.1) 1559 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.544 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.489944+0000 mon.c (mon.1) 1560 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.544 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.495515+0000 mon.c (mon.1) 1561 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.544 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.496486+0000 mon.c (mon.1) 1562 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.544 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.506068+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.544 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: cephadm 2023-12-06T07:03:56.507235+0000 mgr.y (mgr.25474) 554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.544 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.587811+0000 mon.c (mon.1) 1563 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.544 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.590684+0000 mon.c (mon.1) 1564 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.544 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.594031+0000 mon.c (mon.1) 1565 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.544 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.595630+0000 mon.c (mon.1) 1566 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.603948+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: cephadm 2023-12-06T07:03:56.608969+0000 mgr.y (mgr.25474) 555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: cluster 2023-12-06T07:03:56.676405+0000 mon.a (mon.0) 445 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: cluster 2023-12-06T07:03:56.676720+0000 mon.a (mon.0) 446 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.681176+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.? 172.21.15.141:0/2483137047' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.681890+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.? 172.21.15.141:0/2483137047' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.685177+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.? 172.21.15.141:0/2483137047' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.687569+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.? 172.21.15.141:0/2483137047' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: cluster 2023-12-06T07:03:56.691032+0000 mgr.y (mgr.25474) 556 : 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-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.691503+0000 mon.c (mon.1) 1567 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.695492+0000 mon.c (mon.1) 1568 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.698727+0000 mon.c (mon.1) 1569 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.699857+0000 mon.c (mon.1) 1570 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.707569+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: cephadm 2023-12-06T07:03:56.708581+0000 mgr.y (mgr.25474) 557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.545 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.822825+0000 mon.c (mon.1) 1571 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.546 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.825532+0000 mon.c (mon.1) 1572 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.546 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.828582+0000 mon.c (mon.1) 1573 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.546 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.829680+0000 mon.c (mon.1) 1574 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.546 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.838120+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.546 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: cephadm 2023-12-06T07:03:56.839643+0000 mgr.y (mgr.25474) 558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.546 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.905860+0000 mon.c (mon.1) 1575 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.546 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.909506+0000 mon.c (mon.1) 1576 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.546 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.912659+0000 mon.c (mon.1) 1577 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.546 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.914188+0000 mon.c (mon.1) 1578 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.546 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.924802+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.546 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: cephadm 2023-12-06T07:03:56.926581+0000 mgr.y (mgr.25474) 559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.546 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.991397+0000 mon.c (mon.1) 1579 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.546 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.995925+0000 mon.c (mon.1) 1580 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.546 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:56.999129+0000 mon.c (mon.1) 1581 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.546 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:57.000016+0000 mon.c (mon.1) 1582 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.547 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:57.006183+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.547 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: cephadm 2023-12-06T07:03:57.008082+0000 mgr.y (mgr.25474) 560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:57.547 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:57.087488+0000 mon.c (mon.1) 1583 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.547 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:57.089927+0000 mon.c (mon.1) 1584 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.547 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:57.093037+0000 mon.c (mon.1) 1585 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.547 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:57.094514+0000 mon.c (mon.1) 1586 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.547 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:57.106453+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:57.547 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:57.189125+0000 mon.c (mon.1) 1587 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:57.547 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:57.191636+0000 mon.c (mon.1) 1588 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:57.547 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:57.194018+0000 mon.c (mon.1) 1589 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:57.547 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:57.194946+0000 mon.c (mon.1) 1590 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:57.547 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:57 smithi141 bash[25168]: audit 2023-12-06T07:03:57.203647+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: cephadm 2023-12-06T07:03:57.107655+0000 mgr.y (mgr.25474) 561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.510 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: cephadm 2023-12-06T07:03:57.204652+0000 mgr.y (mgr.25474) 562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.313556+0000 mon.c (mon.1) 1591 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.316217+0000 mon.c (mon.1) 1592 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.319296+0000 mon.c (mon.1) 1593 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:58.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.320463+0000 mon.c (mon.1) 1594 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:58.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.327041+0000 mon.a (mon.0) 453 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: cephadm 2023-12-06T07:03:57.331056+0000 mgr.y (mgr.25474) 563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.413231+0000 mon.c (mon.1) 1595 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.415500+0000 mon.c (mon.1) 1596 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.417894+0000 mon.c (mon.1) 1597 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:58.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.418932+0000 mon.c (mon.1) 1598 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:58.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.425172+0000 mon.a (mon.0) 454 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: cephadm 2023-12-06T07:03:57.430333+0000 mgr.y (mgr.25474) 564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.511477+0000 mon.c (mon.1) 1599 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.514099+0000 mon.c (mon.1) 1600 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.516968+0000 mon.c (mon.1) 1601 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:58.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.518601+0000 mon.c (mon.1) 1602 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:58.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.525886+0000 mon.a (mon.0) 455 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: cephadm 2023-12-06T07:03:57.529128+0000 mgr.y (mgr.25474) 565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: cephadm 2023-12-06T07:03:57.107655+0000 mgr.y (mgr.25474) 561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: cephadm 2023-12-06T07:03:57.204652+0000 mgr.y (mgr.25474) 562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.313556+0000 mon.c (mon.1) 1591 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.316217+0000 mon.c (mon.1) 1592 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.319296+0000 mon.c (mon.1) 1593 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:58.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.320463+0000 mon.c (mon.1) 1594 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:58.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.327041+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: cephadm 2023-12-06T07:03:57.331056+0000 mgr.y (mgr.25474) 563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.413231+0000 mon.c (mon.1) 1595 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.415500+0000 mon.c (mon.1) 1596 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.417894+0000 mon.c (mon.1) 1597 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:58.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.418932+0000 mon.c (mon.1) 1598 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:58.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.425172+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: cephadm 2023-12-06T07:03:57.430333+0000 mgr.y (mgr.25474) 564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.511477+0000 mon.c (mon.1) 1599 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.514099+0000 mon.c (mon.1) 1600 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.516968+0000 mon.c (mon.1) 1601 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:58.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.518601+0000 mon.c (mon.1) 1602 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:58.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.525886+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.514 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: cephadm 2023-12-06T07:03:57.529128+0000 mgr.y (mgr.25474) 565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.611762+0000 mon.c (mon.1) 1603 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: cluster 2023-12-06T07:03:57.618445+0000 mon.a (mon.0) 456 : cluster 0 mgrmap e45: y(active, since 64s), standbys: x 2023-12-06T07:03:58.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.628319+0000 mon.c (mon.1) 1604 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.630433+0000 mon.c (mon.1) 1605 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:58.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.631151+0000 mon.c (mon.1) 1606 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:58.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.636826+0000 mon.a (mon.0) 457 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: cephadm 2023-12-06T07:03:57.639800+0000 mgr.y (mgr.25474) 566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.726205+0000 mon.c (mon.1) 1607 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.514 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.730145+0000 mon.c (mon.1) 1608 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.739380+0000 mon.c (mon.1) 1609 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:58.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.740769+0000 mon.c (mon.1) 1610 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:58.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.745008+0000 mon.a (mon.0) 458 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.758405+0000 mon.a (mon.0) 459 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.766848+0000 mon.a (mon.0) 460 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.779270+0000 mon.a (mon.0) 461 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.845196+0000 mon.c (mon.1) 1611 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.847681+0000 mon.c (mon.1) 1612 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.848993+0000 mon.c (mon.1) 1613 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:03:58.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: audit 2023-12-06T07:03:57.849801+0000 mon.c (mon.1) 1614 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-06T07:03:58.515 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[78949]: cephadm 2023-12-06T07:03:57.850366+0000 mgr.y (mgr.25474) 567 : cephadm 1 Upgrade: It appears safe to stop mon.c 2023-12-06T07:03:58.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.611762+0000 mon.c (mon.1) 1603 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: cluster 2023-12-06T07:03:57.618445+0000 mon.a (mon.0) 456 : cluster [DBG] mgrmap e45: y(active, since 64s), standbys: x 2023-12-06T07:03:58.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.628319+0000 mon.c (mon.1) 1604 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.630433+0000 mon.c (mon.1) 1605 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:58.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.631151+0000 mon.c (mon.1) 1606 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:58.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.636826+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: cephadm 2023-12-06T07:03:57.639800+0000 mgr.y (mgr.25474) 566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.726205+0000 mon.c (mon.1) 1607 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.730145+0000 mon.c (mon.1) 1608 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.739380+0000 mon.c (mon.1) 1609 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:58.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.740769+0000 mon.c (mon.1) 1610 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:58.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.745008+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.758405+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.766848+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.779270+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.845196+0000 mon.c (mon.1) 1611 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.847681+0000 mon.c (mon.1) 1612 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.848993+0000 mon.c (mon.1) 1613 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:03:58.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: audit 2023-12-06T07:03:57.849801+0000 mon.c (mon.1) 1614 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-06T07:03:58.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:58 smithi040 bash[30799]: cephadm 2023-12-06T07:03:57.850366+0000 mgr.y (mgr.25474) 567 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-06T07:03:58.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: cephadm 2023-12-06T07:03:57.107655+0000 mgr.y (mgr.25474) 561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: cephadm 2023-12-06T07:03:57.204652+0000 mgr.y (mgr.25474) 562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.313556+0000 mon.c (mon.1) 1591 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.316217+0000 mon.c (mon.1) 1592 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.319296+0000 mon.c (mon.1) 1593 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:58.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.320463+0000 mon.c (mon.1) 1594 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:58.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.327041+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: cephadm 2023-12-06T07:03:57.331056+0000 mgr.y (mgr.25474) 563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.413231+0000 mon.c (mon.1) 1595 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.415500+0000 mon.c (mon.1) 1596 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.417894+0000 mon.c (mon.1) 1597 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:58.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.418932+0000 mon.c (mon.1) 1598 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:58.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.425172+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: cephadm 2023-12-06T07:03:57.430333+0000 mgr.y (mgr.25474) 564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.511477+0000 mon.c (mon.1) 1599 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.514099+0000 mon.c (mon.1) 1600 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.516968+0000 mon.c (mon.1) 1601 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:58.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.518601+0000 mon.c (mon.1) 1602 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:58.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.525886+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: cephadm 2023-12-06T07:03:57.529128+0000 mgr.y (mgr.25474) 565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.611762+0000 mon.c (mon.1) 1603 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: cluster 2023-12-06T07:03:57.618445+0000 mon.a (mon.0) 456 : cluster [DBG] mgrmap e45: y(active, since 64s), standbys: x 2023-12-06T07:03:58.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.628319+0000 mon.c (mon.1) 1604 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.630433+0000 mon.c (mon.1) 1605 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:58.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.631151+0000 mon.c (mon.1) 1606 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:58.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.636826+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: cephadm 2023-12-06T07:03:57.639800+0000 mgr.y (mgr.25474) 566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:03:58.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.726205+0000 mon.c (mon.1) 1607 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.730145+0000 mon.c (mon.1) 1608 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.739380+0000 mon.c (mon.1) 1609 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:03:58.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.740769+0000 mon.c (mon.1) 1610 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:03:58.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.745008+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.758405+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.766848+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.779270+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:03:58.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.845196+0000 mon.c (mon.1) 1611 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:03:58.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.847681+0000 mon.c (mon.1) 1612 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:03:58.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.848993+0000 mon.c (mon.1) 1613 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:03:58.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: audit 2023-12-06T07:03:57.849801+0000 mon.c (mon.1) 1614 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-06T07:03:58.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[25168]: cephadm 2023-12-06T07:03:57.850366+0000 mgr.y (mgr.25474) 567 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-06T07:03:58.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:03:58 smithi141 bash[61993]: ts=2023-12-06T07: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:03:59.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:03:59 smithi141 bash[25168]: cluster 2023-12-06T07:03:58.692646+0000 mgr.y (mgr.25474) 568 : 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-06T07:03:59.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:03:59 smithi040 bash[78949]: cluster 2023-12-06T07:03:58.692646+0000 mgr.y (mgr.25474) 568 : 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-06T07:03:59.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:03:59 smithi040 bash[30799]: cluster 2023-12-06T07:03:58.692646+0000 mgr.y (mgr.25474) 568 : 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-06T07:04:01.811 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:01 smithi141 bash[25168]: audit 2023-12-06T07:04:00.545831+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:01.811 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:01 smithi141 bash[25168]: audit 2023-12-06T07:04:00.558457+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:01.811 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:01 smithi141 bash[25168]: audit 2023-12-06T07:04:00.569381+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:01.812 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:01 smithi141 bash[25168]: cluster 2023-12-06T07:04:00.693396+0000 mgr.y (mgr.25474) 569 : 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-06T07:04:01.812 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:01 smithi141 bash[25168]: audit 2023-12-06T07:04:01.180855+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:01.812 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:01 smithi141 bash[25168]: audit 2023-12-06T07:04:01.186010+0000 mon.c (mon.1) 1615 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:04:01.812 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:01 smithi141 bash[25168]: audit 2023-12-06T07:04:01.187460+0000 mon.c (mon.1) 1616 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:04:01.812 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:01 smithi141 bash[25168]: audit 2023-12-06T07:04:01.188988+0000 mon.c (mon.1) 1617 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:01.825 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[78949]: audit 2023-12-06T07:04:00.545831+0000 mon.a (mon.0) 462 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:01.826 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[78949]: audit 2023-12-06T07:04:00.558457+0000 mon.a (mon.0) 463 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:01.826 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[78949]: audit 2023-12-06T07:04:00.569381+0000 mon.a (mon.0) 464 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:01.826 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[78949]: cluster 2023-12-06T07:04:00.693396+0000 mgr.y (mgr.25474) 569 : 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-06T07:04:01.826 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[78949]: audit 2023-12-06T07:04:01.180855+0000 mon.a (mon.0) 465 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:01.826 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[78949]: audit 2023-12-06T07:04:01.186010+0000 mon.c (mon.1) 1615 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:04:01.826 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[78949]: audit 2023-12-06T07:04:01.187460+0000 mon.c (mon.1) 1616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:04:01.826 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[78949]: audit 2023-12-06T07:04:01.188988+0000 mon.c (mon.1) 1617 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:01.826 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[30799]: audit 2023-12-06T07:04:00.545831+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:01.826 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[30799]: audit 2023-12-06T07:04:00.558457+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:01.827 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[30799]: audit 2023-12-06T07:04:00.569381+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:01.827 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[30799]: cluster 2023-12-06T07:04:00.693396+0000 mgr.y (mgr.25474) 569 : 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-06T07:04:01.827 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[30799]: audit 2023-12-06T07:04:01.180855+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:01.827 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[30799]: audit 2023-12-06T07:04:01.186010+0000 mon.c (mon.1) 1615 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:04:01.827 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[30799]: audit 2023-12-06T07:04:01.187460+0000 mon.c (mon.1) 1616 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:04:01.827 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:01 smithi040 bash[30799]: audit 2023-12-06T07:04:01.188988+0000 mon.c (mon.1) 1617 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:02.933 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:02 smithi040 bash[30799]: cephadm 2023-12-06T07:04:01.172414+0000 mgr.y (mgr.25474) 570 : cephadm [INF] Upgrade: Updating mon.c 2023-12-06T07:04:02.934 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:02 smithi040 bash[30799]: cephadm 2023-12-06T07:04:01.190725+0000 mgr.y (mgr.25474) 571 : cephadm [INF] Deploying daemon mon.c on smithi040 2023-12-06T07:04:02.934 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:02 smithi040 bash[78949]: cephadm 2023-12-06T07:04:01.172414+0000 mgr.y (mgr.25474) 570 : cephadm 1 Upgrade: Updating mon.c 2023-12-06T07:04:02.934 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:02 smithi040 bash[78949]: cephadm 2023-12-06T07:04:01.190725+0000 mgr.y (mgr.25474) 571 : cephadm 1 Deploying daemon mon.c on smithi040 2023-12-06T07:04:02.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:02 smithi141 bash[25168]: cephadm 2023-12-06T07:04:01.172414+0000 mgr.y (mgr.25474) 570 : cephadm [INF] Upgrade: Updating mon.c 2023-12-06T07:04:02.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:02 smithi141 bash[25168]: cephadm 2023-12-06T07:04:01.190725+0000 mgr.y (mgr.25474) 571 : cephadm [INF] Deploying daemon mon.c on smithi040 2023-12-06T07:04:03.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:03 smithi141 bash[25168]: cluster 2023-12-06T07:04:02.694124+0000 mgr.y (mgr.25474) 572 : 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-06T07:04:03.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:03 smithi040 bash[78949]: cluster 2023-12-06T07:04:02.694124+0000 mgr.y (mgr.25474) 572 : 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-06T07:04:03.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:03 smithi040 bash[30799]: cluster 2023-12-06T07:04:02.694124+0000 mgr.y (mgr.25474) 572 : 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-06T07:04:03.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:03 smithi040 systemd[1]: Stopping Ceph mon.c for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:04:04.217 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:03 smithi040 bash[30799]: debug 2023-12-06T07:04:03.885+0000 7efd42606700 -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-06T07:04:04.217 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:03 smithi040 bash[30799]: debug 2023-12-06T07:04:03.885+0000 7efd42606700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-06T07:04:04.217 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:03 smithi040 bash[75188]: [06/Dec/2023:07:04:03] ENGINE Bus STOPPING 2023-12-06T07:04:04.217 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:03 smithi040 bash[75188]: [06/Dec/2023:07:04:03] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T07:04:04.218 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:03 smithi040 bash[75188]: [06/Dec/2023:07:04:03] ENGINE Bus STOPPED 2023-12-06T07:04:04.218 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:03 smithi040 bash[75188]: [06/Dec/2023:07:04:03] ENGINE Bus STARTING 2023-12-06T07:04:04.218 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:04 smithi040 bash[75188]: [06/Dec/2023:07:04:04] ENGINE Serving on http://:::9283 2023-12-06T07:04:04.218 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:04 smithi040 bash[75188]: [06/Dec/2023:07:04:04] ENGINE Bus STARTED 2023-12-06T07:04:04.961 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:04 smithi040 bash[82944]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mon-c 2023-12-06T07:04:04.962 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:04 smithi040 bash[83033]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mon-c 2023-12-06T07:04:04.962 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:04 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.c.service: Succeeded. 2023-12-06T07:04:04.962 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:04 smithi040 systemd[1]: Stopped Ceph mon.c for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:04:05.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:05 smithi040 systemd[1]: Started Ceph mon.c for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:04:06.501 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.165+0000 7ff17813bc80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T07:04:06.501 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.165+0000 7ff17813bc80 0 ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev), process ceph-mon, pid 7 2023-12-06T07:04:06.501 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.165+0000 7ff17813bc80 0 pidfile_write: ignore empty --pid-file 2023-12-06T07:04:06.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.173+0000 7ff17813bc80 0 load: jerasure load: lrc 2023-12-06T07:04:06.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: RocksDB version: 7.9.2 2023-12-06T07:04:06.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Git sha 0 2023-12-06T07:04:06.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Compile date 2023-12-06 02:25:46 2023-12-06T07:04:06.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: DB SUMMARY 2023-12-06T07:04:06.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: DB Session ID: 37W2ZDN6WE974THRJXPC 2023-12-06T07:04:06.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: CURRENT file: CURRENT 2023-12-06T07:04:06.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T07:04:06.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 2266 Bytes 2023-12-06T07:04:06.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000045.sst 2023-12-06T07:04:06.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000043.log size: 2040855 ; 2023-12-06T07:04:06.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.error_if_exists: 0 2023-12-06T07:04:06.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.create_if_missing: 0 2023-12-06T07:04:06.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T07:04:06.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-06T07:04:06.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T07:04:06.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-06T07:04:06.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.env: 0x55829355da60 2023-12-06T07:04:06.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-06T07:04:06.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.info_log: 0x5582953dd780 2023-12-06T07:04:06.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T07:04:06.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.statistics: (nil) 2023-12-06T07:04:06.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.use_fsync: 0 2023-12-06T07:04:06.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T07:04:06.504 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T07:04:06.504 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T07:04:06.504 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T07:04:06.504 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T07:04:06.504 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T07:04:06.504 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T07:04:06.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T07:04:06.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T07:04:06.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T07:04:06.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T07:04:06.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.db_log_dir: 2023-12-06T07:04:06.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.wal_dir: 2023-12-06T07:04:06.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T07:04:06.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T07:04:06.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T07:04:06.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T07:04:06.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T07:04:06.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T07:04:06.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T07:04:06.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T07:04:06.505 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.write_buffer_manager: 0x5582953b0f00 2023-12-06T07:04:06.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T07:04:06.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T07:04:06.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T07:04:06.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T07:04:06.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T07:04:06.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T07:04:06.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T07:04:06.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T07:04:06.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.unordered_write: 0 2023-12-06T07:04:06.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T07:04:06.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T07:04:06.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T07:04:06.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T07:04:06.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.row_cache: None 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.wal_filter: None 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.two_write_queues: 0 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.wal_compression: 0 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.atomic_flush: 0 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T07:04:06.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_open_files: -1 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T07:04:06.508 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T07:04:06.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T07:04:06.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T07:04:06.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T07:04:06.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Compression algorithms supported: 2023-12-06T07:04:06.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T07:04:06.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: kZSTD supported: 0 2023-12-06T07:04:06.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: kXpressCompression supported: 0 2023-12-06T07:04:06.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T07:04:06.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: kZlibCompression supported: 1 2023-12-06T07:04:06.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T07:04:06.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T07:04:06.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T07:04:06.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T07:04:06.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-06T07:04:06.509 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2023-12-06T07:04:06.510 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-06T07:04:06.510 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T07:04:06.510 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.merge_operator: 2023-12-06T07:04:06.510 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compaction_filter: None 2023-12-06T07:04:06.510 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T07:04:06.510 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T07:04:06.510 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T07:04:06.510 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T07:04:06.510 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5582953dd8a0) 2023-12-06T07:04:06.510 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: cache_index_and_filter_blocks: 1 2023-12-06T07:04:06.510 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T07:04:06.510 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T07:04:06.510 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: pin_top_level_index_and_filter: 1 2023-12-06T07:04:06.510 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: index_type: 0 2023-12-06T07:04:06.510 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: data_block_index_type: 0 2023-12-06T07:04:06.511 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: index_shortening: 1 2023-12-06T07:04:06.511 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T07:04:06.511 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: checksum: 4 2023-12-06T07:04:06.511 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: no_block_cache: 0 2023-12-06T07:04:06.511 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: block_cache: 0x558295431090 2023-12-06T07:04:06.511 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: block_cache_name: BinnedLRUCache 2023-12-06T07:04:06.511 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: block_cache_options: 2023-12-06T07:04:06.511 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: capacity : 536870912 2023-12-06T07:04:06.511 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: num_shard_bits : 4 2023-12-06T07:04:06.511 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: strict_capacity_limit : 0 2023-12-06T07:04:06.511 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: high_pri_pool_ratio: 0.000 2023-12-06T07:04:06.511 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: block_cache_compressed: (nil) 2023-12-06T07:04:06.511 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: persistent_cache: (nil) 2023-12-06T07:04:06.511 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: block_size: 4096 2023-12-06T07:04:06.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: block_size_deviation: 10 2023-12-06T07:04:06.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: block_restart_interval: 16 2023-12-06T07:04:06.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: index_block_restart_interval: 1 2023-12-06T07:04:06.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: metadata_block_size: 4096 2023-12-06T07:04:06.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: partition_filters: 0 2023-12-06T07:04:06.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: use_delta_encoding: 1 2023-12-06T07:04:06.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: filter_policy: bloomfilter 2023-12-06T07:04:06.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: whole_key_filtering: 1 2023-12-06T07:04:06.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: verify_compression: 0 2023-12-06T07:04:06.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: read_amp_bytes_per_bit: 0 2023-12-06T07:04:06.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: format_version: 5 2023-12-06T07:04:06.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: enable_index_compression: 1 2023-12-06T07:04:06.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: block_align: 0 2023-12-06T07:04:06.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: max_auto_readahead_size: 262144 2023-12-06T07:04:06.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: prepopulate_block_cache: 0 2023-12-06T07:04:06.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: initial_auto_readahead_size: 8192 2023-12-06T07:04:06.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: num_file_reads_for_auto_readahead: 2 2023-12-06T07:04:06.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T07:04:06.513 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T07:04:06.514 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compression: NoCompression 2023-12-06T07:04:06.514 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T07:04:06.514 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T07:04:06.514 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T07:04:06.514 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.num_levels: 7 2023-12-06T07:04:06.514 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T07:04:06.514 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T07:04:06.514 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T07:04:06.514 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T07:04:06.514 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T07:04:06.514 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T07:04:06.514 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T07:04:06.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:04:06.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T07:04:06.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T07:04:06.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-06T07:04:06.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-06T07:04:06.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T07:04:06.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T07:04:06.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T07:04:06.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T07:04:06.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:04:06.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-06T07:04:06.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T07:04:06.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T07:04:06.515 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-06T07:04:06.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T07:04:06.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T07:04:06.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T07:04:06.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T07:04:06.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T07:04:06.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T07:04:06.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T07:04:06.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T07:04:06.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T07:04:06.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T07:04:06.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T07:04:06.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T07:04:06.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T07:04:06.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T07:04:06.516 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T07:04:06.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T07:04:06.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T07:04:06.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-06T07:04:06.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-06T07:04:06.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T07:04:06.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T07:04:06.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T07:04:06.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T07:04:06.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T07:04:06.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T07:04:06.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T07:04:06.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T07:04:06.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T07:04:06.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T07:04:06.517 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T07:04:06.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T07:04:06.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T07:04:06.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.table_properties_collectors: 2023-12-06T07:04:06.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T07:04:06.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T07:04:06.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T07:04:06.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T07:04:06.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T07:04:06.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.bloom_locality: 0 2023-12-06T07:04:06.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T07:04:06.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T07:04:06.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T07:04:06.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T07:04:06.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T07:04:06.518 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.ttl: 2592000 2023-12-06T07:04:06.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T07:04:06.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-06T07:04:06.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-06T07:04:06.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.enable_blob_files: false 2023-12-06T07:04:06.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.min_blob_size: 0 2023-12-06T07:04:06.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T07:04:06.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T07:04:06.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T07:04:06.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T07:04:06.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-06T07:04:06.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-06T07:04:06.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-06T07:04:06.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff17813bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.177+0000 7ff16c101700 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-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.181+0000 7ff17813bc80 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-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.181+0000 7ff17813bc80 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 27974, log_number is 43,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.181+0000 7ff17813bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 43 2023-12-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.181+0000 7ff17813bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d545e3de-d444-48d2-a73f-d7dd41a404a3 2023-12-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.181+0000 7ff17813bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701846246183685, "job": 1, "event": "recovery_started", "wal_files": [43]} 2023-12-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.181+0000 7ff17813bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #43 mode 2 2023-12-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.193+0000 7ff17813bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701846246196056, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 48, "file_size": 1314882, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 27979, "largest_seqno": 29931, "table_properties": {"data_size": 1308342, "index_size": 2773, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 2757, "raw_key_size": 26397, "raw_average_key_size": 24, "raw_value_size": 1290706, "raw_average_value_size": 1199, "num_data_blocks": 110, "num_entries": 1076, "num_filter_entries": 1076, "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": 1701846246, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d545e3de-d444-48d2-a73f-d7dd41a404a3", "db_session_id": "37W2ZDN6WE974THRJXPC", "orig_file_number": 48, "seqno_to_time_mapping": "N/A"}} 2023-12-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.193+0000 7ff17813bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701846246196191, "job": 1, "event": "recovery_finished"} 2023-12-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.193+0000 7ff17813bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 50 2023-12-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.193+0000 7ff17813bc80 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-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.193+0000 7ff17813bc80 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-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.193+0000 7ff17813bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5582954d0000 2023-12-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.193+0000 7ff17813bc80 4 rocksdb: DB pointer 0x5582954be000 2023-12-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.193+0000 7ff1668f6700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-06T07:04:06.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.193+0000 7ff1668f6700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-06T07:04:06.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: ** DB Stats ** 2023-12-06T07:04:06.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:04:06.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: 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-06T07:04:06.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:04:06.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:04:06.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: 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-06T07:04:06.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:04:06.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:04:06.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: ** Compaction Stats [default] ** 2023-12-06T07:04:06.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: 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-06T07:04:06.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-06T07:04:06.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: L0 1/0 1.25 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 370.9 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-06T07:04:06.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: L6 1/0 11.54 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-06T07:04:06.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: Sum 2/0 12.80 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 370.9 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-06T07:04:06.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 370.9 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-06T07:04:06.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: ** Compaction Stats [default] ** 2023-12-06T07:04:06.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: 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-06T07:04:06.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:04:06.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 370.9 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-06T07:04:06.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-06T07:04:06.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:04:06.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: Flush(GB): cumulative 0.001, interval 0.001 2023-12-06T07:04:06.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T07:04:06.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T07:04:06.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T07:04:06.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T07:04:06.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: Cumulative compaction: 0.00 GB write, 72.81 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:04:06.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: Interval compaction: 0.00 GB write, 72.81 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:04:06.522 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: 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-06T07:04:06.523 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: Block cache BinnedLRUCache@0x558295431090#7 capacity: 512.00 MB usage: 5.61 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2023-12-06T07:04:06.523 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: Block cache entry stats(count,size,portion): FilterBlock(1,2.78 KB,0.000530481%) IndexBlock(1,2.83 KB,0.000539422%) Misc(1,0.00 KB,0%) 2023-12-06T07:04:06.523 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T07:04:06.523 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.197+0000 7ff17813bc80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0] at bind addrs [v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T07:04:06.523 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.197+0000 7ff17813bc80 1 mon.c@-1(???) e3 preinit fsid f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T07:04:06.523 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.197+0000 7ff17813bc80 0 mon.c@-1(???).mds e1 new map 2023-12-06T07:04:06.523 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.197+0000 7ff17813bc80 0 mon.c@-1(???).mds e1 print_map 2023-12-06T07:04:06.523 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: e1 2023-12-06T07:04:06.523 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T07:04:06.523 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: 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-06T07:04:06.523 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: legacy client fscid: -1 2023-12-06T07:04:06.523 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: 2023-12-06T07:04:06.523 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: No filesystems configured 2023-12-06T07:04:06.523 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.197+0000 7ff17813bc80 0 mon.c@-1(???).osd e107 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-06T07:04:06.524 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.197+0000 7ff17813bc80 0 mon.c@-1(???).osd e107 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:04:06.524 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.197+0000 7ff17813bc80 0 mon.c@-1(???).osd e107 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:04:06.524 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.197+0000 7ff17813bc80 0 mon.c@-1(???).osd e107 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:04:06.524 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: debug 2023-12-06T07:04:06.197+0000 7ff17813bc80 1 mon.c@-1(???).paxosservice(auth 1..26) refresh upgraded, format 0 -> 3 2023-12-06T07:04:06.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:04:06] "GET /metrics HTTP/1.1" 200 38156 "" "Prometheus/2.33.4" 2023-12-06T07:04:07.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: audit 2023-12-06T07:04:03.901681+0000 mon.b (mon.2) 116 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:04:07.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: audit 2023-12-06T07:04:03.902203+0000 mon.b (mon.2) 117 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:04:07.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[83101]: audit 2023-12-06T07:04:03.902600+0000 mon.b (mon.2) 118 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:04:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[78949]: audit 2023-12-06T07:04:03.901681+0000 mon.b (mon.2) 116 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:04:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[78949]: audit 2023-12-06T07:04:03.902203+0000 mon.b (mon.2) 117 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:04:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:06 smithi040 bash[78949]: audit 2023-12-06T07:04:03.902600+0000 mon.b (mon.2) 118 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:04:07.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:06 smithi141 bash[25168]: audit 2023-12-06T07:04:03.901681+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:04:07.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:06 smithi141 bash[25168]: audit 2023-12-06T07:04:03.902203+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:04:07.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:06 smithi141 bash[25168]: audit 2023-12-06T07:04:03.902600+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:04:08.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: cluster 2023-12-06T07:04:04.695868+0000 mgr.y (mgr.25474) 574 : 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-06T07:04:08.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: cluster 2023-12-06T07:04:06.413631+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-06T07:04:08.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: cluster 2023-12-06T07:04:06.696591+0000 mgr.y (mgr.25474) 575 : 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-06T07:04:08.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: cluster 2023-12-06T07:04:06.962116+0000 mon.a (mon.0) 466 : cluster 1 mon.a calling monitor election 2023-12-06T07:04:08.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: cluster 2023-12-06T07:04:06.966031+0000 mon.a (mon.0) 467 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:04:08.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: cluster 2023-12-06T07:04:06.976033+0000 mon.a (mon.0) 468 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],b=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:04:08.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: cluster 2023-12-06T07:04:06.976814+0000 mon.a (mon.0) 469 : cluster 0 fsmap 2023-12-06T07:04:08.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: cluster 2023-12-06T07:04:06.976860+0000 mon.a (mon.0) 470 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T07:04:08.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: cluster 2023-12-06T07:04:06.977416+0000 mon.a (mon.0) 471 : cluster 0 mgrmap e45: y(active, since 74s), standbys: x 2023-12-06T07:04:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: cluster 2023-12-06T07:04:06.984217+0000 mon.a (mon.0) 472 : cluster 1 overall HEALTH_OK 2023-12-06T07:04:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:06.991923+0000 mon.a (mon.0) 473 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.005840+0000 mon.a (mon.0) 474 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.025860+0000 mon.b (mon.2) 119 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.027938+0000 mon.b (mon.2) 120 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.037781+0000 mon.a (mon.0) 475 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: cephadm 2023-12-06T07:04:07.039260+0000 mgr.y (mgr.25474) 576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.124139+0000 mon.b (mon.2) 121 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.127964+0000 mon.b (mon.2) 122 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.134311+0000 mon.b (mon.2) 123 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.136452+0000 mon.b (mon.2) 124 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.145680+0000 mon.a (mon.0) 476 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.230239+0000 mon.b (mon.2) 125 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: cluster 2023-12-06T07:04:04.695868+0000 mgr.y (mgr.25474) 574 : 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-06T07:04:08.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: cluster 2023-12-06T07:04:06.413631+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-06T07:04:08.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: cluster 2023-12-06T07:04:06.696591+0000 mgr.y (mgr.25474) 575 : 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-06T07:04:08.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: cluster 2023-12-06T07:04:06.962116+0000 mon.a (mon.0) 466 : cluster 1 mon.a calling monitor election 2023-12-06T07:04:08.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: cluster 2023-12-06T07:04:06.966031+0000 mon.a (mon.0) 467 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:04:08.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: cluster 2023-12-06T07:04:06.976033+0000 mon.a (mon.0) 468 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],b=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:04:08.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: cluster 2023-12-06T07:04:06.976814+0000 mon.a (mon.0) 469 : cluster 0 fsmap 2023-12-06T07:04:08.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: cluster 2023-12-06T07:04:06.976860+0000 mon.a (mon.0) 470 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T07:04:08.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: cluster 2023-12-06T07:04:06.977416+0000 mon.a (mon.0) 471 : cluster 0 mgrmap e45: y(active, since 74s), standbys: x 2023-12-06T07:04:08.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: cluster 2023-12-06T07:04:06.984217+0000 mon.a (mon.0) 472 : cluster 1 overall HEALTH_OK 2023-12-06T07:04:08.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:06.991923+0000 mon.a (mon.0) 473 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.005840+0000 mon.a (mon.0) 474 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.025860+0000 mon.b (mon.2) 119 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.027938+0000 mon.b (mon.2) 120 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.037781+0000 mon.a (mon.0) 475 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: cephadm 2023-12-06T07:04:07.039260+0000 mgr.y (mgr.25474) 576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.124139+0000 mon.b (mon.2) 121 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.127964+0000 mon.b (mon.2) 122 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.134311+0000 mon.b (mon.2) 123 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.136452+0000 mon.b (mon.2) 124 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.145680+0000 mon.a (mon.0) 476 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.230239+0000 mon.b (mon.2) 125 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.234419+0000 mon.b (mon.2) 126 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.237874+0000 mon.b (mon.2) 127 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.239347+0000 mon.b (mon.2) 128 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.245523+0000 mon.a (mon.0) 477 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.329735+0000 mon.b (mon.2) 129 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.333370+0000 mon.b (mon.2) 130 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.337090+0000 mon.b (mon.2) 131 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.338789+0000 mon.b (mon.2) 132 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.346689+0000 mon.a (mon.0) 478 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.432987+0000 mon.b (mon.2) 133 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.436163+0000 mon.b (mon.2) 134 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.440110+0000 mon.b (mon.2) 135 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.442207+0000 mon.b (mon.2) 136 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.449550+0000 mon.a (mon.0) 479 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.535758+0000 mon.b (mon.2) 137 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.539206+0000 mon.b (mon.2) 138 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.542899+0000 mon.b (mon.2) 139 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.544597+0000 mon.b (mon.2) 140 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.551718+0000 mon.a (mon.0) 480 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.635807+0000 mon.b (mon.2) 141 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.638797+0000 mon.b (mon.2) 142 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.642437+0000 mon.b (mon.2) 143 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.644490+0000 mon.b (mon.2) 144 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.652801+0000 mon.a (mon.0) 481 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.737100+0000 mon.b (mon.2) 145 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.740305+0000 mon.b (mon.2) 146 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.743637+0000 mon.b (mon.2) 147 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.745341+0000 mon.b (mon.2) 148 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.753051+0000 mon.a (mon.0) 482 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.770417+0000 mon.b (mon.2) 149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:04:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.874360+0000 mon.b (mon.2) 150 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.878875+0000 mon.b (mon.2) 151 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.883195+0000 mon.b (mon.2) 152 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.884945+0000 mon.b (mon.2) 153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[83101]: audit 2023-12-06T07:04:07.892322+0000 mon.a (mon.0) 483 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.234419+0000 mon.b (mon.2) 126 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.237874+0000 mon.b (mon.2) 127 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.239347+0000 mon.b (mon.2) 128 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.245523+0000 mon.a (mon.0) 477 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.329735+0000 mon.b (mon.2) 129 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.333370+0000 mon.b (mon.2) 130 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.337090+0000 mon.b (mon.2) 131 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.338789+0000 mon.b (mon.2) 132 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.346689+0000 mon.a (mon.0) 478 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.432987+0000 mon.b (mon.2) 133 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.436163+0000 mon.b (mon.2) 134 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.440110+0000 mon.b (mon.2) 135 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.442207+0000 mon.b (mon.2) 136 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.449550+0000 mon.a (mon.0) 479 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.535758+0000 mon.b (mon.2) 137 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.539206+0000 mon.b (mon.2) 138 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.542899+0000 mon.b (mon.2) 139 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.544597+0000 mon.b (mon.2) 140 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.551718+0000 mon.a (mon.0) 480 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.635807+0000 mon.b (mon.2) 141 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.638797+0000 mon.b (mon.2) 142 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.642437+0000 mon.b (mon.2) 143 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.644490+0000 mon.b (mon.2) 144 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.652801+0000 mon.a (mon.0) 481 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.737100+0000 mon.b (mon.2) 145 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.740305+0000 mon.b (mon.2) 146 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.743637+0000 mon.b (mon.2) 147 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.745341+0000 mon.b (mon.2) 148 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.753051+0000 mon.a (mon.0) 482 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.770417+0000 mon.b (mon.2) 149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:04:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.874360+0000 mon.b (mon.2) 150 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.878875+0000 mon.b (mon.2) 151 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.883195+0000 mon.b (mon.2) 152 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.884945+0000 mon.b (mon.2) 153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:07 smithi040 bash[78949]: audit 2023-12-06T07:04:07.892322+0000 mon.a (mon.0) 483 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: cluster 2023-12-06T07:04:04.695868+0000 mgr.y (mgr.25474) 574 : 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-06T07:04:08.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: cluster 2023-12-06T07:04:06.413631+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T07:04:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: cluster 2023-12-06T07:04:06.696591+0000 mgr.y (mgr.25474) 575 : 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-06T07:04:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: cluster 2023-12-06T07:04:06.962116+0000 mon.a (mon.0) 466 : cluster [INF] mon.a calling monitor election 2023-12-06T07:04:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: cluster 2023-12-06T07:04:06.966031+0000 mon.a (mon.0) 467 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:04:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: cluster 2023-12-06T07:04:06.976033+0000 mon.a (mon.0) 468 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],b=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:04:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: cluster 2023-12-06T07:04:06.976814+0000 mon.a (mon.0) 469 : cluster [DBG] fsmap 2023-12-06T07:04:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: cluster 2023-12-06T07:04:06.976860+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2023-12-06T07:04:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: cluster 2023-12-06T07:04:06.977416+0000 mon.a (mon.0) 471 : cluster [DBG] mgrmap e45: y(active, since 74s), standbys: x 2023-12-06T07:04:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: cluster 2023-12-06T07:04:06.984217+0000 mon.a (mon.0) 472 : cluster [INF] overall HEALTH_OK 2023-12-06T07:04:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:06.991923+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.005840+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.025860+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.027938+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.037781+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: cephadm 2023-12-06T07:04:07.039260+0000 mgr.y (mgr.25474) 576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.124139+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.127964+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.134311+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.136452+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.145680+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.230239+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.234419+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.237874+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.239347+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.245523+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.329735+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.333370+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.337090+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.338789+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.346689+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.432987+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.436163+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.440110+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.442207+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.449550+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.535758+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.539206+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.542899+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.544597+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.551718+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.635807+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.638797+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.642437+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.644490+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.652801+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.737100+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.740305+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.743637+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.745341+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.753051+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.770417+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:04:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.874360+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.878875+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:08.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.883195+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:08.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.884945+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:08.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:07 smithi141 bash[25168]: audit 2023-12-06T07:04:07.892322+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:08.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[61993]: ts=2023-12-06T07:04:08.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:04:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: cephadm 2023-12-06T07:04:07.147030+0000 mgr.y (mgr.25474) 577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: cephadm 2023-12-06T07:04:07.248251+0000 mgr.y (mgr.25474) 578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: cephadm 2023-12-06T07:04:07.348170+0000 mgr.y (mgr.25474) 579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: cephadm 2023-12-06T07:04:07.452890+0000 mgr.y (mgr.25474) 580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: cephadm 2023-12-06T07:04:07.553313+0000 mgr.y (mgr.25474) 581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: cephadm 2023-12-06T07:04:07.654983+0000 mgr.y (mgr.25474) 582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: cephadm 2023-12-06T07:04:07.754536+0000 mgr.y (mgr.25474) 583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: cephadm 2023-12-06T07:04:07.895216+0000 mgr.y (mgr.25474) 584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:07.981632+0000 mon.b (mon.2) 154 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:07.999806+0000 mon.b (mon.2) 155 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.002237+0000 mon.b (mon.2) 156 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.003896+0000 mon.b (mon.2) 157 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.007410+0000 mon.a (mon.0) 484 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: cephadm 2023-12-06T07:04:08.009320+0000 mgr.y (mgr.25474) 585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.092791+0000 mon.b (mon.2) 158 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.097312+0000 mon.b (mon.2) 159 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.102224+0000 mon.b (mon.2) 160 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.103875+0000 mon.b (mon.2) 161 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.111814+0000 mon.a (mon.0) 485 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.195891+0000 mon.b (mon.2) 162 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.199301+0000 mon.b (mon.2) 163 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: cephadm 2023-12-06T07:04:07.147030+0000 mgr.y (mgr.25474) 577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: cephadm 2023-12-06T07:04:07.248251+0000 mgr.y (mgr.25474) 578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: cephadm 2023-12-06T07:04:07.348170+0000 mgr.y (mgr.25474) 579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: cephadm 2023-12-06T07:04:07.452890+0000 mgr.y (mgr.25474) 580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: cephadm 2023-12-06T07:04:07.553313+0000 mgr.y (mgr.25474) 581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: cephadm 2023-12-06T07:04:07.654983+0000 mgr.y (mgr.25474) 582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: cephadm 2023-12-06T07:04:07.754536+0000 mgr.y (mgr.25474) 583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: cephadm 2023-12-06T07:04:07.895216+0000 mgr.y (mgr.25474) 584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:07.981632+0000 mon.b (mon.2) 154 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:07.999806+0000 mon.b (mon.2) 155 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.002237+0000 mon.b (mon.2) 156 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.003896+0000 mon.b (mon.2) 157 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.007410+0000 mon.a (mon.0) 484 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: cephadm 2023-12-06T07:04:08.009320+0000 mgr.y (mgr.25474) 585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.092791+0000 mon.b (mon.2) 158 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.097312+0000 mon.b (mon.2) 159 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.102224+0000 mon.b (mon.2) 160 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.103875+0000 mon.b (mon.2) 161 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.111814+0000 mon.a (mon.0) 485 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.195891+0000 mon.b (mon.2) 162 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.199301+0000 mon.b (mon.2) 163 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.202882+0000 mon.b (mon.2) 164 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.204619+0000 mon.b (mon.2) 165 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.210359+0000 mon.a (mon.0) 486 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.296271+0000 mon.b (mon.2) 166 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.299507+0000 mon.b (mon.2) 167 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.303291+0000 mon.b (mon.2) 168 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.304915+0000 mon.b (mon.2) 169 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.309457+0000 mon.a (mon.0) 487 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.395657+0000 mon.b (mon.2) 170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.398250+0000 mon.b (mon.2) 171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.400907+0000 mon.b (mon.2) 172 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.402265+0000 mon.b (mon.2) 173 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.406138+0000 mon.a (mon.0) 488 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.494198+0000 mon.b (mon.2) 174 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.496840+0000 mon.b (mon.2) 175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.499746+0000 mon.b (mon.2) 176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.500950+0000 mon.b (mon.2) 177 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.508126+0000 mon.a (mon.0) 489 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.578581+0000 mon.b (mon.2) 178 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.581740+0000 mon.b (mon.2) 179 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.584955+0000 mon.b (mon.2) 180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.586139+0000 mon.b (mon.2) 181 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.591492+0000 mon.a (mon.0) 490 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.676122+0000 mon.b (mon.2) 182 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.679062+0000 mon.b (mon.2) 183 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.682228+0000 mon.b (mon.2) 184 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.683559+0000 mon.b (mon.2) 185 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.688977+0000 mon.a (mon.0) 491 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.775703+0000 mon.b (mon.2) 186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.780309+0000 mon.b (mon.2) 187 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.783856+0000 mon.b (mon.2) 188 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.785535+0000 mon.b (mon.2) 189 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.791828+0000 mon.a (mon.0) 492 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.874638+0000 mon.b (mon.2) 190 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.877870+0000 mon.b (mon.2) 191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.881353+0000 mon.b (mon.2) 192 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.882897+0000 mon.b (mon.2) 193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.889053+0000 mon.a (mon.0) 493 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.970477+0000 mon.b (mon.2) 194 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.973683+0000 mon.b (mon.2) 195 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.977536+0000 mon.b (mon.2) 196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[78949]: audit 2023-12-06T07:04:08.979016+0000 mon.b (mon.2) 197 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.202882+0000 mon.b (mon.2) 164 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.204619+0000 mon.b (mon.2) 165 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.210359+0000 mon.a (mon.0) 486 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.296271+0000 mon.b (mon.2) 166 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.299507+0000 mon.b (mon.2) 167 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.303291+0000 mon.b (mon.2) 168 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.304915+0000 mon.b (mon.2) 169 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.309457+0000 mon.a (mon.0) 487 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.395657+0000 mon.b (mon.2) 170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.398250+0000 mon.b (mon.2) 171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.400907+0000 mon.b (mon.2) 172 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.402265+0000 mon.b (mon.2) 173 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.406138+0000 mon.a (mon.0) 488 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.494198+0000 mon.b (mon.2) 174 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.496840+0000 mon.b (mon.2) 175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.499746+0000 mon.b (mon.2) 176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.500950+0000 mon.b (mon.2) 177 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.508126+0000 mon.a (mon.0) 489 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.578581+0000 mon.b (mon.2) 178 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.581740+0000 mon.b (mon.2) 179 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.584955+0000 mon.b (mon.2) 180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.586139+0000 mon.b (mon.2) 181 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.591492+0000 mon.a (mon.0) 490 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.676122+0000 mon.b (mon.2) 182 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.679062+0000 mon.b (mon.2) 183 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.682228+0000 mon.b (mon.2) 184 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.683559+0000 mon.b (mon.2) 185 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.688977+0000 mon.a (mon.0) 491 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.775703+0000 mon.b (mon.2) 186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.780309+0000 mon.b (mon.2) 187 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.783856+0000 mon.b (mon.2) 188 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.785535+0000 mon.b (mon.2) 189 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.791828+0000 mon.a (mon.0) 492 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.874638+0000 mon.b (mon.2) 190 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.877870+0000 mon.b (mon.2) 191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.881353+0000 mon.b (mon.2) 192 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.882897+0000 mon.b (mon.2) 193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.889053+0000 mon.a (mon.0) 493 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.970477+0000 mon.b (mon.2) 194 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.973683+0000 mon.b (mon.2) 195 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.977536+0000 mon.b (mon.2) 196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:08 smithi040 bash[83101]: audit 2023-12-06T07:04:08.979016+0000 mon.b (mon.2) 197 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: cephadm 2023-12-06T07:04:07.147030+0000 mgr.y (mgr.25474) 577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: cephadm 2023-12-06T07:04:07.248251+0000 mgr.y (mgr.25474) 578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: cephadm 2023-12-06T07:04:07.348170+0000 mgr.y (mgr.25474) 579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: cephadm 2023-12-06T07:04:07.452890+0000 mgr.y (mgr.25474) 580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: cephadm 2023-12-06T07:04:07.553313+0000 mgr.y (mgr.25474) 581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: cephadm 2023-12-06T07:04:07.654983+0000 mgr.y (mgr.25474) 582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: cephadm 2023-12-06T07:04:07.754536+0000 mgr.y (mgr.25474) 583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: cephadm 2023-12-06T07:04:07.895216+0000 mgr.y (mgr.25474) 584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:07.981632+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:07.999806+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.002237+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.003896+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.007410+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: cephadm 2023-12-06T07:04:08.009320+0000 mgr.y (mgr.25474) 585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.092791+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.097312+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.102224+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.103875+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.111814+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.195891+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.199301+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.202882+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.204619+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.210359+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.296271+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.299507+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.303291+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.304915+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.309457+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.395657+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.398250+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.400907+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.402265+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.406138+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.494198+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.496840+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.499746+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.500950+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.508126+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.578581+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.581740+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.584955+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.586139+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.591492+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.676122+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.679062+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.682228+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.683559+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.688977+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.775703+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.780309+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.783856+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:08 smithi141 bash[25168]: audit 2023-12-06T07:04:08.785535+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:08.791828+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:08.874638+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:08.877870+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:08.881353+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:08.882897+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:09.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:08.889053+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:09.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:08.970477+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:09.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:08.973683+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:09.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:08.977536+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:09.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:08.979016+0000 mon.b (mon.2) 197 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: cephadm 2023-12-06T07:04:08.114147+0000 mgr.y (mgr.25474) 586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: cephadm 2023-12-06T07:04:08.212817+0000 mgr.y (mgr.25474) 587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: cephadm 2023-12-06T07:04:08.312571+0000 mgr.y (mgr.25474) 588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: cephadm 2023-12-06T07:04:08.409024+0000 mgr.y (mgr.25474) 589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: cephadm 2023-12-06T07:04:08.509096+0000 mgr.y (mgr.25474) 590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: cephadm 2023-12-06T07:04:08.592870+0000 mgr.y (mgr.25474) 591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: cephadm 2023-12-06T07:04:08.690776+0000 mgr.y (mgr.25474) 592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: cluster 2023-12-06T07:04:08.698089+0000 mgr.y (mgr.25474) 593 : 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-06T07:04:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: cephadm 2023-12-06T07:04:08.793584+0000 mgr.y (mgr.25474) 594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: cephadm 2023-12-06T07:04:08.890124+0000 mgr.y (mgr.25474) 595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:08.985497+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: cephadm 2023-12-06T07:04:08.987127+0000 mgr.y (mgr.25474) 596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.074495+0000 mon.b (mon.2) 198 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.077344+0000 mon.b (mon.2) 199 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.080087+0000 mon.b (mon.2) 200 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.081300+0000 mon.b (mon.2) 201 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.084404+0000 mon.a (mon.0) 495 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.168531+0000 mon.b (mon.2) 202 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.171546+0000 mon.b (mon.2) 203 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.175043+0000 mon.b (mon.2) 204 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.177034+0000 mon.b (mon.2) 205 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: cephadm 2023-12-06T07:04:08.114147+0000 mgr.y (mgr.25474) 586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: cephadm 2023-12-06T07:04:08.212817+0000 mgr.y (mgr.25474) 587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: cephadm 2023-12-06T07:04:08.312571+0000 mgr.y (mgr.25474) 588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: cephadm 2023-12-06T07:04:08.409024+0000 mgr.y (mgr.25474) 589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: cephadm 2023-12-06T07:04:08.509096+0000 mgr.y (mgr.25474) 590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: cephadm 2023-12-06T07:04:08.592870+0000 mgr.y (mgr.25474) 591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: cephadm 2023-12-06T07:04:08.690776+0000 mgr.y (mgr.25474) 592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: cluster 2023-12-06T07:04:08.698089+0000 mgr.y (mgr.25474) 593 : 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-06T07:04:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: cephadm 2023-12-06T07:04:08.793584+0000 mgr.y (mgr.25474) 594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: cephadm 2023-12-06T07:04:08.890124+0000 mgr.y (mgr.25474) 595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:08.985497+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: cephadm 2023-12-06T07:04:08.987127+0000 mgr.y (mgr.25474) 596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.074495+0000 mon.b (mon.2) 198 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.077344+0000 mon.b (mon.2) 199 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.080087+0000 mon.b (mon.2) 200 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.081300+0000 mon.b (mon.2) 201 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.084404+0000 mon.a (mon.0) 495 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.168531+0000 mon.b (mon.2) 202 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.171546+0000 mon.b (mon.2) 203 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.175043+0000 mon.b (mon.2) 204 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.177034+0000 mon.b (mon.2) 205 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.190015+0000 mon.a (mon.0) 496 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.256310+0000 mon.b (mon.2) 206 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.259861+0000 mon.b (mon.2) 207 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.263102+0000 mon.b (mon.2) 208 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.264532+0000 mon.b (mon.2) 209 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.268248+0000 mon.a (mon.0) 497 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.355596+0000 mon.b (mon.2) 210 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.358409+0000 mon.b (mon.2) 211 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.361471+0000 mon.b (mon.2) 212 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.362665+0000 mon.b (mon.2) 213 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.365661+0000 mon.a (mon.0) 498 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.455323+0000 mon.b (mon.2) 214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.458346+0000 mon.b (mon.2) 215 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.461604+0000 mon.b (mon.2) 216 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.463698+0000 mon.b (mon.2) 217 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.468147+0000 mon.a (mon.0) 499 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.552367+0000 mon.b (mon.2) 218 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.555572+0000 mon.b (mon.2) 219 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.559007+0000 mon.b (mon.2) 220 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.560371+0000 mon.b (mon.2) 221 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.190015+0000 mon.a (mon.0) 496 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.256310+0000 mon.b (mon.2) 206 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.259861+0000 mon.b (mon.2) 207 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.263102+0000 mon.b (mon.2) 208 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.264532+0000 mon.b (mon.2) 209 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.268248+0000 mon.a (mon.0) 497 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.355596+0000 mon.b (mon.2) 210 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.358409+0000 mon.b (mon.2) 211 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.361471+0000 mon.b (mon.2) 212 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.362665+0000 mon.b (mon.2) 213 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.365661+0000 mon.a (mon.0) 498 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.455323+0000 mon.b (mon.2) 214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.458346+0000 mon.b (mon.2) 215 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.461604+0000 mon.b (mon.2) 216 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.463698+0000 mon.b (mon.2) 217 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.468147+0000 mon.a (mon.0) 499 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[78949]: audit 2023-12-06T07:04:09.552367+0000 mon.b (mon.2) 218 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.555572+0000 mon.b (mon.2) 219 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.559007+0000 mon.b (mon.2) 220 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.560371+0000 mon.b (mon.2) 221 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.565920+0000 mon.a (mon.0) 500 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.650473+0000 mon.b (mon.2) 222 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.653428+0000 mon.b (mon.2) 223 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.656794+0000 mon.b (mon.2) 224 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.658215+0000 mon.b (mon.2) 225 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.662124+0000 mon.a (mon.0) 501 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.746133+0000 mon.b (mon.2) 226 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.749573+0000 mon.b (mon.2) 227 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.753152+0000 mon.b (mon.2) 228 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.754864+0000 mon.b (mon.2) 229 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.760750+0000 mon.a (mon.0) 502 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.850474+0000 mon.b (mon.2) 230 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.853870+0000 mon.b (mon.2) 231 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.857876+0000 mon.b (mon.2) 232 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.859925+0000 mon.b (mon.2) 233 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.868131+0000 mon.a (mon.0) 503 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.955928+0000 mon.b (mon.2) 234 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.958674+0000 mon.b (mon.2) 235 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.961630+0000 mon.b (mon.2) 236 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.963043+0000 mon.b (mon.2) 237 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:09 smithi040 bash[83101]: audit 2023-12-06T07:04:09.972392+0000 mon.a (mon.0) 504 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.565920+0000 mon.a (mon.0) 500 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.650473+0000 mon.b (mon.2) 222 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.653428+0000 mon.b (mon.2) 223 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.656794+0000 mon.b (mon.2) 224 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.658215+0000 mon.b (mon.2) 225 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.662124+0000 mon.a (mon.0) 501 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.746133+0000 mon.b (mon.2) 226 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.749573+0000 mon.b (mon.2) 227 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.753152+0000 mon.b (mon.2) 228 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.754864+0000 mon.b (mon.2) 229 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.760750+0000 mon.a (mon.0) 502 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.850474+0000 mon.b (mon.2) 230 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.853870+0000 mon.b (mon.2) 231 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.857876+0000 mon.b (mon.2) 232 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.859925+0000 mon.b (mon.2) 233 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.868131+0000 mon.a (mon.0) 503 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.955928+0000 mon.b (mon.2) 234 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.958674+0000 mon.b (mon.2) 235 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.961630+0000 mon.b (mon.2) 236 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.963043+0000 mon.b (mon.2) 237 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:09.972392+0000 mon.a (mon.0) 504 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: cephadm 2023-12-06T07:04:08.114147+0000 mgr.y (mgr.25474) 586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: cephadm 2023-12-06T07:04:08.212817+0000 mgr.y (mgr.25474) 587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: cephadm 2023-12-06T07:04:08.312571+0000 mgr.y (mgr.25474) 588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: cephadm 2023-12-06T07:04:08.409024+0000 mgr.y (mgr.25474) 589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: cephadm 2023-12-06T07:04:08.509096+0000 mgr.y (mgr.25474) 590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: cephadm 2023-12-06T07:04:08.592870+0000 mgr.y (mgr.25474) 591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: cephadm 2023-12-06T07:04:08.690776+0000 mgr.y (mgr.25474) 592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: cluster 2023-12-06T07:04:08.698089+0000 mgr.y (mgr.25474) 593 : 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-06T07:04:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: cephadm 2023-12-06T07:04:08.793584+0000 mgr.y (mgr.25474) 594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: cephadm 2023-12-06T07:04:08.890124+0000 mgr.y (mgr.25474) 595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:08.985497+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: cephadm 2023-12-06T07:04:08.987127+0000 mgr.y (mgr.25474) 596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:09.074495+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:09.077344+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:09.080087+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:09.081300+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:09 smithi141 bash[25168]: audit 2023-12-06T07:04:09.084404+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.168531+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.171546+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.175043+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.177034+0000 mon.b (mon.2) 205 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.190015+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.256310+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.259861+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.263102+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.264532+0000 mon.b (mon.2) 209 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.268248+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.355596+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.358409+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.361471+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.362665+0000 mon.b (mon.2) 213 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.365661+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.455323+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.458346+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.461604+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.463698+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.468147+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.552367+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.555572+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.559007+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.560371+0000 mon.b (mon.2) 221 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.565920+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.650473+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.653428+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.656794+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.658215+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.662124+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.746133+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.749573+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.753152+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.754864+0000 mon.b (mon.2) 229 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.760750+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.850474+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.853870+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.857876+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.859925+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.868131+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.955928+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.958674+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.961630+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.963043+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:10 smithi141 bash[25168]: audit 2023-12-06T07:04:09.972392+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.280 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[75188]: debug 2023-12-06T07:04:11.209+0000 7efde2cff700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-12-06T07:04:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: cephadm 2023-12-06T07:04:09.087804+0000 mgr.y (mgr.25474) 597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: cephadm 2023-12-06T07:04:09.192088+0000 mgr.y (mgr.25474) 598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: cephadm 2023-12-06T07:04:09.272052+0000 mgr.y (mgr.25474) 599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: cephadm 2023-12-06T07:04:09.368612+0000 mgr.y (mgr.25474) 600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: cephadm 2023-12-06T07:04:09.471807+0000 mgr.y (mgr.25474) 601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: cephadm 2023-12-06T07:04:09.567723+0000 mgr.y (mgr.25474) 602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: cephadm 2023-12-06T07:04:09.665383+0000 mgr.y (mgr.25474) 603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: cephadm 2023-12-06T07:04:09.763404+0000 mgr.y (mgr.25474) 604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: cephadm 2023-12-06T07:04:09.871257+0000 mgr.y (mgr.25474) 605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: cephadm 2023-12-06T07:04:09.973438+0000 mgr.y (mgr.25474) 606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.053602+0000 mon.b (mon.2) 238 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.056876+0000 mon.b (mon.2) 239 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.061224+0000 mon.b (mon.2) 240 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.062827+0000 mon.b (mon.2) 241 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.067017+0000 mon.a (mon.0) 505 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: cephadm 2023-12-06T07:04:10.070065+0000 mgr.y (mgr.25474) 607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.151627+0000 mon.b (mon.2) 242 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.154771+0000 mon.b (mon.2) 243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.158296+0000 mon.b (mon.2) 244 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.160136+0000 mon.b (mon.2) 245 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.166592+0000 mon.a (mon.0) 506 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: cephadm 2023-12-06T07:04:09.087804+0000 mgr.y (mgr.25474) 597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: cephadm 2023-12-06T07:04:09.192088+0000 mgr.y (mgr.25474) 598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: cephadm 2023-12-06T07:04:09.272052+0000 mgr.y (mgr.25474) 599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: cephadm 2023-12-06T07:04:09.368612+0000 mgr.y (mgr.25474) 600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: cephadm 2023-12-06T07:04:09.471807+0000 mgr.y (mgr.25474) 601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: cephadm 2023-12-06T07:04:09.567723+0000 mgr.y (mgr.25474) 602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: cephadm 2023-12-06T07:04:09.665383+0000 mgr.y (mgr.25474) 603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: cephadm 2023-12-06T07:04:09.763404+0000 mgr.y (mgr.25474) 604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: cephadm 2023-12-06T07:04:09.871257+0000 mgr.y (mgr.25474) 605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: cephadm 2023-12-06T07:04:09.973438+0000 mgr.y (mgr.25474) 606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:10.053602+0000 mon.b (mon.2) 238 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:10.056876+0000 mon.b (mon.2) 239 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[78949]: audit 2023-12-06T07:04:10.061224+0000 mon.b (mon.2) 240 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.062827+0000 mon.b (mon.2) 241 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.067017+0000 mon.a (mon.0) 505 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: cephadm 2023-12-06T07:04:10.070065+0000 mgr.y (mgr.25474) 607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.151627+0000 mon.b (mon.2) 242 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.154771+0000 mon.b (mon.2) 243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.158296+0000 mon.b (mon.2) 244 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.160136+0000 mon.b (mon.2) 245 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.166592+0000 mon.a (mon.0) 506 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.253079+0000 mon.b (mon.2) 246 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.256052+0000 mon.b (mon.2) 247 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.259585+0000 mon.b (mon.2) 248 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.260929+0000 mon.b (mon.2) 249 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.265794+0000 mon.a (mon.0) 507 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.354510+0000 mon.b (mon.2) 250 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.357904+0000 mon.b (mon.2) 251 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:10 smithi040 bash[83101]: audit 2023-12-06T07:04:10.361447+0000 mon.b (mon.2) 252 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.363008+0000 mon.b (mon.2) 253 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.367735+0000 mon.a (mon.0) 508 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.455003+0000 mon.b (mon.2) 254 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.457908+0000 mon.b (mon.2) 255 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.461690+0000 mon.b (mon.2) 256 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.463119+0000 mon.b (mon.2) 257 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.467544+0000 mon.a (mon.0) 509 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.558277+0000 mon.b (mon.2) 258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.561375+0000 mon.b (mon.2) 259 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.565308+0000 mon.b (mon.2) 260 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.567015+0000 mon.b (mon.2) 261 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.572746+0000 mon.a (mon.0) 510 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.660086+0000 mon.b (mon.2) 262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.664203+0000 mon.b (mon.2) 263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.667939+0000 mon.b (mon.2) 264 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.669506+0000 mon.b (mon.2) 265 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.673733+0000 mon.a (mon.0) 511 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.759314+0000 mon.b (mon.2) 266 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.762580+0000 mon.b (mon.2) 267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.766386+0000 mon.b (mon.2) 268 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.768045+0000 mon.b (mon.2) 269 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.772947+0000 mon.a (mon.0) 512 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.853911+0000 mon.b (mon.2) 270 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.856935+0000 mon.b (mon.2) 271 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.860727+0000 mon.b (mon.2) 272 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.862475+0000 mon.b (mon.2) 273 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.869796+0000 mon.a (mon.0) 513 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.955990+0000 mon.b (mon.2) 274 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.960572+0000 mon.b (mon.2) 275 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.965176+0000 mon.b (mon.2) 276 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.967150+0000 mon.b (mon.2) 277 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: audit 2023-12-06T07:04:10.972086+0000 mon.a (mon.0) 514 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.253079+0000 mon.b (mon.2) 246 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.256052+0000 mon.b (mon.2) 247 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.259585+0000 mon.b (mon.2) 248 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.260929+0000 mon.b (mon.2) 249 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.265794+0000 mon.a (mon.0) 507 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.354510+0000 mon.b (mon.2) 250 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.357904+0000 mon.b (mon.2) 251 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.361447+0000 mon.b (mon.2) 252 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.363008+0000 mon.b (mon.2) 253 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.367735+0000 mon.a (mon.0) 508 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.455003+0000 mon.b (mon.2) 254 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.457908+0000 mon.b (mon.2) 255 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.461690+0000 mon.b (mon.2) 256 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.463119+0000 mon.b (mon.2) 257 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.467544+0000 mon.a (mon.0) 509 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.558277+0000 mon.b (mon.2) 258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.561375+0000 mon.b (mon.2) 259 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.565308+0000 mon.b (mon.2) 260 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.567015+0000 mon.b (mon.2) 261 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.572746+0000 mon.a (mon.0) 510 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.660086+0000 mon.b (mon.2) 262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.664203+0000 mon.b (mon.2) 263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.667939+0000 mon.b (mon.2) 264 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.669506+0000 mon.b (mon.2) 265 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.673733+0000 mon.a (mon.0) 511 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.759314+0000 mon.b (mon.2) 266 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.762580+0000 mon.b (mon.2) 267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.766386+0000 mon.b (mon.2) 268 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.768045+0000 mon.b (mon.2) 269 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.772947+0000 mon.a (mon.0) 512 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.853911+0000 mon.b (mon.2) 270 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.856935+0000 mon.b (mon.2) 271 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.860727+0000 mon.b (mon.2) 272 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.862475+0000 mon.b (mon.2) 273 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.869796+0000 mon.a (mon.0) 513 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.955990+0000 mon.b (mon.2) 274 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.960572+0000 mon.b (mon.2) 275 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.965176+0000 mon.b (mon.2) 276 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.967150+0000 mon.b (mon.2) 277 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:10.972086+0000 mon.a (mon.0) 514 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: cephadm 2023-12-06T07:04:09.087804+0000 mgr.y (mgr.25474) 597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: cephadm 2023-12-06T07:04:09.192088+0000 mgr.y (mgr.25474) 598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: cephadm 2023-12-06T07:04:09.272052+0000 mgr.y (mgr.25474) 599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: cephadm 2023-12-06T07:04:09.368612+0000 mgr.y (mgr.25474) 600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: cephadm 2023-12-06T07:04:09.471807+0000 mgr.y (mgr.25474) 601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: cephadm 2023-12-06T07:04:09.567723+0000 mgr.y (mgr.25474) 602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: cephadm 2023-12-06T07:04:09.665383+0000 mgr.y (mgr.25474) 603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: cephadm 2023-12-06T07:04:09.763404+0000 mgr.y (mgr.25474) 604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: cephadm 2023-12-06T07:04:09.871257+0000 mgr.y (mgr.25474) 605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: cephadm 2023-12-06T07:04:09.973438+0000 mgr.y (mgr.25474) 606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.053602+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.056876+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.061224+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.062827+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.067017+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: cephadm 2023-12-06T07:04:10.070065+0000 mgr.y (mgr.25474) 607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.151627+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.154771+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.158296+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.160136+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.166592+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.253079+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.256052+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.259585+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.260929+0000 mon.b (mon.2) 249 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.265794+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.354510+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.357904+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.361447+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.363008+0000 mon.b (mon.2) 253 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.367735+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.455003+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.457908+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.461690+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.463119+0000 mon.b (mon.2) 257 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.467544+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.558277+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.561375+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.565308+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.567015+0000 mon.b (mon.2) 261 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.572746+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.660086+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.664203+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.667939+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.669506+0000 mon.b (mon.2) 265 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.673733+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.759314+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.762580+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.766386+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.768045+0000 mon.b (mon.2) 269 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.772947+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.853911+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.856935+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.860727+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.862475+0000 mon.b (mon.2) 273 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.869796+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:11.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.955990+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:11.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.960572+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:11.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.965176+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:11.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.967150+0000 mon.b (mon.2) 277 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:11.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:11 smithi141 bash[25168]: audit 2023-12-06T07:04:10.972086+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[83101]: cephadm 2023-12-06T07:04:10.168536+0000 mgr.y (mgr.25474) 608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: cephadm 2023-12-06T07:04:10.269080+0000 mgr.y (mgr.25474) 609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: cephadm 2023-12-06T07:04:10.370003+0000 mgr.y (mgr.25474) 610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: cephadm 2023-12-06T07:04:10.470864+0000 mgr.y (mgr.25474) 611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: cephadm 2023-12-06T07:04:10.575824+0000 mgr.y (mgr.25474) 612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: cephadm 2023-12-06T07:04:10.678338+0000 mgr.y (mgr.25474) 613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: cluster 2023-12-06T07:04:10.698620+0000 mgr.y (mgr.25474) 614 : 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-06T07:04:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: cephadm 2023-12-06T07:04:10.777026+0000 mgr.y (mgr.25474) 615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: cephadm 2023-12-06T07:04:10.872646+0000 mgr.y (mgr.25474) 616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: cephadm 2023-12-06T07:04:10.976806+0000 mgr.y (mgr.25474) 617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.060707+0000 mon.b (mon.2) 278 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.065781+0000 mon.b (mon.2) 279 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.069982+0000 mon.b (mon.2) 280 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.071660+0000 mon.b (mon.2) 281 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.078230+0000 mon.a (mon.0) 515 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: cephadm 2023-12-06T07:04:11.080276+0000 mgr.y (mgr.25474) 618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.167386+0000 mon.b (mon.2) 282 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.171502+0000 mon.b (mon.2) 283 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.175348+0000 mon.b (mon.2) 284 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.176898+0000 mon.b (mon.2) 285 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.181755+0000 mon.a (mon.0) 516 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: cephadm 2023-12-06T07:04:10.168536+0000 mgr.y (mgr.25474) 608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: cephadm 2023-12-06T07:04:10.269080+0000 mgr.y (mgr.25474) 609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: cephadm 2023-12-06T07:04:10.370003+0000 mgr.y (mgr.25474) 610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: cephadm 2023-12-06T07:04:10.470864+0000 mgr.y (mgr.25474) 611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: cephadm 2023-12-06T07:04:10.575824+0000 mgr.y (mgr.25474) 612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: cephadm 2023-12-06T07:04:10.678338+0000 mgr.y (mgr.25474) 613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: cluster 2023-12-06T07:04:10.698620+0000 mgr.y (mgr.25474) 614 : 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-06T07:04:12.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: cephadm 2023-12-06T07:04:10.777026+0000 mgr.y (mgr.25474) 615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: cephadm 2023-12-06T07:04:10.872646+0000 mgr.y (mgr.25474) 616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: cephadm 2023-12-06T07:04:10.976806+0000 mgr.y (mgr.25474) 617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:11.060707+0000 mon.b (mon.2) 278 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:11.065781+0000 mon.b (mon.2) 279 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:11 smithi040 bash[78949]: audit 2023-12-06T07:04:11.069982+0000 mon.b (mon.2) 280 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.071660+0000 mon.b (mon.2) 281 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.078230+0000 mon.a (mon.0) 515 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: cephadm 2023-12-06T07:04:11.080276+0000 mgr.y (mgr.25474) 618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.167386+0000 mon.b (mon.2) 282 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.171502+0000 mon.b (mon.2) 283 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.175348+0000 mon.b (mon.2) 284 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.176898+0000 mon.b (mon.2) 285 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.181755+0000 mon.a (mon.0) 516 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.250520+0000 mon.b (mon.2) 286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.253337+0000 mon.b (mon.2) 287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.257742+0000 mon.b (mon.2) 288 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.259563+0000 mon.b (mon.2) 289 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.267056+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.347253+0000 mon.b (mon.2) 290 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.350710+0000 mon.b (mon.2) 291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.354363+0000 mon.b (mon.2) 292 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.355922+0000 mon.b (mon.2) 293 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.363079+0000 mon.a (mon.0) 518 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.445534+0000 mon.b (mon.2) 294 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.448559+0000 mon.b (mon.2) 295 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.452284+0000 mon.b (mon.2) 296 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.453974+0000 mon.b (mon.2) 297 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.461600+0000 mon.a (mon.0) 519 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.546342+0000 mon.b (mon.2) 298 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.550631+0000 mon.b (mon.2) 299 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.554187+0000 mon.b (mon.2) 300 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.556275+0000 mon.b (mon.2) 301 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.564138+0000 mon.a (mon.0) 520 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.250520+0000 mon.b (mon.2) 286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.253337+0000 mon.b (mon.2) 287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.257742+0000 mon.b (mon.2) 288 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.259563+0000 mon.b (mon.2) 289 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.267056+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.347253+0000 mon.b (mon.2) 290 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.350710+0000 mon.b (mon.2) 291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.354363+0000 mon.b (mon.2) 292 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.355922+0000 mon.b (mon.2) 293 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.363079+0000 mon.a (mon.0) 518 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.445534+0000 mon.b (mon.2) 294 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.448559+0000 mon.b (mon.2) 295 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.452284+0000 mon.b (mon.2) 296 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.453974+0000 mon.b (mon.2) 297 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.461600+0000 mon.a (mon.0) 519 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.546342+0000 mon.b (mon.2) 298 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.550631+0000 mon.b (mon.2) 299 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.554187+0000 mon.b (mon.2) 300 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.556275+0000 mon.b (mon.2) 301 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.564138+0000 mon.a (mon.0) 520 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.650794+0000 mon.b (mon.2) 302 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.653736+0000 mon.b (mon.2) 303 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.656493+0000 mon.b (mon.2) 304 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.657839+0000 mon.b (mon.2) 305 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.663629+0000 mon.a (mon.0) 521 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.749612+0000 mon.b (mon.2) 306 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.752756+0000 mon.b (mon.2) 307 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.755462+0000 mon.b (mon.2) 308 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.756705+0000 mon.b (mon.2) 309 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.760558+0000 mon.a (mon.0) 522 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.850161+0000 mon.b (mon.2) 310 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.852818+0000 mon.b (mon.2) 311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.857232+0000 mon.b (mon.2) 312 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.859179+0000 mon.b (mon.2) 313 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.864576+0000 mon.a (mon.0) 523 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.947740+0000 mon.b (mon.2) 314 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.950747+0000 mon.b (mon.2) 315 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.953857+0000 mon.b (mon.2) 316 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.955583+0000 mon.b (mon.2) 317 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[83101]: audit 2023-12-06T07:04:11.961561+0000 mon.a (mon.0) 524 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.650794+0000 mon.b (mon.2) 302 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.653736+0000 mon.b (mon.2) 303 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.656493+0000 mon.b (mon.2) 304 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.657839+0000 mon.b (mon.2) 305 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.663629+0000 mon.a (mon.0) 521 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.749612+0000 mon.b (mon.2) 306 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.752756+0000 mon.b (mon.2) 307 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.755462+0000 mon.b (mon.2) 308 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.756705+0000 mon.b (mon.2) 309 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.760558+0000 mon.a (mon.0) 522 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.850161+0000 mon.b (mon.2) 310 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.852818+0000 mon.b (mon.2) 311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.857232+0000 mon.b (mon.2) 312 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.859179+0000 mon.b (mon.2) 313 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.864576+0000 mon.a (mon.0) 523 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.947740+0000 mon.b (mon.2) 314 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.950747+0000 mon.b (mon.2) 315 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.953857+0000 mon.b (mon.2) 316 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.955583+0000 mon.b (mon.2) 317 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:12 smithi040 bash[78949]: audit 2023-12-06T07:04:11.961561+0000 mon.a (mon.0) 524 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: cephadm 2023-12-06T07:04:10.168536+0000 mgr.y (mgr.25474) 608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: cephadm 2023-12-06T07:04:10.269080+0000 mgr.y (mgr.25474) 609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: cephadm 2023-12-06T07:04:10.370003+0000 mgr.y (mgr.25474) 610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: cephadm 2023-12-06T07:04:10.470864+0000 mgr.y (mgr.25474) 611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: cephadm 2023-12-06T07:04:10.575824+0000 mgr.y (mgr.25474) 612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: cephadm 2023-12-06T07:04:10.678338+0000 mgr.y (mgr.25474) 613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: cluster 2023-12-06T07:04:10.698620+0000 mgr.y (mgr.25474) 614 : 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-06T07:04:12.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: cephadm 2023-12-06T07:04:10.777026+0000 mgr.y (mgr.25474) 615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: cephadm 2023-12-06T07:04:10.872646+0000 mgr.y (mgr.25474) 616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: cephadm 2023-12-06T07:04:10.976806+0000 mgr.y (mgr.25474) 617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.060707+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.065781+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.069982+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.071660+0000 mon.b (mon.2) 281 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.078230+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: cephadm 2023-12-06T07:04:11.080276+0000 mgr.y (mgr.25474) 618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:12.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.167386+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.171502+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.175348+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.176898+0000 mon.b (mon.2) 285 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.181755+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.250520+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.253337+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.257742+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.259563+0000 mon.b (mon.2) 289 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.267056+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.347253+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.350710+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.354363+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.355922+0000 mon.b (mon.2) 293 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.363079+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.445534+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.448559+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.452284+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.453974+0000 mon.b (mon.2) 297 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.461600+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.546342+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.550631+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.554187+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.556275+0000 mon.b (mon.2) 301 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.564138+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.650794+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.653736+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.656493+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.657839+0000 mon.b (mon.2) 305 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.663629+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.749612+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.752756+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.755462+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.756705+0000 mon.b (mon.2) 309 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.760558+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.850161+0000 mon.b (mon.2) 310 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.852818+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.857232+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.859179+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.864576+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:12.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.947740+0000 mon.b (mon.2) 314 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:12.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.950747+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:12.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.953857+0000 mon.b (mon.2) 316 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:12.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.955583+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:12.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:12 smithi141 bash[25168]: audit 2023-12-06T07:04:11.961561+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: cephadm 2023-12-06T07:04:11.185434+0000 mgr.y (mgr.25474) 619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: cephadm 2023-12-06T07:04:11.270116+0000 mgr.y (mgr.25474) 620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: cephadm 2023-12-06T07:04:11.365087+0000 mgr.y (mgr.25474) 621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: cephadm 2023-12-06T07:04:11.463576+0000 mgr.y (mgr.25474) 622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: cephadm 2023-12-06T07:04:11.566951+0000 mgr.y (mgr.25474) 623 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: cephadm 2023-12-06T07:04:11.666682+0000 mgr.y (mgr.25474) 624 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: cephadm 2023-12-06T07:04:11.763132+0000 mgr.y (mgr.25474) 625 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: cephadm 2023-12-06T07:04:11.867380+0000 mgr.y (mgr.25474) 626 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: cephadm 2023-12-06T07:04:11.963431+0000 mgr.y (mgr.25474) 627 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.046573+0000 mon.b (mon.2) 318 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.049315+0000 mon.b (mon.2) 319 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.052160+0000 mon.b (mon.2) 320 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.053408+0000 mon.b (mon.2) 321 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.057224+0000 mon.a (mon.0) 525 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: cephadm 2023-12-06T07:04:12.059737+0000 mgr.y (mgr.25474) 628 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.143686+0000 mon.b (mon.2) 322 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.146998+0000 mon.b (mon.2) 323 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.150261+0000 mon.b (mon.2) 324 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.151453+0000 mon.b (mon.2) 325 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.156473+0000 mon.a (mon.0) 526 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.238324+0000 mon.b (mon.2) 326 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: cephadm 2023-12-06T07:04:11.185434+0000 mgr.y (mgr.25474) 619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: cephadm 2023-12-06T07:04:11.270116+0000 mgr.y (mgr.25474) 620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: cephadm 2023-12-06T07:04:11.365087+0000 mgr.y (mgr.25474) 621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: cephadm 2023-12-06T07:04:11.463576+0000 mgr.y (mgr.25474) 622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: cephadm 2023-12-06T07:04:11.566951+0000 mgr.y (mgr.25474) 623 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: cephadm 2023-12-06T07:04:11.666682+0000 mgr.y (mgr.25474) 624 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: cephadm 2023-12-06T07:04:11.763132+0000 mgr.y (mgr.25474) 625 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: cephadm 2023-12-06T07:04:11.867380+0000 mgr.y (mgr.25474) 626 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: cephadm 2023-12-06T07:04:11.963431+0000 mgr.y (mgr.25474) 627 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.046573+0000 mon.b (mon.2) 318 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.049315+0000 mon.b (mon.2) 319 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.052160+0000 mon.b (mon.2) 320 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.053408+0000 mon.b (mon.2) 321 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.057224+0000 mon.a (mon.0) 525 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: cephadm 2023-12-06T07:04:12.059737+0000 mgr.y (mgr.25474) 628 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.143686+0000 mon.b (mon.2) 322 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.146998+0000 mon.b (mon.2) 323 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.150261+0000 mon.b (mon.2) 324 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.151453+0000 mon.b (mon.2) 325 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.156473+0000 mon.a (mon.0) 526 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.238324+0000 mon.b (mon.2) 326 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.241066+0000 mon.b (mon.2) 327 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.244252+0000 mon.b (mon.2) 328 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.245759+0000 mon.b (mon.2) 329 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.250320+0000 mon.a (mon.0) 527 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.338433+0000 mon.b (mon.2) 330 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.341362+0000 mon.b (mon.2) 331 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.345425+0000 mon.b (mon.2) 332 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.347018+0000 mon.b (mon.2) 333 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.351876+0000 mon.a (mon.0) 528 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.439734+0000 mon.b (mon.2) 334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.443280+0000 mon.b (mon.2) 335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.448064+0000 mon.b (mon.2) 336 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.449889+0000 mon.b (mon.2) 337 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.455915+0000 mon.a (mon.0) 529 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.543667+0000 mon.b (mon.2) 338 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.547350+0000 mon.b (mon.2) 339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.551232+0000 mon.b (mon.2) 340 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.558098+0000 mon.b (mon.2) 341 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.562478+0000 mon.a (mon.0) 530 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.648494+0000 mon.b (mon.2) 342 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.241066+0000 mon.b (mon.2) 327 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.244252+0000 mon.b (mon.2) 328 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.245759+0000 mon.b (mon.2) 329 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.250320+0000 mon.a (mon.0) 527 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.338433+0000 mon.b (mon.2) 330 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.341362+0000 mon.b (mon.2) 331 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.345425+0000 mon.b (mon.2) 332 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.347018+0000 mon.b (mon.2) 333 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.351876+0000 mon.a (mon.0) 528 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.439734+0000 mon.b (mon.2) 334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.443280+0000 mon.b (mon.2) 335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.448064+0000 mon.b (mon.2) 336 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.449889+0000 mon.b (mon.2) 337 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.455915+0000 mon.a (mon.0) 529 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.543667+0000 mon.b (mon.2) 338 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.547350+0000 mon.b (mon.2) 339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.551232+0000 mon.b (mon.2) 340 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.558098+0000 mon.b (mon.2) 341 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.562478+0000 mon.a (mon.0) 530 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.648494+0000 mon.b (mon.2) 342 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.651907+0000 mon.b (mon.2) 343 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.655424+0000 mon.b (mon.2) 344 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.656960+0000 mon.b (mon.2) 345 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.661235+0000 mon.a (mon.0) 531 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.746239+0000 mon.b (mon.2) 346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.749705+0000 mon.b (mon.2) 347 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.753848+0000 mon.b (mon.2) 348 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.755557+0000 mon.b (mon.2) 349 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.762361+0000 mon.a (mon.0) 532 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.845335+0000 mon.b (mon.2) 350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.848849+0000 mon.b (mon.2) 351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.853077+0000 mon.b (mon.2) 352 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.854696+0000 mon.b (mon.2) 353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.861446+0000 mon.a (mon.0) 533 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.950791+0000 mon.b (mon.2) 354 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.954133+0000 mon.b (mon.2) 355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.958949+0000 mon.b (mon.2) 356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.960786+0000 mon.b (mon.2) 357 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[83101]: audit 2023-12-06T07:04:12.967994+0000 mon.a (mon.0) 534 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.651907+0000 mon.b (mon.2) 343 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.655424+0000 mon.b (mon.2) 344 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.656960+0000 mon.b (mon.2) 345 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.661235+0000 mon.a (mon.0) 531 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.746239+0000 mon.b (mon.2) 346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.749705+0000 mon.b (mon.2) 347 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.753848+0000 mon.b (mon.2) 348 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.755557+0000 mon.b (mon.2) 349 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.762361+0000 mon.a (mon.0) 532 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.845335+0000 mon.b (mon.2) 350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.848849+0000 mon.b (mon.2) 351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.853077+0000 mon.b (mon.2) 352 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.854696+0000 mon.b (mon.2) 353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.861446+0000 mon.a (mon.0) 533 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.950791+0000 mon.b (mon.2) 354 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.954133+0000 mon.b (mon.2) 355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.958949+0000 mon.b (mon.2) 356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.960786+0000 mon.b (mon.2) 357 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:13 smithi040 bash[78949]: audit 2023-12-06T07:04:12.967994+0000 mon.a (mon.0) 534 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: cephadm 2023-12-06T07:04:11.185434+0000 mgr.y (mgr.25474) 619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: cephadm 2023-12-06T07:04:11.270116+0000 mgr.y (mgr.25474) 620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: cephadm 2023-12-06T07:04:11.365087+0000 mgr.y (mgr.25474) 621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: cephadm 2023-12-06T07:04:11.463576+0000 mgr.y (mgr.25474) 622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: cephadm 2023-12-06T07:04:11.566951+0000 mgr.y (mgr.25474) 623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: cephadm 2023-12-06T07:04:11.666682+0000 mgr.y (mgr.25474) 624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: cephadm 2023-12-06T07:04:11.763132+0000 mgr.y (mgr.25474) 625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: cephadm 2023-12-06T07:04:11.867380+0000 mgr.y (mgr.25474) 626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: cephadm 2023-12-06T07:04:11.963431+0000 mgr.y (mgr.25474) 627 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.046573+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.049315+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.052160+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.053408+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.057224+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: cephadm 2023-12-06T07:04:12.059737+0000 mgr.y (mgr.25474) 628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:13.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.143686+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.146998+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.150261+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.151453+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.156473+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.238324+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.241066+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.244252+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.245759+0000 mon.b (mon.2) 329 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.250320+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.338433+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.341362+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.345425+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.347018+0000 mon.b (mon.2) 333 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.351876+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.439734+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.443280+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.448064+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.449889+0000 mon.b (mon.2) 337 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.455915+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.543667+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.547350+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.551232+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.558098+0000 mon.b (mon.2) 341 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.562478+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.648494+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.651907+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.655424+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.656960+0000 mon.b (mon.2) 345 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.661235+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.746239+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.749705+0000 mon.b (mon.2) 347 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.753848+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.755557+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.762361+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.845335+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.848849+0000 mon.b (mon.2) 351 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.853077+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.854696+0000 mon.b (mon.2) 353 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.861446+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:13.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.950791+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:13.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.954133+0000 mon.b (mon.2) 355 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:13.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.958949+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:13.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.960786+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:13.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:13 smithi141 bash[25168]: audit 2023-12-06T07:04:12.967994+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: cephadm 2023-12-06T07:04:12.158401+0000 mgr.y (mgr.25474) 629 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: cephadm 2023-12-06T07:04:12.252371+0000 mgr.y (mgr.25474) 630 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: cephadm 2023-12-06T07:04:12.355239+0000 mgr.y (mgr.25474) 631 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: cephadm 2023-12-06T07:04:12.459428+0000 mgr.y (mgr.25474) 632 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: cephadm 2023-12-06T07:04:12.565153+0000 mgr.y (mgr.25474) 633 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: cephadm 2023-12-06T07:04:12.664443+0000 mgr.y (mgr.25474) 634 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: cluster 2023-12-06T07:04:12.699222+0000 mgr.y (mgr.25474) 635 : 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-06T07:04:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: cephadm 2023-12-06T07:04:12.763764+0000 mgr.y (mgr.25474) 636 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: cephadm 2023-12-06T07:04:12.862688+0000 mgr.y (mgr.25474) 637 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: cephadm 2023-12-06T07:04:12.969292+0000 mgr.y (mgr.25474) 638 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.056268+0000 mon.b (mon.2) 358 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.059760+0000 mon.b (mon.2) 359 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.063186+0000 mon.b (mon.2) 360 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.064534+0000 mon.b (mon.2) 361 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.070000+0000 mon.a (mon.0) 535 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: cephadm 2023-12-06T07:04:13.072006+0000 mgr.y (mgr.25474) 639 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.158819+0000 mon.b (mon.2) 362 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.161848+0000 mon.b (mon.2) 363 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.165541+0000 mon.b (mon.2) 364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.166936+0000 mon.b (mon.2) 365 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.171455+0000 mon.a (mon.0) 536 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: cephadm 2023-12-06T07:04:12.158401+0000 mgr.y (mgr.25474) 629 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: cephadm 2023-12-06T07:04:12.252371+0000 mgr.y (mgr.25474) 630 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: cephadm 2023-12-06T07:04:12.355239+0000 mgr.y (mgr.25474) 631 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: cephadm 2023-12-06T07:04:12.459428+0000 mgr.y (mgr.25474) 632 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: cephadm 2023-12-06T07:04:12.565153+0000 mgr.y (mgr.25474) 633 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: cephadm 2023-12-06T07:04:12.664443+0000 mgr.y (mgr.25474) 634 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: cluster 2023-12-06T07:04:12.699222+0000 mgr.y (mgr.25474) 635 : 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-06T07:04:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: cephadm 2023-12-06T07:04:12.763764+0000 mgr.y (mgr.25474) 636 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: cephadm 2023-12-06T07:04:12.862688+0000 mgr.y (mgr.25474) 637 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: cephadm 2023-12-06T07:04:12.969292+0000 mgr.y (mgr.25474) 638 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.056268+0000 mon.b (mon.2) 358 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.059760+0000 mon.b (mon.2) 359 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.063186+0000 mon.b (mon.2) 360 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.064534+0000 mon.b (mon.2) 361 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.070000+0000 mon.a (mon.0) 535 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: cephadm 2023-12-06T07:04:13.072006+0000 mgr.y (mgr.25474) 639 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.158819+0000 mon.b (mon.2) 362 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.161848+0000 mon.b (mon.2) 363 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.165541+0000 mon.b (mon.2) 364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.166936+0000 mon.b (mon.2) 365 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.171455+0000 mon.a (mon.0) 536 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.259209+0000 mon.b (mon.2) 366 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.262901+0000 mon.b (mon.2) 367 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.266584+0000 mon.b (mon.2) 368 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.268120+0000 mon.b (mon.2) 369 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.274869+0000 mon.a (mon.0) 537 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.357453+0000 mon.b (mon.2) 370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.360449+0000 mon.b (mon.2) 371 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.363957+0000 mon.b (mon.2) 372 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.365421+0000 mon.b (mon.2) 373 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.369359+0000 mon.a (mon.0) 538 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.455914+0000 mon.b (mon.2) 374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.459244+0000 mon.b (mon.2) 375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.464135+0000 mon.b (mon.2) 376 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.466035+0000 mon.b (mon.2) 377 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.472174+0000 mon.a (mon.0) 539 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.558315+0000 mon.b (mon.2) 378 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.561293+0000 mon.b (mon.2) 379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.564699+0000 mon.b (mon.2) 380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.566097+0000 mon.b (mon.2) 381 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.572269+0000 mon.a (mon.0) 540 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.259209+0000 mon.b (mon.2) 366 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.262901+0000 mon.b (mon.2) 367 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.266584+0000 mon.b (mon.2) 368 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.268120+0000 mon.b (mon.2) 369 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.274869+0000 mon.a (mon.0) 537 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.357453+0000 mon.b (mon.2) 370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.360449+0000 mon.b (mon.2) 371 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.363957+0000 mon.b (mon.2) 372 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.365421+0000 mon.b (mon.2) 373 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.369359+0000 mon.a (mon.0) 538 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.455914+0000 mon.b (mon.2) 374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.459244+0000 mon.b (mon.2) 375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.464135+0000 mon.b (mon.2) 376 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.466035+0000 mon.b (mon.2) 377 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.472174+0000 mon.a (mon.0) 539 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.558315+0000 mon.b (mon.2) 378 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.561293+0000 mon.b (mon.2) 379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.564699+0000 mon.b (mon.2) 380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.566097+0000 mon.b (mon.2) 381 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.572269+0000 mon.a (mon.0) 540 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.654415+0000 mon.b (mon.2) 382 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.658001+0000 mon.b (mon.2) 383 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.662092+0000 mon.b (mon.2) 384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.663890+0000 mon.b (mon.2) 385 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.675217+0000 mon.a (mon.0) 541 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.766966+0000 mon.b (mon.2) 386 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.769659+0000 mon.b (mon.2) 387 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.773028+0000 mon.b (mon.2) 388 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.774203+0000 mon.b (mon.2) 389 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.779883+0000 mon.a (mon.0) 542 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.864065+0000 mon.b (mon.2) 390 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.866984+0000 mon.b (mon.2) 391 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.869971+0000 mon.b (mon.2) 392 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.871321+0000 mon.b (mon.2) 393 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.875071+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.964939+0000 mon.b (mon.2) 394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.967947+0000 mon.b (mon.2) 395 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.971321+0000 mon.b (mon.2) 396 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.972837+0000 mon.b (mon.2) 397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[83101]: audit 2023-12-06T07:04:13.978088+0000 mon.a (mon.0) 544 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.654415+0000 mon.b (mon.2) 382 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.658001+0000 mon.b (mon.2) 383 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.662092+0000 mon.b (mon.2) 384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.663890+0000 mon.b (mon.2) 385 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.675217+0000 mon.a (mon.0) 541 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.766966+0000 mon.b (mon.2) 386 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.769659+0000 mon.b (mon.2) 387 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.773028+0000 mon.b (mon.2) 388 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.774203+0000 mon.b (mon.2) 389 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.779883+0000 mon.a (mon.0) 542 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.864065+0000 mon.b (mon.2) 390 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.866984+0000 mon.b (mon.2) 391 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.869971+0000 mon.b (mon.2) 392 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.871321+0000 mon.b (mon.2) 393 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.875071+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.964939+0000 mon.b (mon.2) 394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.967947+0000 mon.b (mon.2) 395 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.971321+0000 mon.b (mon.2) 396 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.972837+0000 mon.b (mon.2) 397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:14 smithi040 bash[78949]: audit 2023-12-06T07:04:13.978088+0000 mon.a (mon.0) 544 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: cephadm 2023-12-06T07:04:12.158401+0000 mgr.y (mgr.25474) 629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: cephadm 2023-12-06T07:04:12.252371+0000 mgr.y (mgr.25474) 630 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: cephadm 2023-12-06T07:04:12.355239+0000 mgr.y (mgr.25474) 631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: cephadm 2023-12-06T07:04:12.459428+0000 mgr.y (mgr.25474) 632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: cephadm 2023-12-06T07:04:12.565153+0000 mgr.y (mgr.25474) 633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: cephadm 2023-12-06T07:04:12.664443+0000 mgr.y (mgr.25474) 634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: cluster 2023-12-06T07:04:12.699222+0000 mgr.y (mgr.25474) 635 : 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-06T07:04:14.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: cephadm 2023-12-06T07:04:12.763764+0000 mgr.y (mgr.25474) 636 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: cephadm 2023-12-06T07:04:12.862688+0000 mgr.y (mgr.25474) 637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: cephadm 2023-12-06T07:04:12.969292+0000 mgr.y (mgr.25474) 638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.056268+0000 mon.b (mon.2) 358 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.059760+0000 mon.b (mon.2) 359 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.063186+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.064534+0000 mon.b (mon.2) 361 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.070000+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: cephadm 2023-12-06T07:04:13.072006+0000 mgr.y (mgr.25474) 639 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:14.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.158819+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.161848+0000 mon.b (mon.2) 363 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.165541+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.166936+0000 mon.b (mon.2) 365 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.171455+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.259209+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.262901+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.266584+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.268120+0000 mon.b (mon.2) 369 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.274869+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.357453+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.360449+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.363957+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.365421+0000 mon.b (mon.2) 373 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.369359+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.455914+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.459244+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.464135+0000 mon.b (mon.2) 376 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.466035+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.472174+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.558315+0000 mon.b (mon.2) 378 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.561293+0000 mon.b (mon.2) 379 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.564699+0000 mon.b (mon.2) 380 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.566097+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.572269+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.654415+0000 mon.b (mon.2) 382 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.658001+0000 mon.b (mon.2) 383 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.662092+0000 mon.b (mon.2) 384 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.663890+0000 mon.b (mon.2) 385 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.675217+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.766966+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.769659+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.773028+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.774203+0000 mon.b (mon.2) 389 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.779883+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.864065+0000 mon.b (mon.2) 390 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.866984+0000 mon.b (mon.2) 391 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.869971+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.871321+0000 mon.b (mon.2) 393 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.875071+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:14.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.964939+0000 mon.b (mon.2) 394 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:14.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.967947+0000 mon.b (mon.2) 395 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:14.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.971321+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:14.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.972837+0000 mon.b (mon.2) 397 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:14.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:14 smithi141 bash[25168]: audit 2023-12-06T07:04:13.978088+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:15.012 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: cephadm 2023-12-06T07:04:13.174450+0000 mgr.y (mgr.25474) 640 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.012 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: cephadm 2023-12-06T07:04:13.276807+0000 mgr.y (mgr.25474) 641 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.012 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: cephadm 2023-12-06T07:04:13.373081+0000 mgr.y (mgr.25474) 642 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.013 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: cephadm 2023-12-06T07:04:13.475300+0000 mgr.y (mgr.25474) 643 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.013 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: cephadm 2023-12-06T07:04:13.573287+0000 mgr.y (mgr.25474) 644 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: cephadm 2023-12-06T07:04:13.678586+0000 mgr.y (mgr.25474) 645 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: audit 2023-12-06T07:04:13.732430+0000 mgr.y (mgr.25474) 646 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:04:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: cephadm 2023-12-06T07:04:13.781670+0000 mgr.y (mgr.25474) 647 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: cephadm 2023-12-06T07:04:13.879653+0000 mgr.y (mgr.25474) 648 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: cephadm 2023-12-06T07:04:13.980670+0000 mgr.y (mgr.25474) 649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: audit 2023-12-06T07:04:14.065266+0000 mon.b (mon.2) 398 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: audit 2023-12-06T07:04:14.068460+0000 mon.b (mon.2) 399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: audit 2023-12-06T07:04:14.071580+0000 mon.b (mon.2) 400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: audit 2023-12-06T07:04:14.072836+0000 mon.b (mon.2) 401 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: audit 2023-12-06T07:04:14.078633+0000 mon.a (mon.0) 545 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: cephadm 2023-12-06T07:04:14.079706+0000 mgr.y (mgr.25474) 650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: audit 2023-12-06T07:04:14.152529+0000 mon.a (mon.0) 546 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:15.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: audit 2023-12-06T07:04:14.163959+0000 mon.a (mon.0) 547 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:15.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: audit 2023-12-06T07:04:14.167655+0000 mon.b (mon.2) 402 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:15.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: audit 2023-12-06T07:04:14.172928+0000 mon.b (mon.2) 403 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:15.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: audit 2023-12-06T07:04:14.174824+0000 mon.a (mon.0) 548 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:15.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: audit 2023-12-06T07:04:14.182845+0000 mon.b (mon.2) 404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:04:15.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[78949]: audit 2023-12-06T07:04:14.184471+0000 mon.b (mon.2) 405 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-06T07:04:15.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: cephadm 2023-12-06T07:04:13.174450+0000 mgr.y (mgr.25474) 640 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: cephadm 2023-12-06T07:04:13.276807+0000 mgr.y (mgr.25474) 641 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: cephadm 2023-12-06T07:04:13.373081+0000 mgr.y (mgr.25474) 642 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: cephadm 2023-12-06T07:04:13.475300+0000 mgr.y (mgr.25474) 643 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: cephadm 2023-12-06T07:04:13.573287+0000 mgr.y (mgr.25474) 644 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: cephadm 2023-12-06T07:04:13.678586+0000 mgr.y (mgr.25474) 645 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: audit 2023-12-06T07:04:13.732430+0000 mgr.y (mgr.25474) 646 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:04:15.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: cephadm 2023-12-06T07:04:13.781670+0000 mgr.y (mgr.25474) 647 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: cephadm 2023-12-06T07:04:13.879653+0000 mgr.y (mgr.25474) 648 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: cephadm 2023-12-06T07:04:13.980670+0000 mgr.y (mgr.25474) 649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: audit 2023-12-06T07:04:14.065266+0000 mon.b (mon.2) 398 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:15.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: audit 2023-12-06T07:04:14.068460+0000 mon.b (mon.2) 399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:15.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: audit 2023-12-06T07:04:14.071580+0000 mon.b (mon.2) 400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:15.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: audit 2023-12-06T07:04:14.072836+0000 mon.b (mon.2) 401 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:15.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: audit 2023-12-06T07:04:14.078633+0000 mon.a (mon.0) 545 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:15.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: cephadm 2023-12-06T07:04:14.079706+0000 mgr.y (mgr.25474) 650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: audit 2023-12-06T07:04:14.152529+0000 mon.a (mon.0) 546 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:15.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: audit 2023-12-06T07:04:14.163959+0000 mon.a (mon.0) 547 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:15.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: audit 2023-12-06T07:04:14.167655+0000 mon.b (mon.2) 402 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:15.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: audit 2023-12-06T07:04:14.172928+0000 mon.b (mon.2) 403 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:15.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: audit 2023-12-06T07:04:14.174824+0000 mon.a (mon.0) 548 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:15.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: audit 2023-12-06T07:04:14.182845+0000 mon.b (mon.2) 404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:04:15.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:15 smithi040 bash[83101]: audit 2023-12-06T07:04:14.184471+0000 mon.b (mon.2) 405 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-06T07:04:15.285 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:04:15.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: cephadm 2023-12-06T07:04:13.174450+0000 mgr.y (mgr.25474) 640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: cephadm 2023-12-06T07:04:13.276807+0000 mgr.y (mgr.25474) 641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: cephadm 2023-12-06T07:04:13.373081+0000 mgr.y (mgr.25474) 642 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: cephadm 2023-12-06T07:04:13.475300+0000 mgr.y (mgr.25474) 643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: cephadm 2023-12-06T07:04:13.573287+0000 mgr.y (mgr.25474) 644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: cephadm 2023-12-06T07:04:13.678586+0000 mgr.y (mgr.25474) 645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: audit 2023-12-06T07:04:13.732430+0000 mgr.y (mgr.25474) 646 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:04:15.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: cephadm 2023-12-06T07:04:13.781670+0000 mgr.y (mgr.25474) 647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: cephadm 2023-12-06T07:04:13.879653+0000 mgr.y (mgr.25474) 648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: cephadm 2023-12-06T07:04:13.980670+0000 mgr.y (mgr.25474) 649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: audit 2023-12-06T07:04:14.065266+0000 mon.b (mon.2) 398 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:15.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: audit 2023-12-06T07:04:14.068460+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:15.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: audit 2023-12-06T07:04:14.071580+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:15.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: audit 2023-12-06T07:04:14.072836+0000 mon.b (mon.2) 401 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:15.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: audit 2023-12-06T07:04:14.078633+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:15.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: cephadm 2023-12-06T07:04:14.079706+0000 mgr.y (mgr.25474) 650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:15.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: audit 2023-12-06T07:04:14.152529+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:15.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: audit 2023-12-06T07:04:14.163959+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:15.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: audit 2023-12-06T07:04:14.167655+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:15.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: audit 2023-12-06T07:04:14.172928+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:15.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: audit 2023-12-06T07:04:14.174824+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:15.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: audit 2023-12-06T07:04:14.182845+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:04:15.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:15 smithi141 bash[25168]: audit 2023-12-06T07:04:14.184471+0000 mon.b (mon.2) 405 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-06T07:04:16.066 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:04:16.066 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 1s ago 17m - - 2023-12-06T07:04:16.066 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 15s ago 16m - - 2023-12-06T07:04:16.066 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (3m) 1s ago 9m 16.7M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:04:16.067 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (2m) 15s ago 9m 42.8M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:04:16.067 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (2m) 1s ago 7m 45.8M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:04:16.067 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (29s) 15s ago 16m 430M - 19.0.0-26-g0482646f 26bb7d89db2e 345817faf911 2023-12-06T07:04:16.067 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (2m) 1s ago 18m 496M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:04:16.067 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (94s) 1s ago 18m 50.9M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:04:16.067 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (16m) 15s ago 16m 65.7M 2048M 17.2.0 e1d6a67b021e 76faf01e600e 2023-12-06T07:04:16.067 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (16m) 1s ago 16m 61.0M 2048M 17.2.0 e1d6a67b021e b63429ef8030 2023-12-06T07:04:16.067 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (3m) 1s ago 10m 14.4M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:04:16.067 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (3m) 15s ago 10m 14.9M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:04:16.067 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (15m) 1s ago 15m 59.2M 4096M 17.2.0 e1d6a67b021e fa89468afe64 2023-12-06T07:04:16.067 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (15m) 1s ago 15m 59.1M 4096M 17.2.0 e1d6a67b021e f21c73c261bf 2023-12-06T07:04:16.067 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (14m) 1s ago 14m 53.6M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T07:04:16.067 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (13m) 1s ago 13m 57.6M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T07:04:16.067 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (13m) 15s ago 13m 61.5M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T07:04:16.067 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (12m) 15s ago 12m 55.7M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:04:16.068 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (12m) 15s ago 12m 54.2M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:04:16.068 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (11m) 15s ago 11m 57.8M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:04:16.068 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (119s) 15s ago 10m 57.9M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:04:16.068 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (8m) 1s ago 8m 87.7M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:04:16.068 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (8m) 15s ago 8m 87.0M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:04:16.068 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (8m) 1s ago 8m 87.1M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:04:16.068 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (8m) 15s ago 8m 87.3M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:04:16.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:16 smithi040 bash[83101]: cephadm 2023-12-06T07:04:14.182044+0000 mgr.y (mgr.25474) 651 : cephadm 1 Upgrade: It appears safe to stop mon.c 2023-12-06T07:04:16.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:16 smithi040 bash[83101]: cluster 2023-12-06T07:04:14.700833+0000 mgr.y (mgr.25474) 652 : 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-06T07:04:16.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:16 smithi040 bash[78949]: cephadm 2023-12-06T07:04:14.182044+0000 mgr.y (mgr.25474) 651 : cephadm 1 Upgrade: It appears safe to stop mon.c 2023-12-06T07:04:16.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:16 smithi040 bash[78949]: cluster 2023-12-06T07:04:14.700833+0000 mgr.y (mgr.25474) 652 : 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-06T07:04:16.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:16 smithi141 bash[25168]: cephadm 2023-12-06T07:04:14.182044+0000 mgr.y (mgr.25474) 651 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-06T07:04:16.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:16 smithi141 bash[25168]: cluster 2023-12-06T07:04:14.700833+0000 mgr.y (mgr.25474) 652 : 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-06T07:04:16.590 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:04:16.590 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:04:16.590 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T07:04:16.590 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:04:16.590 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:04:16.590 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:04:16.591 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:04:16.591 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:04:16.591 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:04:16.591 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:04:16.591 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:04:16.591 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:04:16.591 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:04:16.591 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:04:16.591 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:04:16.591 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T07:04:16.591 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 4 2023-12-06T07:04:16.591 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:04:16.591 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:04:16.598 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:16 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:04:16] "GET /metrics HTTP/1.1" 200 38098 "" "Prometheus/2.33.4" 2023-12-06T07:04:17.024 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:04:17.024 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:04:17.024 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:04:17.024 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:04:17.024 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:04:17.024 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr" 2023-12-06T07:04:17.024 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:04:17.024 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "3/23 daemons upgraded", 2023-12-06T07:04:17.024 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading mon daemons", 2023-12-06T07:04:17.025 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:04:17.025 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:04:17.205 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:17 smithi040 bash[83101]: audit 2023-12-06T07:04:15.265699+0000 mgr.y (mgr.25474) 653 : audit 0 from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:17.205 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:17 smithi040 bash[83101]: audit 2023-12-06T07:04:15.664313+0000 mgr.y (mgr.25474) 654 : audit 0 from='client.34227 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:17.205 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:17 smithi040 bash[83101]: audit 2023-12-06T07:04:16.042465+0000 mgr.y (mgr.25474) 655 : audit 0 from='client.44113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:17.206 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:17 smithi040 bash[83101]: audit 2023-12-06T07:04:16.583955+0000 mon.a (mon.0) 549 : audit 0 from='client.? 172.21.15.40:0/140733238' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:17.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:17 smithi040 bash[78949]: audit 2023-12-06T07:04:15.265699+0000 mgr.y (mgr.25474) 653 : audit 0 from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:17.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:17 smithi040 bash[78949]: audit 2023-12-06T07:04:15.664313+0000 mgr.y (mgr.25474) 654 : audit 0 from='client.34227 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:17.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:17 smithi040 bash[78949]: audit 2023-12-06T07:04:16.042465+0000 mgr.y (mgr.25474) 655 : audit 0 from='client.44113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:17.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:17 smithi040 bash[78949]: audit 2023-12-06T07:04:16.583955+0000 mon.a (mon.0) 549 : audit 0 from='client.? 172.21.15.40:0/140733238' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:17.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:17 smithi141 bash[25168]: audit 2023-12-06T07:04:15.265699+0000 mgr.y (mgr.25474) 653 : audit [DBG] from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:17.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:17 smithi141 bash[25168]: audit 2023-12-06T07:04:15.664313+0000 mgr.y (mgr.25474) 654 : audit [DBG] from='client.34227 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:17.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:17 smithi141 bash[25168]: audit 2023-12-06T07:04:16.042465+0000 mgr.y (mgr.25474) 655 : audit [DBG] from='client.44113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:17.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:17 smithi141 bash[25168]: audit 2023-12-06T07:04:16.583955+0000 mon.a (mon.0) 549 : audit [DBG] from='client.? 172.21.15.40:0/140733238' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:17.545 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T07:04:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[78949]: cluster 2023-12-06T07:04:16.701576+0000 mgr.y (mgr.25474) 656 : 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-06T07:04:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[78949]: audit 2023-12-06T07:04:17.017301+0000 mgr.y (mgr.25474) 657 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[78949]: audit 2023-12-06T07:04:17.520907+0000 mon.b (mon.2) 406 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:04:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[78949]: audit 2023-12-06T07:04:17.522257+0000 mon.b (mon.2) 407 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:04:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[78949]: audit 2023-12-06T07:04:17.524017+0000 mon.b (mon.2) 408 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[78949]: audit 2023-12-06T07:04:17.539773+0000 mon.a (mon.0) 550 : audit 0 from='client.? 172.21.15.40:0/2739530299' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:04:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[78949]: audit 2023-12-06T07:04:17.947867+0000 mon.a (mon.0) 551 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[78949]: audit 2023-12-06T07:04:17.963196+0000 mon.a (mon.0) 552 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[78949]: audit 2023-12-06T07:04:17.975636+0000 mon.a (mon.0) 553 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:18.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[83101]: cluster 2023-12-06T07:04:16.701576+0000 mgr.y (mgr.25474) 656 : 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-06T07:04:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[83101]: audit 2023-12-06T07:04:17.017301+0000 mgr.y (mgr.25474) 657 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[83101]: audit 2023-12-06T07:04:17.520907+0000 mon.b (mon.2) 406 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:04:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[83101]: audit 2023-12-06T07:04:17.522257+0000 mon.b (mon.2) 407 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:04:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[83101]: audit 2023-12-06T07:04:17.524017+0000 mon.b (mon.2) 408 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[83101]: audit 2023-12-06T07:04:17.539773+0000 mon.a (mon.0) 550 : audit 0 from='client.? 172.21.15.40:0/2739530299' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:04:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[83101]: audit 2023-12-06T07:04:17.947867+0000 mon.a (mon.0) 551 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[83101]: audit 2023-12-06T07:04:17.963196+0000 mon.a (mon.0) 552 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:18 smithi040 bash[83101]: audit 2023-12-06T07:04:17.975636+0000 mon.a (mon.0) 553 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:18.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:18 smithi141 bash[25168]: cluster 2023-12-06T07:04:16.701576+0000 mgr.y (mgr.25474) 656 : 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-06T07:04:18.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:18 smithi141 bash[25168]: audit 2023-12-06T07:04:17.017301+0000 mgr.y (mgr.25474) 657 : audit [DBG] from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:18.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:18 smithi141 bash[25168]: audit 2023-12-06T07:04:17.520907+0000 mon.b (mon.2) 406 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:04:18.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:18 smithi141 bash[25168]: audit 2023-12-06T07:04:17.522257+0000 mon.b (mon.2) 407 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:04:18.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:18 smithi141 bash[25168]: audit 2023-12-06T07:04:17.524017+0000 mon.b (mon.2) 408 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:18.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:18 smithi141 bash[25168]: audit 2023-12-06T07:04:17.539773+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.40:0/2739530299' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:04:18.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:18 smithi141 bash[25168]: audit 2023-12-06T07:04:17.947867+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:18.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:18 smithi141 bash[25168]: audit 2023-12-06T07:04:17.963196+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:18.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:18 smithi141 bash[25168]: audit 2023-12-06T07:04:17.975636+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:18.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:04:18 smithi141 bash[61993]: ts=2023-12-06T07:04: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:04:19.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:19 smithi141 bash[25168]: cephadm 2023-12-06T07:04:17.513941+0000 mgr.y (mgr.25474) 658 : cephadm [INF] Upgrade: Updating mon.c 2023-12-06T07:04:19.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:19 smithi141 bash[25168]: cephadm 2023-12-06T07:04:17.522274+0000 mgr.y (mgr.25474) 659 : cephadm [INF] Deploying daemon mon.c on smithi040 2023-12-06T07:04:19.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:19 smithi040 bash[78949]: cephadm 2023-12-06T07:04:17.513941+0000 mgr.y (mgr.25474) 658 : cephadm 1 Upgrade: Updating mon.c 2023-12-06T07:04:19.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:19 smithi040 bash[78949]: cephadm 2023-12-06T07:04:17.522274+0000 mgr.y (mgr.25474) 659 : cephadm 1 Deploying daemon mon.c on smithi040 2023-12-06T07:04:19.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:19 smithi040 bash[83101]: cephadm 2023-12-06T07:04:17.513941+0000 mgr.y (mgr.25474) 658 : cephadm 1 Upgrade: Updating mon.c 2023-12-06T07:04:19.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:19 smithi040 bash[83101]: cephadm 2023-12-06T07:04:17.522274+0000 mgr.y (mgr.25474) 659 : cephadm 1 Deploying daemon mon.c on smithi040 2023-12-06T07:04:20.396 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:20 smithi040 bash[83101]: cluster 2023-12-06T07:04:18.703083+0000 mgr.y (mgr.25474) 660 : 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-06T07:04:20.397 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:20 smithi040 bash[78949]: cluster 2023-12-06T07:04:18.703083+0000 mgr.y (mgr.25474) 660 : 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-06T07:04:20.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:20 smithi141 bash[25168]: cluster 2023-12-06T07:04:18.703083+0000 mgr.y (mgr.25474) 660 : 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-06T07:04:21.899 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[78949]: cluster 2023-12-06T07:04:20.703577+0000 mgr.y (mgr.25474) 661 : 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-06T07:04:21.899 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[78949]: audit 2023-12-06T07:04:20.753000+0000 mon.a (mon.0) 554 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.899 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[78949]: audit 2023-12-06T07:04:20.765583+0000 mon.a (mon.0) 555 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.899 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[78949]: audit 2023-12-06T07:04:20.774758+0000 mon.a (mon.0) 556 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.899 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[78949]: audit 2023-12-06T07:04:20.784018+0000 mon.a (mon.0) 557 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.899 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[78949]: audit 2023-12-06T07:04:20.790125+0000 mon.a (mon.0) 558 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.899 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[78949]: audit 2023-12-06T07:04:20.801284+0000 mon.a (mon.0) 559 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[83101]: cluster 2023-12-06T07:04:20.703577+0000 mgr.y (mgr.25474) 661 : 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-06T07:04:21.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[83101]: audit 2023-12-06T07:04:20.753000+0000 mon.a (mon.0) 554 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[83101]: audit 2023-12-06T07:04:20.765583+0000 mon.a (mon.0) 555 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[83101]: audit 2023-12-06T07:04:20.774758+0000 mon.a (mon.0) 556 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[83101]: audit 2023-12-06T07:04:20.784018+0000 mon.a (mon.0) 557 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[83101]: audit 2023-12-06T07:04:20.790125+0000 mon.a (mon.0) 558 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[83101]: audit 2023-12-06T07:04:20.801284+0000 mon.a (mon.0) 559 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:21 smithi040 systemd[1]: Stopping Ceph mon.c for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:04:21.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[83101]: debug 2023-12-06T07:04:21.888+0000 7ff16f107700 -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-06T07:04:21.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:21 smithi040 bash[83101]: debug 2023-12-06T07:04:21.888+0000 7ff16f107700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-06T07:04:21.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:21 smithi141 bash[25168]: cluster 2023-12-06T07:04:20.703577+0000 mgr.y (mgr.25474) 661 : 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-06T07:04:21.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:21 smithi141 bash[25168]: audit 2023-12-06T07:04:20.753000+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:21 smithi141 bash[25168]: audit 2023-12-06T07:04:20.765583+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:21 smithi141 bash[25168]: audit 2023-12-06T07:04:20.774758+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:21 smithi141 bash[25168]: audit 2023-12-06T07:04:20.784018+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:21 smithi141 bash[25168]: audit 2023-12-06T07:04:20.790125+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:21.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:21 smithi141 bash[25168]: audit 2023-12-06T07:04:20.801284+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:23.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:22 smithi040 bash[84776]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mon-c 2023-12-06T07:04:23.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:22 smithi040 bash[84849]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mon-c 2023-12-06T07:04:23.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:22 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.c.service: Succeeded. 2023-12-06T07:04:23.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:22 smithi040 systemd[1]: Stopped Ceph mon.c for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:04:23.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:23 smithi040 systemd[1]: Started Ceph mon.c for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:04:24.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.448+0000 7fe433ae0c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T07:04:24.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.448+0000 7fe433ae0c80 0 ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev), process ceph-mon, pid 7 2023-12-06T07:04:24.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.448+0000 7fe433ae0c80 0 pidfile_write: ignore empty --pid-file 2023-12-06T07:04:24.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 0 load: jerasure load: lrc 2023-12-06T07:04:24.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-06T07:04:24.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Git sha 0 2023-12-06T07:04:24.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Compile date 2023-12-06 02:25:46 2023-12-06T07:04:24.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: DB SUMMARY 2023-12-06T07:04:24.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: DB Session ID: XJA3TO2D5Q67NTNAFQV2 2023-12-06T07:04:24.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: CURRENT file: CURRENT 2023-12-06T07:04:24.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T07:04:24.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: MANIFEST file: MANIFEST-000050 size: 523 Bytes 2023-12-06T07:04:24.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000055.sst 2023-12-06T07:04:24.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000053.log size: 400759 ; 2023-12-06T07:04:24.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.error_if_exists: 0 2023-12-06T07:04:24.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.create_if_missing: 0 2023-12-06T07:04:24.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T07:04:24.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-06T07:04:24.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T07:04:24.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-06T07:04:24.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.env: 0x55a412083a60 2023-12-06T07:04:24.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-06T07:04:24.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.info_log: 0x55a4138e1780 2023-12-06T07:04:24.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T07:04:24.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.statistics: (nil) 2023-12-06T07:04:24.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.use_fsync: 0 2023-12-06T07:04:24.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T07:04:24.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T07:04:24.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T07:04:24.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T07:04:24.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T07:04:24.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T07:04:24.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T07:04:24.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T07:04:24.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T07:04:24.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T07:04:24.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T07:04:24.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.db_log_dir: 2023-12-06T07:04:24.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.wal_dir: 2023-12-06T07:04:24.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T07:04:24.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T07:04:24.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T07:04:24.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T07:04:24.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T07:04:24.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T07:04:24.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T07:04:24.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T07:04:24.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.write_buffer_manager: 0x55a4138b4f00 2023-12-06T07:04:24.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T07:04:24.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T07:04:24.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T07:04:24.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T07:04:24.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T07:04:24.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T07:04:24.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T07:04:24.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T07:04:24.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.unordered_write: 0 2023-12-06T07:04:24.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T07:04:24.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T07:04:24.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T07:04:24.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T07:04:24.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.row_cache: None 2023-12-06T07:04:24.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.wal_filter: None 2023-12-06T07:04:24.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T07:04:24.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T07:04:24.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.two_write_queues: 0 2023-12-06T07:04:24.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T07:04:24.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.wal_compression: 0 2023-12-06T07:04:24.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.atomic_flush: 0 2023-12-06T07:04:24.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T07:04:24.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T07:04:24.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T07:04:24.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T07:04:24.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T07:04:24.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T07:04:24.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T07:04:24.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T07:04:24.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T07:04:24.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T07:04:24.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-06T07:04:24.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T07:04:24.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T07:04:24.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T07:04:24.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T07:04:24.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T07:04:24.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T07:04:24.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T07:04:24.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T07:04:24.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T07:04:24.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T07:04:24.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.max_open_files: -1 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Compression algorithms supported: 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: kZSTD supported: 0 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: kXpressCompression supported: 0 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: kZlibCompression supported: 1 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T07:04:24.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T07:04:24.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-06T07:04:24.789 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.452+0000 7fe433ae0c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000050 2023-12-06T07:04:24.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-06T07:04:24.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T07:04:24.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.merge_operator: 2023-12-06T07:04:24.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compaction_filter: None 2023-12-06T07:04:24.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T07:04:24.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T07:04:24.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T07:04:24.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T07:04:24.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a4138e18a0) 2023-12-06T07:04:24.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: cache_index_and_filter_blocks: 1 2023-12-06T07:04:24.790 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: pin_top_level_index_and_filter: 1 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: index_type: 0 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: data_block_index_type: 0 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: index_shortening: 1 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: checksum: 4 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: no_block_cache: 0 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: block_cache: 0x55a413935090 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: block_cache_name: BinnedLRUCache 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: block_cache_options: 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: capacity : 536870912 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: num_shard_bits : 4 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: strict_capacity_limit : 0 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: high_pri_pool_ratio: 0.000 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: block_cache_compressed: (nil) 2023-12-06T07:04:24.791 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: persistent_cache: (nil) 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: block_size: 4096 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: block_size_deviation: 10 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: block_restart_interval: 16 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: index_block_restart_interval: 1 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: metadata_block_size: 4096 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: partition_filters: 0 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: use_delta_encoding: 1 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: filter_policy: bloomfilter 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: whole_key_filtering: 1 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: verify_compression: 0 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: read_amp_bytes_per_bit: 0 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: format_version: 5 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: enable_index_compression: 1 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: block_align: 0 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: max_auto_readahead_size: 262144 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: prepopulate_block_cache: 0 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: initial_auto_readahead_size: 8192 2023-12-06T07:04:24.792 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: num_file_reads_for_auto_readahead: 2 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compression: NoCompression 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.num_levels: 7 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T07:04:24.793 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T07:04:24.794 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T07:04:24.795 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T07:04:24.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T07:04:24.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T07:04:24.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T07:04:24.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T07:04:24.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T07:04:24.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T07:04:24.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T07:04:24.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T07:04:24.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T07:04:24.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T07:04:24.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T07:04:24.796 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.table_properties_collectors: 2023-12-06T07:04:24.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T07:04:24.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T07:04:24.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T07:04:24.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T07:04:24.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T07:04:24.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.bloom_locality: 0 2023-12-06T07:04:24.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T07:04:24.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T07:04:24.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T07:04:24.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T07:04:24.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T07:04:24.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.ttl: 2592000 2023-12-06T07:04:24.797 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T07:04:24.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-06T07:04:24.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-06T07:04:24.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.enable_blob_files: false 2023-12-06T07:04:24.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.min_blob_size: 0 2023-12-06T07:04:24.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T07:04:24.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T07:04:24.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T07:04:24.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T07:04:24.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-06T07:04:24.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-06T07:04:24.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-06T07:04:24.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-06T07:04:24.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 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-06T07:04:24.798 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000050 succeeded,manifest_file_number is 50, next_file_number is 57, last_sequence is 31708, log_number is 53,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 53 2023-12-06T07:04:24.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 53 2023-12-06T07:04:24.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d545e3de-d444-48d2-a73f-d7dd41a404a3 2023-12-06T07:04:24.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701846264461310, "job": 1, "event": "recovery_started", "wal_files": [53]} 2023-12-06T07:04:24.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #53 mode 2 2023-12-06T07:04:24.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.456+0000 7fe433ae0c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701846264463232, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 58, "file_size": 250484, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 31713, "largest_seqno": 31844, "table_properties": {"data_size": 248670, "index_size": 610, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 197, "raw_key_size": 1560, "raw_average_key_size": 24, "raw_value_size": 246993, "raw_average_value_size": 3920, "num_data_blocks": 25, "num_entries": 63, "num_filter_entries": 63, "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": 1701846264, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d545e3de-d444-48d2-a73f-d7dd41a404a3", "db_session_id": "XJA3TO2D5Q67NTNAFQV2", "orig_file_number": 58, "seqno_to_time_mapping": "N/A"}} 2023-12-06T07:04:24.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.460+0000 7fe433ae0c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701846264463357, "job": 1, "event": "recovery_finished"} 2023-12-06T07:04:24.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.460+0000 7fe433ae0c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 60 2023-12-06T07:04:24.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.460+0000 7fe433ae0c80 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-06T07:04:24.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.460+0000 7fe433ae0c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000053.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-06T07:04:24.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.460+0000 7fe433ae0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a4139d4000 2023-12-06T07:04:24.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.460+0000 7fe433ae0c80 4 rocksdb: DB pointer 0x55a4139c2000 2023-12-06T07:04:24.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.460+0000 7fe42229b700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-06T07:04:24.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.460+0000 7fe42229b700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-06T07:04:24.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: ** DB Stats ** 2023-12-06T07:04:24.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:04:24.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: 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-06T07:04:24.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:04:24.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:04:24.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: 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-06T07:04:24.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:04:24.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:04:24.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: ** Compaction Stats [default] ** 2023-12-06T07:04:24.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: 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-06T07:04:24.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-06T07:04:24.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: L0 1/0 244.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 218.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-06T07:04:24.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: L6 1/0 11.47 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-06T07:04:24.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: Sum 2/0 11.71 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 218.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-06T07:04:24.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 218.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: ** Compaction Stats [default] ** 2023-12-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: 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-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 218.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: Cumulative compaction: 0.00 GB write, 30.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: Interval compaction: 0.00 GB write, 30.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: 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-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: Block cache BinnedLRUCache@0x55a413935090#7 capacity: 512.00 MB usage: 0.94 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2023-12-06T07:04:24.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: Block cache entry stats(count,size,portion): FilterBlock(1,0.23 KB,4.47035e-05%) IndexBlock(1,0.70 KB,0.00013411%) Misc(1,0.00 KB,0%) 2023-12-06T07:04:24.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T07:04:24.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.464+0000 7fe433ae0c80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0] at bind addrs [v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T07:04:24.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.468+0000 7fe433ae0c80 1 mon.c@-1(???) e3 preinit fsid f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T07:04:24.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.468+0000 7fe433ae0c80 0 mon.c@-1(???).mds e1 new map 2023-12-06T07:04:24.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.468+0000 7fe433ae0c80 0 mon.c@-1(???).mds e1 print_map 2023-12-06T07:04:24.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: e1 2023-12-06T07:04:24.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T07:04:24.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: 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-06T07:04:24.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: legacy client fscid: -1 2023-12-06T07:04:24.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: 2023-12-06T07:04:24.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: No filesystems configured 2023-12-06T07:04:24.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.468+0000 7fe433ae0c80 0 mon.c@-1(???).osd e107 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-06T07:04:24.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.468+0000 7fe433ae0c80 0 mon.c@-1(???).osd e107 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:04:24.803 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.468+0000 7fe433ae0c80 0 mon.c@-1(???).osd e107 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:04:24.803 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.468+0000 7fe433ae0c80 0 mon.c@-1(???).osd e107 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:04:24.803 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:24 smithi040 bash[84914]: debug 2023-12-06T07:04:24.472+0000 7fe433ae0c80 1 mon.c@-1(???).paxosservice(auth 1..27) refresh upgraded, format 0 -> 3 2023-12-06T07:04:26.008 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: cluster 2023-12-06T07:04:22.704382+0000 mgr.y (mgr.25474) 662 : 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-06T07:04:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:22.771465+0000 mon.b (mon.2) 409 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:04:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:23.739890+0000 mgr.y (mgr.25474) 663 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:04:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: cluster 2023-12-06T07:04:24.689233+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-06T07:04:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: cluster 2023-12-06T07:04:24.705966+0000 mgr.y (mgr.25474) 664 : 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-06T07:04:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: cluster 2023-12-06T07:04:24.981350+0000 mon.a (mon.0) 560 : cluster 1 mon.a calling monitor election 2023-12-06T07:04:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: cluster 2023-12-06T07:04:24.984788+0000 mon.a (mon.0) 561 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:04:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: cluster 2023-12-06T07:04:24.992745+0000 mon.a (mon.0) 562 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],b=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:04:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: cluster 2023-12-06T07:04:24.993585+0000 mon.a (mon.0) 563 : cluster 0 fsmap 2023-12-06T07:04:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: cluster 2023-12-06T07:04:24.993648+0000 mon.a (mon.0) 564 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T07:04:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: cluster 2023-12-06T07:04:24.994374+0000 mon.a (mon.0) 565 : cluster 0 mgrmap e45: y(active, since 92s), standbys: x 2023-12-06T07:04:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: cluster 2023-12-06T07:04:25.005394+0000 mon.a (mon.0) 566 : cluster 1 overall HEALTH_OK 2023-12-06T07:04:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.009266+0000 mon.a (mon.0) 567 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.027198+0000 mon.a (mon.0) 568 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.064495+0000 mon.b (mon.2) 410 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.066548+0000 mon.b (mon.2) 411 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.073098+0000 mon.a (mon.0) 569 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: cephadm 2023-12-06T07:04:25.074884+0000 mgr.y (mgr.25474) 665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.160022+0000 mon.b (mon.2) 412 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.163708+0000 mon.b (mon.2) 413 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.169728+0000 mon.b (mon.2) 414 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.171450+0000 mon.b (mon.2) 415 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.176407+0000 mon.a (mon.0) 570 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: cluster 2023-12-06T07:04:22.704382+0000 mgr.y (mgr.25474) 662 : 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-06T07:04:26.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:22.771465+0000 mon.b (mon.2) 409 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:04:26.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:23.739890+0000 mgr.y (mgr.25474) 663 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:04:26.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: cluster 2023-12-06T07:04:24.689233+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-06T07:04:26.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: cluster 2023-12-06T07:04:24.705966+0000 mgr.y (mgr.25474) 664 : 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-06T07:04:26.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: cluster 2023-12-06T07:04:24.981350+0000 mon.a (mon.0) 560 : cluster 1 mon.a calling monitor election 2023-12-06T07:04:26.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: cluster 2023-12-06T07:04:24.984788+0000 mon.a (mon.0) 561 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:04:26.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: cluster 2023-12-06T07:04:24.992745+0000 mon.a (mon.0) 562 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],b=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:04:26.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: cluster 2023-12-06T07:04:24.993585+0000 mon.a (mon.0) 563 : cluster 0 fsmap 2023-12-06T07:04:26.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: cluster 2023-12-06T07:04:24.993648+0000 mon.a (mon.0) 564 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T07:04:26.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: cluster 2023-12-06T07:04:24.994374+0000 mon.a (mon.0) 565 : cluster 0 mgrmap e45: y(active, since 92s), standbys: x 2023-12-06T07:04:26.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: cluster 2023-12-06T07:04:25.005394+0000 mon.a (mon.0) 566 : cluster 1 overall HEALTH_OK 2023-12-06T07:04:26.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.009266+0000 mon.a (mon.0) 567 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.027198+0000 mon.a (mon.0) 568 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.064495+0000 mon.b (mon.2) 410 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.066548+0000 mon.b (mon.2) 411 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.073098+0000 mon.a (mon.0) 569 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: cephadm 2023-12-06T07:04:25.074884+0000 mgr.y (mgr.25474) 665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:26.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.160022+0000 mon.b (mon.2) 412 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.163708+0000 mon.b (mon.2) 413 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.169728+0000 mon.b (mon.2) 414 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.264277+0000 mon.b (mon.2) 416 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.267645+0000 mon.b (mon.2) 417 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.272239+0000 mon.b (mon.2) 418 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.274037+0000 mon.b (mon.2) 419 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.281596+0000 mon.a (mon.0) 571 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.368396+0000 mon.b (mon.2) 420 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.371945+0000 mon.b (mon.2) 421 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.375185+0000 mon.b (mon.2) 422 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.376797+0000 mon.b (mon.2) 423 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.383672+0000 mon.a (mon.0) 572 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.466219+0000 mon.b (mon.2) 424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.469193+0000 mon.b (mon.2) 425 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.472756+0000 mon.b (mon.2) 426 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.474132+0000 mon.b (mon.2) 427 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.482264+0000 mon.a (mon.0) 573 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.568769+0000 mon.b (mon.2) 428 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.572031+0000 mon.b (mon.2) 429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.576047+0000 mon.b (mon.2) 430 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.577795+0000 mon.b (mon.2) 431 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.586377+0000 mon.a (mon.0) 574 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.171450+0000 mon.b (mon.2) 415 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.176407+0000 mon.a (mon.0) 570 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.264277+0000 mon.b (mon.2) 416 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.267645+0000 mon.b (mon.2) 417 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.272239+0000 mon.b (mon.2) 418 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.274037+0000 mon.b (mon.2) 419 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.281596+0000 mon.a (mon.0) 571 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.368396+0000 mon.b (mon.2) 420 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.371945+0000 mon.b (mon.2) 421 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.375185+0000 mon.b (mon.2) 422 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.376797+0000 mon.b (mon.2) 423 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.383672+0000 mon.a (mon.0) 572 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.466219+0000 mon.b (mon.2) 424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.469193+0000 mon.b (mon.2) 425 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.472756+0000 mon.b (mon.2) 426 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.474132+0000 mon.b (mon.2) 427 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.482264+0000 mon.a (mon.0) 573 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.568769+0000 mon.b (mon.2) 428 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.572031+0000 mon.b (mon.2) 429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.576047+0000 mon.b (mon.2) 430 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.577795+0000 mon.b (mon.2) 431 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.671178+0000 mon.b (mon.2) 432 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.674428+0000 mon.b (mon.2) 433 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.678470+0000 mon.b (mon.2) 434 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.679883+0000 mon.b (mon.2) 435 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.686453+0000 mon.a (mon.0) 575 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.771405+0000 mon.b (mon.2) 436 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.775762+0000 mon.b (mon.2) 437 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.779652+0000 mon.b (mon.2) 438 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.781504+0000 mon.b (mon.2) 439 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.789565+0000 mon.a (mon.0) 576 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.875989+0000 mon.b (mon.2) 440 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.879198+0000 mon.b (mon.2) 441 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.882728+0000 mon.b (mon.2) 442 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.296 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.884367+0000 mon.b (mon.2) 443 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.296 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.890136+0000 mon.a (mon.0) 577 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.296 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.979114+0000 mon.b (mon.2) 444 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.296 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.982300+0000 mon.b (mon.2) 445 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.296 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.986247+0000 mon.b (mon.2) 446 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.296 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[84914]: audit 2023-12-06T07:04:25.988301+0000 mon.b (mon.2) 447 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.297 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.586377+0000 mon.a (mon.0) 574 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.297 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.671178+0000 mon.b (mon.2) 432 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.674428+0000 mon.b (mon.2) 433 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.678470+0000 mon.b (mon.2) 434 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.679883+0000 mon.b (mon.2) 435 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.686453+0000 mon.a (mon.0) 575 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.771405+0000 mon.b (mon.2) 436 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.775762+0000 mon.b (mon.2) 437 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.779652+0000 mon.b (mon.2) 438 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.781504+0000 mon.b (mon.2) 439 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.789565+0000 mon.a (mon.0) 576 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.875989+0000 mon.b (mon.2) 440 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.879198+0000 mon.b (mon.2) 441 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.882728+0000 mon.b (mon.2) 442 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.884367+0000 mon.b (mon.2) 443 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.890136+0000 mon.a (mon.0) 577 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.979114+0000 mon.b (mon.2) 444 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.982300+0000 mon.b (mon.2) 445 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.986247+0000 mon.b (mon.2) 446 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[78949]: audit 2023-12-06T07:04:25.988301+0000 mon.b (mon.2) 447 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: cluster 2023-12-06T07:04:22.704382+0000 mgr.y (mgr.25474) 662 : cluster [DBG] 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-06T07:04:26.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:22.771465+0000 mon.b (mon.2) 409 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:04:26.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:23.739890+0000 mgr.y (mgr.25474) 663 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:04:26.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: cluster 2023-12-06T07:04:24.689233+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T07:04:26.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: cluster 2023-12-06T07:04:24.705966+0000 mgr.y (mgr.25474) 664 : 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-06T07:04:26.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: cluster 2023-12-06T07:04:24.981350+0000 mon.a (mon.0) 560 : cluster [INF] mon.a calling monitor election 2023-12-06T07:04:26.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: cluster 2023-12-06T07:04:24.984788+0000 mon.a (mon.0) 561 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:04:26.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: cluster 2023-12-06T07:04:24.992745+0000 mon.a (mon.0) 562 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],b=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:04:26.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: cluster 2023-12-06T07:04:24.993585+0000 mon.a (mon.0) 563 : cluster [DBG] fsmap 2023-12-06T07:04:26.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: cluster 2023-12-06T07:04:24.993648+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2023-12-06T07:04:26.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: cluster 2023-12-06T07:04:24.994374+0000 mon.a (mon.0) 565 : cluster [DBG] mgrmap e45: y(active, since 92s), standbys: x 2023-12-06T07:04:26.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: cluster 2023-12-06T07:04:25.005394+0000 mon.a (mon.0) 566 : cluster [INF] overall HEALTH_OK 2023-12-06T07:04:26.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.009266+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.027198+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.064495+0000 mon.b (mon.2) 410 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.066548+0000 mon.b (mon.2) 411 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.073098+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: cephadm 2023-12-06T07:04:25.074884+0000 mgr.y (mgr.25474) 665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:26.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.160022+0000 mon.b (mon.2) 412 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.163708+0000 mon.b (mon.2) 413 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.169728+0000 mon.b (mon.2) 414 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.171450+0000 mon.b (mon.2) 415 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.176407+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.264277+0000 mon.b (mon.2) 416 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.267645+0000 mon.b (mon.2) 417 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.272239+0000 mon.b (mon.2) 418 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.274037+0000 mon.b (mon.2) 419 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.281596+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.368396+0000 mon.b (mon.2) 420 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.371945+0000 mon.b (mon.2) 421 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.375185+0000 mon.b (mon.2) 422 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.376797+0000 mon.b (mon.2) 423 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.383672+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.466219+0000 mon.b (mon.2) 424 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.469193+0000 mon.b (mon.2) 425 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.472756+0000 mon.b (mon.2) 426 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.474132+0000 mon.b (mon.2) 427 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.482264+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.568769+0000 mon.b (mon.2) 428 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.572031+0000 mon.b (mon.2) 429 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.576047+0000 mon.b (mon.2) 430 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.577795+0000 mon.b (mon.2) 431 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.586377+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.671178+0000 mon.b (mon.2) 432 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.674428+0000 mon.b (mon.2) 433 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.678470+0000 mon.b (mon.2) 434 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.679883+0000 mon.b (mon.2) 435 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.686453+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.771405+0000 mon.b (mon.2) 436 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.775762+0000 mon.b (mon.2) 437 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.779652+0000 mon.b (mon.2) 438 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.781504+0000 mon.b (mon.2) 439 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.789565+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.875989+0000 mon.b (mon.2) 440 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.879198+0000 mon.b (mon.2) 441 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.882728+0000 mon.b (mon.2) 442 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.884367+0000 mon.b (mon.2) 443 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.890136+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:26.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.979114+0000 mon.b (mon.2) 444 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:26.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.982300+0000 mon.b (mon.2) 445 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:26.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.986247+0000 mon.b (mon.2) 446 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:26.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:26 smithi141 bash[25168]: audit 2023-12-06T07:04:25.988301+0000 mon.b (mon.2) 447 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:26.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:26 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:04:26] "GET /metrics HTTP/1.1" 200 38093 "" "Prometheus/2.33.4" 2023-12-06T07:04:27.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: cephadm 2023-12-06T07:04:25.179603+0000 mgr.y (mgr.25474) 666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: cephadm 2023-12-06T07:04:25.284585+0000 mgr.y (mgr.25474) 667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: cephadm 2023-12-06T07:04:25.386815+0000 mgr.y (mgr.25474) 668 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: cephadm 2023-12-06T07:04:25.483785+0000 mgr.y (mgr.25474) 669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: cephadm 2023-12-06T07:04:25.587802+0000 mgr.y (mgr.25474) 670 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: cephadm 2023-12-06T07:04:25.689033+0000 mgr.y (mgr.25474) 671 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: cephadm 2023-12-06T07:04:25.791094+0000 mgr.y (mgr.25474) 672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: cephadm 2023-12-06T07:04:25.893792+0000 mgr.y (mgr.25474) 673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.005906+0000 mon.a (mon.0) 578 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: cephadm 2023-12-06T07:04:26.016217+0000 mgr.y (mgr.25474) 674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.097152+0000 mon.b (mon.2) 448 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.100400+0000 mon.b (mon.2) 449 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.104865+0000 mon.b (mon.2) 450 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.106389+0000 mon.b (mon.2) 451 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.112914+0000 mon.a (mon.0) 579 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.199534+0000 mon.b (mon.2) 452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.202792+0000 mon.b (mon.2) 453 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.207066+0000 mon.b (mon.2) 454 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.208690+0000 mon.b (mon.2) 455 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.216970+0000 mon.a (mon.0) 580 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.304791+0000 mon.b (mon.2) 456 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: cephadm 2023-12-06T07:04:25.179603+0000 mgr.y (mgr.25474) 666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: cephadm 2023-12-06T07:04:25.284585+0000 mgr.y (mgr.25474) 667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: cephadm 2023-12-06T07:04:25.386815+0000 mgr.y (mgr.25474) 668 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: cephadm 2023-12-06T07:04:25.483785+0000 mgr.y (mgr.25474) 669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: cephadm 2023-12-06T07:04:25.587802+0000 mgr.y (mgr.25474) 670 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: cephadm 2023-12-06T07:04:25.689033+0000 mgr.y (mgr.25474) 671 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: cephadm 2023-12-06T07:04:25.791094+0000 mgr.y (mgr.25474) 672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: cephadm 2023-12-06T07:04:25.893792+0000 mgr.y (mgr.25474) 673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.005906+0000 mon.a (mon.0) 578 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: cephadm 2023-12-06T07:04:26.016217+0000 mgr.y (mgr.25474) 674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.097152+0000 mon.b (mon.2) 448 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.100400+0000 mon.b (mon.2) 449 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.104865+0000 mon.b (mon.2) 450 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.106389+0000 mon.b (mon.2) 451 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.112914+0000 mon.a (mon.0) 579 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.199534+0000 mon.b (mon.2) 452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.202792+0000 mon.b (mon.2) 453 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.207066+0000 mon.b (mon.2) 454 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.208690+0000 mon.b (mon.2) 455 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.216970+0000 mon.a (mon.0) 580 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.304791+0000 mon.b (mon.2) 456 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.309598+0000 mon.b (mon.2) 457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.313269+0000 mon.b (mon.2) 458 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.314709+0000 mon.b (mon.2) 459 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.321412+0000 mon.a (mon.0) 581 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.410428+0000 mon.b (mon.2) 460 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.413291+0000 mon.b (mon.2) 461 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.417136+0000 mon.b (mon.2) 462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.418671+0000 mon.b (mon.2) 463 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.424566+0000 mon.a (mon.0) 582 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.513271+0000 mon.b (mon.2) 464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.516794+0000 mon.b (mon.2) 465 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.519563+0000 mon.b (mon.2) 466 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.520828+0000 mon.b (mon.2) 467 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.527950+0000 mon.a (mon.0) 583 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.614326+0000 mon.b (mon.2) 468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.617489+0000 mon.b (mon.2) 469 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.620979+0000 mon.b (mon.2) 470 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.622547+0000 mon.b (mon.2) 471 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.628154+0000 mon.a (mon.0) 584 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.715054+0000 mon.b (mon.2) 472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.309598+0000 mon.b (mon.2) 457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.313269+0000 mon.b (mon.2) 458 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.314709+0000 mon.b (mon.2) 459 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.321412+0000 mon.a (mon.0) 581 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.410428+0000 mon.b (mon.2) 460 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.413291+0000 mon.b (mon.2) 461 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.417136+0000 mon.b (mon.2) 462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.418671+0000 mon.b (mon.2) 463 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.424566+0000 mon.a (mon.0) 582 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.513271+0000 mon.b (mon.2) 464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.516794+0000 mon.b (mon.2) 465 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.519563+0000 mon.b (mon.2) 466 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.520828+0000 mon.b (mon.2) 467 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.527950+0000 mon.a (mon.0) 583 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.614326+0000 mon.b (mon.2) 468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.617489+0000 mon.b (mon.2) 469 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.620979+0000 mon.b (mon.2) 470 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.622547+0000 mon.b (mon.2) 471 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.628154+0000 mon.a (mon.0) 584 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.715054+0000 mon.b (mon.2) 472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.719012+0000 mon.b (mon.2) 473 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.722556+0000 mon.b (mon.2) 474 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.724204+0000 mon.b (mon.2) 475 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.730369+0000 mon.a (mon.0) 585 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.819802+0000 mon.b (mon.2) 476 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.822959+0000 mon.b (mon.2) 477 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.825792+0000 mon.b (mon.2) 478 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.827089+0000 mon.b (mon.2) 479 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.831069+0000 mon.a (mon.0) 586 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.916635+0000 mon.b (mon.2) 480 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.921377+0000 mon.b (mon.2) 481 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.925289+0000 mon.b (mon.2) 482 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.926602+0000 mon.b (mon.2) 483 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[78949]: audit 2023-12-06T07:04:26.930738+0000 mon.a (mon.0) 587 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.719012+0000 mon.b (mon.2) 473 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.722556+0000 mon.b (mon.2) 474 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.724204+0000 mon.b (mon.2) 475 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.730369+0000 mon.a (mon.0) 585 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.819802+0000 mon.b (mon.2) 476 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.822959+0000 mon.b (mon.2) 477 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.825792+0000 mon.b (mon.2) 478 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.827089+0000 mon.b (mon.2) 479 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.831069+0000 mon.a (mon.0) 586 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.916635+0000 mon.b (mon.2) 480 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.921377+0000 mon.b (mon.2) 481 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.925289+0000 mon.b (mon.2) 482 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.926602+0000 mon.b (mon.2) 483 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:27 smithi040 bash[84914]: audit 2023-12-06T07:04:26.930738+0000 mon.a (mon.0) 587 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: cephadm 2023-12-06T07:04:25.179603+0000 mgr.y (mgr.25474) 666 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: cephadm 2023-12-06T07:04:25.284585+0000 mgr.y (mgr.25474) 667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: cephadm 2023-12-06T07:04:25.386815+0000 mgr.y (mgr.25474) 668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: cephadm 2023-12-06T07:04:25.483785+0000 mgr.y (mgr.25474) 669 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: cephadm 2023-12-06T07:04:25.587802+0000 mgr.y (mgr.25474) 670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: cephadm 2023-12-06T07:04:25.689033+0000 mgr.y (mgr.25474) 671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: cephadm 2023-12-06T07:04:25.791094+0000 mgr.y (mgr.25474) 672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: cephadm 2023-12-06T07:04:25.893792+0000 mgr.y (mgr.25474) 673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.005906+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: cephadm 2023-12-06T07:04:26.016217+0000 mgr.y (mgr.25474) 674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:27.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.097152+0000 mon.b (mon.2) 448 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.100400+0000 mon.b (mon.2) 449 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.104865+0000 mon.b (mon.2) 450 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.106389+0000 mon.b (mon.2) 451 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.112914+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.199534+0000 mon.b (mon.2) 452 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.202792+0000 mon.b (mon.2) 453 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.207066+0000 mon.b (mon.2) 454 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.208690+0000 mon.b (mon.2) 455 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.216970+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.304791+0000 mon.b (mon.2) 456 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.309598+0000 mon.b (mon.2) 457 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.313269+0000 mon.b (mon.2) 458 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.314709+0000 mon.b (mon.2) 459 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.321412+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.410428+0000 mon.b (mon.2) 460 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.413291+0000 mon.b (mon.2) 461 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.417136+0000 mon.b (mon.2) 462 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.418671+0000 mon.b (mon.2) 463 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.424566+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.513271+0000 mon.b (mon.2) 464 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.516794+0000 mon.b (mon.2) 465 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.519563+0000 mon.b (mon.2) 466 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.520828+0000 mon.b (mon.2) 467 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.527950+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.614326+0000 mon.b (mon.2) 468 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.617489+0000 mon.b (mon.2) 469 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.620979+0000 mon.b (mon.2) 470 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.622547+0000 mon.b (mon.2) 471 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.628154+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.715054+0000 mon.b (mon.2) 472 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.719012+0000 mon.b (mon.2) 473 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.722556+0000 mon.b (mon.2) 474 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.724204+0000 mon.b (mon.2) 475 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.730369+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.819802+0000 mon.b (mon.2) 476 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.822959+0000 mon.b (mon.2) 477 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.825792+0000 mon.b (mon.2) 478 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.827089+0000 mon.b (mon.2) 479 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.831069+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:27.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.916635+0000 mon.b (mon.2) 480 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:27.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.921377+0000 mon.b (mon.2) 481 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:27.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.925289+0000 mon.b (mon.2) 482 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:27.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.926602+0000 mon.b (mon.2) 483 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:27.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:27 smithi141 bash[25168]: audit 2023-12-06T07:04:26.930738+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: cephadm 2023-12-06T07:04:26.114346+0000 mgr.y (mgr.25474) 675 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: cephadm 2023-12-06T07:04:26.219075+0000 mgr.y (mgr.25474) 676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: cephadm 2023-12-06T07:04:26.324750+0000 mgr.y (mgr.25474) 677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: cephadm 2023-12-06T07:04:26.428072+0000 mgr.y (mgr.25474) 678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: cephadm 2023-12-06T07:04:26.533230+0000 mgr.y (mgr.25474) 679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: cephadm 2023-12-06T07:04:26.631667+0000 mgr.y (mgr.25474) 680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: cluster 2023-12-06T07:04:26.706496+0000 mgr.y (mgr.25474) 681 : 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-06T07:04:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: cephadm 2023-12-06T07:04:26.734274+0000 mgr.y (mgr.25474) 682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: cephadm 2023-12-06T07:04:26.835364+0000 mgr.y (mgr.25474) 683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: cephadm 2023-12-06T07:04:26.935323+0000 mgr.y (mgr.25474) 684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.022909+0000 mon.b (mon.2) 484 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.025078+0000 mon.b (mon.2) 485 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.027752+0000 mon.b (mon.2) 486 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.028929+0000 mon.b (mon.2) 487 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.032224+0000 mon.a (mon.0) 588 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: cephadm 2023-12-06T07:04:27.033292+0000 mgr.y (mgr.25474) 685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.118797+0000 mon.b (mon.2) 488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.121805+0000 mon.b (mon.2) 489 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.125637+0000 mon.b (mon.2) 490 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.127131+0000 mon.b (mon.2) 491 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.134558+0000 mon.a (mon.0) 589 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: cephadm 2023-12-06T07:04:26.114346+0000 mgr.y (mgr.25474) 675 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: cephadm 2023-12-06T07:04:26.219075+0000 mgr.y (mgr.25474) 676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: cephadm 2023-12-06T07:04:26.324750+0000 mgr.y (mgr.25474) 677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: cephadm 2023-12-06T07:04:26.428072+0000 mgr.y (mgr.25474) 678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: cephadm 2023-12-06T07:04:26.533230+0000 mgr.y (mgr.25474) 679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: cephadm 2023-12-06T07:04:26.631667+0000 mgr.y (mgr.25474) 680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: cluster 2023-12-06T07:04:26.706496+0000 mgr.y (mgr.25474) 681 : 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-06T07:04:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: cephadm 2023-12-06T07:04:26.734274+0000 mgr.y (mgr.25474) 682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: cephadm 2023-12-06T07:04:26.835364+0000 mgr.y (mgr.25474) 683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: cephadm 2023-12-06T07:04:26.935323+0000 mgr.y (mgr.25474) 684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.022909+0000 mon.b (mon.2) 484 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.025078+0000 mon.b (mon.2) 485 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.027752+0000 mon.b (mon.2) 486 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.028929+0000 mon.b (mon.2) 487 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.032224+0000 mon.a (mon.0) 588 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: cephadm 2023-12-06T07:04:27.033292+0000 mgr.y (mgr.25474) 685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.118797+0000 mon.b (mon.2) 488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.121805+0000 mon.b (mon.2) 489 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.125637+0000 mon.b (mon.2) 490 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.127131+0000 mon.b (mon.2) 491 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.134558+0000 mon.a (mon.0) 589 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.217574+0000 mon.b (mon.2) 492 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.222240+0000 mon.b (mon.2) 493 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.226224+0000 mon.b (mon.2) 494 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.227721+0000 mon.b (mon.2) 495 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.233917+0000 mon.a (mon.0) 590 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.319451+0000 mon.b (mon.2) 496 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.323352+0000 mon.b (mon.2) 497 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.326812+0000 mon.b (mon.2) 498 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.328426+0000 mon.b (mon.2) 499 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.334132+0000 mon.a (mon.0) 591 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.418954+0000 mon.b (mon.2) 500 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.422175+0000 mon.b (mon.2) 501 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.424877+0000 mon.b (mon.2) 502 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.426166+0000 mon.b (mon.2) 503 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.431706+0000 mon.a (mon.0) 592 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.520418+0000 mon.b (mon.2) 504 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.523557+0000 mon.b (mon.2) 505 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.526692+0000 mon.b (mon.2) 506 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.528142+0000 mon.b (mon.2) 507 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.531608+0000 mon.a (mon.0) 593 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.217574+0000 mon.b (mon.2) 492 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.222240+0000 mon.b (mon.2) 493 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.226224+0000 mon.b (mon.2) 494 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.227721+0000 mon.b (mon.2) 495 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.233917+0000 mon.a (mon.0) 590 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.319451+0000 mon.b (mon.2) 496 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.323352+0000 mon.b (mon.2) 497 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.326812+0000 mon.b (mon.2) 498 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.328426+0000 mon.b (mon.2) 499 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.334132+0000 mon.a (mon.0) 591 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.418954+0000 mon.b (mon.2) 500 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.422175+0000 mon.b (mon.2) 501 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.424877+0000 mon.b (mon.2) 502 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.426166+0000 mon.b (mon.2) 503 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.431706+0000 mon.a (mon.0) 592 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.520418+0000 mon.b (mon.2) 504 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.523557+0000 mon.b (mon.2) 505 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.526692+0000 mon.b (mon.2) 506 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.528142+0000 mon.b (mon.2) 507 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.531608+0000 mon.a (mon.0) 593 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.619013+0000 mon.b (mon.2) 508 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.622224+0000 mon.b (mon.2) 509 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.625637+0000 mon.b (mon.2) 510 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.627090+0000 mon.b (mon.2) 511 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.635227+0000 mon.a (mon.0) 594 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.718722+0000 mon.b (mon.2) 512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.723171+0000 mon.b (mon.2) 513 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.727113+0000 mon.b (mon.2) 514 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.728501+0000 mon.b (mon.2) 515 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.733411+0000 mon.a (mon.0) 595 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.819633+0000 mon.b (mon.2) 516 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.822497+0000 mon.b (mon.2) 517 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.826202+0000 mon.b (mon.2) 518 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.827422+0000 mon.b (mon.2) 519 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.832408+0000 mon.a (mon.0) 596 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.917551+0000 mon.b (mon.2) 520 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.922390+0000 mon.b (mon.2) 521 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.926902+0000 mon.b (mon.2) 522 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.928578+0000 mon.b (mon.2) 523 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[84914]: audit 2023-12-06T07:04:27.934206+0000 mon.a (mon.0) 597 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.619013+0000 mon.b (mon.2) 508 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.622224+0000 mon.b (mon.2) 509 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.625637+0000 mon.b (mon.2) 510 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.627090+0000 mon.b (mon.2) 511 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.635227+0000 mon.a (mon.0) 594 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.718722+0000 mon.b (mon.2) 512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.723171+0000 mon.b (mon.2) 513 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.727113+0000 mon.b (mon.2) 514 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.728501+0000 mon.b (mon.2) 515 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.733411+0000 mon.a (mon.0) 595 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.819633+0000 mon.b (mon.2) 516 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.822497+0000 mon.b (mon.2) 517 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.826202+0000 mon.b (mon.2) 518 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.827422+0000 mon.b (mon.2) 519 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.832408+0000 mon.a (mon.0) 596 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.917551+0000 mon.b (mon.2) 520 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.922390+0000 mon.b (mon.2) 521 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.926902+0000 mon.b (mon.2) 522 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.928578+0000 mon.b (mon.2) 523 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:28 smithi040 bash[78949]: audit 2023-12-06T07:04:27.934206+0000 mon.a (mon.0) 597 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: cephadm 2023-12-06T07:04:26.114346+0000 mgr.y (mgr.25474) 675 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: cephadm 2023-12-06T07:04:26.219075+0000 mgr.y (mgr.25474) 676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: cephadm 2023-12-06T07:04:26.324750+0000 mgr.y (mgr.25474) 677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: cephadm 2023-12-06T07:04:26.428072+0000 mgr.y (mgr.25474) 678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: cephadm 2023-12-06T07:04:26.533230+0000 mgr.y (mgr.25474) 679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: cephadm 2023-12-06T07:04:26.631667+0000 mgr.y (mgr.25474) 680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: cluster 2023-12-06T07:04:26.706496+0000 mgr.y (mgr.25474) 681 : 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-06T07:04:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: cephadm 2023-12-06T07:04:26.734274+0000 mgr.y (mgr.25474) 682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: cephadm 2023-12-06T07:04:26.835364+0000 mgr.y (mgr.25474) 683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: cephadm 2023-12-06T07:04:26.935323+0000 mgr.y (mgr.25474) 684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.022909+0000 mon.b (mon.2) 484 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.025078+0000 mon.b (mon.2) 485 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.027752+0000 mon.b (mon.2) 486 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.028929+0000 mon.b (mon.2) 487 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.032224+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: cephadm 2023-12-06T07:04:27.033292+0000 mgr.y (mgr.25474) 685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.118797+0000 mon.b (mon.2) 488 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.121805+0000 mon.b (mon.2) 489 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.125637+0000 mon.b (mon.2) 490 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.127131+0000 mon.b (mon.2) 491 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.134558+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.217574+0000 mon.b (mon.2) 492 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.222240+0000 mon.b (mon.2) 493 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.226224+0000 mon.b (mon.2) 494 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.227721+0000 mon.b (mon.2) 495 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.233917+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.319451+0000 mon.b (mon.2) 496 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.323352+0000 mon.b (mon.2) 497 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.326812+0000 mon.b (mon.2) 498 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.328426+0000 mon.b (mon.2) 499 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.334132+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.418954+0000 mon.b (mon.2) 500 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.422175+0000 mon.b (mon.2) 501 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.424877+0000 mon.b (mon.2) 502 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.426166+0000 mon.b (mon.2) 503 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.431706+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.520418+0000 mon.b (mon.2) 504 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.523557+0000 mon.b (mon.2) 505 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.526692+0000 mon.b (mon.2) 506 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.528142+0000 mon.b (mon.2) 507 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.531608+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.619013+0000 mon.b (mon.2) 508 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.622224+0000 mon.b (mon.2) 509 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.625637+0000 mon.b (mon.2) 510 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.627090+0000 mon.b (mon.2) 511 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.635227+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.718722+0000 mon.b (mon.2) 512 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.723171+0000 mon.b (mon.2) 513 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.727113+0000 mon.b (mon.2) 514 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.728501+0000 mon.b (mon.2) 515 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.733411+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.819633+0000 mon.b (mon.2) 516 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.822497+0000 mon.b (mon.2) 517 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.826202+0000 mon.b (mon.2) 518 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.827422+0000 mon.b (mon.2) 519 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.832408+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.917551+0000 mon.b (mon.2) 520 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:28.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.922390+0000 mon.b (mon.2) 521 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:28.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.926902+0000 mon.b (mon.2) 522 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:28.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.928578+0000 mon.b (mon.2) 523 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:28.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[25168]: audit 2023-12-06T07:04:27.934206+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:28.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:04:28 smithi141 bash[61993]: ts=2023-12-06T07:04:28.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:04:29.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: cephadm 2023-12-06T07:04:27.135580+0000 mgr.y (mgr.25474) 686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: cephadm 2023-12-06T07:04:27.235888+0000 mgr.y (mgr.25474) 687 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: cephadm 2023-12-06T07:04:27.336904+0000 mgr.y (mgr.25474) 688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: cephadm 2023-12-06T07:04:27.433371+0000 mgr.y (mgr.25474) 689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: cephadm 2023-12-06T07:04:27.535030+0000 mgr.y (mgr.25474) 690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: cephadm 2023-12-06T07:04:27.636679+0000 mgr.y (mgr.25474) 691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: cephadm 2023-12-06T07:04:27.735949+0000 mgr.y (mgr.25474) 692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: cephadm 2023-12-06T07:04:27.835151+0000 mgr.y (mgr.25474) 693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: cephadm 2023-12-06T07:04:27.937082+0000 mgr.y (mgr.25474) 694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.025048+0000 mon.b (mon.2) 524 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.027119+0000 mon.b (mon.2) 525 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.029824+0000 mon.b (mon.2) 526 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.031063+0000 mon.b (mon.2) 527 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.033633+0000 mon.a (mon.0) 598 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: cephadm 2023-12-06T07:04:28.034494+0000 mgr.y (mgr.25474) 695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.117307+0000 mon.b (mon.2) 528 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.260 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.120210+0000 mon.b (mon.2) 529 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.260 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.123999+0000 mon.b (mon.2) 530 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.260 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.125340+0000 mon.b (mon.2) 531 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.260 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.129879+0000 mon.a (mon.0) 599 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.260 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.218362+0000 mon.b (mon.2) 532 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.260 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.221605+0000 mon.b (mon.2) 533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.224852+0000 mon.b (mon.2) 534 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.226208+0000 mon.b (mon.2) 535 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.230826+0000 mon.a (mon.0) 600 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.299535+0000 mon.b (mon.2) 536 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.302864+0000 mon.b (mon.2) 537 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.306182+0000 mon.b (mon.2) 538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.307958+0000 mon.b (mon.2) 539 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.313306+0000 mon.a (mon.0) 601 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.402326+0000 mon.b (mon.2) 540 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.406388+0000 mon.b (mon.2) 541 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.410338+0000 mon.b (mon.2) 542 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.411830+0000 mon.b (mon.2) 543 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.417969+0000 mon.a (mon.0) 602 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.491120+0000 mon.b (mon.2) 544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.493994+0000 mon.b (mon.2) 545 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.497376+0000 mon.b (mon.2) 546 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.498776+0000 mon.b (mon.2) 547 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.503409+0000 mon.a (mon.0) 603 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.591466+0000 mon.b (mon.2) 548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.594414+0000 mon.b (mon.2) 549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.599897+0000 mon.b (mon.2) 550 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.601195+0000 mon.b (mon.2) 551 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.606440+0000 mon.a (mon.0) 604 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.691439+0000 mon.b (mon.2) 552 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.694156+0000 mon.b (mon.2) 553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.697785+0000 mon.b (mon.2) 554 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.699065+0000 mon.b (mon.2) 555 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.704314+0000 mon.a (mon.0) 605 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.786479+0000 mon.b (mon.2) 556 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.789677+0000 mon.b (mon.2) 557 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.793308+0000 mon.b (mon.2) 558 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.794983+0000 mon.b (mon.2) 559 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.802797+0000 mon.a (mon.0) 606 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.886443+0000 mon.b (mon.2) 560 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.890252+0000 mon.b (mon.2) 561 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.894146+0000 mon.b (mon.2) 562 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.895663+0000 mon.b (mon.2) 563 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.900045+0000 mon.a (mon.0) 607 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.987203+0000 mon.b (mon.2) 564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.990748+0000 mon.b (mon.2) 565 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.994753+0000 mon.b (mon.2) 566 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:28.996352+0000 mon.b (mon.2) 567 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[84914]: audit 2023-12-06T07:04:29.002574+0000 mon.a (mon.0) 608 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.264 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: cephadm 2023-12-06T07:04:27.135580+0000 mgr.y (mgr.25474) 686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: cephadm 2023-12-06T07:04:27.235888+0000 mgr.y (mgr.25474) 687 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: cephadm 2023-12-06T07:04:27.336904+0000 mgr.y (mgr.25474) 688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: cephadm 2023-12-06T07:04:27.433371+0000 mgr.y (mgr.25474) 689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: cephadm 2023-12-06T07:04:27.535030+0000 mgr.y (mgr.25474) 690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: cephadm 2023-12-06T07:04:27.636679+0000 mgr.y (mgr.25474) 691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: cephadm 2023-12-06T07:04:27.735949+0000 mgr.y (mgr.25474) 692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: cephadm 2023-12-06T07:04:27.835151+0000 mgr.y (mgr.25474) 693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: cephadm 2023-12-06T07:04:27.937082+0000 mgr.y (mgr.25474) 694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.266 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.025048+0000 mon.b (mon.2) 524 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.266 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.027119+0000 mon.b (mon.2) 525 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.266 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.029824+0000 mon.b (mon.2) 526 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.266 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.031063+0000 mon.b (mon.2) 527 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.266 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.033633+0000 mon.a (mon.0) 598 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.266 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: cephadm 2023-12-06T07:04:28.034494+0000 mgr.y (mgr.25474) 695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.266 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.117307+0000 mon.b (mon.2) 528 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.266 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.120210+0000 mon.b (mon.2) 529 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.266 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.123999+0000 mon.b (mon.2) 530 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.266 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.125340+0000 mon.b (mon.2) 531 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.266 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.129879+0000 mon.a (mon.0) 599 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.266 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.218362+0000 mon.b (mon.2) 532 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.267 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.221605+0000 mon.b (mon.2) 533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.267 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.224852+0000 mon.b (mon.2) 534 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.267 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.226208+0000 mon.b (mon.2) 535 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.267 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.230826+0000 mon.a (mon.0) 600 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.267 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.299535+0000 mon.b (mon.2) 536 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.267 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.302864+0000 mon.b (mon.2) 537 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.267 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.306182+0000 mon.b (mon.2) 538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.267 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.307958+0000 mon.b (mon.2) 539 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.267 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.313306+0000 mon.a (mon.0) 601 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.267 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.402326+0000 mon.b (mon.2) 540 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.267 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.406388+0000 mon.b (mon.2) 541 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.267 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.410338+0000 mon.b (mon.2) 542 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.267 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.411830+0000 mon.b (mon.2) 543 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.267 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.417969+0000 mon.a (mon.0) 602 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.268 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.491120+0000 mon.b (mon.2) 544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.268 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.493994+0000 mon.b (mon.2) 545 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.268 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.497376+0000 mon.b (mon.2) 546 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.268 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.498776+0000 mon.b (mon.2) 547 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.268 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.503409+0000 mon.a (mon.0) 603 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.268 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.591466+0000 mon.b (mon.2) 548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.268 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.594414+0000 mon.b (mon.2) 549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.268 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.599897+0000 mon.b (mon.2) 550 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.268 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.601195+0000 mon.b (mon.2) 551 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.268 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.606440+0000 mon.a (mon.0) 604 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.268 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.691439+0000 mon.b (mon.2) 552 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.268 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.694156+0000 mon.b (mon.2) 553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.268 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.697785+0000 mon.b (mon.2) 554 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.268 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.699065+0000 mon.b (mon.2) 555 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.268 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.704314+0000 mon.a (mon.0) 605 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.786479+0000 mon.b (mon.2) 556 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.789677+0000 mon.b (mon.2) 557 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.793308+0000 mon.b (mon.2) 558 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.794983+0000 mon.b (mon.2) 559 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.802797+0000 mon.a (mon.0) 606 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.886443+0000 mon.b (mon.2) 560 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.890252+0000 mon.b (mon.2) 561 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.894146+0000 mon.b (mon.2) 562 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.895663+0000 mon.b (mon.2) 563 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.900045+0000 mon.a (mon.0) 607 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.987203+0000 mon.b (mon.2) 564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.990748+0000 mon.b (mon.2) 565 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.994753+0000 mon.b (mon.2) 566 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:28.996352+0000 mon.b (mon.2) 567 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:29 smithi040 bash[78949]: audit 2023-12-06T07:04:29.002574+0000 mon.a (mon.0) 608 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: cephadm 2023-12-06T07:04:27.135580+0000 mgr.y (mgr.25474) 686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: cephadm 2023-12-06T07:04:27.235888+0000 mgr.y (mgr.25474) 687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: cephadm 2023-12-06T07:04:27.336904+0000 mgr.y (mgr.25474) 688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: cephadm 2023-12-06T07:04:27.433371+0000 mgr.y (mgr.25474) 689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: cephadm 2023-12-06T07:04:27.535030+0000 mgr.y (mgr.25474) 690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: cephadm 2023-12-06T07:04:27.636679+0000 mgr.y (mgr.25474) 691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: cephadm 2023-12-06T07:04:27.735949+0000 mgr.y (mgr.25474) 692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: cephadm 2023-12-06T07:04:27.835151+0000 mgr.y (mgr.25474) 693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: cephadm 2023-12-06T07:04:27.937082+0000 mgr.y (mgr.25474) 694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.025048+0000 mon.b (mon.2) 524 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.027119+0000 mon.b (mon.2) 525 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.029824+0000 mon.b (mon.2) 526 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.031063+0000 mon.b (mon.2) 527 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.033633+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: cephadm 2023-12-06T07:04:28.034494+0000 mgr.y (mgr.25474) 695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.117307+0000 mon.b (mon.2) 528 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.120210+0000 mon.b (mon.2) 529 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.123999+0000 mon.b (mon.2) 530 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.125340+0000 mon.b (mon.2) 531 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.129879+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.218362+0000 mon.b (mon.2) 532 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.221605+0000 mon.b (mon.2) 533 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.224852+0000 mon.b (mon.2) 534 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.226208+0000 mon.b (mon.2) 535 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.230826+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.299535+0000 mon.b (mon.2) 536 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.302864+0000 mon.b (mon.2) 537 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.306182+0000 mon.b (mon.2) 538 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.307958+0000 mon.b (mon.2) 539 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.313306+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.402326+0000 mon.b (mon.2) 540 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.406388+0000 mon.b (mon.2) 541 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.410338+0000 mon.b (mon.2) 542 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.411830+0000 mon.b (mon.2) 543 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.417969+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.491120+0000 mon.b (mon.2) 544 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.493994+0000 mon.b (mon.2) 545 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.497376+0000 mon.b (mon.2) 546 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.498776+0000 mon.b (mon.2) 547 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.503409+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.591466+0000 mon.b (mon.2) 548 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.594414+0000 mon.b (mon.2) 549 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.599897+0000 mon.b (mon.2) 550 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.601195+0000 mon.b (mon.2) 551 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.606440+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.691439+0000 mon.b (mon.2) 552 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.694156+0000 mon.b (mon.2) 553 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.697785+0000 mon.b (mon.2) 554 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.699065+0000 mon.b (mon.2) 555 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.704314+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.786479+0000 mon.b (mon.2) 556 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.789677+0000 mon.b (mon.2) 557 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.793308+0000 mon.b (mon.2) 558 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.794983+0000 mon.b (mon.2) 559 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.802797+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.886443+0000 mon.b (mon.2) 560 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.890252+0000 mon.b (mon.2) 561 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.894146+0000 mon.b (mon.2) 562 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.895663+0000 mon.b (mon.2) 563 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.900045+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:29.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.987203+0000 mon.b (mon.2) 564 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:29.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.990748+0000 mon.b (mon.2) 565 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:29.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.994753+0000 mon.b (mon.2) 566 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:29.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:28.996352+0000 mon.b (mon.2) 567 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:29.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:29 smithi141 bash[25168]: audit 2023-12-06T07:04:29.002574+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: cephadm 2023-12-06T07:04:28.133464+0000 mgr.y (mgr.25474) 696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: cephadm 2023-12-06T07:04:28.233111+0000 mgr.y (mgr.25474) 697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: cephadm 2023-12-06T07:04:28.316879+0000 mgr.y (mgr.25474) 698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: cephadm 2023-12-06T07:04:28.421253+0000 mgr.y (mgr.25474) 699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: cephadm 2023-12-06T07:04:28.506215+0000 mgr.y (mgr.25474) 700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: cephadm 2023-12-06T07:04:28.608165+0000 mgr.y (mgr.25474) 701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: cephadm 2023-12-06T07:04:28.706024+0000 mgr.y (mgr.25474) 702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: cluster 2023-12-06T07:04:28.707493+0000 mgr.y (mgr.25474) 703 : 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-06T07:04:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: cephadm 2023-12-06T07:04:28.804370+0000 mgr.y (mgr.25474) 704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: cephadm 2023-12-06T07:04:28.904767+0000 mgr.y (mgr.25474) 705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: cephadm 2023-12-06T07:04:29.006049+0000 mgr.y (mgr.25474) 706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.090653+0000 mon.b (mon.2) 568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.093499+0000 mon.b (mon.2) 569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.097190+0000 mon.b (mon.2) 570 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.098678+0000 mon.b (mon.2) 571 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.105181+0000 mon.a (mon.0) 609 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.189565+0000 mon.b (mon.2) 572 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.193117+0000 mon.b (mon.2) 573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.196745+0000 mon.b (mon.2) 574 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.198369+0000 mon.b (mon.2) 575 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.202467+0000 mon.a (mon.0) 610 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: cephadm 2023-12-06T07:04:28.133464+0000 mgr.y (mgr.25474) 696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: cephadm 2023-12-06T07:04:28.233111+0000 mgr.y (mgr.25474) 697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: cephadm 2023-12-06T07:04:28.316879+0000 mgr.y (mgr.25474) 698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: cephadm 2023-12-06T07:04:28.421253+0000 mgr.y (mgr.25474) 699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: cephadm 2023-12-06T07:04:28.506215+0000 mgr.y (mgr.25474) 700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: cephadm 2023-12-06T07:04:28.608165+0000 mgr.y (mgr.25474) 701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: cephadm 2023-12-06T07:04:28.706024+0000 mgr.y (mgr.25474) 702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: cluster 2023-12-06T07:04:28.707493+0000 mgr.y (mgr.25474) 703 : 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-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: cephadm 2023-12-06T07:04:28.804370+0000 mgr.y (mgr.25474) 704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: cephadm 2023-12-06T07:04:28.904767+0000 mgr.y (mgr.25474) 705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: cephadm 2023-12-06T07:04:29.006049+0000 mgr.y (mgr.25474) 706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.090653+0000 mon.b (mon.2) 568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.093499+0000 mon.b (mon.2) 569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.097190+0000 mon.b (mon.2) 570 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.098678+0000 mon.b (mon.2) 571 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.105181+0000 mon.a (mon.0) 609 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.189565+0000 mon.b (mon.2) 572 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.193117+0000 mon.b (mon.2) 573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.196745+0000 mon.b (mon.2) 574 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.198369+0000 mon.b (mon.2) 575 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.202467+0000 mon.a (mon.0) 610 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.288822+0000 mon.b (mon.2) 576 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.291913+0000 mon.b (mon.2) 577 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.295624+0000 mon.b (mon.2) 578 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.297443+0000 mon.b (mon.2) 579 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.304103+0000 mon.a (mon.0) 611 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.371683+0000 mon.b (mon.2) 580 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.375344+0000 mon.b (mon.2) 581 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.386449+0000 mon.b (mon.2) 582 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.387840+0000 mon.b (mon.2) 583 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.391345+0000 mon.a (mon.0) 612 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.478036+0000 mon.b (mon.2) 584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.482513+0000 mon.b (mon.2) 585 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.491049+0000 mon.b (mon.2) 586 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.492538+0000 mon.b (mon.2) 587 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.495796+0000 mon.a (mon.0) 613 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.582806+0000 mon.b (mon.2) 588 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.585676+0000 mon.b (mon.2) 589 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.589040+0000 mon.b (mon.2) 590 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.590592+0000 mon.b (mon.2) 591 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.596602+0000 mon.a (mon.0) 614 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.288822+0000 mon.b (mon.2) 576 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.291913+0000 mon.b (mon.2) 577 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.295624+0000 mon.b (mon.2) 578 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.297443+0000 mon.b (mon.2) 579 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.304103+0000 mon.a (mon.0) 611 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.371683+0000 mon.b (mon.2) 580 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.375344+0000 mon.b (mon.2) 581 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.386449+0000 mon.b (mon.2) 582 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.387840+0000 mon.b (mon.2) 583 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.391345+0000 mon.a (mon.0) 612 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.478036+0000 mon.b (mon.2) 584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.482513+0000 mon.b (mon.2) 585 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.491049+0000 mon.b (mon.2) 586 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.492538+0000 mon.b (mon.2) 587 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.495796+0000 mon.a (mon.0) 613 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.582806+0000 mon.b (mon.2) 588 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.585676+0000 mon.b (mon.2) 589 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.589040+0000 mon.b (mon.2) 590 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.590592+0000 mon.b (mon.2) 591 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.596602+0000 mon.a (mon.0) 614 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.666012+0000 mon.b (mon.2) 592 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.669887+0000 mon.b (mon.2) 593 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.673485+0000 mon.b (mon.2) 594 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.674873+0000 mon.b (mon.2) 595 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.680745+0000 mon.a (mon.0) 615 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.771353+0000 mon.b (mon.2) 596 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.774253+0000 mon.b (mon.2) 597 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.778206+0000 mon.b (mon.2) 598 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.779715+0000 mon.b (mon.2) 599 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.783112+0000 mon.a (mon.0) 616 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.871504+0000 mon.b (mon.2) 600 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.874371+0000 mon.b (mon.2) 601 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.877609+0000 mon.b (mon.2) 602 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.878888+0000 mon.b (mon.2) 603 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.883526+0000 mon.a (mon.0) 617 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.968297+0000 mon.b (mon.2) 604 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.971257+0000 mon.b (mon.2) 605 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.974229+0000 mon.b (mon.2) 606 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.975610+0000 mon.b (mon.2) 607 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[78949]: audit 2023-12-06T07:04:29.978662+0000 mon.a (mon.0) 618 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.666012+0000 mon.b (mon.2) 592 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.669887+0000 mon.b (mon.2) 593 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.673485+0000 mon.b (mon.2) 594 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.674873+0000 mon.b (mon.2) 595 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.680745+0000 mon.a (mon.0) 615 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.771353+0000 mon.b (mon.2) 596 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.774253+0000 mon.b (mon.2) 597 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.778206+0000 mon.b (mon.2) 598 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.779715+0000 mon.b (mon.2) 599 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.783112+0000 mon.a (mon.0) 616 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.871504+0000 mon.b (mon.2) 600 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.874371+0000 mon.b (mon.2) 601 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.877609+0000 mon.b (mon.2) 602 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.878888+0000 mon.b (mon.2) 603 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.883526+0000 mon.a (mon.0) 617 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.968297+0000 mon.b (mon.2) 604 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.971257+0000 mon.b (mon.2) 605 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.974229+0000 mon.b (mon.2) 606 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.975610+0000 mon.b (mon.2) 607 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:30 smithi040 bash[84914]: audit 2023-12-06T07:04:29.978662+0000 mon.a (mon.0) 618 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: cephadm 2023-12-06T07:04:28.133464+0000 mgr.y (mgr.25474) 696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: cephadm 2023-12-06T07:04:28.233111+0000 mgr.y (mgr.25474) 697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: cephadm 2023-12-06T07:04:28.316879+0000 mgr.y (mgr.25474) 698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: cephadm 2023-12-06T07:04:28.421253+0000 mgr.y (mgr.25474) 699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: cephadm 2023-12-06T07:04:28.506215+0000 mgr.y (mgr.25474) 700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: cephadm 2023-12-06T07:04:28.608165+0000 mgr.y (mgr.25474) 701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: cephadm 2023-12-06T07:04:28.706024+0000 mgr.y (mgr.25474) 702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: cluster 2023-12-06T07:04:28.707493+0000 mgr.y (mgr.25474) 703 : 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-06T07:04:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: cephadm 2023-12-06T07:04:28.804370+0000 mgr.y (mgr.25474) 704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: cephadm 2023-12-06T07:04:28.904767+0000 mgr.y (mgr.25474) 705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: cephadm 2023-12-06T07:04:29.006049+0000 mgr.y (mgr.25474) 706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.090653+0000 mon.b (mon.2) 568 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.093499+0000 mon.b (mon.2) 569 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.097190+0000 mon.b (mon.2) 570 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.098678+0000 mon.b (mon.2) 571 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.105181+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.189565+0000 mon.b (mon.2) 572 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.193117+0000 mon.b (mon.2) 573 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.196745+0000 mon.b (mon.2) 574 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.198369+0000 mon.b (mon.2) 575 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.202467+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.288822+0000 mon.b (mon.2) 576 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.291913+0000 mon.b (mon.2) 577 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.295624+0000 mon.b (mon.2) 578 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.297443+0000 mon.b (mon.2) 579 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.304103+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.371683+0000 mon.b (mon.2) 580 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.375344+0000 mon.b (mon.2) 581 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.386449+0000 mon.b (mon.2) 582 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.387840+0000 mon.b (mon.2) 583 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.391345+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.478036+0000 mon.b (mon.2) 584 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.482513+0000 mon.b (mon.2) 585 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.491049+0000 mon.b (mon.2) 586 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.492538+0000 mon.b (mon.2) 587 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.495796+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.582806+0000 mon.b (mon.2) 588 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.585676+0000 mon.b (mon.2) 589 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.589040+0000 mon.b (mon.2) 590 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.590592+0000 mon.b (mon.2) 591 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.596602+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.666012+0000 mon.b (mon.2) 592 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.669887+0000 mon.b (mon.2) 593 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.673485+0000 mon.b (mon.2) 594 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.674873+0000 mon.b (mon.2) 595 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.680745+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.771353+0000 mon.b (mon.2) 596 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.774253+0000 mon.b (mon.2) 597 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.778206+0000 mon.b (mon.2) 598 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.779715+0000 mon.b (mon.2) 599 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.783112+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.871504+0000 mon.b (mon.2) 600 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.874371+0000 mon.b (mon.2) 601 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.877609+0000 mon.b (mon.2) 602 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.878888+0000 mon.b (mon.2) 603 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.883526+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:30.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.968297+0000 mon.b (mon.2) 604 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:30.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.971257+0000 mon.b (mon.2) 605 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:30.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.974229+0000 mon.b (mon.2) 606 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:30.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.975610+0000 mon.b (mon.2) 607 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:30.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:30 smithi141 bash[25168]: audit 2023-12-06T07:04:29.978662+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.024 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: cephadm 2023-12-06T07:04:29.106910+0000 mgr.y (mgr.25474) 707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.024 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: cephadm 2023-12-06T07:04:29.206487+0000 mgr.y (mgr.25474) 708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: cephadm 2023-12-06T07:04:29.306950+0000 mgr.y (mgr.25474) 709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: cephadm 2023-12-06T07:04:29.395266+0000 mgr.y (mgr.25474) 710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: cephadm 2023-12-06T07:04:29.498411+0000 mgr.y (mgr.25474) 711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: cephadm 2023-12-06T07:04:29.598720+0000 mgr.y (mgr.25474) 712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: cephadm 2023-12-06T07:04:29.683531+0000 mgr.y (mgr.25474) 713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: cephadm 2023-12-06T07:04:29.786129+0000 mgr.y (mgr.25474) 714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: cephadm 2023-12-06T07:04:29.885343+0000 mgr.y (mgr.25474) 715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: cephadm 2023-12-06T07:04:29.983530+0000 mgr.y (mgr.25474) 716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.050923+0000 mon.b (mon.2) 608 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: cephadm 2023-12-06T07:04:29.106910+0000 mgr.y (mgr.25474) 707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.025 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: cephadm 2023-12-06T07:04:29.206487+0000 mgr.y (mgr.25474) 708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: cephadm 2023-12-06T07:04:29.306950+0000 mgr.y (mgr.25474) 709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: cephadm 2023-12-06T07:04:29.395266+0000 mgr.y (mgr.25474) 710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: cephadm 2023-12-06T07:04:29.498411+0000 mgr.y (mgr.25474) 711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: cephadm 2023-12-06T07:04:29.598720+0000 mgr.y (mgr.25474) 712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: cephadm 2023-12-06T07:04:29.683531+0000 mgr.y (mgr.25474) 713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: cephadm 2023-12-06T07:04:29.786129+0000 mgr.y (mgr.25474) 714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: cephadm 2023-12-06T07:04:29.885343+0000 mgr.y (mgr.25474) 715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: cephadm 2023-12-06T07:04:29.983530+0000 mgr.y (mgr.25474) 716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.050923+0000 mon.b (mon.2) 608 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.054191+0000 mon.b (mon.2) 609 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.057500+0000 mon.b (mon.2) 610 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.058727+0000 mon.b (mon.2) 611 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.066191+0000 mon.a (mon.0) 619 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: cephadm 2023-12-06T07:04:30.067445+0000 mgr.y (mgr.25474) 717 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.054191+0000 mon.b (mon.2) 609 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.057500+0000 mon.b (mon.2) 610 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.058727+0000 mon.b (mon.2) 611 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.066191+0000 mon.a (mon.0) 619 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: cephadm 2023-12-06T07:04:30.067445+0000 mgr.y (mgr.25474) 717 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.152203+0000 mon.b (mon.2) 612 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.155092+0000 mon.b (mon.2) 613 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.158389+0000 mon.b (mon.2) 614 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.159672+0000 mon.b (mon.2) 615 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.167682+0000 mon.a (mon.0) 620 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.238339+0000 mon.b (mon.2) 616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.241241+0000 mon.b (mon.2) 617 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.245135+0000 mon.b (mon.2) 618 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.246717+0000 mon.b (mon.2) 619 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.254955+0000 mon.a (mon.0) 621 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.345677+0000 mon.b (mon.2) 620 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.349040+0000 mon.b (mon.2) 621 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.352605+0000 mon.b (mon.2) 622 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.354173+0000 mon.b (mon.2) 623 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.360971+0000 mon.a (mon.0) 622 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.450365+0000 mon.b (mon.2) 624 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.453791+0000 mon.b (mon.2) 625 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.457342+0000 mon.b (mon.2) 626 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.458746+0000 mon.b (mon.2) 627 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.465991+0000 mon.a (mon.0) 623 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.550844+0000 mon.b (mon.2) 628 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.554257+0000 mon.b (mon.2) 629 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.557589+0000 mon.b (mon.2) 630 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.559171+0000 mon.b (mon.2) 631 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.563213+0000 mon.a (mon.0) 624 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.651549+0000 mon.b (mon.2) 632 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.655118+0000 mon.b (mon.2) 633 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.658651+0000 mon.b (mon.2) 634 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.660804+0000 mon.b (mon.2) 635 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.665878+0000 mon.a (mon.0) 625 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.754665+0000 mon.b (mon.2) 636 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.757744+0000 mon.b (mon.2) 637 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.761369+0000 mon.b (mon.2) 638 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.762798+0000 mon.b (mon.2) 639 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.766763+0000 mon.a (mon.0) 626 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.855922+0000 mon.b (mon.2) 640 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.859159+0000 mon.b (mon.2) 641 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.863157+0000 mon.b (mon.2) 642 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.864694+0000 mon.b (mon.2) 643 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.868935+0000 mon.a (mon.0) 627 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.958610+0000 mon.b (mon.2) 644 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.962066+0000 mon.b (mon.2) 645 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.966255+0000 mon.b (mon.2) 646 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.967782+0000 mon.b (mon.2) 647 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[78949]: audit 2023-12-06T07:04:30.972213+0000 mon.a (mon.0) 628 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.152203+0000 mon.b (mon.2) 612 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.155092+0000 mon.b (mon.2) 613 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.158389+0000 mon.b (mon.2) 614 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.159672+0000 mon.b (mon.2) 615 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.167682+0000 mon.a (mon.0) 620 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.238339+0000 mon.b (mon.2) 616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.241241+0000 mon.b (mon.2) 617 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.245135+0000 mon.b (mon.2) 618 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.246717+0000 mon.b (mon.2) 619 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.254955+0000 mon.a (mon.0) 621 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.345677+0000 mon.b (mon.2) 620 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.349040+0000 mon.b (mon.2) 621 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.352605+0000 mon.b (mon.2) 622 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.354173+0000 mon.b (mon.2) 623 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.360971+0000 mon.a (mon.0) 622 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.450365+0000 mon.b (mon.2) 624 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.453791+0000 mon.b (mon.2) 625 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.457342+0000 mon.b (mon.2) 626 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.458746+0000 mon.b (mon.2) 627 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.465991+0000 mon.a (mon.0) 623 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.550844+0000 mon.b (mon.2) 628 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.554257+0000 mon.b (mon.2) 629 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.557589+0000 mon.b (mon.2) 630 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.559171+0000 mon.b (mon.2) 631 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.563213+0000 mon.a (mon.0) 624 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.651549+0000 mon.b (mon.2) 632 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.655118+0000 mon.b (mon.2) 633 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.658651+0000 mon.b (mon.2) 634 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.660804+0000 mon.b (mon.2) 635 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.665878+0000 mon.a (mon.0) 625 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.754665+0000 mon.b (mon.2) 636 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.757744+0000 mon.b (mon.2) 637 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.761369+0000 mon.b (mon.2) 638 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.762798+0000 mon.b (mon.2) 639 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.766763+0000 mon.a (mon.0) 626 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.855922+0000 mon.b (mon.2) 640 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.859159+0000 mon.b (mon.2) 641 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.863157+0000 mon.b (mon.2) 642 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.864694+0000 mon.b (mon.2) 643 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.868935+0000 mon.a (mon.0) 627 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.958610+0000 mon.b (mon.2) 644 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.962066+0000 mon.b (mon.2) 645 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.966255+0000 mon.b (mon.2) 646 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.967782+0000 mon.b (mon.2) 647 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:31 smithi040 bash[84914]: audit 2023-12-06T07:04:30.972213+0000 mon.a (mon.0) 628 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: cephadm 2023-12-06T07:04:29.106910+0000 mgr.y (mgr.25474) 707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: cephadm 2023-12-06T07:04:29.206487+0000 mgr.y (mgr.25474) 708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: cephadm 2023-12-06T07:04:29.306950+0000 mgr.y (mgr.25474) 709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: cephadm 2023-12-06T07:04:29.395266+0000 mgr.y (mgr.25474) 710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: cephadm 2023-12-06T07:04:29.498411+0000 mgr.y (mgr.25474) 711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: cephadm 2023-12-06T07:04:29.598720+0000 mgr.y (mgr.25474) 712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: cephadm 2023-12-06T07:04:29.683531+0000 mgr.y (mgr.25474) 713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: cephadm 2023-12-06T07:04:29.786129+0000 mgr.y (mgr.25474) 714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: cephadm 2023-12-06T07:04:29.885343+0000 mgr.y (mgr.25474) 715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: cephadm 2023-12-06T07:04:29.983530+0000 mgr.y (mgr.25474) 716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.050923+0000 mon.b (mon.2) 608 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.054191+0000 mon.b (mon.2) 609 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.057500+0000 mon.b (mon.2) 610 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.058727+0000 mon.b (mon.2) 611 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.066191+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: cephadm 2023-12-06T07:04:30.067445+0000 mgr.y (mgr.25474) 717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.152203+0000 mon.b (mon.2) 612 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.155092+0000 mon.b (mon.2) 613 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.158389+0000 mon.b (mon.2) 614 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.159672+0000 mon.b (mon.2) 615 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.167682+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.238339+0000 mon.b (mon.2) 616 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.241241+0000 mon.b (mon.2) 617 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.245135+0000 mon.b (mon.2) 618 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.246717+0000 mon.b (mon.2) 619 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.254955+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.345677+0000 mon.b (mon.2) 620 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.349040+0000 mon.b (mon.2) 621 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.352605+0000 mon.b (mon.2) 622 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.354173+0000 mon.b (mon.2) 623 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.360971+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.450365+0000 mon.b (mon.2) 624 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.453791+0000 mon.b (mon.2) 625 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.457342+0000 mon.b (mon.2) 626 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.458746+0000 mon.b (mon.2) 627 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.465991+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.550844+0000 mon.b (mon.2) 628 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.554257+0000 mon.b (mon.2) 629 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.557589+0000 mon.b (mon.2) 630 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.559171+0000 mon.b (mon.2) 631 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.563213+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.651549+0000 mon.b (mon.2) 632 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.655118+0000 mon.b (mon.2) 633 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.658651+0000 mon.b (mon.2) 634 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.660804+0000 mon.b (mon.2) 635 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.665878+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.754665+0000 mon.b (mon.2) 636 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.757744+0000 mon.b (mon.2) 637 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.761369+0000 mon.b (mon.2) 638 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.762798+0000 mon.b (mon.2) 639 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.766763+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.855922+0000 mon.b (mon.2) 640 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.859159+0000 mon.b (mon.2) 641 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.863157+0000 mon.b (mon.2) 642 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.864694+0000 mon.b (mon.2) 643 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.868935+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.958610+0000 mon.b (mon.2) 644 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.962066+0000 mon.b (mon.2) 645 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.966255+0000 mon.b (mon.2) 646 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.967782+0000 mon.b (mon.2) 647 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:31 smithi141 bash[25168]: audit 2023-12-06T07:04:30.972213+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: cephadm 2023-12-06T07:04:30.169701+0000 mgr.y (mgr.25474) 718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: cephadm 2023-12-06T07:04:30.259064+0000 mgr.y (mgr.25474) 719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: cephadm 2023-12-06T07:04:30.364338+0000 mgr.y (mgr.25474) 720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: cephadm 2023-12-06T07:04:30.468351+0000 mgr.y (mgr.25474) 721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: cephadm 2023-12-06T07:04:30.568263+0000 mgr.y (mgr.25474) 722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: cephadm 2023-12-06T07:04:30.669651+0000 mgr.y (mgr.25474) 723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: cluster 2023-12-06T07:04:30.708113+0000 mgr.y (mgr.25474) 724 : 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-06T07:04:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: cephadm 2023-12-06T07:04:30.771925+0000 mgr.y (mgr.25474) 725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: cephadm 2023-12-06T07:04:30.873896+0000 mgr.y (mgr.25474) 726 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: cephadm 2023-12-06T07:04:30.976921+0000 mgr.y (mgr.25474) 727 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.061066+0000 mon.b (mon.2) 648 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.063843+0000 mon.b (mon.2) 649 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.067219+0000 mon.b (mon.2) 650 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.068903+0000 mon.b (mon.2) 651 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.074284+0000 mon.a (mon.0) 629 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: cephadm 2023-12-06T07:04:31.076508+0000 mgr.y (mgr.25474) 728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.159787+0000 mon.b (mon.2) 652 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.162946+0000 mon.b (mon.2) 653 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.166343+0000 mon.b (mon.2) 654 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.167664+0000 mon.b (mon.2) 655 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.171923+0000 mon.a (mon.0) 630 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.259299+0000 mon.b (mon.2) 656 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.262315+0000 mon.b (mon.2) 657 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.268185+0000 mon.b (mon.2) 658 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.269837+0000 mon.b (mon.2) 659 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.276373+0000 mon.a (mon.0) 631 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.364731+0000 mon.b (mon.2) 660 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.367720+0000 mon.b (mon.2) 661 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.371643+0000 mon.b (mon.2) 662 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.373072+0000 mon.b (mon.2) 663 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.378586+0000 mon.a (mon.0) 632 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.466416+0000 mon.b (mon.2) 664 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.469747+0000 mon.b (mon.2) 665 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.474174+0000 mon.b (mon.2) 666 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.475928+0000 mon.b (mon.2) 667 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.482193+0000 mon.a (mon.0) 633 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.567626+0000 mon.b (mon.2) 668 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.570500+0000 mon.b (mon.2) 669 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.573659+0000 mon.b (mon.2) 670 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.574943+0000 mon.b (mon.2) 671 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.578557+0000 mon.a (mon.0) 634 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.674618+0000 mon.b (mon.2) 672 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.677570+0000 mon.b (mon.2) 673 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.680390+0000 mon.b (mon.2) 674 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.681609+0000 mon.b (mon.2) 675 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.685247+0000 mon.a (mon.0) 635 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.772540+0000 mon.b (mon.2) 676 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.775691+0000 mon.b (mon.2) 677 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.779664+0000 mon.b (mon.2) 678 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.781050+0000 mon.b (mon.2) 679 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.788152+0000 mon.a (mon.0) 636 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.856928+0000 mon.b (mon.2) 680 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.861026+0000 mon.b (mon.2) 681 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.864381+0000 mon.b (mon.2) 682 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.866114+0000 mon.b (mon.2) 683 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.871238+0000 mon.a (mon.0) 637 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.958434+0000 mon.b (mon.2) 684 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.966239+0000 mon.b (mon.2) 685 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.969452+0000 mon.b (mon.2) 686 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.970814+0000 mon.b (mon.2) 687 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[84914]: audit 2023-12-06T07:04:31.974105+0000 mon.a (mon.0) 638 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: cephadm 2023-12-06T07:04:30.169701+0000 mgr.y (mgr.25474) 718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: cephadm 2023-12-06T07:04:30.259064+0000 mgr.y (mgr.25474) 719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: cephadm 2023-12-06T07:04:30.364338+0000 mgr.y (mgr.25474) 720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: cephadm 2023-12-06T07:04:30.468351+0000 mgr.y (mgr.25474) 721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: cephadm 2023-12-06T07:04:30.568263+0000 mgr.y (mgr.25474) 722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: cephadm 2023-12-06T07:04:30.669651+0000 mgr.y (mgr.25474) 723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: cluster 2023-12-06T07:04:30.708113+0000 mgr.y (mgr.25474) 724 : 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-06T07:04:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: cephadm 2023-12-06T07:04:30.771925+0000 mgr.y (mgr.25474) 725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: cephadm 2023-12-06T07:04:30.873896+0000 mgr.y (mgr.25474) 726 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: cephadm 2023-12-06T07:04:30.976921+0000 mgr.y (mgr.25474) 727 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.061066+0000 mon.b (mon.2) 648 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.063843+0000 mon.b (mon.2) 649 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.067219+0000 mon.b (mon.2) 650 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.068903+0000 mon.b (mon.2) 651 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.074284+0000 mon.a (mon.0) 629 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: cephadm 2023-12-06T07:04:31.076508+0000 mgr.y (mgr.25474) 728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.159787+0000 mon.b (mon.2) 652 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.162946+0000 mon.b (mon.2) 653 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.166343+0000 mon.b (mon.2) 654 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.167664+0000 mon.b (mon.2) 655 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.171923+0000 mon.a (mon.0) 630 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.259299+0000 mon.b (mon.2) 656 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.262315+0000 mon.b (mon.2) 657 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.268185+0000 mon.b (mon.2) 658 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.269837+0000 mon.b (mon.2) 659 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.276373+0000 mon.a (mon.0) 631 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.364731+0000 mon.b (mon.2) 660 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.367720+0000 mon.b (mon.2) 661 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.371643+0000 mon.b (mon.2) 662 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.373072+0000 mon.b (mon.2) 663 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.378586+0000 mon.a (mon.0) 632 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.466416+0000 mon.b (mon.2) 664 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.469747+0000 mon.b (mon.2) 665 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.474174+0000 mon.b (mon.2) 666 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.475928+0000 mon.b (mon.2) 667 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.482193+0000 mon.a (mon.0) 633 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.567626+0000 mon.b (mon.2) 668 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.570500+0000 mon.b (mon.2) 669 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.573659+0000 mon.b (mon.2) 670 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.574943+0000 mon.b (mon.2) 671 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.578557+0000 mon.a (mon.0) 634 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.674618+0000 mon.b (mon.2) 672 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.677570+0000 mon.b (mon.2) 673 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.680390+0000 mon.b (mon.2) 674 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.681609+0000 mon.b (mon.2) 675 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.685247+0000 mon.a (mon.0) 635 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.772540+0000 mon.b (mon.2) 676 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.775691+0000 mon.b (mon.2) 677 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.779664+0000 mon.b (mon.2) 678 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.781050+0000 mon.b (mon.2) 679 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.788152+0000 mon.a (mon.0) 636 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.856928+0000 mon.b (mon.2) 680 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.861026+0000 mon.b (mon.2) 681 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.864381+0000 mon.b (mon.2) 682 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.866114+0000 mon.b (mon.2) 683 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.871238+0000 mon.a (mon.0) 637 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.958434+0000 mon.b (mon.2) 684 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.966239+0000 mon.b (mon.2) 685 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.969452+0000 mon.b (mon.2) 686 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.970814+0000 mon.b (mon.2) 687 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:32 smithi040 bash[78949]: audit 2023-12-06T07:04:31.974105+0000 mon.a (mon.0) 638 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: cephadm 2023-12-06T07:04:30.169701+0000 mgr.y (mgr.25474) 718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: cephadm 2023-12-06T07:04:30.259064+0000 mgr.y (mgr.25474) 719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: cephadm 2023-12-06T07:04:30.364338+0000 mgr.y (mgr.25474) 720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: cephadm 2023-12-06T07:04:30.468351+0000 mgr.y (mgr.25474) 721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: cephadm 2023-12-06T07:04:30.568263+0000 mgr.y (mgr.25474) 722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: cephadm 2023-12-06T07:04:30.669651+0000 mgr.y (mgr.25474) 723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: cluster 2023-12-06T07:04:30.708113+0000 mgr.y (mgr.25474) 724 : 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-06T07:04:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: cephadm 2023-12-06T07:04:30.771925+0000 mgr.y (mgr.25474) 725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: cephadm 2023-12-06T07:04:30.873896+0000 mgr.y (mgr.25474) 726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: cephadm 2023-12-06T07:04:30.976921+0000 mgr.y (mgr.25474) 727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.061066+0000 mon.b (mon.2) 648 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.063843+0000 mon.b (mon.2) 649 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.067219+0000 mon.b (mon.2) 650 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.068903+0000 mon.b (mon.2) 651 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.074284+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: cephadm 2023-12-06T07:04:31.076508+0000 mgr.y (mgr.25474) 728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.159787+0000 mon.b (mon.2) 652 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.162946+0000 mon.b (mon.2) 653 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.166343+0000 mon.b (mon.2) 654 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.167664+0000 mon.b (mon.2) 655 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.171923+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.259299+0000 mon.b (mon.2) 656 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.262315+0000 mon.b (mon.2) 657 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.268185+0000 mon.b (mon.2) 658 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.269837+0000 mon.b (mon.2) 659 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.276373+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.364731+0000 mon.b (mon.2) 660 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.367720+0000 mon.b (mon.2) 661 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.371643+0000 mon.b (mon.2) 662 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.373072+0000 mon.b (mon.2) 663 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.378586+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.466416+0000 mon.b (mon.2) 664 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.469747+0000 mon.b (mon.2) 665 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.474174+0000 mon.b (mon.2) 666 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.475928+0000 mon.b (mon.2) 667 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.482193+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.567626+0000 mon.b (mon.2) 668 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.570500+0000 mon.b (mon.2) 669 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.573659+0000 mon.b (mon.2) 670 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.574943+0000 mon.b (mon.2) 671 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.578557+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.674618+0000 mon.b (mon.2) 672 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.677570+0000 mon.b (mon.2) 673 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.680390+0000 mon.b (mon.2) 674 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.681609+0000 mon.b (mon.2) 675 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.685247+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.772540+0000 mon.b (mon.2) 676 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.775691+0000 mon.b (mon.2) 677 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.779664+0000 mon.b (mon.2) 678 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.781050+0000 mon.b (mon.2) 679 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.788152+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.856928+0000 mon.b (mon.2) 680 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.861026+0000 mon.b (mon.2) 681 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.864381+0000 mon.b (mon.2) 682 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.866114+0000 mon.b (mon.2) 683 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.871238+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.958434+0000 mon.b (mon.2) 684 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.966239+0000 mon.b (mon.2) 685 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.969452+0000 mon.b (mon.2) 686 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.970814+0000 mon.b (mon.2) 687 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:32 smithi141 bash[25168]: audit 2023-12-06T07:04:31.974105+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: cephadm 2023-12-06T07:04:31.175386+0000 mgr.y (mgr.25474) 729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: cephadm 2023-12-06T07:04:31.278567+0000 mgr.y (mgr.25474) 730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: cephadm 2023-12-06T07:04:31.380413+0000 mgr.y (mgr.25474) 731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: cephadm 2023-12-06T07:04:31.484119+0000 mgr.y (mgr.25474) 732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: cephadm 2023-12-06T07:04:31.583917+0000 mgr.y (mgr.25474) 733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: cephadm 2023-12-06T07:04:31.690045+0000 mgr.y (mgr.25474) 734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: cephadm 2023-12-06T07:04:31.790634+0000 mgr.y (mgr.25474) 735 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: cephadm 2023-12-06T07:04:31.875738+0000 mgr.y (mgr.25474) 736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: cephadm 2023-12-06T07:04:31.979529+0000 mgr.y (mgr.25474) 737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.063140+0000 mon.b (mon.2) 688 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.066007+0000 mon.b (mon.2) 689 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.068875+0000 mon.b (mon.2) 690 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.070054+0000 mon.b (mon.2) 691 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.073678+0000 mon.a (mon.0) 639 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: cephadm 2023-12-06T07:04:32.076857+0000 mgr.y (mgr.25474) 738 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.159749+0000 mon.b (mon.2) 692 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.163991+0000 mon.b (mon.2) 693 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.168202+0000 mon.b (mon.2) 694 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.169862+0000 mon.b (mon.2) 695 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.176696+0000 mon.a (mon.0) 640 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.261065+0000 mon.b (mon.2) 696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.267243+0000 mon.b (mon.2) 697 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.271471+0000 mon.b (mon.2) 698 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.273317+0000 mon.b (mon.2) 699 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.277766+0000 mon.a (mon.0) 641 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.366334+0000 mon.b (mon.2) 700 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.370858+0000 mon.b (mon.2) 701 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.374932+0000 mon.b (mon.2) 702 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.376452+0000 mon.b (mon.2) 703 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.381295+0000 mon.a (mon.0) 642 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.464769+0000 mon.b (mon.2) 704 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.467834+0000 mon.b (mon.2) 705 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.471285+0000 mon.b (mon.2) 706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.472747+0000 mon.b (mon.2) 707 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.478102+0000 mon.a (mon.0) 643 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.568767+0000 mon.b (mon.2) 708 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.581558+0000 mon.b (mon.2) 709 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.585026+0000 mon.b (mon.2) 710 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.586638+0000 mon.b (mon.2) 711 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.612368+0000 mon.a (mon.0) 644 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.695557+0000 mon.b (mon.2) 712 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: cephadm 2023-12-06T07:04:31.175386+0000 mgr.y (mgr.25474) 729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: cephadm 2023-12-06T07:04:31.278567+0000 mgr.y (mgr.25474) 730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: cephadm 2023-12-06T07:04:31.380413+0000 mgr.y (mgr.25474) 731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: cephadm 2023-12-06T07:04:31.484119+0000 mgr.y (mgr.25474) 732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: cephadm 2023-12-06T07:04:31.583917+0000 mgr.y (mgr.25474) 733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: cephadm 2023-12-06T07:04:31.690045+0000 mgr.y (mgr.25474) 734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: cephadm 2023-12-06T07:04:31.790634+0000 mgr.y (mgr.25474) 735 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: cephadm 2023-12-06T07:04:31.875738+0000 mgr.y (mgr.25474) 736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: cephadm 2023-12-06T07:04:31.979529+0000 mgr.y (mgr.25474) 737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.063140+0000 mon.b (mon.2) 688 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.066007+0000 mon.b (mon.2) 689 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.068875+0000 mon.b (mon.2) 690 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.070054+0000 mon.b (mon.2) 691 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.073678+0000 mon.a (mon.0) 639 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: cephadm 2023-12-06T07:04:32.076857+0000 mgr.y (mgr.25474) 738 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.159749+0000 mon.b (mon.2) 692 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.163991+0000 mon.b (mon.2) 693 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.168202+0000 mon.b (mon.2) 694 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.169862+0000 mon.b (mon.2) 695 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.176696+0000 mon.a (mon.0) 640 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.261065+0000 mon.b (mon.2) 696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.698147+0000 mon.b (mon.2) 713 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.701071+0000 mon.b (mon.2) 714 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.702244+0000 mon.b (mon.2) 715 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.706847+0000 mon.a (mon.0) 645 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.794366+0000 mon.b (mon.2) 716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.797472+0000 mon.b (mon.2) 717 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.801891+0000 mon.b (mon.2) 718 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.803445+0000 mon.b (mon.2) 719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.810074+0000 mon.a (mon.0) 646 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.897734+0000 mon.b (mon.2) 720 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.901892+0000 mon.b (mon.2) 721 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.905855+0000 mon.b (mon.2) 722 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.907580+0000 mon.b (mon.2) 723 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.912986+0000 mon.a (mon.0) 647 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:32.999085+0000 mon.b (mon.2) 724 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:33.002263+0000 mon.b (mon.2) 725 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:33.005976+0000 mon.b (mon.2) 726 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:33.007421+0000 mon.b (mon.2) 727 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[78949]: audit 2023-12-06T07:04:33.013344+0000 mon.a (mon.0) 648 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.267243+0000 mon.b (mon.2) 697 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.271471+0000 mon.b (mon.2) 698 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.273317+0000 mon.b (mon.2) 699 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.277766+0000 mon.a (mon.0) 641 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.366334+0000 mon.b (mon.2) 700 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.370858+0000 mon.b (mon.2) 701 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.374932+0000 mon.b (mon.2) 702 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.376452+0000 mon.b (mon.2) 703 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.381295+0000 mon.a (mon.0) 642 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.464769+0000 mon.b (mon.2) 704 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.467834+0000 mon.b (mon.2) 705 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.471285+0000 mon.b (mon.2) 706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.472747+0000 mon.b (mon.2) 707 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.478102+0000 mon.a (mon.0) 643 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.568767+0000 mon.b (mon.2) 708 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.581558+0000 mon.b (mon.2) 709 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.585026+0000 mon.b (mon.2) 710 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.586638+0000 mon.b (mon.2) 711 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.612368+0000 mon.a (mon.0) 644 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.695557+0000 mon.b (mon.2) 712 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.698147+0000 mon.b (mon.2) 713 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.701071+0000 mon.b (mon.2) 714 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.702244+0000 mon.b (mon.2) 715 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.706847+0000 mon.a (mon.0) 645 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.794366+0000 mon.b (mon.2) 716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.797472+0000 mon.b (mon.2) 717 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.801891+0000 mon.b (mon.2) 718 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.803445+0000 mon.b (mon.2) 719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.810074+0000 mon.a (mon.0) 646 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.897734+0000 mon.b (mon.2) 720 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.901892+0000 mon.b (mon.2) 721 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.905855+0000 mon.b (mon.2) 722 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.907580+0000 mon.b (mon.2) 723 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.912986+0000 mon.a (mon.0) 647 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:32.999085+0000 mon.b (mon.2) 724 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:33.002263+0000 mon.b (mon.2) 725 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:33.005976+0000 mon.b (mon.2) 726 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:33.007421+0000 mon.b (mon.2) 727 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:33 smithi040 bash[84914]: audit 2023-12-06T07:04:33.013344+0000 mon.a (mon.0) 648 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: cephadm 2023-12-06T07:04:31.175386+0000 mgr.y (mgr.25474) 729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: cephadm 2023-12-06T07:04:31.278567+0000 mgr.y (mgr.25474) 730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: cephadm 2023-12-06T07:04:31.380413+0000 mgr.y (mgr.25474) 731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: cephadm 2023-12-06T07:04:31.484119+0000 mgr.y (mgr.25474) 732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: cephadm 2023-12-06T07:04:31.583917+0000 mgr.y (mgr.25474) 733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: cephadm 2023-12-06T07:04:31.690045+0000 mgr.y (mgr.25474) 734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: cephadm 2023-12-06T07:04:31.790634+0000 mgr.y (mgr.25474) 735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: cephadm 2023-12-06T07:04:31.875738+0000 mgr.y (mgr.25474) 736 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: cephadm 2023-12-06T07:04:31.979529+0000 mgr.y (mgr.25474) 737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.063140+0000 mon.b (mon.2) 688 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.066007+0000 mon.b (mon.2) 689 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.068875+0000 mon.b (mon.2) 690 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.070054+0000 mon.b (mon.2) 691 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.073678+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: cephadm 2023-12-06T07:04:32.076857+0000 mgr.y (mgr.25474) 738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.159749+0000 mon.b (mon.2) 692 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.163991+0000 mon.b (mon.2) 693 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.168202+0000 mon.b (mon.2) 694 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.169862+0000 mon.b (mon.2) 695 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.176696+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.261065+0000 mon.b (mon.2) 696 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.267243+0000 mon.b (mon.2) 697 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.271471+0000 mon.b (mon.2) 698 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.273317+0000 mon.b (mon.2) 699 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.277766+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.366334+0000 mon.b (mon.2) 700 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.370858+0000 mon.b (mon.2) 701 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.374932+0000 mon.b (mon.2) 702 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.376452+0000 mon.b (mon.2) 703 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.381295+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.464769+0000 mon.b (mon.2) 704 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.467834+0000 mon.b (mon.2) 705 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.471285+0000 mon.b (mon.2) 706 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.472747+0000 mon.b (mon.2) 707 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.478102+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.568767+0000 mon.b (mon.2) 708 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.581558+0000 mon.b (mon.2) 709 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.585026+0000 mon.b (mon.2) 710 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.586638+0000 mon.b (mon.2) 711 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.612368+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.695557+0000 mon.b (mon.2) 712 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.698147+0000 mon.b (mon.2) 713 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.701071+0000 mon.b (mon.2) 714 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.702244+0000 mon.b (mon.2) 715 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.706847+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.794366+0000 mon.b (mon.2) 716 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.797472+0000 mon.b (mon.2) 717 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.801891+0000 mon.b (mon.2) 718 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.803445+0000 mon.b (mon.2) 719 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.810074+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.897734+0000 mon.b (mon.2) 720 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.901892+0000 mon.b (mon.2) 721 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.905855+0000 mon.b (mon.2) 722 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.907580+0000 mon.b (mon.2) 723 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.912986+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:32.999085+0000 mon.b (mon.2) 724 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:33.002263+0000 mon.b (mon.2) 725 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:33.005976+0000 mon.b (mon.2) 726 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:33.007421+0000 mon.b (mon.2) 727 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:33 smithi141 bash[25168]: audit 2023-12-06T07:04:33.013344+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: cephadm 2023-12-06T07:04:32.179207+0000 mgr.y (mgr.25474) 739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: cephadm 2023-12-06T07:04:32.279883+0000 mgr.y (mgr.25474) 740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: cephadm 2023-12-06T07:04:32.384109+0000 mgr.y (mgr.25474) 741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: cephadm 2023-12-06T07:04:32.479971+0000 mgr.y (mgr.25474) 742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: cephadm 2023-12-06T07:04:32.614537+0000 mgr.y (mgr.25474) 743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: cluster 2023-12-06T07:04:32.708511+0000 mgr.y (mgr.25474) 744 : 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-06T07:04:34.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: cephadm 2023-12-06T07:04:32.710174+0000 mgr.y (mgr.25474) 745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: cephadm 2023-12-06T07:04:32.811297+0000 mgr.y (mgr.25474) 746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: cephadm 2023-12-06T07:04:32.916091+0000 mgr.y (mgr.25474) 747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: cephadm 2023-12-06T07:04:32.179207+0000 mgr.y (mgr.25474) 739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: cephadm 2023-12-06T07:04:32.279883+0000 mgr.y (mgr.25474) 740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: cephadm 2023-12-06T07:04:32.384109+0000 mgr.y (mgr.25474) 741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: cephadm 2023-12-06T07:04:32.479971+0000 mgr.y (mgr.25474) 742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: cephadm 2023-12-06T07:04:32.614537+0000 mgr.y (mgr.25474) 743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: cluster 2023-12-06T07:04:32.708511+0000 mgr.y (mgr.25474) 744 : 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-06T07:04:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: cephadm 2023-12-06T07:04:32.710174+0000 mgr.y (mgr.25474) 745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: cephadm 2023-12-06T07:04:32.811297+0000 mgr.y (mgr.25474) 746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: cephadm 2023-12-06T07:04:32.916091+0000 mgr.y (mgr.25474) 747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: cephadm 2023-12-06T07:04:33.016574+0000 mgr.y (mgr.25474) 748 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.103151+0000 mon.b (mon.2) 728 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.106589+0000 mon.b (mon.2) 729 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.110451+0000 mon.b (mon.2) 730 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.111708+0000 mon.b (mon.2) 731 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.116500+0000 mon.a (mon.0) 649 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.203670+0000 mon.b (mon.2) 732 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.206595+0000 mon.b (mon.2) 733 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.209787+0000 mon.b (mon.2) 734 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.211243+0000 mon.b (mon.2) 735 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.217317+0000 mon.a (mon.0) 650 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.305205+0000 mon.b (mon.2) 736 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: cephadm 2023-12-06T07:04:33.016574+0000 mgr.y (mgr.25474) 748 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.103151+0000 mon.b (mon.2) 728 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.106589+0000 mon.b (mon.2) 729 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.110451+0000 mon.b (mon.2) 730 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.111708+0000 mon.b (mon.2) 731 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.116500+0000 mon.a (mon.0) 649 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.203670+0000 mon.b (mon.2) 732 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.206595+0000 mon.b (mon.2) 733 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.209787+0000 mon.b (mon.2) 734 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.211243+0000 mon.b (mon.2) 735 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.217317+0000 mon.a (mon.0) 650 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.305205+0000 mon.b (mon.2) 736 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.309742+0000 mon.b (mon.2) 737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.314443+0000 mon.b (mon.2) 738 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.315843+0000 mon.b (mon.2) 739 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.319023+0000 mon.a (mon.0) 651 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.404438+0000 mon.b (mon.2) 740 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.407470+0000 mon.b (mon.2) 741 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.410230+0000 mon.b (mon.2) 742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.411661+0000 mon.b (mon.2) 743 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.309742+0000 mon.b (mon.2) 737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.314443+0000 mon.b (mon.2) 738 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.315843+0000 mon.b (mon.2) 739 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.319023+0000 mon.a (mon.0) 651 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.404438+0000 mon.b (mon.2) 740 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.407470+0000 mon.b (mon.2) 741 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.410230+0000 mon.b (mon.2) 742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.411661+0000 mon.b (mon.2) 743 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.417611+0000 mon.a (mon.0) 652 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.503577+0000 mon.b (mon.2) 744 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.507184+0000 mon.b (mon.2) 745 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.510847+0000 mon.b (mon.2) 746 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.512011+0000 mon.b (mon.2) 747 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.516931+0000 mon.a (mon.0) 653 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.603221+0000 mon.b (mon.2) 748 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.606241+0000 mon.b (mon.2) 749 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.609619+0000 mon.b (mon.2) 750 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.611204+0000 mon.b (mon.2) 751 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.615152+0000 mon.a (mon.0) 654 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.699348+0000 mon.b (mon.2) 752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.417611+0000 mon.a (mon.0) 652 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.503577+0000 mon.b (mon.2) 744 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.507184+0000 mon.b (mon.2) 745 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.510847+0000 mon.b (mon.2) 746 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.512011+0000 mon.b (mon.2) 747 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.516931+0000 mon.a (mon.0) 653 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.603221+0000 mon.b (mon.2) 748 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.606241+0000 mon.b (mon.2) 749 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.609619+0000 mon.b (mon.2) 750 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.611204+0000 mon.b (mon.2) 751 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.615152+0000 mon.a (mon.0) 654 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.699348+0000 mon.b (mon.2) 752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.702252+0000 mon.b (mon.2) 753 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.706168+0000 mon.b (mon.2) 754 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.707521+0000 mon.b (mon.2) 755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.717495+0000 mon.a (mon.0) 655 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.800909+0000 mon.b (mon.2) 756 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.803845+0000 mon.b (mon.2) 757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.807043+0000 mon.b (mon.2) 758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.808440+0000 mon.b (mon.2) 759 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.814383+0000 mon.a (mon.0) 656 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.898217+0000 mon.b (mon.2) 760 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.902440+0000 mon.b (mon.2) 761 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.906417+0000 mon.b (mon.2) 762 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.908189+0000 mon.b (mon.2) 763 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[84914]: audit 2023-12-06T07:04:33.913695+0000 mon.a (mon.0) 657 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.702252+0000 mon.b (mon.2) 753 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.706168+0000 mon.b (mon.2) 754 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.707521+0000 mon.b (mon.2) 755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.717495+0000 mon.a (mon.0) 655 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.800909+0000 mon.b (mon.2) 756 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.803845+0000 mon.b (mon.2) 757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.807043+0000 mon.b (mon.2) 758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.808440+0000 mon.b (mon.2) 759 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.814383+0000 mon.a (mon.0) 656 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.898217+0000 mon.b (mon.2) 760 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.902440+0000 mon.b (mon.2) 761 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.906417+0000 mon.b (mon.2) 762 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.908189+0000 mon.b (mon.2) 763 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:34 smithi040 bash[78949]: audit 2023-12-06T07:04:33.913695+0000 mon.a (mon.0) 657 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: cephadm 2023-12-06T07:04:32.179207+0000 mgr.y (mgr.25474) 739 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: cephadm 2023-12-06T07:04:32.279883+0000 mgr.y (mgr.25474) 740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: cephadm 2023-12-06T07:04:32.384109+0000 mgr.y (mgr.25474) 741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: cephadm 2023-12-06T07:04:32.479971+0000 mgr.y (mgr.25474) 742 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: cephadm 2023-12-06T07:04:32.614537+0000 mgr.y (mgr.25474) 743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: cluster 2023-12-06T07:04:32.708511+0000 mgr.y (mgr.25474) 744 : cluster [DBG] 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-06T07:04:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: cephadm 2023-12-06T07:04:32.710174+0000 mgr.y (mgr.25474) 745 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: cephadm 2023-12-06T07:04:32.811297+0000 mgr.y (mgr.25474) 746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: cephadm 2023-12-06T07:04:32.916091+0000 mgr.y (mgr.25474) 747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: cephadm 2023-12-06T07:04:33.016574+0000 mgr.y (mgr.25474) 748 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.103151+0000 mon.b (mon.2) 728 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.106589+0000 mon.b (mon.2) 729 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.110451+0000 mon.b (mon.2) 730 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.111708+0000 mon.b (mon.2) 731 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.116500+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.203670+0000 mon.b (mon.2) 732 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.206595+0000 mon.b (mon.2) 733 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.209787+0000 mon.b (mon.2) 734 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.211243+0000 mon.b (mon.2) 735 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.217317+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.305205+0000 mon.b (mon.2) 736 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.309742+0000 mon.b (mon.2) 737 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.314443+0000 mon.b (mon.2) 738 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.315843+0000 mon.b (mon.2) 739 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.319023+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.404438+0000 mon.b (mon.2) 740 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.407470+0000 mon.b (mon.2) 741 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.410230+0000 mon.b (mon.2) 742 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.411661+0000 mon.b (mon.2) 743 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.417611+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.503577+0000 mon.b (mon.2) 744 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.507184+0000 mon.b (mon.2) 745 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.510847+0000 mon.b (mon.2) 746 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.512011+0000 mon.b (mon.2) 747 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.516931+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.603221+0000 mon.b (mon.2) 748 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.606241+0000 mon.b (mon.2) 749 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.609619+0000 mon.b (mon.2) 750 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.611204+0000 mon.b (mon.2) 751 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.615152+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.699348+0000 mon.b (mon.2) 752 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.702252+0000 mon.b (mon.2) 753 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.706168+0000 mon.b (mon.2) 754 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.707521+0000 mon.b (mon.2) 755 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.717495+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.800909+0000 mon.b (mon.2) 756 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.803845+0000 mon.b (mon.2) 757 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.807043+0000 mon.b (mon.2) 758 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.808440+0000 mon.b (mon.2) 759 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.814383+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.898217+0000 mon.b (mon.2) 760 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.902440+0000 mon.b (mon.2) 761 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.906417+0000 mon.b (mon.2) 762 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.908189+0000 mon.b (mon.2) 763 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:34 smithi141 bash[25168]: audit 2023-12-06T07:04:33.913695+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: cephadm 2023-12-06T07:04:33.119748+0000 mgr.y (mgr.25474) 749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: cephadm 2023-12-06T07:04:33.219080+0000 mgr.y (mgr.25474) 750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: cephadm 2023-12-06T07:04:33.322269+0000 mgr.y (mgr.25474) 751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: cephadm 2023-12-06T07:04:33.419010+0000 mgr.y (mgr.25474) 752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: cephadm 2023-12-06T07:04:33.518592+0000 mgr.y (mgr.25474) 753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: cephadm 2023-12-06T07:04:33.618653+0000 mgr.y (mgr.25474) 754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: cephadm 2023-12-06T07:04:33.720191+0000 mgr.y (mgr.25474) 755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:33.747690+0000 mgr.y (mgr.25474) 756 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:04:35.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: cephadm 2023-12-06T07:04:33.818155+0000 mgr.y (mgr.25474) 757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: cephadm 2023-12-06T07:04:33.918518+0000 mgr.y (mgr.25474) 758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.039204+0000 mon.b (mon.2) 764 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.041604+0000 mon.b (mon.2) 765 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.043999+0000 mon.b (mon.2) 766 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.045185+0000 mon.b (mon.2) 767 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.050018+0000 mon.a (mon.0) 658 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: cephadm 2023-12-06T07:04:34.051053+0000 mgr.y (mgr.25474) 759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.135175+0000 mon.b (mon.2) 768 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.138340+0000 mon.b (mon.2) 769 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.141808+0000 mon.b (mon.2) 770 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.143457+0000 mon.b (mon.2) 771 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.148797+0000 mon.a (mon.0) 659 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: cephadm 2023-12-06T07:04:33.119748+0000 mgr.y (mgr.25474) 749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: cephadm 2023-12-06T07:04:33.219080+0000 mgr.y (mgr.25474) 750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: cephadm 2023-12-06T07:04:33.322269+0000 mgr.y (mgr.25474) 751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: cephadm 2023-12-06T07:04:33.419010+0000 mgr.y (mgr.25474) 752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: cephadm 2023-12-06T07:04:33.518592+0000 mgr.y (mgr.25474) 753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: cephadm 2023-12-06T07:04:33.618653+0000 mgr.y (mgr.25474) 754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: cephadm 2023-12-06T07:04:33.720191+0000 mgr.y (mgr.25474) 755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:33.747690+0000 mgr.y (mgr.25474) 756 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:04:35.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: cephadm 2023-12-06T07:04:33.818155+0000 mgr.y (mgr.25474) 757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: cephadm 2023-12-06T07:04:33.918518+0000 mgr.y (mgr.25474) 758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.039204+0000 mon.b (mon.2) 764 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.041604+0000 mon.b (mon.2) 765 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.043999+0000 mon.b (mon.2) 766 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.045185+0000 mon.b (mon.2) 767 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.050018+0000 mon.a (mon.0) 658 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: cephadm 2023-12-06T07:04:34.051053+0000 mgr.y (mgr.25474) 759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.135175+0000 mon.b (mon.2) 768 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.138340+0000 mon.b (mon.2) 769 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.141808+0000 mon.b (mon.2) 770 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.143457+0000 mon.b (mon.2) 771 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.148797+0000 mon.a (mon.0) 659 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.234508+0000 mon.b (mon.2) 772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.237828+0000 mon.b (mon.2) 773 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.241386+0000 mon.b (mon.2) 774 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.242850+0000 mon.b (mon.2) 775 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.246525+0000 mon.a (mon.0) 660 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.339045+0000 mon.b (mon.2) 776 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.342513+0000 mon.b (mon.2) 777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.346150+0000 mon.b (mon.2) 778 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.347709+0000 mon.b (mon.2) 779 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.352608+0000 mon.a (mon.0) 661 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.437820+0000 mon.b (mon.2) 780 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.440620+0000 mon.b (mon.2) 781 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.443464+0000 mon.b (mon.2) 782 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.444674+0000 mon.b (mon.2) 783 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.448206+0000 mon.a (mon.0) 662 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.520854+0000 mon.b (mon.2) 784 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.523821+0000 mon.b (mon.2) 785 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.526983+0000 mon.b (mon.2) 786 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.528360+0000 mon.b (mon.2) 787 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.531852+0000 mon.a (mon.0) 663 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.234508+0000 mon.b (mon.2) 772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.237828+0000 mon.b (mon.2) 773 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.241386+0000 mon.b (mon.2) 774 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.242850+0000 mon.b (mon.2) 775 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.246525+0000 mon.a (mon.0) 660 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.339045+0000 mon.b (mon.2) 776 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.342513+0000 mon.b (mon.2) 777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.346150+0000 mon.b (mon.2) 778 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.347709+0000 mon.b (mon.2) 779 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.352608+0000 mon.a (mon.0) 661 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.437820+0000 mon.b (mon.2) 780 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.440620+0000 mon.b (mon.2) 781 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.443464+0000 mon.b (mon.2) 782 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.444674+0000 mon.b (mon.2) 783 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.448206+0000 mon.a (mon.0) 662 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.520854+0000 mon.b (mon.2) 784 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.523821+0000 mon.b (mon.2) 785 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.526983+0000 mon.b (mon.2) 786 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.528360+0000 mon.b (mon.2) 787 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.531852+0000 mon.a (mon.0) 663 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.614789+0000 mon.b (mon.2) 788 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.618194+0000 mon.b (mon.2) 789 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.623808+0000 mon.b (mon.2) 790 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.625234+0000 mon.b (mon.2) 791 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.629773+0000 mon.a (mon.0) 664 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.712123+0000 mon.b (mon.2) 792 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.716076+0000 mon.b (mon.2) 793 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.719500+0000 mon.b (mon.2) 794 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.720763+0000 mon.b (mon.2) 795 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.725496+0000 mon.a (mon.0) 665 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.813018+0000 mon.b (mon.2) 796 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.816138+0000 mon.b (mon.2) 797 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.819249+0000 mon.b (mon.2) 798 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.820599+0000 mon.b (mon.2) 799 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.824725+0000 mon.a (mon.0) 666 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.894241+0000 mon.b (mon.2) 800 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.897435+0000 mon.b (mon.2) 801 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.900882+0000 mon.b (mon.2) 802 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.902224+0000 mon.b (mon.2) 803 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.906278+0000 mon.a (mon.0) 667 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.614789+0000 mon.b (mon.2) 788 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.618194+0000 mon.b (mon.2) 789 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.623808+0000 mon.b (mon.2) 790 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.625234+0000 mon.b (mon.2) 791 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.629773+0000 mon.a (mon.0) 664 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.712123+0000 mon.b (mon.2) 792 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.716076+0000 mon.b (mon.2) 793 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.719500+0000 mon.b (mon.2) 794 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.720763+0000 mon.b (mon.2) 795 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.725496+0000 mon.a (mon.0) 665 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.813018+0000 mon.b (mon.2) 796 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.816138+0000 mon.b (mon.2) 797 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.819249+0000 mon.b (mon.2) 798 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.820599+0000 mon.b (mon.2) 799 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.824725+0000 mon.a (mon.0) 666 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.894241+0000 mon.b (mon.2) 800 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.897435+0000 mon.b (mon.2) 801 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.900882+0000 mon.b (mon.2) 802 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.902224+0000 mon.b (mon.2) 803 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.906278+0000 mon.a (mon.0) 667 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.990316+0000 mon.b (mon.2) 804 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.993449+0000 mon.b (mon.2) 805 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.996938+0000 mon.b (mon.2) 806 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:34.998285+0000 mon.b (mon.2) 807 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[78949]: audit 2023-12-06T07:04:35.003124+0000 mon.a (mon.0) 668 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.990316+0000 mon.b (mon.2) 804 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.993449+0000 mon.b (mon.2) 805 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.996938+0000 mon.b (mon.2) 806 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:34.998285+0000 mon.b (mon.2) 807 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:35 smithi040 bash[84914]: audit 2023-12-06T07:04:35.003124+0000 mon.a (mon.0) 668 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: cephadm 2023-12-06T07:04:33.119748+0000 mgr.y (mgr.25474) 749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: cephadm 2023-12-06T07:04:33.219080+0000 mgr.y (mgr.25474) 750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: cephadm 2023-12-06T07:04:33.322269+0000 mgr.y (mgr.25474) 751 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: cephadm 2023-12-06T07:04:33.419010+0000 mgr.y (mgr.25474) 752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: cephadm 2023-12-06T07:04:33.518592+0000 mgr.y (mgr.25474) 753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: cephadm 2023-12-06T07:04:33.618653+0000 mgr.y (mgr.25474) 754 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: cephadm 2023-12-06T07:04:33.720191+0000 mgr.y (mgr.25474) 755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:33.747690+0000 mgr.y (mgr.25474) 756 : audit [DBG] from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:04:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: cephadm 2023-12-06T07:04:33.818155+0000 mgr.y (mgr.25474) 757 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: cephadm 2023-12-06T07:04:33.918518+0000 mgr.y (mgr.25474) 758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.039204+0000 mon.b (mon.2) 764 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.041604+0000 mon.b (mon.2) 765 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.043999+0000 mon.b (mon.2) 766 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.045185+0000 mon.b (mon.2) 767 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.050018+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: cephadm 2023-12-06T07:04:34.051053+0000 mgr.y (mgr.25474) 759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.135175+0000 mon.b (mon.2) 768 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.138340+0000 mon.b (mon.2) 769 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.141808+0000 mon.b (mon.2) 770 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.143457+0000 mon.b (mon.2) 771 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.148797+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.234508+0000 mon.b (mon.2) 772 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.237828+0000 mon.b (mon.2) 773 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.241386+0000 mon.b (mon.2) 774 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.242850+0000 mon.b (mon.2) 775 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.246525+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.339045+0000 mon.b (mon.2) 776 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.342513+0000 mon.b (mon.2) 777 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.346150+0000 mon.b (mon.2) 778 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.347709+0000 mon.b (mon.2) 779 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.352608+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.437820+0000 mon.b (mon.2) 780 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.440620+0000 mon.b (mon.2) 781 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.443464+0000 mon.b (mon.2) 782 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.444674+0000 mon.b (mon.2) 783 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.448206+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.520854+0000 mon.b (mon.2) 784 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.523821+0000 mon.b (mon.2) 785 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.526983+0000 mon.b (mon.2) 786 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.528360+0000 mon.b (mon.2) 787 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.531852+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.614789+0000 mon.b (mon.2) 788 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.618194+0000 mon.b (mon.2) 789 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.623808+0000 mon.b (mon.2) 790 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.625234+0000 mon.b (mon.2) 791 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.629773+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.712123+0000 mon.b (mon.2) 792 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.716076+0000 mon.b (mon.2) 793 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.719500+0000 mon.b (mon.2) 794 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.720763+0000 mon.b (mon.2) 795 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.725496+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.813018+0000 mon.b (mon.2) 796 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.816138+0000 mon.b (mon.2) 797 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.819249+0000 mon.b (mon.2) 798 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.820599+0000 mon.b (mon.2) 799 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.824725+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.894241+0000 mon.b (mon.2) 800 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.897435+0000 mon.b (mon.2) 801 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.900882+0000 mon.b (mon.2) 802 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.902224+0000 mon.b (mon.2) 803 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.906278+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.990316+0000 mon.b (mon.2) 804 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.993449+0000 mon.b (mon.2) 805 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.996938+0000 mon.b (mon.2) 806 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:34.998285+0000 mon.b (mon.2) 807 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:35 smithi141 bash[25168]: audit 2023-12-06T07:04:35.003124+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: cephadm 2023-12-06T07:04:34.153315+0000 mgr.y (mgr.25474) 760 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: cephadm 2023-12-06T07:04:34.249211+0000 mgr.y (mgr.25474) 761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: cephadm 2023-12-06T07:04:34.356925+0000 mgr.y (mgr.25474) 762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: cephadm 2023-12-06T07:04:34.452103+0000 mgr.y (mgr.25474) 763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: cephadm 2023-12-06T07:04:34.536898+0000 mgr.y (mgr.25474) 764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: cephadm 2023-12-06T07:04:34.632014+0000 mgr.y (mgr.25474) 765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: cluster 2023-12-06T07:04:34.709469+0000 mgr.y (mgr.25474) 766 : cluster [DBG] 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-06T07:04:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: cephadm 2023-12-06T07:04:34.727840+0000 mgr.y (mgr.25474) 767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: cephadm 2023-12-06T07:04:34.827181+0000 mgr.y (mgr.25474) 768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: cephadm 2023-12-06T07:04:34.909349+0000 mgr.y (mgr.25474) 769 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: cephadm 2023-12-06T07:04:35.007606+0000 mgr.y (mgr.25474) 770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.091634+0000 mon.b (mon.2) 808 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.095567+0000 mon.b (mon.2) 809 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.099158+0000 mon.b (mon.2) 810 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.100531+0000 mon.b (mon.2) 811 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.104448+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.195786+0000 mon.b (mon.2) 812 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.199161+0000 mon.b (mon.2) 813 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.202785+0000 mon.b (mon.2) 814 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.204518+0000 mon.b (mon.2) 815 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.207929+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.283238+0000 mon.b (mon.2) 816 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.286374+0000 mon.b (mon.2) 817 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.289626+0000 mon.b (mon.2) 818 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.291122+0000 mon.b (mon.2) 819 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.296384+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.335774+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.350808+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.361822+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.366502+0000 mon.b (mon.2) 820 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:36.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.369627+0000 mon.b (mon.2) 821 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:36.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.372158+0000 mon.b (mon.2) 822 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:04:36.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:36 smithi141 bash[25168]: audit 2023-12-06T07:04:35.374069+0000 mon.b (mon.2) 823 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-06T07:04:36.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: cephadm 2023-12-06T07:04:34.153315+0000 mgr.y (mgr.25474) 760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: cephadm 2023-12-06T07:04:34.249211+0000 mgr.y (mgr.25474) 761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: cephadm 2023-12-06T07:04:34.356925+0000 mgr.y (mgr.25474) 762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: cephadm 2023-12-06T07:04:34.452103+0000 mgr.y (mgr.25474) 763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: cephadm 2023-12-06T07:04:34.536898+0000 mgr.y (mgr.25474) 764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: cephadm 2023-12-06T07:04:34.632014+0000 mgr.y (mgr.25474) 765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: cluster 2023-12-06T07:04:34.709469+0000 mgr.y (mgr.25474) 766 : 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-06T07:04:36.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: cephadm 2023-12-06T07:04:34.727840+0000 mgr.y (mgr.25474) 767 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: cephadm 2023-12-06T07:04:34.827181+0000 mgr.y (mgr.25474) 768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: cephadm 2023-12-06T07:04:34.909349+0000 mgr.y (mgr.25474) 769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: cephadm 2023-12-06T07:04:35.007606+0000 mgr.y (mgr.25474) 770 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.091634+0000 mon.b (mon.2) 808 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:36.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.095567+0000 mon.b (mon.2) 809 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:36.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.099158+0000 mon.b (mon.2) 810 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:36.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.100531+0000 mon.b (mon.2) 811 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:36.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.104448+0000 mon.a (mon.0) 669 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.195786+0000 mon.b (mon.2) 812 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:36.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.199161+0000 mon.b (mon.2) 813 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:36.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.202785+0000 mon.b (mon.2) 814 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:36.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.204518+0000 mon.b (mon.2) 815 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:36.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.207929+0000 mon.a (mon.0) 670 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.283238+0000 mon.b (mon.2) 816 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:36.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.286374+0000 mon.b (mon.2) 817 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:36.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.289626+0000 mon.b (mon.2) 818 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:36.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.291122+0000 mon.b (mon.2) 819 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:36.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.296384+0000 mon.a (mon.0) 671 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.335774+0000 mon.a (mon.0) 672 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.350808+0000 mon.a (mon.0) 673 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.361822+0000 mon.a (mon.0) 674 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.366502+0000 mon.b (mon.2) 820 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:36.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.369627+0000 mon.b (mon.2) 821 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:36.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.372158+0000 mon.b (mon.2) 822 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:04:36.502 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[78949]: audit 2023-12-06T07:04:35.374069+0000 mon.b (mon.2) 823 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-06T07:04:36.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: cephadm 2023-12-06T07:04:34.153315+0000 mgr.y (mgr.25474) 760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: cephadm 2023-12-06T07:04:34.249211+0000 mgr.y (mgr.25474) 761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: cephadm 2023-12-06T07:04:34.356925+0000 mgr.y (mgr.25474) 762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: cephadm 2023-12-06T07:04:34.452103+0000 mgr.y (mgr.25474) 763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: cephadm 2023-12-06T07:04:34.536898+0000 mgr.y (mgr.25474) 764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: cephadm 2023-12-06T07:04:34.632014+0000 mgr.y (mgr.25474) 765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: cluster 2023-12-06T07:04:34.709469+0000 mgr.y (mgr.25474) 766 : 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-06T07:04:36.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: cephadm 2023-12-06T07:04:34.727840+0000 mgr.y (mgr.25474) 767 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: cephadm 2023-12-06T07:04:34.827181+0000 mgr.y (mgr.25474) 768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: cephadm 2023-12-06T07:04:34.909349+0000 mgr.y (mgr.25474) 769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: cephadm 2023-12-06T07:04:35.007606+0000 mgr.y (mgr.25474) 770 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:36.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.091634+0000 mon.b (mon.2) 808 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:36.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.095567+0000 mon.b (mon.2) 809 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:36.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.099158+0000 mon.b (mon.2) 810 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:36.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.100531+0000 mon.b (mon.2) 811 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:36.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.104448+0000 mon.a (mon.0) 669 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.195786+0000 mon.b (mon.2) 812 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:36.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.199161+0000 mon.b (mon.2) 813 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:36.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.202785+0000 mon.b (mon.2) 814 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:36.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.204518+0000 mon.b (mon.2) 815 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:36.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.207929+0000 mon.a (mon.0) 670 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.283238+0000 mon.b (mon.2) 816 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:36.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.286374+0000 mon.b (mon.2) 817 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:36.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.289626+0000 mon.b (mon.2) 818 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:36.504 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.291122+0000 mon.b (mon.2) 819 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:36.504 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.296384+0000 mon.a (mon.0) 671 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.504 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.335774+0000 mon.a (mon.0) 672 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.504 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.350808+0000 mon.a (mon.0) 673 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.504 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.361822+0000 mon.a (mon.0) 674 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:36.504 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.366502+0000 mon.b (mon.2) 820 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:04:36.504 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.369627+0000 mon.b (mon.2) 821 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:36.504 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.372158+0000 mon.b (mon.2) 822 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:04:36.504 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[84914]: audit 2023-12-06T07:04:35.374069+0000 mon.b (mon.2) 823 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-06T07:04:36.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:36 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:04:36] "GET /metrics HTTP/1.1" 200 38093 "" "Prometheus/2.33.4" 2023-12-06T07:04:37.270 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:37 smithi040 bash[78949]: cephadm 2023-12-06T07:04:35.107346+0000 mgr.y (mgr.25474) 771 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:37.271 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:37 smithi040 bash[78949]: cephadm 2023-12-06T07:04:35.211667+0000 mgr.y (mgr.25474) 772 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:37.271 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:37 smithi040 bash[78949]: cephadm 2023-12-06T07:04:35.299056+0000 mgr.y (mgr.25474) 773 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:37.271 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:37 smithi040 bash[78949]: cephadm 2023-12-06T07:04:35.371754+0000 mgr.y (mgr.25474) 774 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-06T07:04:37.271 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:37 smithi040 bash[84914]: cephadm 2023-12-06T07:04:35.107346+0000 mgr.y (mgr.25474) 771 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:37.271 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:37 smithi040 bash[84914]: cephadm 2023-12-06T07:04:35.211667+0000 mgr.y (mgr.25474) 772 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:37.271 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:37 smithi040 bash[84914]: cephadm 2023-12-06T07:04:35.299056+0000 mgr.y (mgr.25474) 773 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:37.271 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:37 smithi040 bash[84914]: cephadm 2023-12-06T07:04:35.371754+0000 mgr.y (mgr.25474) 774 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-06T07:04:37.367 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:37 smithi141 bash[25168]: cephadm 2023-12-06T07:04:35.107346+0000 mgr.y (mgr.25474) 771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:37.367 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:37 smithi141 bash[25168]: cephadm 2023-12-06T07:04:35.211667+0000 mgr.y (mgr.25474) 772 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:37.367 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:37 smithi141 bash[25168]: cephadm 2023-12-06T07:04:35.299056+0000 mgr.y (mgr.25474) 773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:37.368 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:37 smithi141 bash[25168]: cephadm 2023-12-06T07:04:35.371754+0000 mgr.y (mgr.25474) 774 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-06T07:04:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:38 smithi040 bash[78949]: cluster 2023-12-06T07:04:36.710188+0000 mgr.y (mgr.25474) 775 : 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-06T07:04:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:38 smithi040 bash[78949]: audit 2023-12-06T07:04:37.771850+0000 mon.b (mon.2) 824 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:04:38.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:38 smithi040 bash[84914]: cluster 2023-12-06T07:04:36.710188+0000 mgr.y (mgr.25474) 775 : 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-06T07:04:38.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:38 smithi040 bash[84914]: audit 2023-12-06T07:04:37.771850+0000 mon.b (mon.2) 824 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:04:38.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:38 smithi141 bash[25168]: cluster 2023-12-06T07:04:36.710188+0000 mgr.y (mgr.25474) 775 : 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-06T07:04:38.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:38 smithi141 bash[25168]: audit 2023-12-06T07:04:37.771850+0000 mon.b (mon.2) 824 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:04:38.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:04:38 smithi141 bash[61993]: ts=2023-12-06T07:04: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:04:39.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:39 smithi141 bash[25168]: cephadm 2023-12-06T07:04:38.149501+0000 mgr.y (mgr.25474) 776 : cephadm [INF] Upgrade: Updating mon.b 2023-12-06T07:04:39.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:39 smithi141 bash[25168]: audit 2023-12-06T07:04:38.158905+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:39.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:39 smithi141 bash[25168]: audit 2023-12-06T07:04:38.167984+0000 mon.b (mon.2) 825 : audit [INF] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:04:39.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:39 smithi141 bash[25168]: audit 2023-12-06T07:04:38.170017+0000 mon.b (mon.2) 826 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:04:39.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:39 smithi141 bash[25168]: cephadm 2023-12-06T07:04:38.170604+0000 mgr.y (mgr.25474) 777 : cephadm [INF] Deploying daemon mon.b on smithi141 2023-12-06T07:04:39.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:39 smithi141 bash[25168]: audit 2023-12-06T07:04:38.171873+0000 mon.b (mon.2) 827 : audit [DBG] from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:39.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:39 smithi141 bash[25168]: audit 2023-12-06T07:04:38.680122+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:39.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:39 smithi141 bash[25168]: audit 2023-12-06T07:04:38.696487+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:39.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:39 smithi141 bash[25168]: audit 2023-12-06T07:04:38.709704+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:39.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:39 smithi141 bash[25168]: cluster 2023-12-06T07:04:38.711680+0000 mgr.y (mgr.25474) 778 : 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-06T07:04:39.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[84914]: cephadm 2023-12-06T07:04:38.149501+0000 mgr.y (mgr.25474) 776 : cephadm 1 Upgrade: Updating mon.b 2023-12-06T07:04:39.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[84914]: audit 2023-12-06T07:04:38.158905+0000 mon.a (mon.0) 675 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:39.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[84914]: audit 2023-12-06T07:04:38.167984+0000 mon.b (mon.2) 825 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:04:39.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[84914]: audit 2023-12-06T07:04:38.170017+0000 mon.b (mon.2) 826 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:04:39.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[84914]: cephadm 2023-12-06T07:04:38.170604+0000 mgr.y (mgr.25474) 777 : cephadm 1 Deploying daemon mon.b on smithi141 2023-12-06T07:04:39.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[84914]: audit 2023-12-06T07:04:38.171873+0000 mon.b (mon.2) 827 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:39.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[84914]: audit 2023-12-06T07:04:38.680122+0000 mon.a (mon.0) 676 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:39.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[84914]: audit 2023-12-06T07:04:38.696487+0000 mon.a (mon.0) 677 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:39.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[84914]: audit 2023-12-06T07:04:38.709704+0000 mon.a (mon.0) 678 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:39.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[84914]: cluster 2023-12-06T07:04:38.711680+0000 mgr.y (mgr.25474) 778 : 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-06T07:04:39.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[78949]: cephadm 2023-12-06T07:04:38.149501+0000 mgr.y (mgr.25474) 776 : cephadm 1 Upgrade: Updating mon.b 2023-12-06T07:04:39.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[78949]: audit 2023-12-06T07:04:38.158905+0000 mon.a (mon.0) 675 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:39.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[78949]: audit 2023-12-06T07:04:38.167984+0000 mon.b (mon.2) 825 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:04:39.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[78949]: audit 2023-12-06T07:04:38.170017+0000 mon.b (mon.2) 826 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:04:39.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[78949]: cephadm 2023-12-06T07:04:38.170604+0000 mgr.y (mgr.25474) 777 : cephadm 1 Deploying daemon mon.b on smithi141 2023-12-06T07:04:39.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[78949]: audit 2023-12-06T07:04:38.171873+0000 mon.b (mon.2) 827 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:39.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[78949]: audit 2023-12-06T07:04:38.680122+0000 mon.a (mon.0) 676 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:39.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[78949]: audit 2023-12-06T07:04:38.696487+0000 mon.a (mon.0) 677 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:39.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[78949]: audit 2023-12-06T07:04:38.709704+0000 mon.a (mon.0) 678 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:39.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:39 smithi040 bash[78949]: cluster 2023-12-06T07:04:38.711680+0000 mgr.y (mgr.25474) 778 : 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-06T07:04:41.370 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:41 smithi141 systemd[1]: Stopping Ceph mon.b for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:04:41.509 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:41 smithi040 bash[75188]: [06/Dec/2023:07:04:41] ENGINE Bus STOPPING 2023-12-06T07:04:41.509 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:41 smithi040 bash[75188]: [06/Dec/2023:07:04:41] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T07:04:41.509 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:41 smithi040 bash[75188]: [06/Dec/2023:07:04:41] ENGINE Bus STOPPED 2023-12-06T07:04:41.509 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:41 smithi040 bash[75188]: [06/Dec/2023:07:04:41] ENGINE Bus STARTING 2023-12-06T07:04:41.688 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:41 smithi141 bash[25168]: debug 2023-12-06T07:04:41.362+0000 7fb6c9e9f700 -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-06T07:04:41.688 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:41 smithi141 bash[25168]: debug 2023-12-06T07:04:41.362+0000 7fb6c9e9f700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-06T07:04:41.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:41 smithi040 bash[75188]: [06/Dec/2023:07:04:41] ENGINE Serving on http://:::9283 2023-12-06T07:04:41.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:41 smithi040 bash[75188]: [06/Dec/2023:07:04:41] ENGINE Bus STARTED 2023-12-06T07:04:42.127 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:42 smithi141 bash[71915]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mon-b 2023-12-06T07:04:42.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:42 smithi141 bash[72126]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mon-b 2023-12-06T07:04:42.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:42 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.b.service: Succeeded. 2023-12-06T07:04:42.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:42 smithi141 systemd[1]: Stopped Ceph mon.b for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:04:42.810 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:42 smithi141 systemd[1]: Started Ceph mon.b for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:04:44.653 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.466+0000 7f2d78ae8c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T07:04:44.653 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.466+0000 7f2d78ae8c80 0 ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev), process ceph-mon, pid 7 2023-12-06T07:04:44.653 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.466+0000 7f2d78ae8c80 0 pidfile_write: ignore empty --pid-file 2023-12-06T07:04:44.653 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 0 load: jerasure load: lrc 2023-12-06T07:04:44.653 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-06T07:04:44.653 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Git sha 0 2023-12-06T07:04:44.653 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Compile date 2023-12-06 02:25:46 2023-12-06T07:04:44.653 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: DB SUMMARY 2023-12-06T07:04:44.653 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: DB Session ID: 9DF5K2BVP4PJL6ZYUEV2 2023-12-06T07:04:44.653 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: CURRENT file: CURRENT 2023-12-06T07:04:44.653 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T07:04:44.653 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 2841 Bytes 2023-12-06T07:04:44.654 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000054.sst 2023-12-06T07:04:44.654 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000052.log size: 828615 ; 2023-12-06T07:04:44.654 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.error_if_exists: 0 2023-12-06T07:04:44.654 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.create_if_missing: 0 2023-12-06T07:04:44.654 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T07:04:44.654 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-06T07:04:44.654 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T07:04:44.654 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-06T07:04:44.654 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.env: 0x555a8ade5a60 2023-12-06T07:04:44.654 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-06T07:04:44.654 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.info_log: 0x555a8bf0f780 2023-12-06T07:04:44.654 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T07:04:44.654 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.statistics: (nil) 2023-12-06T07:04:44.654 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.use_fsync: 0 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.db_log_dir: 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.wal_dir: 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T07:04:44.655 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T07:04:44.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T07:04:44.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T07:04:44.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T07:04:44.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T07:04:44.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T07:04:44.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.write_buffer_manager: 0x555a8bee2f00 2023-12-06T07:04:44.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T07:04:44.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T07:04:44.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T07:04:44.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T07:04:44.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T07:04:44.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T07:04:44.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T07:04:44.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T07:04:44.656 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.unordered_write: 0 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.row_cache: None 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.wal_filter: None 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.two_write_queues: 0 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.wal_compression: 0 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.atomic_flush: 0 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T07:04:44.657 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T07:04:44.658 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_open_files: -1 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Compression algorithms supported: 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: kZSTD supported: 0 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: kXpressCompression supported: 0 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: kZlibCompression supported: 1 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T07:04:44.659 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T07:04:44.660 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T07:04:44.660 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T07:04:44.660 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-06T07:04:44.660 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2023-12-06T07:04:44.661 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-06T07:04:44.661 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T07:04:44.661 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.merge_operator: 2023-12-06T07:04:44.662 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compaction_filter: None 2023-12-06T07:04:44.662 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T07:04:44.662 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555a8bf0f8a0) 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: cache_index_and_filter_blocks: 1 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: pin_top_level_index_and_filter: 1 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: index_type: 0 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: data_block_index_type: 0 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: index_shortening: 1 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: checksum: 4 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: no_block_cache: 0 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: block_cache: 0x555a8bf63090 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: block_cache_name: BinnedLRUCache 2023-12-06T07:04:44.663 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: block_cache_options: 2023-12-06T07:04:44.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: capacity : 536870912 2023-12-06T07:04:44.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: num_shard_bits : 4 2023-12-06T07:04:44.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: strict_capacity_limit : 0 2023-12-06T07:04:44.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: high_pri_pool_ratio: 0.000 2023-12-06T07:04:44.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: block_cache_compressed: (nil) 2023-12-06T07:04:44.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: persistent_cache: (nil) 2023-12-06T07:04:44.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: block_size: 4096 2023-12-06T07:04:44.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: block_size_deviation: 10 2023-12-06T07:04:44.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: block_restart_interval: 16 2023-12-06T07:04:44.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: index_block_restart_interval: 1 2023-12-06T07:04:44.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: metadata_block_size: 4096 2023-12-06T07:04:44.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: partition_filters: 0 2023-12-06T07:04:44.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: use_delta_encoding: 1 2023-12-06T07:04:44.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: filter_policy: bloomfilter 2023-12-06T07:04:44.664 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: whole_key_filtering: 1 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: verify_compression: 0 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: read_amp_bytes_per_bit: 0 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: format_version: 5 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: enable_index_compression: 1 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: block_align: 0 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: max_auto_readahead_size: 262144 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: prepopulate_block_cache: 0 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: initial_auto_readahead_size: 8192 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: num_file_reads_for_auto_readahead: 2 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compression: NoCompression 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T07:04:44.665 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.num_levels: 7 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T07:04:44.666 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T07:04:44.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:04:44.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-06T07:04:44.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T07:04:44.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T07:04:44.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-06T07:04:44.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T07:04:44.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T07:04:44.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T07:04:44.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T07:04:44.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T07:04:44.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T07:04:44.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T07:04:44.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T07:04:44.667 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T07:04:44.668 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.table_properties_collectors: 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.bloom_locality: 0 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T07:04:44.669 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T07:04:44.670 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T07:04:44.670 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T07:04:44.670 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.ttl: 2592000 2023-12-06T07:04:44.670 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T07:04:44.670 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-06T07:04:44.670 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-06T07:04:44.670 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.enable_blob_files: false 2023-12-06T07:04:44.670 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.min_blob_size: 0 2023-12-06T07:04:44.670 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T07:04:44.670 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T07:04:44.670 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T07:04:44.670 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T07:04:44.670 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-06T07:04:44.670 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-06T07:04:44.670 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-06T07:04:44.671 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.470+0000 7f2d78ae8c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-06T07:04:44.671 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.474+0000 7f2d6e2b1700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 54.sst 2023-12-06T07:04:44.671 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.474+0000 7f2d78ae8c80 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-06T07:04:44.671 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.474+0000 7f2d78ae8c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 56, last_sequence is 33459, log_number is 52,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T07:04:44.671 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.474+0000 7f2d78ae8c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 52 2023-12-06T07:04:44.671 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.474+0000 7f2d78ae8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fb03a286-35f2-462c-af6e-999d6639501b 2023-12-06T07:04:44.671 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.474+0000 7f2d78ae8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701846284478765, "job": 1, "event": "recovery_started", "wal_files": [52]} 2023-12-06T07:04:44.671 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.474+0000 7f2d78ae8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #52 mode 2 2023-12-06T07:04:44.671 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.478+0000 7f2d78ae8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701846284483190, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 57, "file_size": 527765, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 33456, "largest_seqno": 34089, "table_properties": {"data_size": 524554, "index_size": 1301, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 901, "raw_key_size": 8880, "raw_average_key_size": 25, "raw_value_size": 518087, "raw_average_value_size": 1459, "num_data_blocks": 53, "num_entries": 355, "num_filter_entries": 355, "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": 1701846284, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fb03a286-35f2-462c-af6e-999d6639501b", "db_session_id": "9DF5K2BVP4PJL6ZYUEV2", "orig_file_number": 57, "seqno_to_time_mapping": "N/A"}} 2023-12-06T07:04:44.671 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.478+0000 7f2d78ae8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701846284483325, "job": 1, "event": "recovery_finished"} 2023-12-06T07:04:44.671 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.478+0000 7f2d78ae8c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 59 2023-12-06T07:04:44.671 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.478+0000 7f2d78ae8c80 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-06T07:04:44.671 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.482+0000 7f2d78ae8c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000052.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-06T07:04:44.671 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.482+0000 7f2d78ae8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555a8c002000 2023-12-06T07:04:44.671 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.482+0000 7f2d78ae8c80 4 rocksdb: DB pointer 0x555a8bff0000 2023-12-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.482+0000 7f2d672a3700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.482+0000 7f2d672a3700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: ** DB Stats ** 2023-12-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: 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-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: 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-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: ** Compaction Stats [default] ** 2023-12-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: 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-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: L0 1/0 515.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 225.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: L6 1/0 9.30 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-06T07:04:44.672 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: Sum 2/0 9.80 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 225.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 225.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: ** Compaction Stats [default] ** 2023-12-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: 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-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 225.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: Cumulative compaction: 0.00 GB write, 50.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: Interval compaction: 0.00 GB write, 50.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: 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-06T07:04:44.673 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: Block cache BinnedLRUCache@0x555a8bf63090#7 capacity: 512.00 MB usage: 2.48 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.2e-05 secs_since: 0 2023-12-06T07:04:44.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: Block cache entry stats(count,size,portion): FilterBlock(1,1.03 KB,0.000196695%) IndexBlock(1,1.45 KB,0.000277162%) Misc(1,0.00 KB,0%) 2023-12-06T07:04:44.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T07:04:44.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.482+0000 7f2d78ae8c80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0] at bind addrs [v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T07:04:44.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.482+0000 7f2d78ae8c80 1 mon.b@-1(???) e3 preinit fsid f675b9d0-9402-11ee-95a2-87774f69a715 2023-12-06T07:04:44.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.486+0000 7f2d78ae8c80 0 mon.b@-1(???).mds e1 new map 2023-12-06T07:04:44.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.486+0000 7f2d78ae8c80 0 mon.b@-1(???).mds e1 print_map 2023-12-06T07:04:44.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: e1 2023-12-06T07:04:44.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T07:04:44.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: 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-06T07:04:44.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: legacy client fscid: -1 2023-12-06T07:04:44.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: 2023-12-06T07:04:44.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: No filesystems configured 2023-12-06T07:04:44.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.486+0000 7f2d78ae8c80 0 mon.b@-1(???).osd e107 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-06T07:04:44.674 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.486+0000 7f2d78ae8c80 0 mon.b@-1(???).osd e107 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:04:44.675 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.486+0000 7f2d78ae8c80 0 mon.b@-1(???).osd e107 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:04:44.675 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.486+0000 7f2d78ae8c80 0 mon.b@-1(???).osd e107 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:04:44.675 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:44 smithi141 bash[72190]: debug 2023-12-06T07:04:44.490+0000 7f2d78ae8c80 1 mon.b@-1(???).paxosservice(auth 1..28) refresh upgraded, format 0 -> 3 2023-12-06T07:04:45.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:44 smithi040 bash[78949]: cluster 2023-12-06T07:04:40.712427+0000 mgr.y (mgr.25474) 779 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:04:45.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:44 smithi040 bash[78949]: audit 2023-12-06T07:04:40.977973+0000 mon.a (mon.0) 679 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:45.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:44 smithi040 bash[78949]: audit 2023-12-06T07:04:40.993996+0000 mon.a (mon.0) 680 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:45.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:44 smithi040 bash[78949]: audit 2023-12-06T07:04:41.006057+0000 mon.a (mon.0) 681 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:45.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:44 smithi040 bash[78949]: audit 2023-12-06T07:04:41.381250+0000 mon.a (mon.0) 682 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:04:45.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:45 smithi040 bash[78949]: audit 2023-12-06T07:04:41.381627+0000 mon.a (mon.0) 683 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:04:45.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:45 smithi040 bash[78949]: audit 2023-12-06T07:04:41.381825+0000 mon.a (mon.0) 684 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:04:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:45 smithi040 bash[84914]: cluster 2023-12-06T07:04:40.712427+0000 mgr.y (mgr.25474) 779 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:04:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:45 smithi040 bash[84914]: audit 2023-12-06T07:04:40.977973+0000 mon.a (mon.0) 679 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:45 smithi040 bash[84914]: audit 2023-12-06T07:04:40.993996+0000 mon.a (mon.0) 680 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:45 smithi040 bash[84914]: audit 2023-12-06T07:04:41.006057+0000 mon.a (mon.0) 681 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:45 smithi040 bash[84914]: audit 2023-12-06T07:04:41.381250+0000 mon.a (mon.0) 682 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:04:45.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:45 smithi040 bash[84914]: audit 2023-12-06T07:04:41.381627+0000 mon.a (mon.0) 683 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:04:45.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:45 smithi040 bash[84914]: audit 2023-12-06T07:04:41.381825+0000 mon.a (mon.0) 684 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:04:45.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:45 smithi141 bash[72190]: cluster 2023-12-06T07:04:40.712427+0000 mgr.y (mgr.25474) 779 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:04:45.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:45 smithi141 bash[72190]: audit 2023-12-06T07:04:40.977973+0000 mon.a (mon.0) 679 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:45.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:45 smithi141 bash[72190]: audit 2023-12-06T07:04:40.993996+0000 mon.a (mon.0) 680 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:45.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:45 smithi141 bash[72190]: audit 2023-12-06T07:04:41.006057+0000 mon.a (mon.0) 681 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-06T07:04:45.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:45 smithi141 bash[72190]: audit 2023-12-06T07:04:41.381250+0000 mon.a (mon.0) 682 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:04:45.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:45 smithi141 bash[72190]: audit 2023-12-06T07:04:41.381627+0000 mon.a (mon.0) 683 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:04:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:45 smithi141 bash[72190]: audit 2023-12-06T07:04:41.381825+0000 mon.a (mon.0) 684 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:04:46.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: cluster 2023-12-06T07:04:44.714961+0000 mgr.y (mgr.25474) 782 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:04:46.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: cluster 2023-12-06T07:04:45.015006+0000 mon.a (mon.0) 691 : cluster 1 overall HEALTH_OK 2023-12-06T07:04:46.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: audit 2023-12-06T07:04:45.015668+0000 mon.a (mon.0) 692 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:04:46.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: cluster 2023-12-06T07:04:45.015992+0000 mon.a (mon.0) 693 : cluster 1 mon.a calling monitor election 2023-12-06T07:04:46.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: cluster 2023-12-06T07:04:45.016057+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2023-12-06T07:04:46.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: audit 2023-12-06T07:04:45.017661+0000 mon.a (mon.0) 694 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:04:46.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: audit 2023-12-06T07:04:45.017987+0000 mon.a (mon.0) 695 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:04:46.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: cluster 2023-12-06T07:04:45.019073+0000 mon.a (mon.0) 696 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:04:46.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: cluster 2023-12-06T07:04:45.019223+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-06T07:04:46.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: cluster 2023-12-06T07:04:45.024927+0000 mon.a (mon.0) 697 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],b=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:04:46.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: cluster 2023-12-06T07:04:45.025585+0000 mon.a (mon.0) 698 : cluster 0 fsmap 2023-12-06T07:04:46.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: cluster 2023-12-06T07:04:45.025641+0000 mon.a (mon.0) 699 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T07:04:46.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: cluster 2023-12-06T07:04:45.026133+0000 mon.a (mon.0) 700 : cluster 0 mgrmap e45: y(active, since 112s), standbys: x 2023-12-06T07:04:46.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: cluster 2023-12-06T07:04:45.032163+0000 mon.a (mon.0) 701 : cluster 1 overall HEALTH_OK 2023-12-06T07:04:46.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: audit 2023-12-06T07:04:45.037395+0000 mon.a (mon.0) 702 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: audit 2023-12-06T07:04:45.043963+0000 mon.a (mon.0) 703 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: audit 2023-12-06T07:04:45.051151+0000 mon.a (mon.0) 704 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: audit 2023-12-06T07:04:45.058068+0000 mon.a (mon.0) 705 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: audit 2023-12-06T07:04:45.063483+0000 mon.a (mon.0) 706 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: audit 2023-12-06T07:04:45.109234+0000 mon.a (mon.0) 707 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:46.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: audit 2023-12-06T07:04:45.111096+0000 mon.a (mon.0) 708 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:46.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: audit 2023-12-06T07:04:45.122153+0000 mon.a (mon.0) 709 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: audit 2023-12-06T07:04:45.189817+0000 mon.a (mon.0) 710 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:04:46.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: audit 2023-12-06T07:04:45.191664+0000 mon.a (mon.0) 711 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:04:46.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:46 smithi141 bash[72190]: audit 2023-12-06T07:04:45.193364+0000 mon.a (mon.0) 712 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: cluster 2023-12-06T07:04:44.714961+0000 mgr.y (mgr.25474) 782 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:04:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: cluster 2023-12-06T07:04:45.015006+0000 mon.a (mon.0) 691 : cluster 1 overall HEALTH_OK 2023-12-06T07:04:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: audit 2023-12-06T07:04:45.015668+0000 mon.a (mon.0) 692 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:04:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: cluster 2023-12-06T07:04:45.015992+0000 mon.a (mon.0) 693 : cluster 1 mon.a calling monitor election 2023-12-06T07:04:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: cluster 2023-12-06T07:04:45.016057+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2023-12-06T07:04:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: audit 2023-12-06T07:04:45.017661+0000 mon.a (mon.0) 694 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:04:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: audit 2023-12-06T07:04:45.017987+0000 mon.a (mon.0) 695 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:04:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: cluster 2023-12-06T07:04:45.019073+0000 mon.a (mon.0) 696 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:04:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: cluster 2023-12-06T07:04:45.019223+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-06T07:04:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: cluster 2023-12-06T07:04:45.024927+0000 mon.a (mon.0) 697 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],b=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:04:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: cluster 2023-12-06T07:04:45.025585+0000 mon.a (mon.0) 698 : cluster 0 fsmap 2023-12-06T07:04:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: cluster 2023-12-06T07:04:45.025641+0000 mon.a (mon.0) 699 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T07:04:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: cluster 2023-12-06T07:04:45.026133+0000 mon.a (mon.0) 700 : cluster 0 mgrmap e45: y(active, since 112s), standbys: x 2023-12-06T07:04:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: cluster 2023-12-06T07:04:45.032163+0000 mon.a (mon.0) 701 : cluster 1 overall HEALTH_OK 2023-12-06T07:04:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: audit 2023-12-06T07:04:45.037395+0000 mon.a (mon.0) 702 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: audit 2023-12-06T07:04:45.043963+0000 mon.a (mon.0) 703 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: audit 2023-12-06T07:04:45.051151+0000 mon.a (mon.0) 704 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: audit 2023-12-06T07:04:45.058068+0000 mon.a (mon.0) 705 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: audit 2023-12-06T07:04:45.063483+0000 mon.a (mon.0) 706 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: audit 2023-12-06T07:04:45.109234+0000 mon.a (mon.0) 707 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: audit 2023-12-06T07:04:45.111096+0000 mon.a (mon.0) 708 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: audit 2023-12-06T07:04:45.122153+0000 mon.a (mon.0) 709 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: audit 2023-12-06T07:04:45.189817+0000 mon.a (mon.0) 710 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:04:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: audit 2023-12-06T07:04:45.191664+0000 mon.a (mon.0) 711 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:04:46.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[78949]: audit 2023-12-06T07:04:45.193364+0000 mon.a (mon.0) 712 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: cluster 2023-12-06T07:04:44.714961+0000 mgr.y (mgr.25474) 782 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:04:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: cluster 2023-12-06T07:04:45.015006+0000 mon.a (mon.0) 691 : cluster 1 overall HEALTH_OK 2023-12-06T07:04:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: audit 2023-12-06T07:04:45.015668+0000 mon.a (mon.0) 692 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:04:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: cluster 2023-12-06T07:04:45.015992+0000 mon.a (mon.0) 693 : cluster 1 mon.a calling monitor election 2023-12-06T07:04:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: cluster 2023-12-06T07:04:45.016057+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2023-12-06T07:04:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: audit 2023-12-06T07:04:45.017661+0000 mon.a (mon.0) 694 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:04:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: audit 2023-12-06T07:04:45.017987+0000 mon.a (mon.0) 695 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:04:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: cluster 2023-12-06T07:04:45.019073+0000 mon.a (mon.0) 696 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:04:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: cluster 2023-12-06T07:04:45.019223+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-06T07:04:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: cluster 2023-12-06T07:04:45.024927+0000 mon.a (mon.0) 697 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],b=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0],c=[v2:172.21.15.40:3301/0,v1:172.21.15.40:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:04:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: cluster 2023-12-06T07:04:45.025585+0000 mon.a (mon.0) 698 : cluster 0 fsmap 2023-12-06T07:04:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: cluster 2023-12-06T07:04:45.025641+0000 mon.a (mon.0) 699 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T07:04:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: cluster 2023-12-06T07:04:45.026133+0000 mon.a (mon.0) 700 : cluster 0 mgrmap e45: y(active, since 112s), standbys: x 2023-12-06T07:04:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: cluster 2023-12-06T07:04:45.032163+0000 mon.a (mon.0) 701 : cluster 1 overall HEALTH_OK 2023-12-06T07:04:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: audit 2023-12-06T07:04:45.037395+0000 mon.a (mon.0) 702 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: audit 2023-12-06T07:04:45.043963+0000 mon.a (mon.0) 703 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: audit 2023-12-06T07:04:45.051151+0000 mon.a (mon.0) 704 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: audit 2023-12-06T07:04:45.058068+0000 mon.a (mon.0) 705 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: audit 2023-12-06T07:04:45.063483+0000 mon.a (mon.0) 706 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: audit 2023-12-06T07:04:45.109234+0000 mon.a (mon.0) 707 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: audit 2023-12-06T07:04:45.111096+0000 mon.a (mon.0) 708 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:04:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: audit 2023-12-06T07:04:45.122153+0000 mon.a (mon.0) 709 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: audit 2023-12-06T07:04:45.189817+0000 mon.a (mon.0) 710 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:04:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: audit 2023-12-06T07:04:45.191664+0000 mon.a (mon.0) 711 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:04:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[84914]: audit 2023-12-06T07:04:45.193364+0000 mon.a (mon.0) 712 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:46.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:46 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:04:46] "GET /metrics HTTP/1.1" 200 38159 "" "Prometheus/2.33.4" 2023-12-06T07:04:47.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:47 smithi040 bash[78949]: cephadm 2023-12-06T07:04:45.123028+0000 mgr.y (mgr.25474) 783 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:47 smithi040 bash[78949]: cephadm 2023-12-06T07:04:45.189174+0000 mgr.y (mgr.25474) 784 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-06T07:04:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:47 smithi040 bash[78949]: cephadm 2023-12-06T07:04:45.195236+0000 mgr.y (mgr.25474) 785 : cephadm 1 Reconfiguring daemon mon.a on smithi040 2023-12-06T07:04:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:47 smithi040 bash[84914]: cephadm 2023-12-06T07:04:45.123028+0000 mgr.y (mgr.25474) 783 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:47 smithi040 bash[84914]: cephadm 2023-12-06T07:04:45.189174+0000 mgr.y (mgr.25474) 784 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-06T07:04:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:47 smithi040 bash[84914]: cephadm 2023-12-06T07:04:45.195236+0000 mgr.y (mgr.25474) 785 : cephadm 1 Reconfiguring daemon mon.a on smithi040 2023-12-06T07:04:47.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:47 smithi141 bash[72190]: cephadm 2023-12-06T07:04:45.123028+0000 mgr.y (mgr.25474) 783 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:04:47.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:47 smithi141 bash[72190]: cephadm 2023-12-06T07:04:45.189174+0000 mgr.y (mgr.25474) 784 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-06T07:04:47.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:47 smithi141 bash[72190]: cephadm 2023-12-06T07:04:45.195236+0000 mgr.y (mgr.25474) 785 : cephadm 1 Reconfiguring daemon mon.a on smithi040 2023-12-06T07:04:47.982 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:04:48.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:48 smithi040 bash[84914]: cluster 2023-12-06T07:04:46.715868+0000 mgr.y (mgr.25474) 786 : cluster 0 pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:04:48.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:48 smithi040 bash[84914]: audit 2023-12-06T07:04:47.395567+0000 mon.a (mon.0) 713 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:48 smithi040 bash[84914]: audit 2023-12-06T07:04:47.406245+0000 mon.a (mon.0) 714 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:48 smithi040 bash[84914]: audit 2023-12-06T07:04:47.415733+0000 mon.a (mon.0) 715 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:04:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:48 smithi040 bash[84914]: audit 2023-12-06T07:04:47.417752+0000 mon.a (mon.0) 716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:04:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:48 smithi040 bash[84914]: audit 2023-12-06T07:04:47.419375+0000 mon.a (mon.0) 717 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:48 smithi040 bash[78949]: cluster 2023-12-06T07:04:46.715868+0000 mgr.y (mgr.25474) 786 : cluster 0 pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:04:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:48 smithi040 bash[78949]: audit 2023-12-06T07:04:47.395567+0000 mon.a (mon.0) 713 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:48 smithi040 bash[78949]: audit 2023-12-06T07:04:47.406245+0000 mon.a (mon.0) 714 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:48 smithi040 bash[78949]: audit 2023-12-06T07:04:47.415733+0000 mon.a (mon.0) 715 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:04:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:48 smithi040 bash[78949]: audit 2023-12-06T07:04:47.417752+0000 mon.a (mon.0) 716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:04:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:48 smithi040 bash[78949]: audit 2023-12-06T07:04:47.419375+0000 mon.a (mon.0) 717 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:48 smithi141 bash[72190]: cluster 2023-12-06T07:04:46.715868+0000 mgr.y (mgr.25474) 786 : cluster 0 pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:04:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:48 smithi141 bash[72190]: audit 2023-12-06T07:04:47.395567+0000 mon.a (mon.0) 713 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:48 smithi141 bash[72190]: audit 2023-12-06T07:04:47.406245+0000 mon.a (mon.0) 714 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:48 smithi141 bash[72190]: audit 2023-12-06T07:04:47.415733+0000 mon.a (mon.0) 715 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:04:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:48 smithi141 bash[72190]: audit 2023-12-06T07:04:47.417752+0000 mon.a (mon.0) 716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:04:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:48 smithi141 bash[72190]: audit 2023-12-06T07:04:47.419375+0000 mon.a (mon.0) 717 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:48.761 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:04:48.761 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 10s ago 17m - - 2023-12-06T07:04:48.761 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 6s ago 17m - - 2023-12-06T07:04:48.761 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (4m) 10s ago 10m 16.0M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:04:48.761 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (3m) 6s ago 10m 43.0M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:04:48.762 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (2m) 10s ago 8m 46.2M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:04:48.762 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (62s) 6s ago 16m 431M - 19.0.0-26-g0482646f 26bb7d89db2e 345817faf911 2023-12-06T07:04:48.762 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (2m) 10s ago 18m 499M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:04:48.762 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (2m) 10s ago 19m 56.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:04:48.762 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 starting - - - 2048M 2023-12-06T07:04:48.762 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (25s) 10s ago 17m 34.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e f003381b7d99 2023-12-06T07:04:48.762 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (4m) 10s ago 10m 14.4M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:04:48.762 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (3m) 6s ago 10m 11.1M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:04:48.762 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (16m) 10s ago 16m 60.3M 4096M 17.2.0 e1d6a67b021e fa89468afe64 2023-12-06T07:04:48.762 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (15m) 10s ago 15m 59.4M 4096M 17.2.0 e1d6a67b021e f21c73c261bf 2023-12-06T07:04:48.762 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (15m) 10s ago 15m 54.1M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T07:04:48.762 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (14m) 10s ago 14m 58.0M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T07:04:48.762 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (13m) 6s ago 13m 61.3M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T07:04:48.762 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (13m) 6s ago 13m 55.6M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:04:48.762 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (12m) 6s ago 12m 54.2M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:04:48.763 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (11m) 6s ago 11m 58.2M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:04:48.763 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (2m) 6s ago 11m 60.0M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:04:48.763 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (8m) 10s ago 8m 87.9M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:04:48.763 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (8m) 6s ago 8m 87.1M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:04:48.763 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (8m) 10s ago 8m 87.5M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:04:48.763 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (8m) 6s ago 8m 87.4M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:04:48.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:04:48 smithi141 bash[61993]: ts=2023-12-06T07:04: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:04:49.227 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:49 smithi040 bash[84914]: cephadm 2023-12-06T07:04:47.415011+0000 mgr.y (mgr.25474) 787 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-06T07:04:49.227 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:49 smithi040 bash[84914]: cephadm 2023-12-06T07:04:47.421294+0000 mgr.y (mgr.25474) 788 : cephadm 1 Reconfiguring daemon mgr.y on smithi040 2023-12-06T07:04:49.227 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:49 smithi040 bash[84914]: audit 2023-12-06T07:04:47.960295+0000 mgr.y (mgr.25474) 789 : audit 0 from='client.34257 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:49.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:49 smithi040 bash[78949]: cephadm 2023-12-06T07:04:47.415011+0000 mgr.y (mgr.25474) 787 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-06T07:04:49.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:49 smithi040 bash[78949]: cephadm 2023-12-06T07:04:47.421294+0000 mgr.y (mgr.25474) 788 : cephadm 1 Reconfiguring daemon mgr.y on smithi040 2023-12-06T07:04:49.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:49 smithi040 bash[78949]: audit 2023-12-06T07:04:47.960295+0000 mgr.y (mgr.25474) 789 : audit 0 from='client.34257 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:49.236 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:04:49.236 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:04:49.236 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:04:49.236 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:04:49.236 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:04:49.236 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:04:49.236 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:04:49.236 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:04:49.236 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:04:49.236 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:04:49.236 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:04:49.237 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:04:49.237 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:04:49.237 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:04:49.237 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-06T07:04:49.237 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T07:04:49.237 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:04:49.237 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:04:49.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:49 smithi141 bash[72190]: cephadm 2023-12-06T07:04:47.415011+0000 mgr.y (mgr.25474) 787 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-06T07:04:49.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:49 smithi141 bash[72190]: cephadm 2023-12-06T07:04:47.421294+0000 mgr.y (mgr.25474) 788 : cephadm 1 Reconfiguring daemon mgr.y on smithi040 2023-12-06T07:04:49.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:49 smithi141 bash[72190]: audit 2023-12-06T07:04:47.960295+0000 mgr.y (mgr.25474) 789 : audit 0 from='client.34257 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:49.632 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:04:49.632 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:04:49.632 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:04:49.632 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:04:49.632 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:04:49.632 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr" 2023-12-06T07:04:49.632 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:04:49.632 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "4/23 daemons upgraded", 2023-12-06T07:04:49.632 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading mon daemons", 2023-12-06T07:04:49.632 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:04:49.632 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:04:49.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:49 smithi040 bash[75188]: debug 2023-12-06T07:04:49.496+0000 7efde2cff700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-12-06T07:04:50.103 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T07:04:50.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:50 smithi141 bash[72190]: audit 2023-12-06T07:04:48.354699+0000 mgr.y (mgr.25474) 790 : audit 0 from='client.54109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:50.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:50 smithi141 bash[72190]: cluster 2023-12-06T07:04:48.717539+0000 mgr.y (mgr.25474) 791 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:04:50.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:50 smithi141 bash[72190]: audit 2023-12-06T07:04:48.729152+0000 mgr.y (mgr.25474) 792 : audit 0 from='client.54115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:50.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:50 smithi141 bash[72190]: audit 2023-12-06T07:04:49.230140+0000 mon.a (mon.0) 718 : audit 0 from='client.? 172.21.15.40:0/2890089797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:50.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:50 smithi141 bash[72190]: audit 2023-12-06T07:04:49.753079+0000 mon.a (mon.0) 719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:50 smithi141 bash[72190]: audit 2023-12-06T07:04:49.760262+0000 mon.a (mon.0) 720 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:50 smithi141 bash[72190]: audit 2023-12-06T07:04:49.791979+0000 mon.a (mon.0) 721 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:04:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:50 smithi141 bash[72190]: audit 2023-12-06T07:04:49.793325+0000 mon.a (mon.0) 722 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:04:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:50 smithi141 bash[72190]: audit 2023-12-06T07:04:49.794600+0000 mon.a (mon.0) 723 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:50.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[84914]: audit 2023-12-06T07:04:48.354699+0000 mgr.y (mgr.25474) 790 : audit 0 from='client.54109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[84914]: cluster 2023-12-06T07:04:48.717539+0000 mgr.y (mgr.25474) 791 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:04:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[84914]: audit 2023-12-06T07:04:48.729152+0000 mgr.y (mgr.25474) 792 : audit 0 from='client.54115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[84914]: audit 2023-12-06T07:04:49.230140+0000 mon.a (mon.0) 718 : audit 0 from='client.? 172.21.15.40:0/2890089797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[84914]: audit 2023-12-06T07:04:49.753079+0000 mon.a (mon.0) 719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[84914]: audit 2023-12-06T07:04:49.760262+0000 mon.a (mon.0) 720 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[84914]: audit 2023-12-06T07:04:49.791979+0000 mon.a (mon.0) 721 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:04:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[84914]: audit 2023-12-06T07:04:49.793325+0000 mon.a (mon.0) 722 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:04:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[84914]: audit 2023-12-06T07:04:49.794600+0000 mon.a (mon.0) 723 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:50.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[78949]: audit 2023-12-06T07:04:48.354699+0000 mgr.y (mgr.25474) 790 : audit 0 from='client.54109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:50.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[78949]: cluster 2023-12-06T07:04:48.717539+0000 mgr.y (mgr.25474) 791 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:04:50.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[78949]: audit 2023-12-06T07:04:48.729152+0000 mgr.y (mgr.25474) 792 : audit 0 from='client.54115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:50.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[78949]: audit 2023-12-06T07:04:49.230140+0000 mon.a (mon.0) 718 : audit 0 from='client.? 172.21.15.40:0/2890089797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:04:50.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[78949]: audit 2023-12-06T07:04:49.753079+0000 mon.a (mon.0) 719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:50.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[78949]: audit 2023-12-06T07:04:49.760262+0000 mon.a (mon.0) 720 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:50.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[78949]: audit 2023-12-06T07:04:49.791979+0000 mon.a (mon.0) 721 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:04:50.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[78949]: audit 2023-12-06T07:04:49.793325+0000 mon.a (mon.0) 722 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:04:50.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:50 smithi040 bash[78949]: audit 2023-12-06T07:04:49.794600+0000 mon.a (mon.0) 723 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:51.402 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:51 smithi040 bash[84914]: audit 2023-12-06T07:04:49.625461+0000 mgr.y (mgr.25474) 793 : audit 0 from='client.34281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:51.403 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:51 smithi040 bash[84914]: cephadm 2023-12-06T07:04:49.791387+0000 mgr.y (mgr.25474) 794 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-06T07:04:51.403 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:51 smithi040 bash[84914]: cephadm 2023-12-06T07:04:49.796229+0000 mgr.y (mgr.25474) 795 : cephadm 1 Reconfiguring daemon mon.c on smithi040 2023-12-06T07:04:51.403 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:51 smithi040 bash[84914]: audit 2023-12-06T07:04:50.098363+0000 mon.a (mon.0) 724 : audit 0 from='client.? 172.21.15.40:0/1739634843' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:04:51.403 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:51 smithi040 bash[78949]: audit 2023-12-06T07:04:49.625461+0000 mgr.y (mgr.25474) 793 : audit 0 from='client.34281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:51.403 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:51 smithi040 bash[78949]: cephadm 2023-12-06T07:04:49.791387+0000 mgr.y (mgr.25474) 794 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-06T07:04:51.403 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:51 smithi040 bash[78949]: cephadm 2023-12-06T07:04:49.796229+0000 mgr.y (mgr.25474) 795 : cephadm 1 Reconfiguring daemon mon.c on smithi040 2023-12-06T07:04:51.403 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:51 smithi040 bash[78949]: audit 2023-12-06T07:04:50.098363+0000 mon.a (mon.0) 724 : audit 0 from='client.? 172.21.15.40:0/1739634843' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:04:51.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:51 smithi141 bash[72190]: audit 2023-12-06T07:04:49.625461+0000 mgr.y (mgr.25474) 793 : audit 0 from='client.34281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:04:51.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:51 smithi141 bash[72190]: cephadm 2023-12-06T07:04:49.791387+0000 mgr.y (mgr.25474) 794 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-06T07:04:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:51 smithi141 bash[72190]: cephadm 2023-12-06T07:04:49.796229+0000 mgr.y (mgr.25474) 795 : cephadm 1 Reconfiguring daemon mon.c on smithi040 2023-12-06T07:04:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:51 smithi141 bash[72190]: audit 2023-12-06T07:04:50.098363+0000 mon.a (mon.0) 724 : audit 0 from='client.? 172.21.15.40:0/1739634843' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:04:52.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:52 smithi141 bash[72190]: cluster 2023-12-06T07:04:50.718290+0000 mgr.y (mgr.25474) 796 : cluster 0 pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:04:52.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:52 smithi141 bash[72190]: audit 2023-12-06T07:04:51.973952+0000 mon.a (mon.0) 725 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:52.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:52 smithi141 bash[72190]: audit 2023-12-06T07:04:51.984616+0000 mon.a (mon.0) 726 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:52.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:52 smithi141 bash[72190]: audit 2023-12-06T07:04:52.015981+0000 mon.a (mon.0) 727 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T07:04:52.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:52 smithi141 bash[72190]: audit 2023-12-06T07:04:52.017846+0000 mon.a (mon.0) 728 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:52.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:52 smithi040 bash[78949]: cluster 2023-12-06T07:04:50.718290+0000 mgr.y (mgr.25474) 796 : cluster 0 pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:04:52.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:52 smithi040 bash[78949]: audit 2023-12-06T07:04:51.973952+0000 mon.a (mon.0) 725 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:52.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:52 smithi040 bash[78949]: audit 2023-12-06T07:04:51.984616+0000 mon.a (mon.0) 726 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:52 smithi040 bash[78949]: audit 2023-12-06T07:04:52.015981+0000 mon.a (mon.0) 727 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T07:04:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:52 smithi040 bash[78949]: audit 2023-12-06T07:04:52.017846+0000 mon.a (mon.0) 728 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:52.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:52 smithi040 bash[84914]: cluster 2023-12-06T07:04:50.718290+0000 mgr.y (mgr.25474) 796 : cluster 0 pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:04:52.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:52 smithi040 bash[84914]: audit 2023-12-06T07:04:51.973952+0000 mon.a (mon.0) 725 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:52.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:52 smithi040 bash[84914]: audit 2023-12-06T07:04:51.984616+0000 mon.a (mon.0) 726 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:52.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:52 smithi040 bash[84914]: audit 2023-12-06T07:04:52.015981+0000 mon.a (mon.0) 727 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T07:04:52.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:52 smithi040 bash[84914]: audit 2023-12-06T07:04:52.017846+0000 mon.a (mon.0) 728 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:53.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:53 smithi040 bash[78949]: cephadm 2023-12-06T07:04:52.015315+0000 mgr.y (mgr.25474) 797 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-06T07:04:53.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:53 smithi040 bash[78949]: cephadm 2023-12-06T07:04:52.023945+0000 mgr.y (mgr.25474) 798 : cephadm 1 Reconfiguring daemon osd.0 on smithi040 2023-12-06T07:04:53.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:53 smithi040 bash[78949]: audit 2023-12-06T07:04:52.768614+0000 mon.a (mon.0) 729 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:04:53.328 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:53 smithi040 bash[84914]: cephadm 2023-12-06T07:04:52.015315+0000 mgr.y (mgr.25474) 797 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-06T07:04:53.328 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:53 smithi040 bash[84914]: cephadm 2023-12-06T07:04:52.023945+0000 mgr.y (mgr.25474) 798 : cephadm 1 Reconfiguring daemon osd.0 on smithi040 2023-12-06T07:04:53.328 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:53 smithi040 bash[84914]: audit 2023-12-06T07:04:52.768614+0000 mon.a (mon.0) 729 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:04:53.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:53 smithi141 bash[72190]: cephadm 2023-12-06T07:04:52.015315+0000 mgr.y (mgr.25474) 797 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-06T07:04:53.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:53 smithi141 bash[72190]: cephadm 2023-12-06T07:04:52.023945+0000 mgr.y (mgr.25474) 798 : cephadm 1 Reconfiguring daemon osd.0 on smithi040 2023-12-06T07:04:53.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:53 smithi141 bash[72190]: audit 2023-12-06T07:04:52.768614+0000 mon.a (mon.0) 729 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:04:54.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:54 smithi141 bash[72190]: cluster 2023-12-06T07:04:52.719004+0000 mgr.y (mgr.25474) 799 : cluster 0 pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:04:54.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:54 smithi040 bash[84914]: cluster 2023-12-06T07:04:52.719004+0000 mgr.y (mgr.25474) 799 : cluster 0 pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:04:54.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:54 smithi040 bash[78949]: cluster 2023-12-06T07:04:52.719004+0000 mgr.y (mgr.25474) 799 : cluster 0 pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:04:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:55 smithi141 bash[72190]: audit 2023-12-06T07:04:53.767884+0000 mgr.y (mgr.25474) 800 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:04:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:55 smithi141 bash[72190]: audit 2023-12-06T07:04:54.184147+0000 mon.a (mon.0) 730 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:55 smithi141 bash[72190]: audit 2023-12-06T07:04:54.193800+0000 mon.a (mon.0) 731 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:55 smithi141 bash[72190]: audit 2023-12-06T07:04:54.243734+0000 mon.a (mon.0) 732 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T07:04:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:55 smithi141 bash[72190]: audit 2023-12-06T07:04:54.245566+0000 mon.a (mon.0) 733 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:55.497 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:55 smithi040 bash[84914]: audit 2023-12-06T07:04:53.767884+0000 mgr.y (mgr.25474) 800 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:04:55.498 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:55 smithi040 bash[84914]: audit 2023-12-06T07:04:54.184147+0000 mon.a (mon.0) 730 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:55.498 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:55 smithi040 bash[84914]: audit 2023-12-06T07:04:54.193800+0000 mon.a (mon.0) 731 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:55.498 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:55 smithi040 bash[84914]: audit 2023-12-06T07:04:54.243734+0000 mon.a (mon.0) 732 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T07:04:55.498 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:55 smithi040 bash[84914]: audit 2023-12-06T07:04:54.245566+0000 mon.a (mon.0) 733 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:55 smithi040 bash[78949]: audit 2023-12-06T07:04:53.767884+0000 mgr.y (mgr.25474) 800 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:04:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:55 smithi040 bash[78949]: audit 2023-12-06T07:04:54.184147+0000 mon.a (mon.0) 730 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:55 smithi040 bash[78949]: audit 2023-12-06T07:04:54.193800+0000 mon.a (mon.0) 731 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:55 smithi040 bash[78949]: audit 2023-12-06T07:04:54.243734+0000 mon.a (mon.0) 732 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T07:04:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:55 smithi040 bash[78949]: audit 2023-12-06T07:04:54.245566+0000 mon.a (mon.0) 733 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:56.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:56 smithi040 bash[78949]: cephadm 2023-12-06T07:04:54.242983+0000 mgr.y (mgr.25474) 801 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-06T07:04:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:56 smithi040 bash[78949]: cephadm 2023-12-06T07:04:54.252410+0000 mgr.y (mgr.25474) 802 : cephadm 1 Reconfiguring daemon osd.1 on smithi040 2023-12-06T07:04:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:56 smithi040 bash[78949]: cluster 2023-12-06T07:04:54.720747+0000 mgr.y (mgr.25474) 803 : cluster 0 pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:04:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:56 smithi040 bash[84914]: cephadm 2023-12-06T07:04:54.242983+0000 mgr.y (mgr.25474) 801 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-06T07:04:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:56 smithi040 bash[84914]: cephadm 2023-12-06T07:04:54.252410+0000 mgr.y (mgr.25474) 802 : cephadm 1 Reconfiguring daemon osd.1 on smithi040 2023-12-06T07:04:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:56 smithi040 bash[84914]: cluster 2023-12-06T07:04:54.720747+0000 mgr.y (mgr.25474) 803 : cluster 0 pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:04:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:56 smithi141 bash[72190]: cephadm 2023-12-06T07:04:54.242983+0000 mgr.y (mgr.25474) 801 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-06T07:04:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:56 smithi141 bash[72190]: cephadm 2023-12-06T07:04:54.252410+0000 mgr.y (mgr.25474) 802 : cephadm 1 Reconfiguring daemon osd.1 on smithi040 2023-12-06T07:04:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:56 smithi141 bash[72190]: cluster 2023-12-06T07:04:54.720747+0000 mgr.y (mgr.25474) 803 : cluster 0 pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:04:56.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:04:56 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:04:56] "GET /metrics HTTP/1.1" 200 38169 "" "Prometheus/2.33.4" 2023-12-06T07:04:57.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:57 smithi141 bash[72190]: audit 2023-12-06T07:04:56.439540+0000 mon.a (mon.0) 734 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:57.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:57 smithi141 bash[72190]: audit 2023-12-06T07:04:56.452507+0000 mon.a (mon.0) 735 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:57.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:57 smithi141 bash[72190]: cephadm 2023-12-06T07:04:56.471510+0000 mgr.y (mgr.25474) 804 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-06T07:04:57.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:57 smithi141 bash[72190]: audit 2023-12-06T07:04:56.472169+0000 mon.a (mon.0) 736 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T07:04:57.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:57 smithi141 bash[72190]: audit 2023-12-06T07:04:56.473964+0000 mon.a (mon.0) 737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:57.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:57 smithi141 bash[72190]: cephadm 2023-12-06T07:04:56.479638+0000 mgr.y (mgr.25474) 805 : cephadm 1 Reconfiguring daemon osd.2 on smithi040 2023-12-06T07:04:57.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:57 smithi141 bash[72190]: cluster 2023-12-06T07:04:56.721506+0000 mgr.y (mgr.25474) 806 : cluster 0 pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:04:57.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:57 smithi040 bash[78949]: audit 2023-12-06T07:04:56.439540+0000 mon.a (mon.0) 734 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:57.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:57 smithi040 bash[78949]: audit 2023-12-06T07:04:56.452507+0000 mon.a (mon.0) 735 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:57.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:57 smithi040 bash[78949]: cephadm 2023-12-06T07:04:56.471510+0000 mgr.y (mgr.25474) 804 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-06T07:04:57.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:57 smithi040 bash[78949]: audit 2023-12-06T07:04:56.472169+0000 mon.a (mon.0) 736 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T07:04:57.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:57 smithi040 bash[78949]: audit 2023-12-06T07:04:56.473964+0000 mon.a (mon.0) 737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:57.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:57 smithi040 bash[78949]: cephadm 2023-12-06T07:04:56.479638+0000 mgr.y (mgr.25474) 805 : cephadm 1 Reconfiguring daemon osd.2 on smithi040 2023-12-06T07:04:57.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:57 smithi040 bash[78949]: cluster 2023-12-06T07:04:56.721506+0000 mgr.y (mgr.25474) 806 : cluster 0 pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:04:57.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:57 smithi040 bash[84914]: audit 2023-12-06T07:04:56.439540+0000 mon.a (mon.0) 734 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:57.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:57 smithi040 bash[84914]: audit 2023-12-06T07:04:56.452507+0000 mon.a (mon.0) 735 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:04:57.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:57 smithi040 bash[84914]: cephadm 2023-12-06T07:04:56.471510+0000 mgr.y (mgr.25474) 804 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-06T07:04:57.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:57 smithi040 bash[84914]: audit 2023-12-06T07:04:56.472169+0000 mon.a (mon.0) 736 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T07:04:57.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:57 smithi040 bash[84914]: audit 2023-12-06T07:04:56.473964+0000 mon.a (mon.0) 737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:04:57.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:57 smithi040 bash[84914]: cephadm 2023-12-06T07:04:56.479638+0000 mgr.y (mgr.25474) 805 : cephadm 1 Reconfiguring daemon osd.2 on smithi040 2023-12-06T07:04:57.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:57 smithi040 bash[84914]: cluster 2023-12-06T07:04:56.721506+0000 mgr.y (mgr.25474) 806 : cluster 0 pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:04:58.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:04:58 smithi141 bash[61993]: ts=2023-12-06T07:04:58.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:05:00.204 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[84914]: cluster 2023-12-06T07:04:58.723165+0000 mgr.y (mgr.25474) 807 : cluster 0 pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:05:00.204 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[84914]: audit 2023-12-06T07:04:58.891329+0000 mon.a (mon.0) 738 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:00.204 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[84914]: audit 2023-12-06T07:04:58.901209+0000 mon.a (mon.0) 739 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:00.204 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[84914]: audit 2023-12-06T07:04:58.910073+0000 mon.a (mon.0) 740 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:00.204 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[84914]: audit 2023-12-06T07:04:59.724397+0000 mon.a (mon.0) 741 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:00.205 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[84914]: audit 2023-12-06T07:04:59.732594+0000 mon.a (mon.0) 742 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:00.205 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[84914]: audit 2023-12-06T07:04:59.750289+0000 mon.a (mon.0) 743 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T07:05:00.205 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[84914]: audit 2023-12-06T07:04:59.751567+0000 mon.a (mon.0) 744 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:00.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[78949]: cluster 2023-12-06T07:04:58.723165+0000 mgr.y (mgr.25474) 807 : cluster 0 pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:05:00.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[78949]: audit 2023-12-06T07:04:58.891329+0000 mon.a (mon.0) 738 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:00.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[78949]: audit 2023-12-06T07:04:58.901209+0000 mon.a (mon.0) 739 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:00.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[78949]: audit 2023-12-06T07:04:58.910073+0000 mon.a (mon.0) 740 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:00.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[78949]: audit 2023-12-06T07:04:59.724397+0000 mon.a (mon.0) 741 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:00.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[78949]: audit 2023-12-06T07:04:59.732594+0000 mon.a (mon.0) 742 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:00.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[78949]: audit 2023-12-06T07:04:59.750289+0000 mon.a (mon.0) 743 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T07:05:00.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:04:59 smithi040 bash[78949]: audit 2023-12-06T07:04:59.751567+0000 mon.a (mon.0) 744 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:00.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:59 smithi141 bash[72190]: cluster 2023-12-06T07:04:58.723165+0000 mgr.y (mgr.25474) 807 : cluster 0 pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:05:00.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:59 smithi141 bash[72190]: audit 2023-12-06T07:04:58.891329+0000 mon.a (mon.0) 738 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:00.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:59 smithi141 bash[72190]: audit 2023-12-06T07:04:58.901209+0000 mon.a (mon.0) 739 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:00.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:59 smithi141 bash[72190]: audit 2023-12-06T07:04:58.910073+0000 mon.a (mon.0) 740 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:00.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:59 smithi141 bash[72190]: audit 2023-12-06T07:04:59.724397+0000 mon.a (mon.0) 741 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:00.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:59 smithi141 bash[72190]: audit 2023-12-06T07:04:59.732594+0000 mon.a (mon.0) 742 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:00.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:59 smithi141 bash[72190]: audit 2023-12-06T07:04:59.750289+0000 mon.a (mon.0) 743 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T07:05:00.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:04:59 smithi141 bash[72190]: audit 2023-12-06T07:04:59.751567+0000 mon.a (mon.0) 744 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:01.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:00 smithi040 bash[78949]: cephadm 2023-12-06T07:04:59.749765+0000 mgr.y (mgr.25474) 808 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-06T07:05:01.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:00 smithi040 bash[78949]: cephadm 2023-12-06T07:04:59.755966+0000 mgr.y (mgr.25474) 809 : cephadm 1 Reconfiguring daemon osd.3 on smithi040 2023-12-06T07:05:01.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:00 smithi040 bash[84914]: cephadm 2023-12-06T07:04:59.749765+0000 mgr.y (mgr.25474) 808 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-06T07:05:01.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:00 smithi040 bash[84914]: cephadm 2023-12-06T07:04:59.755966+0000 mgr.y (mgr.25474) 809 : cephadm 1 Reconfiguring daemon osd.3 on smithi040 2023-12-06T07:05:01.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:00 smithi141 bash[72190]: cephadm 2023-12-06T07:04:59.749765+0000 mgr.y (mgr.25474) 808 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-06T07:05:01.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:00 smithi141 bash[72190]: cephadm 2023-12-06T07:04:59.755966+0000 mgr.y (mgr.25474) 809 : cephadm 1 Reconfiguring daemon osd.3 on smithi040 2023-12-06T07:05:02.192 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:01 smithi040 bash[78949]: cluster 2023-12-06T07:05:00.723862+0000 mgr.y (mgr.25474) 810 : cluster 0 pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:02.193 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:01 smithi040 bash[84914]: cluster 2023-12-06T07:05:00.723862+0000 mgr.y (mgr.25474) 810 : cluster 0 pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:02.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:01 smithi141 bash[72190]: cluster 2023-12-06T07:05:00.723862+0000 mgr.y (mgr.25474) 810 : cluster 0 pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:03.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:03 smithi040 bash[78949]: cluster 2023-12-06T07:05:02.724612+0000 mgr.y (mgr.25474) 811 : cluster 0 pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:03.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:03 smithi040 bash[84914]: cluster 2023-12-06T07:05:02.724612+0000 mgr.y (mgr.25474) 811 : cluster 0 pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:03.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:03 smithi141 bash[72190]: cluster 2023-12-06T07:05:02.724612+0000 mgr.y (mgr.25474) 811 : cluster 0 pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:04.923 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[84914]: audit 2023-12-06T07:05:03.778541+0000 mgr.y (mgr.25474) 812 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:04.923 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[84914]: audit 2023-12-06T07:05:04.237941+0000 mon.a (mon.0) 745 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:04.924 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[84914]: audit 2023-12-06T07:05:04.249891+0000 mon.a (mon.0) 746 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:04.924 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[84914]: audit 2023-12-06T07:05:04.259442+0000 mon.a (mon.0) 747 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:04.924 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[84914]: audit 2023-12-06T07:05:04.446033+0000 mon.a (mon.0) 748 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:04.924 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[84914]: audit 2023-12-06T07:05:04.455496+0000 mon.a (mon.0) 749 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:04.924 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[84914]: audit 2023-12-06T07:05:04.482243+0000 mon.a (mon.0) 750 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi040.aeyrta", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:05:04.924 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[84914]: audit 2023-12-06T07:05:04.486294+0000 mon.a (mon.0) 751 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:04.924 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[78949]: audit 2023-12-06T07:05:03.778541+0000 mgr.y (mgr.25474) 812 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:04.924 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[78949]: audit 2023-12-06T07:05:04.237941+0000 mon.a (mon.0) 745 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:04.924 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[78949]: audit 2023-12-06T07:05:04.249891+0000 mon.a (mon.0) 746 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:04.924 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[78949]: audit 2023-12-06T07:05:04.259442+0000 mon.a (mon.0) 747 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:04.925 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[78949]: audit 2023-12-06T07:05:04.446033+0000 mon.a (mon.0) 748 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:04.925 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[78949]: audit 2023-12-06T07:05:04.455496+0000 mon.a (mon.0) 749 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:04.925 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[78949]: audit 2023-12-06T07:05:04.482243+0000 mon.a (mon.0) 750 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi040.aeyrta", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:05:04.925 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:04 smithi040 bash[78949]: audit 2023-12-06T07:05:04.486294+0000 mon.a (mon.0) 751 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:04 smithi141 bash[72190]: audit 2023-12-06T07:05:03.778541+0000 mgr.y (mgr.25474) 812 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:04 smithi141 bash[72190]: audit 2023-12-06T07:05:04.237941+0000 mon.a (mon.0) 745 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:04 smithi141 bash[72190]: audit 2023-12-06T07:05:04.249891+0000 mon.a (mon.0) 746 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:04 smithi141 bash[72190]: audit 2023-12-06T07:05:04.259442+0000 mon.a (mon.0) 747 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:04 smithi141 bash[72190]: audit 2023-12-06T07:05:04.446033+0000 mon.a (mon.0) 748 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:04 smithi141 bash[72190]: audit 2023-12-06T07:05:04.455496+0000 mon.a (mon.0) 749 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:04 smithi141 bash[72190]: audit 2023-12-06T07:05:04.482243+0000 mon.a (mon.0) 750 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi040.aeyrta", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:05:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:04 smithi141 bash[72190]: audit 2023-12-06T07:05:04.486294+0000 mon.a (mon.0) 751 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:05.938 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:05 smithi040 bash[84914]: cluster 2023-12-06T07:05:04.252238+0000 mgr.y (mgr.25474) 813 : cluster 0 pgmap v69: 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-06T07:05:05.938 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:05 smithi040 bash[84914]: cephadm 2023-12-06T07:05:04.481413+0000 mgr.y (mgr.25474) 814 : cephadm 1 Reconfiguring rgw.foo.smithi040.aeyrta (monmap changed)... 2023-12-06T07:05:05.939 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:05 smithi040 bash[84914]: cephadm 2023-12-06T07:05:04.488434+0000 mgr.y (mgr.25474) 815 : cephadm 1 Reconfiguring daemon rgw.foo.smithi040.aeyrta on smithi040 2023-12-06T07:05:05.939 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:05 smithi040 bash[84914]: cluster 2023-12-06T07:05:05.246618+0000 mon.a (mon.0) 752 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:05:05.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:05 smithi040 bash[78949]: cluster 2023-12-06T07:05:04.252238+0000 mgr.y (mgr.25474) 813 : cluster 0 pgmap v69: 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-06T07:05:05.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:05 smithi040 bash[78949]: cephadm 2023-12-06T07:05:04.481413+0000 mgr.y (mgr.25474) 814 : cephadm 1 Reconfiguring rgw.foo.smithi040.aeyrta (monmap changed)... 2023-12-06T07:05:05.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:05 smithi040 bash[78949]: cephadm 2023-12-06T07:05:04.488434+0000 mgr.y (mgr.25474) 815 : cephadm 1 Reconfiguring daemon rgw.foo.smithi040.aeyrta on smithi040 2023-12-06T07:05:05.939 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:05 smithi040 bash[78949]: cluster 2023-12-06T07:05:05.246618+0000 mon.a (mon.0) 752 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:05:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:05 smithi141 bash[72190]: cluster 2023-12-06T07:05:04.252238+0000 mgr.y (mgr.25474) 813 : cluster 0 pgmap v69: 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-06T07:05:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:05 smithi141 bash[72190]: cephadm 2023-12-06T07:05:04.481413+0000 mgr.y (mgr.25474) 814 : cephadm 1 Reconfiguring rgw.foo.smithi040.aeyrta (monmap changed)... 2023-12-06T07:05:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:05 smithi141 bash[72190]: cephadm 2023-12-06T07:05:04.488434+0000 mgr.y (mgr.25474) 815 : cephadm 1 Reconfiguring daemon rgw.foo.smithi040.aeyrta on smithi040 2023-12-06T07:05:05.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:05 smithi141 bash[72190]: cluster 2023-12-06T07:05:05.246618+0000 mon.a (mon.0) 752 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:05:06.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:05:06 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:05:06] "GET /metrics HTTP/1.1" 200 38169 "" "Prometheus/2.33.4" 2023-12-06T07:05:07.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:07 smithi141 bash[72190]: cluster 2023-12-06T07:05:06.253013+0000 mgr.y (mgr.25474) 816 : cluster 0 pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2023-12-06T07:05:07.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:07 smithi141 bash[72190]: audit 2023-12-06T07:05:06.658662+0000 mon.a (mon.0) 753 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:07.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:07 smithi141 bash[72190]: audit 2023-12-06T07:05:06.669672+0000 mon.a (mon.0) 754 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:07.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:07 smithi141 bash[72190]: cephadm 2023-12-06T07:05:06.707700+0000 mgr.y (mgr.25474) 817 : cephadm 1 Reconfiguring rgw.smpl.smithi040.lyhfbk (monmap changed)... 2023-12-06T07:05:07.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:07 smithi141 bash[72190]: audit 2023-12-06T07:05:06.708457+0000 mon.a (mon.0) 755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi040.lyhfbk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:05:07.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:07 smithi141 bash[72190]: audit 2023-12-06T07:05:06.712584+0000 mon.a (mon.0) 756 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:07.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:07 smithi141 bash[72190]: cephadm 2023-12-06T07:05:06.714906+0000 mgr.y (mgr.25474) 818 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi040.lyhfbk on smithi040 2023-12-06T07:05:07.979 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:07 smithi040 bash[84914]: cluster 2023-12-06T07:05:06.253013+0000 mgr.y (mgr.25474) 816 : cluster 0 pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2023-12-06T07:05:07.979 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:07 smithi040 bash[84914]: audit 2023-12-06T07:05:06.658662+0000 mon.a (mon.0) 753 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:07.980 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:07 smithi040 bash[84914]: audit 2023-12-06T07:05:06.669672+0000 mon.a (mon.0) 754 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:07.980 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:07 smithi040 bash[84914]: cephadm 2023-12-06T07:05:06.707700+0000 mgr.y (mgr.25474) 817 : cephadm 1 Reconfiguring rgw.smpl.smithi040.lyhfbk (monmap changed)... 2023-12-06T07:05:07.980 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:07 smithi040 bash[84914]: audit 2023-12-06T07:05:06.708457+0000 mon.a (mon.0) 755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi040.lyhfbk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:05:07.980 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:07 smithi040 bash[84914]: audit 2023-12-06T07:05:06.712584+0000 mon.a (mon.0) 756 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:07.980 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:07 smithi040 bash[84914]: cephadm 2023-12-06T07:05:06.714906+0000 mgr.y (mgr.25474) 818 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi040.lyhfbk on smithi040 2023-12-06T07:05:07.981 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:07 smithi040 bash[78949]: cluster 2023-12-06T07:05:06.253013+0000 mgr.y (mgr.25474) 816 : cluster 0 pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2023-12-06T07:05:07.981 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:07 smithi040 bash[78949]: audit 2023-12-06T07:05:06.658662+0000 mon.a (mon.0) 753 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:07.981 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:07 smithi040 bash[78949]: audit 2023-12-06T07:05:06.669672+0000 mon.a (mon.0) 754 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:07.981 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:07 smithi040 bash[78949]: cephadm 2023-12-06T07:05:06.707700+0000 mgr.y (mgr.25474) 817 : cephadm 1 Reconfiguring rgw.smpl.smithi040.lyhfbk (monmap changed)... 2023-12-06T07:05:07.981 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:07 smithi040 bash[78949]: audit 2023-12-06T07:05:06.708457+0000 mon.a (mon.0) 755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi040.lyhfbk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:05:07.981 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:07 smithi040 bash[78949]: audit 2023-12-06T07:05:06.712584+0000 mon.a (mon.0) 756 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:07.982 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:07 smithi040 bash[78949]: cephadm 2023-12-06T07:05:06.714906+0000 mgr.y (mgr.25474) 818 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi040.lyhfbk on smithi040 2023-12-06T07:05:08.941 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:05:08 smithi141 bash[61993]: ts=2023-12-06T07: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:05:08.941 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:08 smithi141 bash[72190]: audit 2023-12-06T07:05:07.777199+0000 mon.a (mon.0) 757 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:08.941 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:08 smithi141 bash[72190]: audit 2023-12-06T07:05:07.779602+0000 mon.a (mon.0) 758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:05:09.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:08 smithi040 bash[78949]: audit 2023-12-06T07:05:07.777199+0000 mon.a (mon.0) 757 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:08 smithi040 bash[78949]: audit 2023-12-06T07:05:07.779602+0000 mon.a (mon.0) 758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:05:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:08 smithi040 bash[84914]: audit 2023-12-06T07:05:07.777199+0000 mon.a (mon.0) 757 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:08 smithi040 bash[84914]: audit 2023-12-06T07:05:07.779602+0000 mon.a (mon.0) 758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:05:10.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:09 smithi141 bash[72190]: cluster 2023-12-06T07:05:08.253717+0000 mgr.y (mgr.25474) 819 : cluster 0 pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2023-12-06T07:05:10.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:09 smithi141 bash[72190]: audit 2023-12-06T07:05:08.887987+0000 mon.a (mon.0) 759 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:10.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:09 smithi141 bash[72190]: audit 2023-12-06T07:05:08.899230+0000 mon.a (mon.0) 760 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:10.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:09 smithi141 bash[72190]: audit 2023-12-06T07:05:08.910781+0000 mon.a (mon.0) 761 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:09 smithi141 bash[72190]: audit 2023-12-06T07:05:08.921268+0000 mon.a (mon.0) 762 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:09 smithi141 bash[72190]: cluster 2023-12-06T07:05:08.924003+0000 mgr.y (mgr.25474) 820 : cluster 0 pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1003 B/s rd, 0 op/s 2023-12-06T07:05:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:09 smithi141 bash[72190]: audit 2023-12-06T07:05:08.933297+0000 mon.a (mon.0) 763 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:09 smithi141 bash[72190]: cephadm 2023-12-06T07:05:08.937571+0000 mgr.y (mgr.25474) 821 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-06T07:05:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:09 smithi141 bash[72190]: audit 2023-12-06T07:05:08.938049+0000 mon.a (mon.0) 764 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:05:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:09 smithi141 bash[72190]: audit 2023-12-06T07:05:08.939457+0000 mon.a (mon.0) 765 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:05:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:09 smithi141 bash[72190]: audit 2023-12-06T07:05:08.940673+0000 mon.a (mon.0) 766 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:09 smithi141 bash[72190]: cephadm 2023-12-06T07:05:08.942169+0000 mgr.y (mgr.25474) 822 : cephadm 1 Reconfiguring daemon mon.b on smithi141 2023-12-06T07:05:10.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[78949]: cluster 2023-12-06T07:05:08.253717+0000 mgr.y (mgr.25474) 819 : cluster 0 pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2023-12-06T07:05:10.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[78949]: audit 2023-12-06T07:05:08.887987+0000 mon.a (mon.0) 759 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[78949]: audit 2023-12-06T07:05:08.899230+0000 mon.a (mon.0) 760 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[78949]: audit 2023-12-06T07:05:08.910781+0000 mon.a (mon.0) 761 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[78949]: audit 2023-12-06T07:05:08.921268+0000 mon.a (mon.0) 762 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[78949]: cluster 2023-12-06T07:05:08.924003+0000 mgr.y (mgr.25474) 820 : cluster 0 pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1003 B/s rd, 0 op/s 2023-12-06T07:05:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[78949]: audit 2023-12-06T07:05:08.933297+0000 mon.a (mon.0) 763 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[78949]: cephadm 2023-12-06T07:05:08.937571+0000 mgr.y (mgr.25474) 821 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-06T07:05:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[78949]: audit 2023-12-06T07:05:08.938049+0000 mon.a (mon.0) 764 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:05:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[78949]: audit 2023-12-06T07:05:08.939457+0000 mon.a (mon.0) 765 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:05:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[78949]: audit 2023-12-06T07:05:08.940673+0000 mon.a (mon.0) 766 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[78949]: cephadm 2023-12-06T07:05:08.942169+0000 mgr.y (mgr.25474) 822 : cephadm 1 Reconfiguring daemon mon.b on smithi141 2023-12-06T07:05:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[84914]: cluster 2023-12-06T07:05:08.253717+0000 mgr.y (mgr.25474) 819 : cluster 0 pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2023-12-06T07:05:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[84914]: audit 2023-12-06T07:05:08.887987+0000 mon.a (mon.0) 759 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[84914]: audit 2023-12-06T07:05:08.899230+0000 mon.a (mon.0) 760 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:10.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[84914]: audit 2023-12-06T07:05:08.910781+0000 mon.a (mon.0) 761 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[84914]: audit 2023-12-06T07:05:08.921268+0000 mon.a (mon.0) 762 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[84914]: cluster 2023-12-06T07:05:08.924003+0000 mgr.y (mgr.25474) 820 : cluster 0 pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1003 B/s rd, 0 op/s 2023-12-06T07:05:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[84914]: audit 2023-12-06T07:05:08.933297+0000 mon.a (mon.0) 763 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[84914]: cephadm 2023-12-06T07:05:08.937571+0000 mgr.y (mgr.25474) 821 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-06T07:05:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[84914]: audit 2023-12-06T07:05:08.938049+0000 mon.a (mon.0) 764 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:05:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[84914]: audit 2023-12-06T07:05:08.939457+0000 mon.a (mon.0) 765 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:05:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[84914]: audit 2023-12-06T07:05:08.940673+0000 mon.a (mon.0) 766 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:10.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:09 smithi040 bash[84914]: cephadm 2023-12-06T07:05:08.942169+0000 mgr.y (mgr.25474) 822 : cephadm 1 Reconfiguring daemon mon.b on smithi141 2023-12-06T07:05:11.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:10 smithi141 bash[72190]: cluster 2023-12-06T07:05:09.917061+0000 mon.a (mon.0) 767 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:05:11.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:10 smithi141 bash[72190]: cluster 2023-12-06T07:05:09.917150+0000 mon.a (mon.0) 768 : cluster 1 Cluster is now healthy 2023-12-06T07:05:11.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:10 smithi040 bash[78949]: cluster 2023-12-06T07:05:09.917061+0000 mon.a (mon.0) 767 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:05:11.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:10 smithi040 bash[78949]: cluster 2023-12-06T07:05:09.917150+0000 mon.a (mon.0) 768 : cluster 1 Cluster is now healthy 2023-12-06T07:05:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:10 smithi040 bash[84914]: cluster 2023-12-06T07:05:09.917061+0000 mon.a (mon.0) 767 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:05:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:10 smithi040 bash[84914]: cluster 2023-12-06T07:05:09.917150+0000 mon.a (mon.0) 768 : cluster 1 Cluster is now healthy 2023-12-06T07:05:12.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:11 smithi141 bash[72190]: cluster 2023-12-06T07:05:10.924717+0000 mgr.y (mgr.25474) 823 : cluster 0 pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1003 B/s rd, 0 op/s 2023-12-06T07:05:12.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:11 smithi141 bash[72190]: audit 2023-12-06T07:05:11.389637+0000 mon.a (mon.0) 769 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:12.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:11 smithi141 bash[72190]: audit 2023-12-06T07:05:11.402549+0000 mon.a (mon.0) 770 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:12.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:11 smithi141 bash[72190]: audit 2023-12-06T07:05:11.413410+0000 mon.a (mon.0) 771 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:05:12.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:12 smithi141 bash[72190]: audit 2023-12-06T07:05:11.415251+0000 mon.a (mon.0) 772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:05:12.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:12 smithi141 bash[72190]: audit 2023-12-06T07:05:11.416632+0000 mon.a (mon.0) 773 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:12.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:11 smithi040 bash[78949]: cluster 2023-12-06T07:05:10.924717+0000 mgr.y (mgr.25474) 823 : cluster 0 pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1003 B/s rd, 0 op/s 2023-12-06T07:05:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:11 smithi040 bash[78949]: audit 2023-12-06T07:05:11.389637+0000 mon.a (mon.0) 769 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:11 smithi040 bash[78949]: audit 2023-12-06T07:05:11.402549+0000 mon.a (mon.0) 770 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:11 smithi040 bash[78949]: audit 2023-12-06T07:05:11.413410+0000 mon.a (mon.0) 771 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:05:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:11 smithi040 bash[78949]: audit 2023-12-06T07:05:11.415251+0000 mon.a (mon.0) 772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:05:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:11 smithi040 bash[78949]: audit 2023-12-06T07:05:11.416632+0000 mon.a (mon.0) 773 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:11 smithi040 bash[84914]: cluster 2023-12-06T07:05:10.924717+0000 mgr.y (mgr.25474) 823 : cluster 0 pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1003 B/s rd, 0 op/s 2023-12-06T07:05:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:11 smithi040 bash[84914]: audit 2023-12-06T07:05:11.389637+0000 mon.a (mon.0) 769 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:11 smithi040 bash[84914]: audit 2023-12-06T07:05:11.402549+0000 mon.a (mon.0) 770 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:11 smithi040 bash[84914]: audit 2023-12-06T07:05:11.413410+0000 mon.a (mon.0) 771 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:05:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:11 smithi040 bash[84914]: audit 2023-12-06T07:05:11.415251+0000 mon.a (mon.0) 772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:05:12.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:11 smithi040 bash[84914]: audit 2023-12-06T07:05:11.416632+0000 mon.a (mon.0) 773 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:13.153 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:12 smithi141 bash[72190]: cephadm 2023-12-06T07:05:11.412729+0000 mgr.y (mgr.25474) 824 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-06T07:05:13.153 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:12 smithi141 bash[72190]: cephadm 2023-12-06T07:05:11.418421+0000 mgr.y (mgr.25474) 825 : cephadm 1 Reconfiguring daemon mgr.x on smithi141 2023-12-06T07:05:13.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:12 smithi040 bash[78949]: cephadm 2023-12-06T07:05:11.412729+0000 mgr.y (mgr.25474) 824 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-06T07:05:13.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:12 smithi040 bash[78949]: cephadm 2023-12-06T07:05:11.418421+0000 mgr.y (mgr.25474) 825 : cephadm 1 Reconfiguring daemon mgr.x on smithi141 2023-12-06T07:05:13.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:12 smithi040 bash[84914]: cephadm 2023-12-06T07:05:11.412729+0000 mgr.y (mgr.25474) 824 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-06T07:05:13.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:12 smithi040 bash[84914]: cephadm 2023-12-06T07:05:11.418421+0000 mgr.y (mgr.25474) 825 : cephadm 1 Reconfiguring daemon mgr.x on smithi141 2023-12-06T07:05:14.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:13 smithi141 bash[72190]: cluster 2023-12-06T07:05:12.925505+0000 mgr.y (mgr.25474) 826 : cluster 0 pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1003 B/s rd, 0 op/s 2023-12-06T07:05:14.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:13 smithi040 bash[78949]: cluster 2023-12-06T07:05:12.925505+0000 mgr.y (mgr.25474) 826 : cluster 0 pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1003 B/s rd, 0 op/s 2023-12-06T07:05:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:13 smithi040 bash[84914]: cluster 2023-12-06T07:05:12.925505+0000 mgr.y (mgr.25474) 826 : cluster 0 pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1003 B/s rd, 0 op/s 2023-12-06T07:05:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:14 smithi141 bash[72190]: audit 2023-12-06T07:05:13.787797+0000 mgr.y (mgr.25474) 827 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:14 smithi141 bash[72190]: audit 2023-12-06T07:05:13.932913+0000 mon.a (mon.0) 774 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:14 smithi141 bash[72190]: audit 2023-12-06T07:05:13.942693+0000 mon.a (mon.0) 775 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:14 smithi141 bash[72190]: cephadm 2023-12-06T07:05:13.989368+0000 mgr.y (mgr.25474) 828 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-06T07:05:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:14 smithi141 bash[72190]: audit 2023-12-06T07:05:13.990113+0000 mon.a (mon.0) 776 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:05:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:14 smithi141 bash[72190]: audit 2023-12-06T07:05:13.991937+0000 mon.a (mon.0) 777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:14 smithi141 bash[72190]: cephadm 2023-12-06T07:05:13.997721+0000 mgr.y (mgr.25474) 829 : cephadm 1 Reconfiguring daemon osd.4 on smithi141 2023-12-06T07:05:15.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:14 smithi040 bash[84914]: audit 2023-12-06T07:05:13.787797+0000 mgr.y (mgr.25474) 827 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:15.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:14 smithi040 bash[84914]: audit 2023-12-06T07:05:13.932913+0000 mon.a (mon.0) 774 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:15.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:14 smithi040 bash[84914]: audit 2023-12-06T07:05:13.942693+0000 mon.a (mon.0) 775 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:15.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:14 smithi040 bash[84914]: cephadm 2023-12-06T07:05:13.989368+0000 mgr.y (mgr.25474) 828 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-06T07:05:15.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:14 smithi040 bash[84914]: audit 2023-12-06T07:05:13.990113+0000 mon.a (mon.0) 776 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:05:15.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:14 smithi040 bash[84914]: audit 2023-12-06T07:05:13.991937+0000 mon.a (mon.0) 777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:15.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:14 smithi040 bash[84914]: cephadm 2023-12-06T07:05:13.997721+0000 mgr.y (mgr.25474) 829 : cephadm 1 Reconfiguring daemon osd.4 on smithi141 2023-12-06T07:05:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:14 smithi040 bash[78949]: audit 2023-12-06T07:05:13.787797+0000 mgr.y (mgr.25474) 827 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:14 smithi040 bash[78949]: audit 2023-12-06T07:05:13.932913+0000 mon.a (mon.0) 774 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:14 smithi040 bash[78949]: audit 2023-12-06T07:05:13.942693+0000 mon.a (mon.0) 775 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:14 smithi040 bash[78949]: cephadm 2023-12-06T07:05:13.989368+0000 mgr.y (mgr.25474) 828 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-06T07:05:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:14 smithi040 bash[78949]: audit 2023-12-06T07:05:13.990113+0000 mon.a (mon.0) 776 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:05:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:14 smithi040 bash[78949]: audit 2023-12-06T07:05:13.991937+0000 mon.a (mon.0) 777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:14 smithi040 bash[78949]: cephadm 2023-12-06T07:05:13.997721+0000 mgr.y (mgr.25474) 829 : cephadm 1 Reconfiguring daemon osd.4 on smithi141 2023-12-06T07:05:16.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:15 smithi141 bash[72190]: cluster 2023-12-06T07:05:14.927420+0000 mgr.y (mgr.25474) 830 : cluster 0 pgmap v75: 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-06T07:05:16.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:15 smithi040 bash[84914]: cluster 2023-12-06T07:05:14.927420+0000 mgr.y (mgr.25474) 830 : cluster 0 pgmap v75: 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-06T07:05:16.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:15 smithi040 bash[78949]: cluster 2023-12-06T07:05:14.927420+0000 mgr.y (mgr.25474) 830 : cluster 0 pgmap v75: 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-06T07:05:16.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:05:16 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:05:16] "GET /metrics HTTP/1.1" 200 38256 "" "Prometheus/2.33.4" 2023-12-06T07:05:17.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:17 smithi141 bash[72190]: audit 2023-12-06T07:05:16.402959+0000 mon.a (mon.0) 778 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:17.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:17 smithi141 bash[72190]: audit 2023-12-06T07:05:16.413517+0000 mon.a (mon.0) 779 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:17.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:17 smithi141 bash[72190]: cephadm 2023-12-06T07:05:16.417302+0000 mgr.y (mgr.25474) 831 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-06T07:05:17.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:17 smithi141 bash[72190]: audit 2023-12-06T07:05:16.417953+0000 mon.a (mon.0) 780 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T07:05:17.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:17 smithi141 bash[72190]: audit 2023-12-06T07:05:16.419349+0000 mon.a (mon.0) 781 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:17.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:17 smithi141 bash[72190]: cephadm 2023-12-06T07:05:16.423309+0000 mgr.y (mgr.25474) 832 : cephadm 1 Reconfiguring daemon osd.5 on smithi141 2023-12-06T07:05:17.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:17 smithi141 bash[72190]: cluster 2023-12-06T07:05:16.928136+0000 mgr.y (mgr.25474) 833 : cluster 0 pgmap v76: 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-06T07:05:17.716 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:17 smithi040 bash[78949]: audit 2023-12-06T07:05:16.402959+0000 mon.a (mon.0) 778 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:17.717 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:17 smithi040 bash[78949]: audit 2023-12-06T07:05:16.413517+0000 mon.a (mon.0) 779 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:17.717 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:17 smithi040 bash[78949]: cephadm 2023-12-06T07:05:16.417302+0000 mgr.y (mgr.25474) 831 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-06T07:05:17.717 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:17 smithi040 bash[78949]: audit 2023-12-06T07:05:16.417953+0000 mon.a (mon.0) 780 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T07:05:17.717 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:17 smithi040 bash[78949]: audit 2023-12-06T07:05:16.419349+0000 mon.a (mon.0) 781 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:17.717 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:17 smithi040 bash[78949]: cephadm 2023-12-06T07:05:16.423309+0000 mgr.y (mgr.25474) 832 : cephadm 1 Reconfiguring daemon osd.5 on smithi141 2023-12-06T07:05:17.717 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:17 smithi040 bash[78949]: cluster 2023-12-06T07:05:16.928136+0000 mgr.y (mgr.25474) 833 : cluster 0 pgmap v76: 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-06T07:05:17.717 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:17 smithi040 bash[84914]: audit 2023-12-06T07:05:16.402959+0000 mon.a (mon.0) 778 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:17.717 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:17 smithi040 bash[84914]: audit 2023-12-06T07:05:16.413517+0000 mon.a (mon.0) 779 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:17.717 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:17 smithi040 bash[84914]: cephadm 2023-12-06T07:05:16.417302+0000 mgr.y (mgr.25474) 831 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-06T07:05:17.717 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:17 smithi040 bash[84914]: audit 2023-12-06T07:05:16.417953+0000 mon.a (mon.0) 780 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T07:05:17.717 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:17 smithi040 bash[84914]: audit 2023-12-06T07:05:16.419349+0000 mon.a (mon.0) 781 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:17.717 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:17 smithi040 bash[84914]: cephadm 2023-12-06T07:05:16.423309+0000 mgr.y (mgr.25474) 832 : cephadm 1 Reconfiguring daemon osd.5 on smithi141 2023-12-06T07:05:17.718 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:17 smithi040 bash[84914]: cluster 2023-12-06T07:05:16.928136+0000 mgr.y (mgr.25474) 833 : cluster 0 pgmap v76: 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-06T07:05:18.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:05:18 smithi141 bash[61993]: ts=2023-12-06T07: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:05:20.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:19 smithi141 bash[72190]: audit 2023-12-06T07:05:18.874296+0000 mon.a (mon.0) 782 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:20.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:19 smithi141 bash[72190]: audit 2023-12-06T07:05:18.883705+0000 mon.a (mon.0) 783 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:20.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:19 smithi141 bash[72190]: cephadm 2023-12-06T07:05:18.892066+0000 mgr.y (mgr.25474) 834 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-06T07:05:20.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:19 smithi141 bash[72190]: audit 2023-12-06T07:05:18.892548+0000 mon.a (mon.0) 784 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T07:05:20.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:19 smithi141 bash[72190]: audit 2023-12-06T07:05:18.894060+0000 mon.a (mon.0) 785 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:20.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:19 smithi141 bash[72190]: cephadm 2023-12-06T07:05:18.898507+0000 mgr.y (mgr.25474) 835 : cephadm 1 Reconfiguring daemon osd.6 on smithi141 2023-12-06T07:05:20.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:19 smithi141 bash[72190]: cluster 2023-12-06T07:05:18.929934+0000 mgr.y (mgr.25474) 836 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-06T07:05:20.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:19 smithi141 bash[72190]: audit 2023-12-06T07:05:19.079062+0000 mon.a (mon.0) 786 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:20.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:19 smithi141 bash[72190]: audit 2023-12-06T07:05:19.089548+0000 mon.a (mon.0) 787 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:20.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:19 smithi141 bash[72190]: audit 2023-12-06T07:05:19.098534+0000 mon.a (mon.0) 788 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:20.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[84914]: audit 2023-12-06T07:05:18.874296+0000 mon.a (mon.0) 782 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:20.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[84914]: audit 2023-12-06T07:05:18.883705+0000 mon.a (mon.0) 783 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:20.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[84914]: cephadm 2023-12-06T07:05:18.892066+0000 mgr.y (mgr.25474) 834 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-06T07:05:20.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[84914]: audit 2023-12-06T07:05:18.892548+0000 mon.a (mon.0) 784 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T07:05:20.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[84914]: audit 2023-12-06T07:05:18.894060+0000 mon.a (mon.0) 785 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:20.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[84914]: cephadm 2023-12-06T07:05:18.898507+0000 mgr.y (mgr.25474) 835 : cephadm 1 Reconfiguring daemon osd.6 on smithi141 2023-12-06T07:05:20.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[84914]: cluster 2023-12-06T07:05:18.929934+0000 mgr.y (mgr.25474) 836 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-06T07:05:20.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[84914]: audit 2023-12-06T07:05:19.079062+0000 mon.a (mon.0) 786 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:20.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[84914]: audit 2023-12-06T07:05:19.089548+0000 mon.a (mon.0) 787 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:20.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[84914]: audit 2023-12-06T07:05:19.098534+0000 mon.a (mon.0) 788 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:20.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[78949]: audit 2023-12-06T07:05:18.874296+0000 mon.a (mon.0) 782 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:20.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[78949]: audit 2023-12-06T07:05:18.883705+0000 mon.a (mon.0) 783 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:20.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[78949]: cephadm 2023-12-06T07:05:18.892066+0000 mgr.y (mgr.25474) 834 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-06T07:05:20.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[78949]: audit 2023-12-06T07:05:18.892548+0000 mon.a (mon.0) 784 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T07:05:20.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[78949]: audit 2023-12-06T07:05:18.894060+0000 mon.a (mon.0) 785 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:20.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[78949]: cephadm 2023-12-06T07:05:18.898507+0000 mgr.y (mgr.25474) 835 : cephadm 1 Reconfiguring daemon osd.6 on smithi141 2023-12-06T07:05:20.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[78949]: cluster 2023-12-06T07:05:18.929934+0000 mgr.y (mgr.25474) 836 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-06T07:05:20.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[78949]: audit 2023-12-06T07:05:19.079062+0000 mon.a (mon.0) 786 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:20.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[78949]: audit 2023-12-06T07:05:19.089548+0000 mon.a (mon.0) 787 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:20.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:19 smithi040 bash[78949]: audit 2023-12-06T07:05:19.098534+0000 mon.a (mon.0) 788 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:20.533 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:05:21.304 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:05:21.304 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 2s ago 18m - - 2023-12-06T07:05:21.304 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 12s ago 18m - - 2023-12-06T07:05:21.304 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (4m) 2s ago 11m 16.0M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:05:21.304 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (3m) 12s ago 10m 43.6M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:05:21.304 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (3m) 2s ago 8m 46.4M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:05:21.304 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (95s) 12s ago 17m 431M - 19.0.0-26-g0482646f 26bb7d89db2e 345817faf911 2023-12-06T07:05:21.304 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (3m) 2s ago 19m 501M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:05:21.304 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (2m) 2s ago 19m 57.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:05:21.305 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (38s) 12s ago 17m 27.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a46e947a89d4 2023-12-06T07:05:21.305 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (58s) 2s ago 17m 39.3M 2048M 19.0.0-26-g0482646f 26bb7d89db2e f003381b7d99 2023-12-06T07:05:21.305 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (4m) 2s ago 11m 14.6M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:05:21.305 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (4m) 12s ago 11m 11.3M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:05:21.305 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (16m) 2s ago 16m 60.1M 4096M 17.2.0 e1d6a67b021e fa89468afe64 2023-12-06T07:05:21.305 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (16m) 2s ago 16m 59.4M 4096M 17.2.0 e1d6a67b021e f21c73c261bf 2023-12-06T07:05:21.305 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (15m) 2s ago 15m 54.1M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T07:05:21.305 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (15m) 2s ago 15m 57.9M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T07:05:21.305 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (14m) 12s ago 14m 62.0M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T07:05:21.305 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (13m) 12s ago 13m 56.0M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:05:21.305 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (13m) 12s ago 13m 54.2M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:05:21.305 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (12m) 12s ago 12m 58.3M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:05:21.305 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (3m) 12s ago 11m 60.1M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:05:21.305 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (9m) 2s ago 9m 88.1M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:05:21.305 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (9m) 12s ago 9m 87.4M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:05:21.306 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (9m) 2s ago 9m 87.6M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:05:21.306 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (9m) 12s ago 9m 87.7M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:05:21.770 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:05:21.770 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:05:21.770 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:05:21.770 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:05:21.771 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:05:21.771 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:05:21.771 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:05:21.771 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:05:21.771 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:05:21.771 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:05:21.771 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:05:21.771 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:05:21.771 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:05:21.771 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:05:21.771 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-06T07:05:21.771 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T07:05:21.771 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:05:21.771 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:05:22.168 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:05:22.168 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:05:22.168 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:05:22.168 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:05:22.168 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:05:22.168 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr", 2023-12-06T07:05:22.168 INFO:teuthology.orchestra.run.smithi040.stdout: "mon" 2023-12-06T07:05:22.168 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:05:22.168 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "5/23 daemons upgraded", 2023-12-06T07:05:22.168 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading mon daemons", 2023-12-06T07:05:22.168 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:05:22.168 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:05:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:21 smithi141 bash[72190]: audit 2023-12-06T07:05:20.512116+0000 mgr.y (mgr.25474) 837 : audit 0 from='client.34293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:21 smithi141 bash[72190]: audit 2023-12-06T07:05:20.897569+0000 mgr.y (mgr.25474) 838 : audit 0 from='client.54145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:21 smithi141 bash[72190]: cluster 2023-12-06T07:05:20.930667+0000 mgr.y (mgr.25474) 839 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:21 smithi141 bash[72190]: audit 2023-12-06T07:05:21.310673+0000 mon.a (mon.0) 789 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:21 smithi141 bash[72190]: audit 2023-12-06T07:05:21.318059+0000 mon.a (mon.0) 790 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:21 smithi141 bash[72190]: audit 2023-12-06T07:05:21.367185+0000 mon.a (mon.0) 791 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T07:05:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:21 smithi141 bash[72190]: audit 2023-12-06T07:05:21.368437+0000 mon.a (mon.0) 792 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:21 smithi141 bash[72190]: audit 2023-12-06T07:05:21.764362+0000 mon.a (mon.0) 793 : audit 0 from='client.? 172.21.15.40:0/819343026' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:22.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[84914]: audit 2023-12-06T07:05:20.512116+0000 mgr.y (mgr.25474) 837 : audit 0 from='client.34293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:22.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[84914]: audit 2023-12-06T07:05:20.897569+0000 mgr.y (mgr.25474) 838 : audit 0 from='client.54145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:22.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[84914]: cluster 2023-12-06T07:05:20.930667+0000 mgr.y (mgr.25474) 839 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:22.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[84914]: audit 2023-12-06T07:05:21.310673+0000 mon.a (mon.0) 789 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:22.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[84914]: audit 2023-12-06T07:05:21.318059+0000 mon.a (mon.0) 790 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:22.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[84914]: audit 2023-12-06T07:05:21.367185+0000 mon.a (mon.0) 791 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T07:05:22.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[84914]: audit 2023-12-06T07:05:21.368437+0000 mon.a (mon.0) 792 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:22.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[84914]: audit 2023-12-06T07:05:21.764362+0000 mon.a (mon.0) 793 : audit 0 from='client.? 172.21.15.40:0/819343026' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[78949]: audit 2023-12-06T07:05:20.512116+0000 mgr.y (mgr.25474) 837 : audit 0 from='client.34293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[78949]: audit 2023-12-06T07:05:20.897569+0000 mgr.y (mgr.25474) 838 : audit 0 from='client.54145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[78949]: cluster 2023-12-06T07:05:20.930667+0000 mgr.y (mgr.25474) 839 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[78949]: audit 2023-12-06T07:05:21.310673+0000 mon.a (mon.0) 789 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[78949]: audit 2023-12-06T07:05:21.318059+0000 mon.a (mon.0) 790 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[78949]: audit 2023-12-06T07:05:21.367185+0000 mon.a (mon.0) 791 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T07:05:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[78949]: audit 2023-12-06T07:05:21.368437+0000 mon.a (mon.0) 792 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:21 smithi040 bash[78949]: audit 2023-12-06T07:05:21.764362+0000 mon.a (mon.0) 793 : audit 0 from='client.? 172.21.15.40:0/819343026' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:22.628 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T07:05:23.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:22 smithi040 bash[84914]: audit 2023-12-06T07:05:21.271935+0000 mgr.y (mgr.25474) 840 : audit 0 from='client.34305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:23.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:22 smithi040 bash[84914]: cephadm 2023-12-06T07:05:21.366705+0000 mgr.y (mgr.25474) 841 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-06T07:05:23.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:22 smithi040 bash[84914]: cephadm 2023-12-06T07:05:21.373626+0000 mgr.y (mgr.25474) 842 : cephadm 1 Reconfiguring daemon osd.7 on smithi141 2023-12-06T07:05:23.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:22 smithi040 bash[84914]: audit 2023-12-06T07:05:22.623239+0000 mon.c (mon.1) 3 : audit 0 from='client.? 172.21.15.40:0/1198864732' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:05:23.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:22 smithi040 bash[84914]: audit 2023-12-06T07:05:22.777371+0000 mon.a (mon.0) 794 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:23.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:22 smithi040 bash[84914]: audit 2023-12-06T07:05:22.779631+0000 mon.a (mon.0) 795 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:05:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:22 smithi040 bash[78949]: audit 2023-12-06T07:05:21.271935+0000 mgr.y (mgr.25474) 840 : audit 0 from='client.34305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:22 smithi040 bash[78949]: cephadm 2023-12-06T07:05:21.366705+0000 mgr.y (mgr.25474) 841 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-06T07:05:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:22 smithi040 bash[78949]: cephadm 2023-12-06T07:05:21.373626+0000 mgr.y (mgr.25474) 842 : cephadm 1 Reconfiguring daemon osd.7 on smithi141 2023-12-06T07:05:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:22 smithi040 bash[78949]: audit 2023-12-06T07:05:22.623239+0000 mon.c (mon.1) 3 : audit 0 from='client.? 172.21.15.40:0/1198864732' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:05:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:22 smithi040 bash[78949]: audit 2023-12-06T07:05:22.777371+0000 mon.a (mon.0) 794 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:22 smithi040 bash[78949]: audit 2023-12-06T07:05:22.779631+0000 mon.a (mon.0) 795 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:05:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:22 smithi141 bash[72190]: audit 2023-12-06T07:05:21.271935+0000 mgr.y (mgr.25474) 840 : audit 0 from='client.34305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:22 smithi141 bash[72190]: cephadm 2023-12-06T07:05:21.366705+0000 mgr.y (mgr.25474) 841 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-06T07:05:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:22 smithi141 bash[72190]: cephadm 2023-12-06T07:05:21.373626+0000 mgr.y (mgr.25474) 842 : cephadm 1 Reconfiguring daemon osd.7 on smithi141 2023-12-06T07:05:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:22 smithi141 bash[72190]: audit 2023-12-06T07:05:22.623239+0000 mon.c (mon.1) 3 : audit 0 from='client.? 172.21.15.40:0/1198864732' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:05:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:22 smithi141 bash[72190]: audit 2023-12-06T07:05:22.777371+0000 mon.a (mon.0) 794 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:22 smithi141 bash[72190]: audit 2023-12-06T07:05:22.779631+0000 mon.a (mon.0) 795 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:05:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:23 smithi141 bash[72190]: audit 2023-12-06T07:05:22.161683+0000 mgr.y (mgr.25474) 843 : audit 0 from='client.34317 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:23 smithi141 bash[72190]: cluster 2023-12-06T07:05:22.931416+0000 mgr.y (mgr.25474) 844 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:24.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:23 smithi040 bash[78949]: audit 2023-12-06T07:05:22.161683+0000 mgr.y (mgr.25474) 843 : audit 0 from='client.34317 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:24.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:23 smithi040 bash[78949]: cluster 2023-12-06T07:05:22.931416+0000 mgr.y (mgr.25474) 844 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:23 smithi040 bash[84914]: audit 2023-12-06T07:05:22.161683+0000 mgr.y (mgr.25474) 843 : audit 0 from='client.34317 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:23 smithi040 bash[84914]: cluster 2023-12-06T07:05:22.931416+0000 mgr.y (mgr.25474) 844 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:25.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:25 smithi040 bash[84914]: audit 2023-12-06T07:05:23.795898+0000 mgr.y (mgr.25474) 845 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:25.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:25 smithi040 bash[78949]: audit 2023-12-06T07:05:23.795898+0000 mgr.y (mgr.25474) 845 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:25.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:25 smithi141 bash[72190]: audit 2023-12-06T07:05:23.795898+0000 mgr.y (mgr.25474) 845 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:26.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:26 smithi040 bash[78949]: cluster 2023-12-06T07:05:24.933180+0000 mgr.y (mgr.25474) 846 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:05:26.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:26 smithi040 bash[78949]: audit 2023-12-06T07:05:25.118833+0000 mon.a (mon.0) 796 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:26.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:26 smithi040 bash[78949]: audit 2023-12-06T07:05:25.128701+0000 mon.a (mon.0) 797 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:26.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:26 smithi040 bash[78949]: audit 2023-12-06T07:05:25.148848+0000 mon.a (mon.0) 798 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi141.cdtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:05:26.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:26 smithi040 bash[78949]: audit 2023-12-06T07:05:25.152600+0000 mon.a (mon.0) 799 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:26 smithi040 bash[84914]: cluster 2023-12-06T07:05:24.933180+0000 mgr.y (mgr.25474) 846 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:05:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:26 smithi040 bash[84914]: audit 2023-12-06T07:05:25.118833+0000 mon.a (mon.0) 796 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:26 smithi040 bash[84914]: audit 2023-12-06T07:05:25.128701+0000 mon.a (mon.0) 797 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:26 smithi040 bash[84914]: audit 2023-12-06T07:05:25.148848+0000 mon.a (mon.0) 798 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi141.cdtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:05:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:26 smithi040 bash[84914]: audit 2023-12-06T07:05:25.152600+0000 mon.a (mon.0) 799 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:26.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:26 smithi141 bash[72190]: cluster 2023-12-06T07:05:24.933180+0000 mgr.y (mgr.25474) 846 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:05:26.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:26 smithi141 bash[72190]: audit 2023-12-06T07:05:25.118833+0000 mon.a (mon.0) 796 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:26.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:26 smithi141 bash[72190]: audit 2023-12-06T07:05:25.128701+0000 mon.a (mon.0) 797 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:26.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:26 smithi141 bash[72190]: audit 2023-12-06T07:05:25.148848+0000 mon.a (mon.0) 798 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi141.cdtajj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:05:26.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:26 smithi141 bash[72190]: audit 2023-12-06T07:05:25.152600+0000 mon.a (mon.0) 799 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:26.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:05:26 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:05:26] "GET /metrics HTTP/1.1" 200 38254 "" "Prometheus/2.33.4" 2023-12-06T07:05:27.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:27 smithi040 bash[78949]: cephadm 2023-12-06T07:05:25.148167+0000 mgr.y (mgr.25474) 847 : cephadm 1 Reconfiguring rgw.foo.smithi141.cdtajj (monmap changed)... 2023-12-06T07:05:27.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:27 smithi040 bash[78949]: cephadm 2023-12-06T07:05:25.154620+0000 mgr.y (mgr.25474) 848 : cephadm 1 Reconfiguring daemon rgw.foo.smithi141.cdtajj on smithi141 2023-12-06T07:05:27.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:27 smithi040 bash[84914]: cephadm 2023-12-06T07:05:25.148167+0000 mgr.y (mgr.25474) 847 : cephadm 1 Reconfiguring rgw.foo.smithi141.cdtajj (monmap changed)... 2023-12-06T07:05:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:27 smithi040 bash[84914]: cephadm 2023-12-06T07:05:25.154620+0000 mgr.y (mgr.25474) 848 : cephadm 1 Reconfiguring daemon rgw.foo.smithi141.cdtajj on smithi141 2023-12-06T07:05:27.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:27 smithi141 bash[72190]: cephadm 2023-12-06T07:05:25.148167+0000 mgr.y (mgr.25474) 847 : cephadm 1 Reconfiguring rgw.foo.smithi141.cdtajj (monmap changed)... 2023-12-06T07:05:27.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:27 smithi141 bash[72190]: cephadm 2023-12-06T07:05:25.154620+0000 mgr.y (mgr.25474) 848 : cephadm 1 Reconfiguring daemon rgw.foo.smithi141.cdtajj on smithi141 2023-12-06T07:05:28.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:28 smithi040 bash[84914]: cluster 2023-12-06T07:05:26.933916+0000 mgr.y (mgr.25474) 849 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:28.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:28 smithi040 bash[78949]: cluster 2023-12-06T07:05:26.933916+0000 mgr.y (mgr.25474) 849 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:28.291 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:28 smithi141 bash[72190]: cluster 2023-12-06T07:05:26.933916+0000 mgr.y (mgr.25474) 849 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:28.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:05:28 smithi141 bash[61993]: ts=2023-12-06T07:05:28.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:05:29.350 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:29 smithi141 bash[72190]: audit 2023-12-06T07:05:28.094249+0000 mon.a (mon.0) 800 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.350 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:29 smithi141 bash[72190]: audit 2023-12-06T07:05:28.106934+0000 mon.a (mon.0) 801 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.350 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:29 smithi141 bash[72190]: audit 2023-12-06T07:05:28.117872+0000 mon.a (mon.0) 802 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.350 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:29 smithi141 bash[72190]: audit 2023-12-06T07:05:29.046743+0000 mon.a (mon.0) 803 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.350 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:29 smithi141 bash[72190]: audit 2023-12-06T07:05:29.060431+0000 mon.a (mon.0) 804 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.350 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:29 smithi141 bash[72190]: audit 2023-12-06T07:05:29.070714+0000 mon.a (mon.0) 805 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:29 smithi040 bash[78949]: audit 2023-12-06T07:05:28.094249+0000 mon.a (mon.0) 800 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:29 smithi040 bash[78949]: audit 2023-12-06T07:05:28.106934+0000 mon.a (mon.0) 801 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:29 smithi040 bash[78949]: audit 2023-12-06T07:05:28.117872+0000 mon.a (mon.0) 802 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:29 smithi040 bash[78949]: audit 2023-12-06T07:05:29.046743+0000 mon.a (mon.0) 803 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:29 smithi040 bash[78949]: audit 2023-12-06T07:05:29.060431+0000 mon.a (mon.0) 804 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:29 smithi040 bash[78949]: audit 2023-12-06T07:05:29.070714+0000 mon.a (mon.0) 805 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:29 smithi040 bash[84914]: audit 2023-12-06T07:05:28.094249+0000 mon.a (mon.0) 800 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:29 smithi040 bash[84914]: audit 2023-12-06T07:05:28.106934+0000 mon.a (mon.0) 801 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:29 smithi040 bash[84914]: audit 2023-12-06T07:05:28.117872+0000 mon.a (mon.0) 802 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:29 smithi040 bash[84914]: audit 2023-12-06T07:05:29.046743+0000 mon.a (mon.0) 803 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:29 smithi040 bash[84914]: audit 2023-12-06T07:05:29.060431+0000 mon.a (mon.0) 804 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:29 smithi040 bash[84914]: audit 2023-12-06T07:05:29.070714+0000 mon.a (mon.0) 805 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:30.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:30 smithi141 bash[72190]: cluster 2023-12-06T07:05:28.935614+0000 mgr.y (mgr.25474) 850 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:05:30.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:30 smithi040 bash[78949]: cluster 2023-12-06T07:05:28.935614+0000 mgr.y (mgr.25474) 850 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:05:30.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:30 smithi040 bash[84914]: cluster 2023-12-06T07:05:28.935614+0000 mgr.y (mgr.25474) 850 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:05:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:31 smithi141 bash[72190]: audit 2023-12-06T07:05:30.285688+0000 mon.a (mon.0) 806 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:31 smithi141 bash[72190]: audit 2023-12-06T07:05:30.296474+0000 mon.a (mon.0) 807 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:31 smithi141 bash[72190]: cephadm 2023-12-06T07:05:30.332539+0000 mgr.y (mgr.25474) 851 : cephadm 1 Reconfiguring rgw.smpl.smithi141.nwuffv (monmap changed)... 2023-12-06T07:05:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:31 smithi141 bash[72190]: audit 2023-12-06T07:05:30.333316+0000 mon.a (mon.0) 808 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi141.nwuffv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:05:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:31 smithi141 bash[72190]: audit 2023-12-06T07:05:30.337159+0000 mon.a (mon.0) 809 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:31 smithi141 bash[72190]: cephadm 2023-12-06T07:05:30.339418+0000 mgr.y (mgr.25474) 852 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi141.nwuffv on smithi141 2023-12-06T07:05:31.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:31 smithi141 bash[72190]: cluster 2023-12-06T07:05:30.936320+0000 mgr.y (mgr.25474) 853 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:31.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:31 smithi040 bash[78949]: audit 2023-12-06T07:05:30.285688+0000 mon.a (mon.0) 806 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:31.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:31 smithi040 bash[78949]: audit 2023-12-06T07:05:30.296474+0000 mon.a (mon.0) 807 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:31.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:31 smithi040 bash[78949]: cephadm 2023-12-06T07:05:30.332539+0000 mgr.y (mgr.25474) 851 : cephadm 1 Reconfiguring rgw.smpl.smithi141.nwuffv (monmap changed)... 2023-12-06T07:05:31.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:31 smithi040 bash[78949]: audit 2023-12-06T07:05:30.333316+0000 mon.a (mon.0) 808 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi141.nwuffv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:05:31.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:31 smithi040 bash[78949]: audit 2023-12-06T07:05:30.337159+0000 mon.a (mon.0) 809 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:31.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:31 smithi040 bash[78949]: cephadm 2023-12-06T07:05:30.339418+0000 mgr.y (mgr.25474) 852 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi141.nwuffv on smithi141 2023-12-06T07:05:31.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:31 smithi040 bash[78949]: cluster 2023-12-06T07:05:30.936320+0000 mgr.y (mgr.25474) 853 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:31.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:31 smithi040 bash[84914]: audit 2023-12-06T07:05:30.285688+0000 mon.a (mon.0) 806 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:31.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:31 smithi040 bash[84914]: audit 2023-12-06T07:05:30.296474+0000 mon.a (mon.0) 807 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:31.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:31 smithi040 bash[84914]: cephadm 2023-12-06T07:05:30.332539+0000 mgr.y (mgr.25474) 851 : cephadm 1 Reconfiguring rgw.smpl.smithi141.nwuffv (monmap changed)... 2023-12-06T07:05:31.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:31 smithi040 bash[84914]: audit 2023-12-06T07:05:30.333316+0000 mon.a (mon.0) 808 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi141.nwuffv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:05:31.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:31 smithi040 bash[84914]: audit 2023-12-06T07:05:30.337159+0000 mon.a (mon.0) 809 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:31.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:31 smithi040 bash[84914]: cephadm 2023-12-06T07:05:30.339418+0000 mgr.y (mgr.25474) 852 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi141.nwuffv on smithi141 2023-12-06T07:05:31.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:31 smithi040 bash[84914]: cluster 2023-12-06T07:05:30.936320+0000 mgr.y (mgr.25474) 853 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:33.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.661439+0000 mon.a (mon.0) 810 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:33.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.673143+0000 mon.a (mon.0) 811 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:33.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.722309+0000 mon.a (mon.0) 812 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:33.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.727684+0000 mon.a (mon.0) 813 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:33.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.731538+0000 mon.a (mon.0) 814 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:33.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: cephadm 2023-12-06T07:05:32.733011+0000 mgr.y (mgr.25474) 854 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-06T07:05:33.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.738463+0000 mon.a (mon.0) 815 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:33.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.741326+0000 mon.a (mon.0) 816 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-06T07:05:33.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.747442+0000 mon.a (mon.0) 817 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-06T07:05:33.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.750118+0000 mon.a (mon.0) 818 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-06T07:05:33.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.754897+0000 mon.a (mon.0) 819 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-06T07:05:33.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.757183+0000 mon.a (mon.0) 820 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-06T07:05:33.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.763024+0000 mon.a (mon.0) 821 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-06T07:05:33.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.766167+0000 mon.a (mon.0) 822 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:33.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: cephadm 2023-12-06T07:05:32.767359+0000 mgr.y (mgr.25474) 855 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-06T07:05:33.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.772474+0000 mon.a (mon.0) 823 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:33.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.776945+0000 mon.a (mon.0) 824 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T07:05:33.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: audit 2023-12-06T07:05:32.777193+0000 mgr.y (mgr.25474) 856 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T07:05:33.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: cephadm 2023-12-06T07:05:32.778929+0000 mgr.y (mgr.25474) 857 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-06T07:05:33.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:33 smithi141 bash[72190]: cluster 2023-12-06T07:05:32.937043+0000 mgr.y (mgr.25474) 858 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:34.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.661439+0000 mon.a (mon.0) 810 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:34.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.673143+0000 mon.a (mon.0) 811 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:34.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.722309+0000 mon.a (mon.0) 812 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:34.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.727684+0000 mon.a (mon.0) 813 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:34.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.731538+0000 mon.a (mon.0) 814 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:34.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: cephadm 2023-12-06T07:05:32.733011+0000 mgr.y (mgr.25474) 854 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-06T07:05:34.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.738463+0000 mon.a (mon.0) 815 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:34.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.741326+0000 mon.a (mon.0) 816 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-06T07:05:34.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.747442+0000 mon.a (mon.0) 817 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-06T07:05:34.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.750118+0000 mon.a (mon.0) 818 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-06T07:05:34.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.754897+0000 mon.a (mon.0) 819 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-06T07:05:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.757183+0000 mon.a (mon.0) 820 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-06T07:05:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.763024+0000 mon.a (mon.0) 821 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-06T07:05:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.766167+0000 mon.a (mon.0) 822 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: cephadm 2023-12-06T07:05:32.767359+0000 mgr.y (mgr.25474) 855 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-06T07:05:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.772474+0000 mon.a (mon.0) 823 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.776945+0000 mon.a (mon.0) 824 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T07:05:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: audit 2023-12-06T07:05:32.777193+0000 mgr.y (mgr.25474) 856 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T07:05:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: cephadm 2023-12-06T07:05:32.778929+0000 mgr.y (mgr.25474) 857 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-06T07:05:34.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[78949]: cluster 2023-12-06T07:05:32.937043+0000 mgr.y (mgr.25474) 858 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:34.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.661439+0000 mon.a (mon.0) 810 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:34.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.673143+0000 mon.a (mon.0) 811 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:34.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.722309+0000 mon.a (mon.0) 812 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:34.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.727684+0000 mon.a (mon.0) 813 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.731538+0000 mon.a (mon.0) 814 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: cephadm 2023-12-06T07:05:32.733011+0000 mgr.y (mgr.25474) 854 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-06T07:05:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.738463+0000 mon.a (mon.0) 815 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.741326+0000 mon.a (mon.0) 816 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-06T07:05:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.747442+0000 mon.a (mon.0) 817 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-06T07:05:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.750118+0000 mon.a (mon.0) 818 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-06T07:05:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.754897+0000 mon.a (mon.0) 819 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-06T07:05:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.757183+0000 mon.a (mon.0) 820 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-06T07:05:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.763024+0000 mon.a (mon.0) 821 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-06T07:05:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.766167+0000 mon.a (mon.0) 822 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: cephadm 2023-12-06T07:05:32.767359+0000 mgr.y (mgr.25474) 855 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-06T07:05:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.772474+0000 mon.a (mon.0) 823 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.776945+0000 mon.a (mon.0) 824 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T07:05:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: audit 2023-12-06T07:05:32.777193+0000 mgr.y (mgr.25474) 856 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T07:05:34.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: cephadm 2023-12-06T07:05:32.778929+0000 mgr.y (mgr.25474) 857 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-06T07:05:34.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:33 smithi040 bash[84914]: cluster 2023-12-06T07:05:32.937043+0000 mgr.y (mgr.25474) 858 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:35.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:34 smithi040 bash[78949]: audit 2023-12-06T07:05:33.805691+0000 mgr.y (mgr.25474) 859 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:35.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:34 smithi040 bash[84914]: audit 2023-12-06T07:05:33.805691+0000 mgr.y (mgr.25474) 859 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:35.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:34 smithi141 bash[72190]: audit 2023-12-06T07:05:33.805691+0000 mgr.y (mgr.25474) 859 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:36.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:35 smithi040 bash[78949]: cluster 2023-12-06T07:05:34.938752+0000 mgr.y (mgr.25474) 860 : cluster 0 pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:05:36.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:35 smithi040 bash[78949]: audit 2023-12-06T07:05:35.157674+0000 mon.a (mon.0) 825 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:36.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:35 smithi040 bash[78949]: audit 2023-12-06T07:05:35.162081+0000 mon.a (mon.0) 826 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T07:05:36.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:35 smithi040 bash[78949]: audit 2023-12-06T07:05:35.163970+0000 mon.a (mon.0) 827 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:36.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:35 smithi040 bash[84914]: cluster 2023-12-06T07:05:34.938752+0000 mgr.y (mgr.25474) 860 : cluster 0 pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:05:36.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:35 smithi040 bash[84914]: audit 2023-12-06T07:05:35.157674+0000 mon.a (mon.0) 825 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:36.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:35 smithi040 bash[84914]: audit 2023-12-06T07:05:35.162081+0000 mon.a (mon.0) 826 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T07:05:36.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:35 smithi040 bash[84914]: audit 2023-12-06T07:05:35.163970+0000 mon.a (mon.0) 827 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:35 smithi141 bash[72190]: cluster 2023-12-06T07:05:34.938752+0000 mgr.y (mgr.25474) 860 : cluster 0 pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:05:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:35 smithi141 bash[72190]: audit 2023-12-06T07:05:35.157674+0000 mon.a (mon.0) 825 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:35 smithi141 bash[72190]: audit 2023-12-06T07:05:35.162081+0000 mon.a (mon.0) 826 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T07:05:36.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:35 smithi141 bash[72190]: audit 2023-12-06T07:05:35.163970+0000 mon.a (mon.0) 827 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:36.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:05:36 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:05:36] "GET /metrics HTTP/1.1" 200 38254 "" "Prometheus/2.33.4" 2023-12-06T07:05:37.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:36 smithi141 bash[72190]: cephadm 2023-12-06T07:05:35.148179+0000 mgr.y (mgr.25474) 861 : cephadm 1 Upgrade: Updating osd.0 2023-12-06T07:05:37.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:36 smithi141 bash[72190]: cephadm 2023-12-06T07:05:35.167702+0000 mgr.y (mgr.25474) 862 : cephadm 1 Deploying daemon osd.0 on smithi040 2023-12-06T07:05:37.242 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:36 smithi040 bash[84914]: cephadm 2023-12-06T07:05:35.148179+0000 mgr.y (mgr.25474) 861 : cephadm 1 Upgrade: Updating osd.0 2023-12-06T07:05:37.242 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:36 smithi040 bash[84914]: cephadm 2023-12-06T07:05:35.167702+0000 mgr.y (mgr.25474) 862 : cephadm 1 Deploying daemon osd.0 on smithi040 2023-12-06T07:05:37.242 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:36 smithi040 bash[78949]: cephadm 2023-12-06T07:05:35.148179+0000 mgr.y (mgr.25474) 861 : cephadm 1 Upgrade: Updating osd.0 2023-12-06T07:05:37.242 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:36 smithi040 bash[78949]: cephadm 2023-12-06T07:05:35.167702+0000 mgr.y (mgr.25474) 862 : cephadm 1 Deploying daemon osd.0 on smithi040 2023-12-06T07:05:38.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:37 smithi141 bash[72190]: cluster 2023-12-06T07:05:36.939547+0000 mgr.y (mgr.25474) 863 : cluster 0 pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:38.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:37 smithi141 bash[72190]: audit 2023-12-06T07:05:37.770066+0000 mon.a (mon.0) 828 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:05:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:37 smithi040 bash[78949]: cluster 2023-12-06T07:05:36.939547+0000 mgr.y (mgr.25474) 863 : cluster 0 pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:37 smithi040 bash[78949]: audit 2023-12-06T07:05:37.770066+0000 mon.a (mon.0) 828 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:05:38.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:37 smithi040 bash[84914]: cluster 2023-12-06T07:05:36.939547+0000 mgr.y (mgr.25474) 863 : cluster 0 pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:38.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:37 smithi040 bash[84914]: audit 2023-12-06T07:05:37.770066+0000 mon.a (mon.0) 828 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:05:38.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:05:38 smithi141 bash[61993]: ts=2023-12-06T07:05: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.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:05:40.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:39 smithi040 bash[78949]: cluster 2023-12-06T07:05:38.941376+0000 mgr.y (mgr.25474) 864 : cluster 0 pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:05:40.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:39 smithi040 bash[78949]: audit 2023-12-06T07:05:39.252187+0000 mon.a (mon.0) 829 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:40.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:39 smithi040 bash[78949]: audit 2023-12-06T07:05:39.261130+0000 mon.a (mon.0) 830 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:40.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:39 smithi040 bash[78949]: audit 2023-12-06T07:05:39.271184+0000 mon.a (mon.0) 831 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:40 smithi040 bash[84914]: cluster 2023-12-06T07:05:38.941376+0000 mgr.y (mgr.25474) 864 : cluster 0 pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:05:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:40 smithi040 bash[84914]: audit 2023-12-06T07:05:39.252187+0000 mon.a (mon.0) 829 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:40 smithi040 bash[84914]: audit 2023-12-06T07:05:39.261130+0000 mon.a (mon.0) 830 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:40 smithi040 bash[84914]: audit 2023-12-06T07:05:39.271184+0000 mon.a (mon.0) 831 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:40.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:40 smithi141 bash[72190]: cluster 2023-12-06T07:05:38.941376+0000 mgr.y (mgr.25474) 864 : cluster 0 pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:05:40.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:40 smithi141 bash[72190]: audit 2023-12-06T07:05:39.252187+0000 mon.a (mon.0) 829 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:40.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:40 smithi141 bash[72190]: audit 2023-12-06T07:05:39.261130+0000 mon.a (mon.0) 830 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:40.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:40 smithi141 bash[72190]: audit 2023-12-06T07:05:39.271184+0000 mon.a (mon.0) 831 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:41.030 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:40 smithi040 systemd[1]: Stopping Ceph osd.0 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:05:41.404 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:41 smithi040 bash[34603]: debug 2023-12-06T07:05:41.112+0000 7f82b8461700 -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-06T07:05:41.404 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:41 smithi040 bash[34603]: debug 2023-12-06T07:05:41.112+0000 7f82b8461700 -1 osd.0 107 *** Got signal Terminated *** 2023-12-06T07:05:41.404 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:41 smithi040 bash[34603]: debug 2023-12-06T07:05:41.112+0000 7f82b8461700 -1 osd.0 107 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:05:42.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:42 smithi040 bash[78949]: cluster 2023-12-06T07:05:40.942205+0000 mgr.y (mgr.25474) 865 : cluster 0 pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:42.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:42 smithi040 bash[78949]: cluster 2023-12-06T07:05:41.117094+0000 mon.a (mon.0) 832 : cluster 1 osd.0 marked itself down and dead 2023-12-06T07:05:42.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:42 smithi040 bash[78949]: audit 2023-12-06T07:05:41.378344+0000 mon.a (mon.0) 833 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:42.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:42 smithi040 bash[78949]: audit 2023-12-06T07:05:41.387281+0000 mon.a (mon.0) 834 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:42.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:42 smithi040 bash[78949]: audit 2023-12-06T07:05:41.397165+0000 mon.a (mon.0) 835 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:42 smithi040 bash[84914]: cluster 2023-12-06T07:05:40.942205+0000 mgr.y (mgr.25474) 865 : cluster 0 pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:42 smithi040 bash[84914]: cluster 2023-12-06T07:05:41.117094+0000 mon.a (mon.0) 832 : cluster 1 osd.0 marked itself down and dead 2023-12-06T07:05:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:42 smithi040 bash[84914]: audit 2023-12-06T07:05:41.378344+0000 mon.a (mon.0) 833 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:42 smithi040 bash[84914]: audit 2023-12-06T07:05:41.387281+0000 mon.a (mon.0) 834 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:42 smithi040 bash[84914]: audit 2023-12-06T07:05:41.397165+0000 mon.a (mon.0) 835 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:42 smithi141 bash[72190]: cluster 2023-12-06T07:05:40.942205+0000 mgr.y (mgr.25474) 865 : cluster 0 pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:05:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:42 smithi141 bash[72190]: cluster 2023-12-06T07:05:41.117094+0000 mon.a (mon.0) 832 : cluster 1 osd.0 marked itself down and dead 2023-12-06T07:05:42.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:42 smithi141 bash[72190]: audit 2023-12-06T07:05:41.378344+0000 mon.a (mon.0) 833 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:42.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:42 smithi141 bash[72190]: audit 2023-12-06T07:05:41.387281+0000 mon.a (mon.0) 834 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:42.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:42 smithi141 bash[72190]: audit 2023-12-06T07:05:41.397165+0000 mon.a (mon.0) 835 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:43.280 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[88733]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-0 2023-12-06T07:05:43.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[78949]: cluster 2023-12-06T07:05:41.388783+0000 mgr.y (mgr.25474) 866 : cluster 0 pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 979 B/s rd, 0 op/s 2023-12-06T07:05:43.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[78949]: cluster 2023-12-06T07:05:42.000277+0000 mon.a (mon.0) 836 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:05:43.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[78949]: cluster 2023-12-06T07:05:42.004266+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:05:43.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[78949]: cluster 2023-12-06T07:05:42.009334+0000 mon.a (mon.0) 837 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-06T07:05:43.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[78949]: cluster 2023-12-06T07:05:42.009852+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:05:43.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[78949]: cluster 2023-12-06T07:05:42.010822+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:05:43.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[78949]: cluster 2023-12-06T07:05:42.011152+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:05:43.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[78949]: cluster 2023-12-06T07:05:42.015652+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:05:43.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[78949]: cluster 2023-12-06T07:05:42.384976+0000 mon.a (mon.0) 838 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:05:43.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[84914]: cluster 2023-12-06T07:05:41.388783+0000 mgr.y (mgr.25474) 866 : cluster 0 pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 979 B/s rd, 0 op/s 2023-12-06T07:05:43.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[84914]: cluster 2023-12-06T07:05:42.000277+0000 mon.a (mon.0) 836 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:05:43.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[84914]: cluster 2023-12-06T07:05:42.004266+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:05:43.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[84914]: cluster 2023-12-06T07:05:42.009334+0000 mon.a (mon.0) 837 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-06T07:05:43.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[84914]: cluster 2023-12-06T07:05:42.009852+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:05:43.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[84914]: cluster 2023-12-06T07:05:42.010822+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:05:43.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[84914]: cluster 2023-12-06T07:05:42.011152+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:05:43.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[84914]: cluster 2023-12-06T07:05:42.015652+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:05:43.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[84914]: cluster 2023-12-06T07:05:42.384976+0000 mon.a (mon.0) 838 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:05:43.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:43 smithi141 bash[72190]: cluster 2023-12-06T07:05:41.388783+0000 mgr.y (mgr.25474) 866 : cluster 0 pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 979 B/s rd, 0 op/s 2023-12-06T07:05:43.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:43 smithi141 bash[72190]: cluster 2023-12-06T07:05:42.000277+0000 mon.a (mon.0) 836 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:05:43.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:43 smithi141 bash[72190]: cluster 2023-12-06T07:05:42.004266+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:05:43.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:43 smithi141 bash[72190]: cluster 2023-12-06T07:05:42.009334+0000 mon.a (mon.0) 837 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-06T07:05:43.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:43 smithi141 bash[72190]: cluster 2023-12-06T07:05:42.009852+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:05:43.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:43 smithi141 bash[72190]: cluster 2023-12-06T07:05:42.010822+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:05:43.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:43 smithi141 bash[72190]: cluster 2023-12-06T07:05:42.011152+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:05:43.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:43 smithi141 bash[72190]: cluster 2023-12-06T07:05:42.015652+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:05:43.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:43 smithi141 bash[72190]: cluster 2023-12-06T07:05:42.384976+0000 mon.a (mon.0) 838 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:05:43.780 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:43 smithi040 bash[88869]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-0 2023-12-06T07:05:44.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[78949]: cluster 2023-12-06T07:05:43.025080+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[78949]: cluster 2023-12-06T07:05:43.029340+0000 mon.a (mon.0) 839 : cluster 0 osdmap e109: 8 total, 7 up, 8 in 2023-12-06T07:05:44.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[78949]: cluster 2023-12-06T07:05:43.029477+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[78949]: cluster 2023-12-06T07:05:43.029571+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[78949]: cluster 2023-12-06T07:05:43.029580+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[78949]: cluster 2023-12-06T07:05:43.029702+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[78949]: cluster 2023-12-06T07:05:43.033158+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[78949]: cluster 2023-12-06T07:05:43.033177+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[78949]: cluster 2023-12-06T07:05:43.033292+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[78949]: cluster 2023-12-06T07:05:43.034869+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[84914]: cluster 2023-12-06T07:05:43.025080+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[84914]: cluster 2023-12-06T07:05:43.029340+0000 mon.a (mon.0) 839 : cluster 0 osdmap e109: 8 total, 7 up, 8 in 2023-12-06T07:05:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[84914]: cluster 2023-12-06T07:05:43.029477+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[84914]: cluster 2023-12-06T07:05:43.029571+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[84914]: cluster 2023-12-06T07:05:43.029580+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[84914]: cluster 2023-12-06T07:05:43.029702+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[84914]: cluster 2023-12-06T07:05:43.033158+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[84914]: cluster 2023-12-06T07:05:43.033177+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[84914]: cluster 2023-12-06T07:05:43.033292+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:44 smithi040 bash[84914]: cluster 2023-12-06T07:05:43.034869+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.312 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:44 smithi141 bash[72190]: cluster 2023-12-06T07:05:43.025080+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.313 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:44 smithi141 bash[72190]: cluster 2023-12-06T07:05:43.029340+0000 mon.a (mon.0) 839 : cluster 0 osdmap e109: 8 total, 7 up, 8 in 2023-12-06T07:05:44.313 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:44 smithi141 bash[72190]: cluster 2023-12-06T07:05:43.029477+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.313 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:44 smithi141 bash[72190]: cluster 2023-12-06T07:05:43.029571+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.313 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:44 smithi141 bash[72190]: cluster 2023-12-06T07:05:43.029580+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.313 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:44 smithi141 bash[72190]: cluster 2023-12-06T07:05:43.029702+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.313 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:44 smithi141 bash[72190]: cluster 2023-12-06T07:05:43.033158+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.313 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:44 smithi141 bash[72190]: cluster 2023-12-06T07:05:43.033177+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.313 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:44 smithi141 bash[72190]: cluster 2023-12-06T07:05:43.033292+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:44.313 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:44 smithi141 bash[72190]: cluster 2023-12-06T07:05:43.034869+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:05:45.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:45 smithi040 bash[78949]: cluster 2023-12-06T07:05:43.389744+0000 mgr.y (mgr.25474) 867 : cluster 0 pgmap v92: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 793 B/s rd, 0 op/s 2023-12-06T07:05:45.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:45 smithi040 bash[78949]: audit 2023-12-06T07:05:43.817016+0000 mgr.y (mgr.25474) 868 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:45 smithi040 bash[84914]: cluster 2023-12-06T07:05:43.389744+0000 mgr.y (mgr.25474) 867 : cluster 0 pgmap v92: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 793 B/s rd, 0 op/s 2023-12-06T07:05:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:45 smithi040 bash[84914]: audit 2023-12-06T07:05:43.817016+0000 mgr.y (mgr.25474) 868 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:45.337 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:45 smithi141 bash[72190]: cluster 2023-12-06T07:05:43.389744+0000 mgr.y (mgr.25474) 867 : cluster 0 pgmap v92: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 793 B/s rd, 0 op/s 2023-12-06T07:05:45.337 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:45 smithi141 bash[72190]: audit 2023-12-06T07:05:43.817016+0000 mgr.y (mgr.25474) 868 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:45.780 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:45 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.0.service: Succeeded. 2023-12-06T07:05:45.780 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:45 smithi040 systemd[1]: Stopped Ceph osd.0 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:05:45.780 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:45 smithi040 systemd[1]: Started Ceph osd.0 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:05:46.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:05:46] "GET /metrics HTTP/1.1" 200 38251 "" "Prometheus/2.33.4" 2023-12-06T07:05:47.062 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: cluster 2023-12-06T07:05:45.392055+0000 mgr.y (mgr.25474) 869 : cluster 0 pgmap v93: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:47.062 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:45.803849+0000 mon.a (mon.0) 840 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.062 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:45.814047+0000 mon.a (mon.0) 841 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.062 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:45.824908+0000 mon.a (mon.0) 842 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.062 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:45.826123+0000 mon.a (mon.0) 843 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.062 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: cluster 2023-12-06T07:05:45.828371+0000 mgr.y (mgr.25474) 870 : cluster 0 pgmap v94: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:47.062 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:45.833807+0000 mon.a (mon.0) 844 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.062 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: cephadm 2023-12-06T07:05:45.834545+0000 mgr.y (mgr.25474) 871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.063 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:45.915725+0000 mon.a (mon.0) 845 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.063 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:45.918585+0000 mon.a (mon.0) 846 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.063 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:45.923842+0000 mon.a (mon.0) 847 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.063 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:45.925153+0000 mon.a (mon.0) 848 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.063 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:45.934127+0000 mon.a (mon.0) 849 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.063 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: cephadm 2023-12-06T07:05:45.934946+0000 mgr.y (mgr.25474) 872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.063 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.013024+0000 mon.a (mon.0) 850 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.063 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.016294+0000 mon.a (mon.0) 851 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.063 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.020307+0000 mon.a (mon.0) 852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.063 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.021849+0000 mon.a (mon.0) 853 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.063 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.032285+0000 mon.a (mon.0) 854 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.063 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: cluster 2023-12-06T07:05:45.392055+0000 mgr.y (mgr.25474) 869 : cluster 0 pgmap v93: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:47.064 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:45.803849+0000 mon.a (mon.0) 840 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.064 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:45.814047+0000 mon.a (mon.0) 841 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.064 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:45.824908+0000 mon.a (mon.0) 842 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.064 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:45.826123+0000 mon.a (mon.0) 843 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.064 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: cluster 2023-12-06T07:05:45.828371+0000 mgr.y (mgr.25474) 870 : cluster 0 pgmap v94: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:47.064 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:45.833807+0000 mon.a (mon.0) 844 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.064 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: cephadm 2023-12-06T07:05:45.834545+0000 mgr.y (mgr.25474) 871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.064 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:45.915725+0000 mon.a (mon.0) 845 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.064 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:45.918585+0000 mon.a (mon.0) 846 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.064 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:45.923842+0000 mon.a (mon.0) 847 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.064 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:45.925153+0000 mon.a (mon.0) 848 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.064 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:45.934127+0000 mon.a (mon.0) 849 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.064 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: cephadm 2023-12-06T07:05:45.934946+0000 mgr.y (mgr.25474) 872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.064 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.013024+0000 mon.a (mon.0) 850 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.065 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.016294+0000 mon.a (mon.0) 851 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.065 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.020307+0000 mon.a (mon.0) 852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.065 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.021849+0000 mon.a (mon.0) 853 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.065 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.032285+0000 mon.a (mon.0) 854 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.065 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: cephadm 2023-12-06T07:05:46.032957+0000 mgr.y (mgr.25474) 873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.065 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: cluster 2023-12-06T07:05:46.035443+0000 mon.a (mon.0) 855 : cluster 3 Health check failed: Degraded data redundancy: 69/630 objects degraded (10.952%), 22 pgs degraded (PG_DEGRADED) 2023-12-06T07:05:47.065 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: cluster 2023-12-06T07:05:46.035529+0000 mon.a (mon.0) 856 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:05:47.065 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.113137+0000 mon.a (mon.0) 857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.065 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.117340+0000 mon.a (mon.0) 858 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.065 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.120955+0000 mon.a (mon.0) 859 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.065 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.122201+0000 mon.a (mon.0) 860 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.066 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.130298+0000 mon.a (mon.0) 861 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.066 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.208939+0000 mon.a (mon.0) 862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.066 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.212109+0000 mon.a (mon.0) 863 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.066 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.216648+0000 mon.a (mon.0) 864 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.066 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.218141+0000 mon.a (mon.0) 865 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.066 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.226193+0000 mon.a (mon.0) 866 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.066 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.310717+0000 mon.a (mon.0) 867 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.066 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.314199+0000 mon.a (mon.0) 868 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.066 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.317284+0000 mon.a (mon.0) 869 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.066 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.318379+0000 mon.a (mon.0) 870 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.066 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.326588+0000 mon.a (mon.0) 871 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.066 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.408542+0000 mon.a (mon.0) 872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.066 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.411715+0000 mon.a (mon.0) 873 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.067 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: cephadm 2023-12-06T07:05:46.032957+0000 mgr.y (mgr.25474) 873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.067 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: cluster 2023-12-06T07:05:46.035443+0000 mon.a (mon.0) 855 : cluster 3 Health check failed: Degraded data redundancy: 69/630 objects degraded (10.952%), 22 pgs degraded (PG_DEGRADED) 2023-12-06T07:05:47.067 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: cluster 2023-12-06T07:05:46.035529+0000 mon.a (mon.0) 856 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:05:47.067 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.113137+0000 mon.a (mon.0) 857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.067 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.117340+0000 mon.a (mon.0) 858 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.067 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.120955+0000 mon.a (mon.0) 859 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.067 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.122201+0000 mon.a (mon.0) 860 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.067 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.130298+0000 mon.a (mon.0) 861 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.068 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.208939+0000 mon.a (mon.0) 862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.068 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.212109+0000 mon.a (mon.0) 863 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.068 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.216648+0000 mon.a (mon.0) 864 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.068 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.218141+0000 mon.a (mon.0) 865 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.068 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.226193+0000 mon.a (mon.0) 866 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.068 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.310717+0000 mon.a (mon.0) 867 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.068 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.314199+0000 mon.a (mon.0) 868 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.068 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.317284+0000 mon.a (mon.0) 869 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.068 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.318379+0000 mon.a (mon.0) 870 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.068 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.326588+0000 mon.a (mon.0) 871 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.068 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.408542+0000 mon.a (mon.0) 872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.068 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.411715+0000 mon.a (mon.0) 873 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.069 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.415445+0000 mon.a (mon.0) 874 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.069 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.417115+0000 mon.a (mon.0) 875 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.069 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.426776+0000 mon.a (mon.0) 876 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.069 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.509242+0000 mon.a (mon.0) 877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.069 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.512149+0000 mon.a (mon.0) 878 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.069 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.516459+0000 mon.a (mon.0) 879 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.069 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.517880+0000 mon.a (mon.0) 880 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.069 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.525588+0000 mon.a (mon.0) 881 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.069 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.614799+0000 mon.a (mon.0) 882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.069 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.617942+0000 mon.a (mon.0) 883 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.069 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.620452+0000 mon.a (mon.0) 884 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.069 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.621382+0000 mon.a (mon.0) 885 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.069 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.627323+0000 mon.a (mon.0) 886 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.069 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.708413+0000 mon.a (mon.0) 887 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.069 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.711120+0000 mon.a (mon.0) 888 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.070 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.715114+0000 mon.a (mon.0) 889 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.070 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.716257+0000 mon.a (mon.0) 890 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.070 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[84914]: audit 2023-12-06T07:05:46.722654+0000 mon.a (mon.0) 891 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.070 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.415445+0000 mon.a (mon.0) 874 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.070 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.417115+0000 mon.a (mon.0) 875 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.070 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.426776+0000 mon.a (mon.0) 876 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.070 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.509242+0000 mon.a (mon.0) 877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.070 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.512149+0000 mon.a (mon.0) 878 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.070 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.516459+0000 mon.a (mon.0) 879 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.070 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.517880+0000 mon.a (mon.0) 880 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.070 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.525588+0000 mon.a (mon.0) 881 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.071 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.614799+0000 mon.a (mon.0) 882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.071 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.617942+0000 mon.a (mon.0) 883 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.071 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.620452+0000 mon.a (mon.0) 884 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.071 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.621382+0000 mon.a (mon.0) 885 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.071 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.627323+0000 mon.a (mon.0) 886 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.071 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.708413+0000 mon.a (mon.0) 887 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.071 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.711120+0000 mon.a (mon.0) 888 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.071 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.715114+0000 mon.a (mon.0) 889 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.071 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.716257+0000 mon.a (mon.0) 890 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.071 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:46 smithi040 bash[78949]: audit 2023-12-06T07:05:46.722654+0000 mon.a (mon.0) 891 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: cluster 2023-12-06T07:05:45.392055+0000 mgr.y (mgr.25474) 869 : cluster 0 pgmap v93: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:45.803849+0000 mon.a (mon.0) 840 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:45.814047+0000 mon.a (mon.0) 841 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:45.824908+0000 mon.a (mon.0) 842 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:45.826123+0000 mon.a (mon.0) 843 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: cluster 2023-12-06T07:05:45.828371+0000 mgr.y (mgr.25474) 870 : cluster 0 pgmap v94: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:45.833807+0000 mon.a (mon.0) 844 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: cephadm 2023-12-06T07:05:45.834545+0000 mgr.y (mgr.25474) 871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:45.915725+0000 mon.a (mon.0) 845 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:45.918585+0000 mon.a (mon.0) 846 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:45.923842+0000 mon.a (mon.0) 847 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:45.925153+0000 mon.a (mon.0) 848 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:45.934127+0000 mon.a (mon.0) 849 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: cephadm 2023-12-06T07:05:45.934946+0000 mgr.y (mgr.25474) 872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.013024+0000 mon.a (mon.0) 850 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.016294+0000 mon.a (mon.0) 851 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.020307+0000 mon.a (mon.0) 852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.021849+0000 mon.a (mon.0) 853 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.032285+0000 mon.a (mon.0) 854 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: cephadm 2023-12-06T07:05:46.032957+0000 mgr.y (mgr.25474) 873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: cluster 2023-12-06T07:05:46.035443+0000 mon.a (mon.0) 855 : cluster 3 Health check failed: Degraded data redundancy: 69/630 objects degraded (10.952%), 22 pgs degraded (PG_DEGRADED) 2023-12-06T07:05:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: cluster 2023-12-06T07:05:46.035529+0000 mon.a (mon.0) 856 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:05:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.113137+0000 mon.a (mon.0) 857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.117340+0000 mon.a (mon.0) 858 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.120955+0000 mon.a (mon.0) 859 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.122201+0000 mon.a (mon.0) 860 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.130298+0000 mon.a (mon.0) 861 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.208939+0000 mon.a (mon.0) 862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.212109+0000 mon.a (mon.0) 863 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.216648+0000 mon.a (mon.0) 864 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.218141+0000 mon.a (mon.0) 865 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.226193+0000 mon.a (mon.0) 866 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.310717+0000 mon.a (mon.0) 867 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.314199+0000 mon.a (mon.0) 868 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.317284+0000 mon.a (mon.0) 869 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.318379+0000 mon.a (mon.0) 870 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.326588+0000 mon.a (mon.0) 871 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.408542+0000 mon.a (mon.0) 872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.411715+0000 mon.a (mon.0) 873 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.415445+0000 mon.a (mon.0) 874 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.417115+0000 mon.a (mon.0) 875 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.426776+0000 mon.a (mon.0) 876 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.509242+0000 mon.a (mon.0) 877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.512149+0000 mon.a (mon.0) 878 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.516459+0000 mon.a (mon.0) 879 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.517880+0000 mon.a (mon.0) 880 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.525588+0000 mon.a (mon.0) 881 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.614799+0000 mon.a (mon.0) 882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.617942+0000 mon.a (mon.0) 883 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.620452+0000 mon.a (mon.0) 884 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.621382+0000 mon.a (mon.0) 885 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.627323+0000 mon.a (mon.0) 886 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.708413+0000 mon.a (mon.0) 887 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.711120+0000 mon.a (mon.0) 888 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.715114+0000 mon.a (mon.0) 889 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.716257+0000 mon.a (mon.0) 890 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:46 smithi141 bash[72190]: audit 2023-12-06T07:05:46.722654+0000 mon.a (mon.0) 891 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: cephadm 2023-12-06T07:05:46.130859+0000 mgr.y (mgr.25474) 874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: cephadm 2023-12-06T07:05:46.226983+0000 mgr.y (mgr.25474) 875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: cephadm 2023-12-06T07:05:46.327639+0000 mgr.y (mgr.25474) 876 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: cephadm 2023-12-06T07:05:46.427655+0000 mgr.y (mgr.25474) 877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: cephadm 2023-12-06T07:05:46.526177+0000 mgr.y (mgr.25474) 878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: cephadm 2023-12-06T07:05:46.627875+0000 mgr.y (mgr.25474) 879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: cephadm 2023-12-06T07:05:46.723423+0000 mgr.y (mgr.25474) 880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:46.813554+0000 mon.a (mon.0) 892 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:46.816027+0000 mon.a (mon.0) 893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:46.819069+0000 mon.a (mon.0) 894 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:46.819772+0000 mon.a (mon.0) 895 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:46.824827+0000 mon.a (mon.0) 896 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: cephadm 2023-12-06T07:05:46.825323+0000 mgr.y (mgr.25474) 881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:46.904627+0000 mon.a (mon.0) 897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:46.907172+0000 mon.a (mon.0) 898 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:46.909922+0000 mon.a (mon.0) 899 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:46.910964+0000 mon.a (mon.0) 900 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:46.918574+0000 mon.a (mon.0) 901 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: cephadm 2023-12-06T07:05:46.919129+0000 mgr.y (mgr.25474) 882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:46.997721+0000 mon.a (mon.0) 902 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.000165+0000 mon.a (mon.0) 903 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.002694+0000 mon.a (mon.0) 904 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.003661+0000 mon.a (mon.0) 905 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.009455+0000 mon.a (mon.0) 906 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: cephadm 2023-12-06T07:05:47.009995+0000 mgr.y (mgr.25474) 883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.088261+0000 mon.a (mon.0) 907 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.090738+0000 mon.a (mon.0) 908 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.094181+0000 mon.a (mon.0) 909 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.095336+0000 mon.a (mon.0) 910 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.103567+0000 mon.a (mon.0) 911 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: cephadm 2023-12-06T07:05:47.104399+0000 mgr.y (mgr.25474) 884 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:47.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.187399+0000 mon.a (mon.0) 912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.189966+0000 mon.a (mon.0) 913 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.192358+0000 mon.a (mon.0) 914 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.193361+0000 mon.a (mon.0) 915 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.201673+0000 mon.a (mon.0) 916 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.283014+0000 mon.a (mon.0) 917 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.286231+0000 mon.a (mon.0) 918 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.289707+0000 mon.a (mon.0) 919 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.291151+0000 mon.a (mon.0) 920 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.298764+0000 mon.a (mon.0) 921 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.378646+0000 mon.a (mon.0) 922 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.380691+0000 mon.a (mon.0) 923 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.383032+0000 mon.a (mon.0) 924 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.383905+0000 mon.a (mon.0) 925 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.389698+0000 mon.a (mon.0) 926 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.469410+0000 mon.a (mon.0) 927 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.472094+0000 mon.a (mon.0) 928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.474364+0000 mon.a (mon.0) 929 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.475219+0000 mon.a (mon.0) 930 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.481265+0000 mon.a (mon.0) 931 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.560158+0000 mon.a (mon.0) 932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.562396+0000 mon.a (mon.0) 933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.565224+0000 mon.a (mon.0) 934 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.566426+0000 mon.a (mon.0) 935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.575554+0000 mon.a (mon.0) 936 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.656614+0000 mon.a (mon.0) 937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.658773+0000 mon.a (mon.0) 938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.661069+0000 mon.a (mon.0) 939 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.662076+0000 mon.a (mon.0) 940 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.668122+0000 mon.a (mon.0) 941 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:47.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.750772+0000 mon.a (mon.0) 942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:47.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.754018+0000 mon.a (mon.0) 943 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:47.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.756665+0000 mon.a (mon.0) 944 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:47.965 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.757714+0000 mon.a (mon.0) 945 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:47.965 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:47 smithi141 bash[72190]: audit 2023-12-06T07:05:47.766806+0000 mon.a (mon.0) 946 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.030 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[89039]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-06T07:05:48.030 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[89039]: 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-06T07:05:48.030 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[89039]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-06T07:05:48.030 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[89039]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-06T07:05:48.030 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[89039]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-06T07:05:48.030 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[89039]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-06T07:05:48.030 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[89039]: --> ceph-volume raw activate successful for osd ID: 0 2023-12-06T07:05:48.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: cephadm 2023-12-06T07:05:46.130859+0000 mgr.y (mgr.25474) 874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: cephadm 2023-12-06T07:05:46.226983+0000 mgr.y (mgr.25474) 875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: cephadm 2023-12-06T07:05:46.327639+0000 mgr.y (mgr.25474) 876 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: cephadm 2023-12-06T07:05:46.427655+0000 mgr.y (mgr.25474) 877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: cephadm 2023-12-06T07:05:46.526177+0000 mgr.y (mgr.25474) 878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: cephadm 2023-12-06T07:05:46.627875+0000 mgr.y (mgr.25474) 879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: cephadm 2023-12-06T07:05:46.723423+0000 mgr.y (mgr.25474) 880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:46.813554+0000 mon.a (mon.0) 892 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:46.816027+0000 mon.a (mon.0) 893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:46.819069+0000 mon.a (mon.0) 894 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:46.819772+0000 mon.a (mon.0) 895 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:46.824827+0000 mon.a (mon.0) 896 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: cephadm 2023-12-06T07:05:46.825323+0000 mgr.y (mgr.25474) 881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:46.904627+0000 mon.a (mon.0) 897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:46.907172+0000 mon.a (mon.0) 898 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:46.909922+0000 mon.a (mon.0) 899 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:46.910964+0000 mon.a (mon.0) 900 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:46.918574+0000 mon.a (mon.0) 901 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: cephadm 2023-12-06T07:05:46.919129+0000 mgr.y (mgr.25474) 882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:46.997721+0000 mon.a (mon.0) 902 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.000165+0000 mon.a (mon.0) 903 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.002694+0000 mon.a (mon.0) 904 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.003661+0000 mon.a (mon.0) 905 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.009455+0000 mon.a (mon.0) 906 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: cephadm 2023-12-06T07:05:47.009995+0000 mgr.y (mgr.25474) 883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.088261+0000 mon.a (mon.0) 907 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.090738+0000 mon.a (mon.0) 908 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.094181+0000 mon.a (mon.0) 909 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.095336+0000 mon.a (mon.0) 910 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.103567+0000 mon.a (mon.0) 911 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: cephadm 2023-12-06T07:05:47.104399+0000 mgr.y (mgr.25474) 884 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.187399+0000 mon.a (mon.0) 912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.189966+0000 mon.a (mon.0) 913 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.192358+0000 mon.a (mon.0) 914 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.193361+0000 mon.a (mon.0) 915 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.201673+0000 mon.a (mon.0) 916 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.283014+0000 mon.a (mon.0) 917 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.286231+0000 mon.a (mon.0) 918 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.289707+0000 mon.a (mon.0) 919 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.291151+0000 mon.a (mon.0) 920 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.298764+0000 mon.a (mon.0) 921 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: cephadm 2023-12-06T07:05:46.130859+0000 mgr.y (mgr.25474) 874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: cephadm 2023-12-06T07:05:46.226983+0000 mgr.y (mgr.25474) 875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: cephadm 2023-12-06T07:05:46.327639+0000 mgr.y (mgr.25474) 876 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: cephadm 2023-12-06T07:05:46.427655+0000 mgr.y (mgr.25474) 877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: cephadm 2023-12-06T07:05:46.526177+0000 mgr.y (mgr.25474) 878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: cephadm 2023-12-06T07:05:46.627875+0000 mgr.y (mgr.25474) 879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: cephadm 2023-12-06T07:05:46.723423+0000 mgr.y (mgr.25474) 880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:46.813554+0000 mon.a (mon.0) 892 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:46.816027+0000 mon.a (mon.0) 893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:46.819069+0000 mon.a (mon.0) 894 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:46.819772+0000 mon.a (mon.0) 895 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:46.824827+0000 mon.a (mon.0) 896 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: cephadm 2023-12-06T07:05:46.825323+0000 mgr.y (mgr.25474) 881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:46.904627+0000 mon.a (mon.0) 897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:46.907172+0000 mon.a (mon.0) 898 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:46.909922+0000 mon.a (mon.0) 899 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:46.910964+0000 mon.a (mon.0) 900 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:46.918574+0000 mon.a (mon.0) 901 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: cephadm 2023-12-06T07:05:46.919129+0000 mgr.y (mgr.25474) 882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:46.997721+0000 mon.a (mon.0) 902 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.000165+0000 mon.a (mon.0) 903 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.378646+0000 mon.a (mon.0) 922 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.380691+0000 mon.a (mon.0) 923 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.383032+0000 mon.a (mon.0) 924 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.383905+0000 mon.a (mon.0) 925 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.389698+0000 mon.a (mon.0) 926 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.469410+0000 mon.a (mon.0) 927 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.472094+0000 mon.a (mon.0) 928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.474364+0000 mon.a (mon.0) 929 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.475219+0000 mon.a (mon.0) 930 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.481265+0000 mon.a (mon.0) 931 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.560158+0000 mon.a (mon.0) 932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.562396+0000 mon.a (mon.0) 933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.565224+0000 mon.a (mon.0) 934 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.566426+0000 mon.a (mon.0) 935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.575554+0000 mon.a (mon.0) 936 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.656614+0000 mon.a (mon.0) 937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.658773+0000 mon.a (mon.0) 938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.661069+0000 mon.a (mon.0) 939 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.662076+0000 mon.a (mon.0) 940 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.668122+0000 mon.a (mon.0) 941 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.750772+0000 mon.a (mon.0) 942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.754018+0000 mon.a (mon.0) 943 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.756665+0000 mon.a (mon.0) 944 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.757714+0000 mon.a (mon.0) 945 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[84914]: audit 2023-12-06T07:05:47.766806+0000 mon.a (mon.0) 946 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.002694+0000 mon.a (mon.0) 904 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.003661+0000 mon.a (mon.0) 905 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.009455+0000 mon.a (mon.0) 906 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: cephadm 2023-12-06T07:05:47.009995+0000 mgr.y (mgr.25474) 883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.088261+0000 mon.a (mon.0) 907 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.090738+0000 mon.a (mon.0) 908 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.094181+0000 mon.a (mon.0) 909 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.095336+0000 mon.a (mon.0) 910 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.103567+0000 mon.a (mon.0) 911 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: cephadm 2023-12-06T07:05:47.104399+0000 mgr.y (mgr.25474) 884 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.187399+0000 mon.a (mon.0) 912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.189966+0000 mon.a (mon.0) 913 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.192358+0000 mon.a (mon.0) 914 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.193361+0000 mon.a (mon.0) 915 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.201673+0000 mon.a (mon.0) 916 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.283014+0000 mon.a (mon.0) 917 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.286231+0000 mon.a (mon.0) 918 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.289707+0000 mon.a (mon.0) 919 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.291151+0000 mon.a (mon.0) 920 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.298764+0000 mon.a (mon.0) 921 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.378646+0000 mon.a (mon.0) 922 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.380691+0000 mon.a (mon.0) 923 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.383032+0000 mon.a (mon.0) 924 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.383905+0000 mon.a (mon.0) 925 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.389698+0000 mon.a (mon.0) 926 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.469410+0000 mon.a (mon.0) 927 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.472094+0000 mon.a (mon.0) 928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.474364+0000 mon.a (mon.0) 929 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.475219+0000 mon.a (mon.0) 930 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.481265+0000 mon.a (mon.0) 931 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.560158+0000 mon.a (mon.0) 932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.562396+0000 mon.a (mon.0) 933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.565224+0000 mon.a (mon.0) 934 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.566426+0000 mon.a (mon.0) 935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.575554+0000 mon.a (mon.0) 936 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.656614+0000 mon.a (mon.0) 937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.658773+0000 mon.a (mon.0) 938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.661069+0000 mon.a (mon.0) 939 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.662076+0000 mon.a (mon.0) 940 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.668122+0000 mon.a (mon.0) 941 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.750772+0000 mon.a (mon.0) 942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.754018+0000 mon.a (mon.0) 943 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.756665+0000 mon.a (mon.0) 944 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.757714+0000 mon.a (mon.0) 945 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:47 smithi040 bash[78949]: audit 2023-12-06T07:05:47.766806+0000 mon.a (mon.0) 946 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.959 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[61993]: ts=2023-12-06T07:05:48.663Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"smithi040:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.40\", device_class=\"ssd\", hostname=\"smithi040\", instance=\"172.21.15.141:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.40\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:05:48.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: cephadm 2023-12-06T07:05:47.202791+0000 mgr.y (mgr.25474) 885 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: cephadm 2023-12-06T07:05:47.299714+0000 mgr.y (mgr.25474) 886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: cephadm 2023-12-06T07:05:47.391155+0000 mgr.y (mgr.25474) 887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: cephadm 2023-12-06T07:05:47.482587+0000 mgr.y (mgr.25474) 888 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: cephadm 2023-12-06T07:05:47.576148+0000 mgr.y (mgr.25474) 889 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: cephadm 2023-12-06T07:05:47.668684+0000 mgr.y (mgr.25474) 890 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: cephadm 2023-12-06T07:05:47.767590+0000 mgr.y (mgr.25474) 891 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: cluster 2023-12-06T07:05:47.829068+0000 mgr.y (mgr.25474) 892 : cluster 0 pgmap v95: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:47.830779+0000 mon.a (mon.0) 947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:47.833067+0000 mon.a (mon.0) 948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:47.835198+0000 mon.a (mon.0) 949 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:47.836017+0000 mon.a (mon.0) 950 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:47.845419+0000 mon.a (mon.0) 951 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: cephadm 2023-12-06T07:05:47.846076+0000 mgr.y (mgr.25474) 893 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:47.923355+0000 mon.a (mon.0) 952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:47.926242+0000 mon.a (mon.0) 953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:47.932005+0000 mon.a (mon.0) 954 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:47.933261+0000 mon.a (mon.0) 955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:47.942548+0000 mon.a (mon.0) 956 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: cephadm 2023-12-06T07:05:47.943420+0000 mgr.y (mgr.25474) 894 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.022096+0000 mon.a (mon.0) 957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.024585+0000 mon.a (mon.0) 958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.027266+0000 mon.a (mon.0) 959 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.028056+0000 mon.a (mon.0) 960 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.035572+0000 mon.a (mon.0) 961 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: cephadm 2023-12-06T07:05:48.036285+0000 mgr.y (mgr.25474) 895 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:48.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.116717+0000 mon.a (mon.0) 962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.119087+0000 mon.a (mon.0) 963 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.122220+0000 mon.a (mon.0) 964 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.123508+0000 mon.a (mon.0) 965 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.133888+0000 mon.a (mon.0) 966 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.213384+0000 mon.a (mon.0) 967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.215428+0000 mon.a (mon.0) 968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.217391+0000 mon.a (mon.0) 969 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.218351+0000 mon.a (mon.0) 970 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.226149+0000 mon.a (mon.0) 971 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.307621+0000 mon.a (mon.0) 972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.310211+0000 mon.a (mon.0) 973 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.313481+0000 mon.a (mon.0) 974 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.314620+0000 mon.a (mon.0) 975 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.323381+0000 mon.a (mon.0) 976 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.403266+0000 mon.a (mon.0) 977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.405439+0000 mon.a (mon.0) 978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.407699+0000 mon.a (mon.0) 979 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.408636+0000 mon.a (mon.0) 980 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.418009+0000 mon.a (mon.0) 981 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.500342+0000 mon.a (mon.0) 982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.502785+0000 mon.a (mon.0) 983 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.505392+0000 mon.a (mon.0) 984 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.506297+0000 mon.a (mon.0) 985 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.516084+0000 mon.a (mon.0) 986 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.596307+0000 mon.a (mon.0) 987 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.599140+0000 mon.a (mon.0) 988 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.604143+0000 mon.a (mon.0) 989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.605295+0000 mon.a (mon.0) 990 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.616980+0000 mon.a (mon.0) 991 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.698951+0000 mon.a (mon.0) 992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.701406+0000 mon.a (mon.0) 993 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.703894+0000 mon.a (mon.0) 994 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.704953+0000 mon.a (mon.0) 995 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.715610+0000 mon.a (mon.0) 996 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:48.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.780942+0000 mon.a (mon.0) 997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:48.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.783250+0000 mon.a (mon.0) 998 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:48.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.786030+0000 mon.a (mon.0) 999 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:48.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.787048+0000 mon.a (mon.0) 1000 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:48.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:48 smithi141 bash[72190]: audit 2023-12-06T07:05:48.796410+0000 mon.a (mon.0) 1001 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: cephadm 2023-12-06T07:05:47.202791+0000 mgr.y (mgr.25474) 885 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: cephadm 2023-12-06T07:05:47.299714+0000 mgr.y (mgr.25474) 886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: cephadm 2023-12-06T07:05:47.391155+0000 mgr.y (mgr.25474) 887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: cephadm 2023-12-06T07:05:47.482587+0000 mgr.y (mgr.25474) 888 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: cephadm 2023-12-06T07:05:47.576148+0000 mgr.y (mgr.25474) 889 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: cephadm 2023-12-06T07:05:47.668684+0000 mgr.y (mgr.25474) 890 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: cephadm 2023-12-06T07:05:47.767590+0000 mgr.y (mgr.25474) 891 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: cluster 2023-12-06T07:05:47.829068+0000 mgr.y (mgr.25474) 892 : cluster 0 pgmap v95: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:47.830779+0000 mon.a (mon.0) 947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:47.833067+0000 mon.a (mon.0) 948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:47.835198+0000 mon.a (mon.0) 949 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:47.836017+0000 mon.a (mon.0) 950 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:47.845419+0000 mon.a (mon.0) 951 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: cephadm 2023-12-06T07:05:47.846076+0000 mgr.y (mgr.25474) 893 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:47.923355+0000 mon.a (mon.0) 952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:47.926242+0000 mon.a (mon.0) 953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:47.932005+0000 mon.a (mon.0) 954 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:47.933261+0000 mon.a (mon.0) 955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:47.942548+0000 mon.a (mon.0) 956 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: cephadm 2023-12-06T07:05:47.943420+0000 mgr.y (mgr.25474) 894 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.022096+0000 mon.a (mon.0) 957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.024585+0000 mon.a (mon.0) 958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.027266+0000 mon.a (mon.0) 959 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.028056+0000 mon.a (mon.0) 960 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.035572+0000 mon.a (mon.0) 961 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: cephadm 2023-12-06T07:05:48.036285+0000 mgr.y (mgr.25474) 895 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.116717+0000 mon.a (mon.0) 962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.119087+0000 mon.a (mon.0) 963 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.122220+0000 mon.a (mon.0) 964 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.123508+0000 mon.a (mon.0) 965 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.133888+0000 mon.a (mon.0) 966 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.213384+0000 mon.a (mon.0) 967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.215428+0000 mon.a (mon.0) 968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.217391+0000 mon.a (mon.0) 969 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.218351+0000 mon.a (mon.0) 970 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.226149+0000 mon.a (mon.0) 971 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.307621+0000 mon.a (mon.0) 972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.310211+0000 mon.a (mon.0) 973 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.313481+0000 mon.a (mon.0) 974 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.314620+0000 mon.a (mon.0) 975 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: cephadm 2023-12-06T07:05:47.202791+0000 mgr.y (mgr.25474) 885 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: cephadm 2023-12-06T07:05:47.299714+0000 mgr.y (mgr.25474) 886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: cephadm 2023-12-06T07:05:47.391155+0000 mgr.y (mgr.25474) 887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: cephadm 2023-12-06T07:05:47.482587+0000 mgr.y (mgr.25474) 888 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: cephadm 2023-12-06T07:05:47.576148+0000 mgr.y (mgr.25474) 889 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: cephadm 2023-12-06T07:05:47.668684+0000 mgr.y (mgr.25474) 890 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: cephadm 2023-12-06T07:05:47.767590+0000 mgr.y (mgr.25474) 891 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: cluster 2023-12-06T07:05:47.829068+0000 mgr.y (mgr.25474) 892 : cluster 0 pgmap v95: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:49.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:47.830779+0000 mon.a (mon.0) 947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:47.833067+0000 mon.a (mon.0) 948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:47.835198+0000 mon.a (mon.0) 949 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:47.836017+0000 mon.a (mon.0) 950 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:47.845419+0000 mon.a (mon.0) 951 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: cephadm 2023-12-06T07:05:47.846076+0000 mgr.y (mgr.25474) 893 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:47.923355+0000 mon.a (mon.0) 952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:47.926242+0000 mon.a (mon.0) 953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:47.932005+0000 mon.a (mon.0) 954 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:47.933261+0000 mon.a (mon.0) 955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:47.942548+0000 mon.a (mon.0) 956 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: cephadm 2023-12-06T07:05:47.943420+0000 mgr.y (mgr.25474) 894 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.323381+0000 mon.a (mon.0) 976 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.403266+0000 mon.a (mon.0) 977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.405439+0000 mon.a (mon.0) 978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.407699+0000 mon.a (mon.0) 979 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.408636+0000 mon.a (mon.0) 980 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.418009+0000 mon.a (mon.0) 981 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.500342+0000 mon.a (mon.0) 982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.502785+0000 mon.a (mon.0) 983 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.505392+0000 mon.a (mon.0) 984 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.506297+0000 mon.a (mon.0) 985 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.516084+0000 mon.a (mon.0) 986 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.596307+0000 mon.a (mon.0) 987 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.599140+0000 mon.a (mon.0) 988 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.604143+0000 mon.a (mon.0) 989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.605295+0000 mon.a (mon.0) 990 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.616980+0000 mon.a (mon.0) 991 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.698951+0000 mon.a (mon.0) 992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.701406+0000 mon.a (mon.0) 993 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.703894+0000 mon.a (mon.0) 994 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.704953+0000 mon.a (mon.0) 995 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.715610+0000 mon.a (mon.0) 996 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.780942+0000 mon.a (mon.0) 997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.783250+0000 mon.a (mon.0) 998 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.786030+0000 mon.a (mon.0) 999 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.787048+0000 mon.a (mon.0) 1000 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[84914]: audit 2023-12-06T07:05:48.796410+0000 mon.a (mon.0) 1001 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.022096+0000 mon.a (mon.0) 957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.024585+0000 mon.a (mon.0) 958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.037 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.027266+0000 mon.a (mon.0) 959 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.028056+0000 mon.a (mon.0) 960 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.035572+0000 mon.a (mon.0) 961 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: cephadm 2023-12-06T07:05:48.036285+0000 mgr.y (mgr.25474) 895 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.116717+0000 mon.a (mon.0) 962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.119087+0000 mon.a (mon.0) 963 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.122220+0000 mon.a (mon.0) 964 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.123508+0000 mon.a (mon.0) 965 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.133888+0000 mon.a (mon.0) 966 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.213384+0000 mon.a (mon.0) 967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.215428+0000 mon.a (mon.0) 968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.217391+0000 mon.a (mon.0) 969 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.218351+0000 mon.a (mon.0) 970 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.226149+0000 mon.a (mon.0) 971 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.307621+0000 mon.a (mon.0) 972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.310211+0000 mon.a (mon.0) 973 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.313481+0000 mon.a (mon.0) 974 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.314620+0000 mon.a (mon.0) 975 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.323381+0000 mon.a (mon.0) 976 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.403266+0000 mon.a (mon.0) 977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.405439+0000 mon.a (mon.0) 978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.407699+0000 mon.a (mon.0) 979 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.408636+0000 mon.a (mon.0) 980 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.418009+0000 mon.a (mon.0) 981 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.500342+0000 mon.a (mon.0) 982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.502785+0000 mon.a (mon.0) 983 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.505392+0000 mon.a (mon.0) 984 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.506297+0000 mon.a (mon.0) 985 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.516084+0000 mon.a (mon.0) 986 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.596307+0000 mon.a (mon.0) 987 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.599140+0000 mon.a (mon.0) 988 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.604143+0000 mon.a (mon.0) 989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.605295+0000 mon.a (mon.0) 990 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.616980+0000 mon.a (mon.0) 991 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.698951+0000 mon.a (mon.0) 992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.701406+0000 mon.a (mon.0) 993 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.703894+0000 mon.a (mon.0) 994 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.704953+0000 mon.a (mon.0) 995 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.715610+0000 mon.a (mon.0) 996 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.780942+0000 mon.a (mon.0) 997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.783250+0000 mon.a (mon.0) 998 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.786030+0000 mon.a (mon.0) 999 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.787048+0000 mon.a (mon.0) 1000 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:48 smithi040 bash[78949]: audit 2023-12-06T07:05:48.796410+0000 mon.a (mon.0) 1001 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.831 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: cephadm 2023-12-06T07:05:48.134647+0000 mgr.y (mgr.25474) 896 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.831 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: cephadm 2023-12-06T07:05:48.226693+0000 mgr.y (mgr.25474) 897 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.832 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: cephadm 2023-12-06T07:05:48.324292+0000 mgr.y (mgr.25474) 898 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.832 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: cephadm 2023-12-06T07:05:48.418807+0000 mgr.y (mgr.25474) 899 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.832 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: cephadm 2023-12-06T07:05:48.516681+0000 mgr.y (mgr.25474) 900 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.832 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: cephadm 2023-12-06T07:05:48.617790+0000 mgr.y (mgr.25474) 901 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.832 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: cephadm 2023-12-06T07:05:48.718281+0000 mgr.y (mgr.25474) 902 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: cephadm 2023-12-06T07:05:48.134647+0000 mgr.y (mgr.25474) 896 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: cephadm 2023-12-06T07:05:48.226693+0000 mgr.y (mgr.25474) 897 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: cephadm 2023-12-06T07:05:48.324292+0000 mgr.y (mgr.25474) 898 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: cephadm 2023-12-06T07:05:48.418807+0000 mgr.y (mgr.25474) 899 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: cephadm 2023-12-06T07:05:48.516681+0000 mgr.y (mgr.25474) 900 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: cephadm 2023-12-06T07:05:48.617790+0000 mgr.y (mgr.25474) 901 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: cephadm 2023-12-06T07:05:48.718281+0000 mgr.y (mgr.25474) 902 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: cephadm 2023-12-06T07:05:48.797017+0000 mgr.y (mgr.25474) 903 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:48.872511+0000 mon.a (mon.0) 1002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:48.874892+0000 mon.a (mon.0) 1003 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:48.877640+0000 mon.a (mon.0) 1004 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:48.878783+0000 mon.a (mon.0) 1005 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:48.886765+0000 mon.a (mon.0) 1006 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: cephadm 2023-12-06T07:05:48.887432+0000 mgr.y (mgr.25474) 904 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.834 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:48.970608+0000 mon.a (mon.0) 1007 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.834 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:48.973150+0000 mon.a (mon.0) 1008 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.834 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:48.977342+0000 mon.a (mon.0) 1009 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.834 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:48.978700+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.834 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:48.989078+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:49.834 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: cephadm 2023-12-06T07:05:48.989683+0000 mgr.y (mgr.25474) 905 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:49.834 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.071139+0000 mon.a (mon.0) 1012 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:49.834 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.073441+0000 mon.a (mon.0) 1013 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:49.834 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.076119+0000 mon.a (mon.0) 1014 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:49.834 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.076955+0000 mon.a (mon.0) 1015 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:49.834 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.086224+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: cephadm 2023-12-06T07:05:48.134647+0000 mgr.y (mgr.25474) 896 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: cephadm 2023-12-06T07:05:48.226693+0000 mgr.y (mgr.25474) 897 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: cephadm 2023-12-06T07:05:48.324292+0000 mgr.y (mgr.25474) 898 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: cephadm 2023-12-06T07:05:48.418807+0000 mgr.y (mgr.25474) 899 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: cephadm 2023-12-06T07:05:48.516681+0000 mgr.y (mgr.25474) 900 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: cephadm 2023-12-06T07:05:48.617790+0000 mgr.y (mgr.25474) 901 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: cephadm 2023-12-06T07:05:48.718281+0000 mgr.y (mgr.25474) 902 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: cephadm 2023-12-06T07:05:48.797017+0000 mgr.y (mgr.25474) 903 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:48.872511+0000 mon.a (mon.0) 1002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:48.874892+0000 mon.a (mon.0) 1003 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:48.877640+0000 mon.a (mon.0) 1004 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:48.878783+0000 mon.a (mon.0) 1005 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:48.886765+0000 mon.a (mon.0) 1006 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: cephadm 2023-12-06T07:05:48.887432+0000 mgr.y (mgr.25474) 904 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:48.970608+0000 mon.a (mon.0) 1007 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:48.973150+0000 mon.a (mon.0) 1008 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:48.977342+0000 mon.a (mon.0) 1009 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:48.978700+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:48.989078+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: cephadm 2023-12-06T07:05:48.989683+0000 mgr.y (mgr.25474) 905 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.071139+0000 mon.a (mon.0) 1012 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.073441+0000 mon.a (mon.0) 1013 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.076119+0000 mon.a (mon.0) 1014 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.076955+0000 mon.a (mon.0) 1015 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.086224+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: cephadm 2023-12-06T07:05:49.086845+0000 mgr.y (mgr.25474) 906 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.163760+0000 mon.a (mon.0) 1017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.166692+0000 mon.a (mon.0) 1018 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.170514+0000 mon.a (mon.0) 1019 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.171783+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.180208+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.249933+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.256415+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.257930+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.261420+0000 mon.a (mon.0) 1025 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.265400+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.265852+0000 mon.a (mon.0) 1027 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.266987+0000 mon.a (mon.0) 1028 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.272762+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.352548+0000 mon.a (mon.0) 1030 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.356151+0000 mon.a (mon.0) 1031 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.359267+0000 mon.a (mon.0) 1032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.360615+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.366901+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.431474+0000 mon.a (mon.0) 1035 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.433605+0000 mon.a (mon.0) 1036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.436528+0000 mon.a (mon.0) 1037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.437643+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.446889+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.530273+0000 mon.a (mon.0) 1040 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.533917+0000 mon.a (mon.0) 1041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.537139+0000 mon.a (mon.0) 1042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.538172+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.545665+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.624864+0000 mon.a (mon.0) 1045 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.628781+0000 mon.a (mon.0) 1046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.632360+0000 mon.a (mon.0) 1047 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.633753+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.642313+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.726329+0000 mon.a (mon.0) 1050 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.728681+0000 mon.a (mon.0) 1051 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.732865+0000 mon.a (mon.0) 1052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.734136+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:49 smithi141 bash[72190]: audit 2023-12-06T07:05:49.742130+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: cephadm 2023-12-06T07:05:48.797017+0000 mgr.y (mgr.25474) 903 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:48.872511+0000 mon.a (mon.0) 1002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:48.874892+0000 mon.a (mon.0) 1003 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:48.877640+0000 mon.a (mon.0) 1004 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:48.878783+0000 mon.a (mon.0) 1005 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:48.886765+0000 mon.a (mon.0) 1006 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: cephadm 2023-12-06T07:05:48.887432+0000 mgr.y (mgr.25474) 904 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:48.970608+0000 mon.a (mon.0) 1007 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:48.973150+0000 mon.a (mon.0) 1008 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:48.977342+0000 mon.a (mon.0) 1009 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:48.978700+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:48.989078+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: cephadm 2023-12-06T07:05:48.989683+0000 mgr.y (mgr.25474) 905 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.071139+0000 mon.a (mon.0) 1012 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.073441+0000 mon.a (mon.0) 1013 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.076119+0000 mon.a (mon.0) 1014 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.076955+0000 mon.a (mon.0) 1015 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.086224+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: cephadm 2023-12-06T07:05:49.086845+0000 mgr.y (mgr.25474) 906 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.163760+0000 mon.a (mon.0) 1017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: cephadm 2023-12-06T07:05:49.086845+0000 mgr.y (mgr.25474) 906 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.163760+0000 mon.a (mon.0) 1017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.166692+0000 mon.a (mon.0) 1018 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.170514+0000 mon.a (mon.0) 1019 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.171783+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.180208+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.249933+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.256415+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.257930+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.261420+0000 mon.a (mon.0) 1025 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.265400+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.265852+0000 mon.a (mon.0) 1027 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.266987+0000 mon.a (mon.0) 1028 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.272762+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.352548+0000 mon.a (mon.0) 1030 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.356151+0000 mon.a (mon.0) 1031 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.359267+0000 mon.a (mon.0) 1032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.360615+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.366901+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.431474+0000 mon.a (mon.0) 1035 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.166692+0000 mon.a (mon.0) 1018 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.170514+0000 mon.a (mon.0) 1019 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.171783+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.180208+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.249933+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.256415+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.257930+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.261420+0000 mon.a (mon.0) 1025 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.265400+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.265852+0000 mon.a (mon.0) 1027 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.266987+0000 mon.a (mon.0) 1028 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.272762+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.352548+0000 mon.a (mon.0) 1030 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.356151+0000 mon.a (mon.0) 1031 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.359267+0000 mon.a (mon.0) 1032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.360615+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.366901+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.431474+0000 mon.a (mon.0) 1035 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.433605+0000 mon.a (mon.0) 1036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.436528+0000 mon.a (mon.0) 1037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.433605+0000 mon.a (mon.0) 1036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.436528+0000 mon.a (mon.0) 1037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.437643+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.446889+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.530273+0000 mon.a (mon.0) 1040 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.533917+0000 mon.a (mon.0) 1041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.537139+0000 mon.a (mon.0) 1042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.538172+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.545665+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.624864+0000 mon.a (mon.0) 1045 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.628781+0000 mon.a (mon.0) 1046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.632360+0000 mon.a (mon.0) 1047 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.633753+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.642313+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.726329+0000 mon.a (mon.0) 1050 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.728681+0000 mon.a (mon.0) 1051 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.732865+0000 mon.a (mon.0) 1052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.734136+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[78949]: audit 2023-12-06T07:05:49.742130+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.437643+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.446889+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.530273+0000 mon.a (mon.0) 1040 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.533917+0000 mon.a (mon.0) 1041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.537139+0000 mon.a (mon.0) 1042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.538172+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.545665+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.624864+0000 mon.a (mon.0) 1045 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.628781+0000 mon.a (mon.0) 1046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.632360+0000 mon.a (mon.0) 1047 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.633753+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.642313+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.726329+0000 mon.a (mon.0) 1050 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.728681+0000 mon.a (mon.0) 1051 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.732865+0000 mon.a (mon.0) 1052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.734136+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:49 smithi040 bash[84914]: audit 2023-12-06T07:05:49.742130+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.147 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[89495]: debug 2023-12-06T07:05:50.940+0000 7f0248495700 1 -- 172.21.15.40:0/33929960 <== mon.1 v2:172.21.15.40:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ea2cb611e0 con 0x55ea2cbe6800 2023-12-06T07:05:51.148 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: cephadm 2023-12-06T07:05:49.180790+0000 mgr.y (mgr.25474) 907 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.148 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: cephadm 2023-12-06T07:05:49.273422+0000 mgr.y (mgr.25474) 908 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.148 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: cephadm 2023-12-06T07:05:49.367418+0000 mgr.y (mgr.25474) 909 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.148 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: cephadm 2023-12-06T07:05:49.447512+0000 mgr.y (mgr.25474) 910 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.148 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: cephadm 2023-12-06T07:05:49.546509+0000 mgr.y (mgr.25474) 911 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.148 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: cephadm 2023-12-06T07:05:49.642945+0000 mgr.y (mgr.25474) 912 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.148 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: cephadm 2023-12-06T07:05:49.742736+0000 mgr.y (mgr.25474) 913 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.148 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: cluster 2023-12-06T07:05:49.830154+0000 mgr.y (mgr.25474) 914 : cluster 0 pgmap v96: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:51.148 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:49.834224+0000 mon.a (mon.0) 1055 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.149 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:49.838633+0000 mon.a (mon.0) 1056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.149 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:49.840999+0000 mon.a (mon.0) 1057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.149 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:49.841753+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.149 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:49.846962+0000 mon.a (mon.0) 1059 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.149 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: cephadm 2023-12-06T07:05:49.847503+0000 mgr.y (mgr.25474) 915 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.149 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:49.925106+0000 mon.a (mon.0) 1060 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.149 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:49.927619+0000 mon.a (mon.0) 1061 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.149 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:49.931189+0000 mon.a (mon.0) 1062 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.149 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:49.932555+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.149 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:49.939749+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.149 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: cephadm 2023-12-06T07:05:49.940496+0000 mgr.y (mgr.25474) 916 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.149 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: cephadm 2023-12-06T07:05:49.180790+0000 mgr.y (mgr.25474) 907 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.150 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: cephadm 2023-12-06T07:05:49.273422+0000 mgr.y (mgr.25474) 908 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.150 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: cephadm 2023-12-06T07:05:49.367418+0000 mgr.y (mgr.25474) 909 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.150 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: cephadm 2023-12-06T07:05:49.447512+0000 mgr.y (mgr.25474) 910 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.150 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: cephadm 2023-12-06T07:05:49.546509+0000 mgr.y (mgr.25474) 911 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.150 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: cephadm 2023-12-06T07:05:49.642945+0000 mgr.y (mgr.25474) 912 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.150 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: cephadm 2023-12-06T07:05:49.742736+0000 mgr.y (mgr.25474) 913 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.150 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: cluster 2023-12-06T07:05:49.830154+0000 mgr.y (mgr.25474) 914 : cluster 0 pgmap v96: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:51.150 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:49.834224+0000 mon.a (mon.0) 1055 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.150 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:49.838633+0000 mon.a (mon.0) 1056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.150 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:49.840999+0000 mon.a (mon.0) 1057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.151 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:49.841753+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.151 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:49.846962+0000 mon.a (mon.0) 1059 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.151 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: cephadm 2023-12-06T07:05:49.847503+0000 mgr.y (mgr.25474) 915 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.151 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:49.925106+0000 mon.a (mon.0) 1060 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.151 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:49.927619+0000 mon.a (mon.0) 1061 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.151 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:49.931189+0000 mon.a (mon.0) 1062 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.151 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:49.932555+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.151 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:49.939749+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.151 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: cephadm 2023-12-06T07:05:49.940496+0000 mgr.y (mgr.25474) 916 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.152 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.021886+0000 mon.a (mon.0) 1065 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.152 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.024316+0000 mon.a (mon.0) 1066 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.152 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.027079+0000 mon.a (mon.0) 1067 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.152 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.028309+0000 mon.a (mon.0) 1068 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.152 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.037131+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.152 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: cephadm 2023-12-06T07:05:50.038255+0000 mgr.y (mgr.25474) 917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.153 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.101615+0000 mon.a (mon.0) 1070 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.153 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.104015+0000 mon.a (mon.0) 1071 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.153 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.106484+0000 mon.a (mon.0) 1072 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.153 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.107229+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.153 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.114978+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.153 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.195630+0000 mon.a (mon.0) 1075 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.153 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.199064+0000 mon.a (mon.0) 1076 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.153 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.202160+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.153 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.203725+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.153 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.211352+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.153 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.273598+0000 mon.a (mon.0) 1080 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.153 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.278194+0000 mon.a (mon.0) 1081 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.154 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.282490+0000 mon.a (mon.0) 1082 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.154 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.284125+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.154 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.293875+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.154 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.371320+0000 mon.a (mon.0) 1085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.154 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.374031+0000 mon.a (mon.0) 1086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.154 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.377162+0000 mon.a (mon.0) 1087 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.154 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.378312+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.154 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.385280+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.154 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.464101+0000 mon.a (mon.0) 1090 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.154 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.468587+0000 mon.a (mon.0) 1091 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.154 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.472781+0000 mon.a (mon.0) 1092 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.154 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.474218+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.154 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.482313+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.154 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.563103+0000 mon.a (mon.0) 1095 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.155 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.565197+0000 mon.a (mon.0) 1096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.155 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.567241+0000 mon.a (mon.0) 1097 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.155 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.568015+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.155 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.573495+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.155 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.652047+0000 mon.a (mon.0) 1100 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.155 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.654279+0000 mon.a (mon.0) 1101 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.155 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.657690+0000 mon.a (mon.0) 1102 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.155 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.658818+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.155 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.667589+0000 mon.a (mon.0) 1104 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.155 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.746602+0000 mon.a (mon.0) 1105 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.155 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.749096+0000 mon.a (mon.0) 1106 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.155 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.752092+0000 mon.a (mon.0) 1107 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.155 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.753331+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.155 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[78949]: audit 2023-12-06T07:05:50.759644+0000 mon.a (mon.0) 1109 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.021886+0000 mon.a (mon.0) 1065 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.024316+0000 mon.a (mon.0) 1066 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.027079+0000 mon.a (mon.0) 1067 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.028309+0000 mon.a (mon.0) 1068 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.037131+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: cephadm 2023-12-06T07:05:50.038255+0000 mgr.y (mgr.25474) 917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.101615+0000 mon.a (mon.0) 1070 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.104015+0000 mon.a (mon.0) 1071 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.106484+0000 mon.a (mon.0) 1072 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.107229+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.114978+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.195630+0000 mon.a (mon.0) 1075 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.156 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.199064+0000 mon.a (mon.0) 1076 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.202160+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.203725+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.211352+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.273598+0000 mon.a (mon.0) 1080 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.278194+0000 mon.a (mon.0) 1081 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.282490+0000 mon.a (mon.0) 1082 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.284125+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.293875+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.371320+0000 mon.a (mon.0) 1085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.374031+0000 mon.a (mon.0) 1086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.377162+0000 mon.a (mon.0) 1087 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.378312+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.385280+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.464101+0000 mon.a (mon.0) 1090 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.157 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.468587+0000 mon.a (mon.0) 1091 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.158 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.472781+0000 mon.a (mon.0) 1092 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.158 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.474218+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.158 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.482313+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.158 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.563103+0000 mon.a (mon.0) 1095 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.158 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.565197+0000 mon.a (mon.0) 1096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.158 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.567241+0000 mon.a (mon.0) 1097 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.158 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.568015+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.158 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.573495+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.158 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.652047+0000 mon.a (mon.0) 1100 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.158 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.654279+0000 mon.a (mon.0) 1101 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.158 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.657690+0000 mon.a (mon.0) 1102 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.158 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.658818+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.158 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.667589+0000 mon.a (mon.0) 1104 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.158 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.746602+0000 mon.a (mon.0) 1105 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.158 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.749096+0000 mon.a (mon.0) 1106 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.159 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.752092+0000 mon.a (mon.0) 1107 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.159 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.753331+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.159 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:50 smithi040 bash[84914]: audit 2023-12-06T07:05:50.759644+0000 mon.a (mon.0) 1109 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: cephadm 2023-12-06T07:05:49.180790+0000 mgr.y (mgr.25474) 907 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: cephadm 2023-12-06T07:05:49.273422+0000 mgr.y (mgr.25474) 908 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: cephadm 2023-12-06T07:05:49.367418+0000 mgr.y (mgr.25474) 909 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: cephadm 2023-12-06T07:05:49.447512+0000 mgr.y (mgr.25474) 910 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: cephadm 2023-12-06T07:05:49.546509+0000 mgr.y (mgr.25474) 911 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: cephadm 2023-12-06T07:05:49.642945+0000 mgr.y (mgr.25474) 912 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: cephadm 2023-12-06T07:05:49.742736+0000 mgr.y (mgr.25474) 913 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: cluster 2023-12-06T07:05:49.830154+0000 mgr.y (mgr.25474) 914 : cluster 0 pgmap v96: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:49.834224+0000 mon.a (mon.0) 1055 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:49.838633+0000 mon.a (mon.0) 1056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:49.840999+0000 mon.a (mon.0) 1057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:49.841753+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:49.846962+0000 mon.a (mon.0) 1059 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: cephadm 2023-12-06T07:05:49.847503+0000 mgr.y (mgr.25474) 915 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:49.925106+0000 mon.a (mon.0) 1060 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:49.927619+0000 mon.a (mon.0) 1061 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:49.931189+0000 mon.a (mon.0) 1062 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:49.932555+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:49.939749+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: cephadm 2023-12-06T07:05:49.940496+0000 mgr.y (mgr.25474) 916 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.021886+0000 mon.a (mon.0) 1065 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.024316+0000 mon.a (mon.0) 1066 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.027079+0000 mon.a (mon.0) 1067 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.028309+0000 mon.a (mon.0) 1068 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.037131+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: cephadm 2023-12-06T07:05:50.038255+0000 mgr.y (mgr.25474) 917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:51.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.101615+0000 mon.a (mon.0) 1070 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.104015+0000 mon.a (mon.0) 1071 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.106484+0000 mon.a (mon.0) 1072 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.107229+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.114978+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.195630+0000 mon.a (mon.0) 1075 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.199064+0000 mon.a (mon.0) 1076 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.202160+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.203725+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.211352+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.273598+0000 mon.a (mon.0) 1080 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.278194+0000 mon.a (mon.0) 1081 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.282490+0000 mon.a (mon.0) 1082 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.284125+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.293875+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.371320+0000 mon.a (mon.0) 1085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.374031+0000 mon.a (mon.0) 1086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.377162+0000 mon.a (mon.0) 1087 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.378312+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.385280+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.464101+0000 mon.a (mon.0) 1090 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.468587+0000 mon.a (mon.0) 1091 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.472781+0000 mon.a (mon.0) 1092 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.474218+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.482313+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.563103+0000 mon.a (mon.0) 1095 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.565197+0000 mon.a (mon.0) 1096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.567241+0000 mon.a (mon.0) 1097 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.568015+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.573495+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.652047+0000 mon.a (mon.0) 1100 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.654279+0000 mon.a (mon.0) 1101 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.657690+0000 mon.a (mon.0) 1102 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.658818+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.667589+0000 mon.a (mon.0) 1104 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.746602+0000 mon.a (mon.0) 1105 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:51.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.749096+0000 mon.a (mon.0) 1106 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:51.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.752092+0000 mon.a (mon.0) 1107 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:51.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.753331+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:51.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:50 smithi141 bash[72190]: audit 2023-12-06T07:05:50.759644+0000 mon.a (mon.0) 1109 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:51.530 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[89495]: debug 2023-12-06T07:05:51.504+0000 7f025161b640 -1 Falling back to public interface 2023-12-06T07:05:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: cephadm 2023-12-06T07:05:50.115576+0000 mgr.y (mgr.25474) 918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: cephadm 2023-12-06T07:05:50.211988+0000 mgr.y (mgr.25474) 919 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: cephadm 2023-12-06T07:05:50.294441+0000 mgr.y (mgr.25474) 920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: cephadm 2023-12-06T07:05:50.385903+0000 mgr.y (mgr.25474) 921 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: cephadm 2023-12-06T07:05:50.482975+0000 mgr.y (mgr.25474) 922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: cephadm 2023-12-06T07:05:50.573992+0000 mgr.y (mgr.25474) 923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: cephadm 2023-12-06T07:05:50.668294+0000 mgr.y (mgr.25474) 924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: cephadm 2023-12-06T07:05:50.760141+0000 mgr.y (mgr.25474) 925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:50.842949+0000 mon.a (mon.0) 1110 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:50.844790+0000 mon.a (mon.0) 1111 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:50.846609+0000 mon.a (mon.0) 1112 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:50.847294+0000 mon.a (mon.0) 1113 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:50.852239+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: cephadm 2023-12-06T07:05:50.852793+0000 mgr.y (mgr.25474) 926 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:50.932767+0000 mon.a (mon.0) 1115 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:50.936247+0000 mon.a (mon.0) 1116 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:50.940206+0000 mon.a (mon.0) 1117 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:50.941326+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:50.951926+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: cephadm 2023-12-06T07:05:50.952742+0000 mgr.y (mgr.25474) 927 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.031416+0000 mon.a (mon.0) 1120 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.034050+0000 mon.a (mon.0) 1121 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.037404+0000 mon.a (mon.0) 1122 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.041167+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.053841+0000 mon.a (mon.0) 1124 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: cephadm 2023-12-06T07:05:51.054548+0000 mgr.y (mgr.25474) 928 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.119156+0000 mon.a (mon.0) 1125 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.121652+0000 mon.a (mon.0) 1126 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.124240+0000 mon.a (mon.0) 1127 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.125188+0000 mon.a (mon.0) 1128 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.133490+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.212223+0000 mon.a (mon.0) 1130 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.214466+0000 mon.a (mon.0) 1131 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.217229+0000 mon.a (mon.0) 1132 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.218133+0000 mon.a (mon.0) 1133 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.228458+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.306392+0000 mon.a (mon.0) 1135 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.309546+0000 mon.a (mon.0) 1136 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.313081+0000 mon.a (mon.0) 1137 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.314204+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.322201+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.404195+0000 mon.a (mon.0) 1140 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.406861+0000 mon.a (mon.0) 1141 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.409371+0000 mon.a (mon.0) 1142 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.410392+0000 mon.a (mon.0) 1143 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.417058+0000 mon.a (mon.0) 1144 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.495352+0000 mon.a (mon.0) 1145 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.497799+0000 mon.a (mon.0) 1146 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.500721+0000 mon.a (mon.0) 1147 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.502000+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.510245+0000 mon.a (mon.0) 1149 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.586566+0000 mon.a (mon.0) 1150 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.588934+0000 mon.a (mon.0) 1151 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.591768+0000 mon.a (mon.0) 1152 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.592807+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.599846+0000 mon.a (mon.0) 1154 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.677756+0000 mon.a (mon.0) 1155 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.681195+0000 mon.a (mon.0) 1156 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.685161+0000 mon.a (mon.0) 1157 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.686639+0000 mon.a (mon.0) 1158 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.695825+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.779259+0000 mon.a (mon.0) 1160 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.781686+0000 mon.a (mon.0) 1161 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.785910+0000 mon.a (mon.0) 1162 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.787374+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:51 smithi141 bash[72190]: audit 2023-12-06T07:05:51.796524+0000 mon.a (mon.0) 1164 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: cephadm 2023-12-06T07:05:50.115576+0000 mgr.y (mgr.25474) 918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: cephadm 2023-12-06T07:05:50.211988+0000 mgr.y (mgr.25474) 919 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: cephadm 2023-12-06T07:05:50.294441+0000 mgr.y (mgr.25474) 920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: cephadm 2023-12-06T07:05:50.385903+0000 mgr.y (mgr.25474) 921 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: cephadm 2023-12-06T07:05:50.482975+0000 mgr.y (mgr.25474) 922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: cephadm 2023-12-06T07:05:50.573992+0000 mgr.y (mgr.25474) 923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: cephadm 2023-12-06T07:05:50.668294+0000 mgr.y (mgr.25474) 924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: cephadm 2023-12-06T07:05:50.760141+0000 mgr.y (mgr.25474) 925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:50.842949+0000 mon.a (mon.0) 1110 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:50.844790+0000 mon.a (mon.0) 1111 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:50.846609+0000 mon.a (mon.0) 1112 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:50.847294+0000 mon.a (mon.0) 1113 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:50.852239+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: cephadm 2023-12-06T07:05:50.852793+0000 mgr.y (mgr.25474) 926 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:50.932767+0000 mon.a (mon.0) 1115 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:50.936247+0000 mon.a (mon.0) 1116 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:50.940206+0000 mon.a (mon.0) 1117 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:50.941326+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:50.951926+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: cephadm 2023-12-06T07:05:50.952742+0000 mgr.y (mgr.25474) 927 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.031416+0000 mon.a (mon.0) 1120 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.034050+0000 mon.a (mon.0) 1121 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.037404+0000 mon.a (mon.0) 1122 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.041167+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.053841+0000 mon.a (mon.0) 1124 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: cephadm 2023-12-06T07:05:51.054548+0000 mgr.y (mgr.25474) 928 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.119156+0000 mon.a (mon.0) 1125 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.121652+0000 mon.a (mon.0) 1126 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.124240+0000 mon.a (mon.0) 1127 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.125188+0000 mon.a (mon.0) 1128 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.133490+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.212223+0000 mon.a (mon.0) 1130 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.214466+0000 mon.a (mon.0) 1131 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.217229+0000 mon.a (mon.0) 1132 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.218133+0000 mon.a (mon.0) 1133 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.228458+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.306392+0000 mon.a (mon.0) 1135 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.309546+0000 mon.a (mon.0) 1136 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.313081+0000 mon.a (mon.0) 1137 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.314204+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.322201+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.404195+0000 mon.a (mon.0) 1140 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.406861+0000 mon.a (mon.0) 1141 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.409371+0000 mon.a (mon.0) 1142 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.410392+0000 mon.a (mon.0) 1143 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.417058+0000 mon.a (mon.0) 1144 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.495352+0000 mon.a (mon.0) 1145 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.497799+0000 mon.a (mon.0) 1146 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.500721+0000 mon.a (mon.0) 1147 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.502000+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.510245+0000 mon.a (mon.0) 1149 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.586566+0000 mon.a (mon.0) 1150 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.588934+0000 mon.a (mon.0) 1151 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.591768+0000 mon.a (mon.0) 1152 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.592807+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.599846+0000 mon.a (mon.0) 1154 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.677756+0000 mon.a (mon.0) 1155 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.681195+0000 mon.a (mon.0) 1156 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.685161+0000 mon.a (mon.0) 1157 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.686639+0000 mon.a (mon.0) 1158 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.695825+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.779259+0000 mon.a (mon.0) 1160 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.781686+0000 mon.a (mon.0) 1161 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.785910+0000 mon.a (mon.0) 1162 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.787374+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[84914]: audit 2023-12-06T07:05:51.796524+0000 mon.a (mon.0) 1164 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: cephadm 2023-12-06T07:05:50.115576+0000 mgr.y (mgr.25474) 918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: cephadm 2023-12-06T07:05:50.211988+0000 mgr.y (mgr.25474) 919 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: cephadm 2023-12-06T07:05:50.294441+0000 mgr.y (mgr.25474) 920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: cephadm 2023-12-06T07:05:50.385903+0000 mgr.y (mgr.25474) 921 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: cephadm 2023-12-06T07:05:50.482975+0000 mgr.y (mgr.25474) 922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: cephadm 2023-12-06T07:05:50.573992+0000 mgr.y (mgr.25474) 923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: cephadm 2023-12-06T07:05:50.668294+0000 mgr.y (mgr.25474) 924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: cephadm 2023-12-06T07:05:50.760141+0000 mgr.y (mgr.25474) 925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:50.842949+0000 mon.a (mon.0) 1110 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:50.844790+0000 mon.a (mon.0) 1111 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:50.846609+0000 mon.a (mon.0) 1112 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:50.847294+0000 mon.a (mon.0) 1113 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:50.852239+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: cephadm 2023-12-06T07:05:50.852793+0000 mgr.y (mgr.25474) 926 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:50.932767+0000 mon.a (mon.0) 1115 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:50.936247+0000 mon.a (mon.0) 1116 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:50.940206+0000 mon.a (mon.0) 1117 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:50.941326+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:50.951926+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: cephadm 2023-12-06T07:05:50.952742+0000 mgr.y (mgr.25474) 927 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.031416+0000 mon.a (mon.0) 1120 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.034050+0000 mon.a (mon.0) 1121 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.037404+0000 mon.a (mon.0) 1122 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.041167+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.053841+0000 mon.a (mon.0) 1124 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: cephadm 2023-12-06T07:05:51.054548+0000 mgr.y (mgr.25474) 928 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:52.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.119156+0000 mon.a (mon.0) 1125 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.121652+0000 mon.a (mon.0) 1126 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.124240+0000 mon.a (mon.0) 1127 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.125188+0000 mon.a (mon.0) 1128 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.133490+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.212223+0000 mon.a (mon.0) 1130 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.214466+0000 mon.a (mon.0) 1131 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.217229+0000 mon.a (mon.0) 1132 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.218133+0000 mon.a (mon.0) 1133 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.228458+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.306392+0000 mon.a (mon.0) 1135 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.309546+0000 mon.a (mon.0) 1136 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.313081+0000 mon.a (mon.0) 1137 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.314204+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.322201+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.404195+0000 mon.a (mon.0) 1140 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.406861+0000 mon.a (mon.0) 1141 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.409371+0000 mon.a (mon.0) 1142 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.410392+0000 mon.a (mon.0) 1143 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.417058+0000 mon.a (mon.0) 1144 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.495352+0000 mon.a (mon.0) 1145 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.497799+0000 mon.a (mon.0) 1146 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.500721+0000 mon.a (mon.0) 1147 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.502000+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.510245+0000 mon.a (mon.0) 1149 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.586566+0000 mon.a (mon.0) 1150 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.588934+0000 mon.a (mon.0) 1151 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.591768+0000 mon.a (mon.0) 1152 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.592807+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.599846+0000 mon.a (mon.0) 1154 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.677756+0000 mon.a (mon.0) 1155 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.681195+0000 mon.a (mon.0) 1156 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.685161+0000 mon.a (mon.0) 1157 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.686639+0000 mon.a (mon.0) 1158 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.695825+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:52.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.779259+0000 mon.a (mon.0) 1160 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:52.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.781686+0000 mon.a (mon.0) 1161 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:52.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.785910+0000 mon.a (mon.0) 1162 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:52.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.787374+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:52.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:51 smithi040 bash[78949]: audit 2023-12-06T07:05:51.796524+0000 mon.a (mon.0) 1164 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.089 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:05:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: cephadm 2023-12-06T07:05:51.134005+0000 mgr.y (mgr.25474) 929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: cephadm 2023-12-06T07:05:51.229106+0000 mgr.y (mgr.25474) 930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: cephadm 2023-12-06T07:05:51.323042+0000 mgr.y (mgr.25474) 931 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: cephadm 2023-12-06T07:05:51.417916+0000 mgr.y (mgr.25474) 932 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: cephadm 2023-12-06T07:05:51.510979+0000 mgr.y (mgr.25474) 933 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: cephadm 2023-12-06T07:05:51.600390+0000 mgr.y (mgr.25474) 934 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: cephadm 2023-12-06T07:05:51.696764+0000 mgr.y (mgr.25474) 935 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: cephadm 2023-12-06T07:05:51.797332+0000 mgr.y (mgr.25474) 936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: cluster 2023-12-06T07:05:51.830989+0000 mgr.y (mgr.25474) 937 : cluster 0 pgmap v97: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:51.875304+0000 mon.a (mon.0) 1165 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:51.877850+0000 mon.a (mon.0) 1166 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:51.879971+0000 mon.a (mon.0) 1167 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:51.880739+0000 mon.a (mon.0) 1168 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:51.888569+0000 mon.a (mon.0) 1169 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: cephadm 2023-12-06T07:05:51.889325+0000 mgr.y (mgr.25474) 938 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:51.966439+0000 mon.a (mon.0) 1170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:51.969058+0000 mon.a (mon.0) 1171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:51.972044+0000 mon.a (mon.0) 1172 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:51.973057+0000 mon.a (mon.0) 1173 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:51.982934+0000 mon.a (mon.0) 1174 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: cephadm 2023-12-06T07:05:51.983760+0000 mgr.y (mgr.25474) 939 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.067126+0000 mon.a (mon.0) 1175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.069625+0000 mon.a (mon.0) 1176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.072221+0000 mon.a (mon.0) 1177 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.073082+0000 mon.a (mon.0) 1178 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.079047+0000 mon.a (mon.0) 1179 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: cephadm 2023-12-06T07:05:52.079599+0000 mgr.y (mgr.25474) 940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.160675+0000 mon.a (mon.0) 1180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.162861+0000 mon.a (mon.0) 1181 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.165384+0000 mon.a (mon.0) 1182 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.166302+0000 mon.a (mon.0) 1183 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.175322+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.257975+0000 mon.a (mon.0) 1185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.260766+0000 mon.a (mon.0) 1186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.264414+0000 mon.a (mon.0) 1187 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.265824+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.274106+0000 mon.a (mon.0) 1189 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.355096+0000 mon.a (mon.0) 1190 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.357445+0000 mon.a (mon.0) 1191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.360426+0000 mon.a (mon.0) 1192 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.361453+0000 mon.a (mon.0) 1193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.369527+0000 mon.a (mon.0) 1194 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.452627+0000 mon.a (mon.0) 1195 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.454727+0000 mon.a (mon.0) 1196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.458977+0000 mon.a (mon.0) 1197 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.459867+0000 mon.a (mon.0) 1198 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.468483+0000 mon.a (mon.0) 1199 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.547695+0000 mon.a (mon.0) 1200 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.550934+0000 mon.a (mon.0) 1201 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.553820+0000 mon.a (mon.0) 1202 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.555053+0000 mon.a (mon.0) 1203 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.564581+0000 mon.a (mon.0) 1204 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.642470+0000 mon.a (mon.0) 1205 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.644684+0000 mon.a (mon.0) 1206 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.649313+0000 mon.a (mon.0) 1207 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.650738+0000 mon.a (mon.0) 1208 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.658450+0000 mon.a (mon.0) 1209 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.771644+0000 mon.a (mon.0) 1210 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.775934+0000 mon.a (mon.0) 1211 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.778883+0000 mon.a (mon.0) 1212 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.779543+0000 mon.a (mon.0) 1213 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:05:53.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.788993+0000 mon.a (mon.0) 1214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:52 smithi141 bash[72190]: audit 2023-12-06T07:05:52.792180+0000 mon.a (mon.0) 1215 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: cephadm 2023-12-06T07:05:51.134005+0000 mgr.y (mgr.25474) 929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: cephadm 2023-12-06T07:05:51.229106+0000 mgr.y (mgr.25474) 930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: cephadm 2023-12-06T07:05:51.323042+0000 mgr.y (mgr.25474) 931 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: cephadm 2023-12-06T07:05:51.417916+0000 mgr.y (mgr.25474) 932 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: cephadm 2023-12-06T07:05:51.510979+0000 mgr.y (mgr.25474) 933 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: cephadm 2023-12-06T07:05:51.600390+0000 mgr.y (mgr.25474) 934 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: cephadm 2023-12-06T07:05:51.696764+0000 mgr.y (mgr.25474) 935 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: cephadm 2023-12-06T07:05:51.797332+0000 mgr.y (mgr.25474) 936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: cluster 2023-12-06T07:05:51.830989+0000 mgr.y (mgr.25474) 937 : cluster 0 pgmap v97: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:53.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:51.875304+0000 mon.a (mon.0) 1165 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:51.877850+0000 mon.a (mon.0) 1166 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:51.879971+0000 mon.a (mon.0) 1167 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:51.880739+0000 mon.a (mon.0) 1168 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:51.888569+0000 mon.a (mon.0) 1169 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: cephadm 2023-12-06T07:05:51.889325+0000 mgr.y (mgr.25474) 938 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:51.966439+0000 mon.a (mon.0) 1170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:51.969058+0000 mon.a (mon.0) 1171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:51.972044+0000 mon.a (mon.0) 1172 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:51.973057+0000 mon.a (mon.0) 1173 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:51.982934+0000 mon.a (mon.0) 1174 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: cephadm 2023-12-06T07:05:51.983760+0000 mgr.y (mgr.25474) 939 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.067126+0000 mon.a (mon.0) 1175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.069625+0000 mon.a (mon.0) 1176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.072221+0000 mon.a (mon.0) 1177 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.073082+0000 mon.a (mon.0) 1178 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.079047+0000 mon.a (mon.0) 1179 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: cephadm 2023-12-06T07:05:52.079599+0000 mgr.y (mgr.25474) 940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.160675+0000 mon.a (mon.0) 1180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.162861+0000 mon.a (mon.0) 1181 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.165384+0000 mon.a (mon.0) 1182 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.166302+0000 mon.a (mon.0) 1183 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.175322+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.257975+0000 mon.a (mon.0) 1185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.260766+0000 mon.a (mon.0) 1186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.264414+0000 mon.a (mon.0) 1187 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.265824+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.274106+0000 mon.a (mon.0) 1189 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.355096+0000 mon.a (mon.0) 1190 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.357445+0000 mon.a (mon.0) 1191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.360426+0000 mon.a (mon.0) 1192 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: cephadm 2023-12-06T07:05:51.134005+0000 mgr.y (mgr.25474) 929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: cephadm 2023-12-06T07:05:51.229106+0000 mgr.y (mgr.25474) 930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: cephadm 2023-12-06T07:05:51.323042+0000 mgr.y (mgr.25474) 931 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: cephadm 2023-12-06T07:05:51.417916+0000 mgr.y (mgr.25474) 932 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: cephadm 2023-12-06T07:05:51.510979+0000 mgr.y (mgr.25474) 933 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: cephadm 2023-12-06T07:05:51.600390+0000 mgr.y (mgr.25474) 934 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: cephadm 2023-12-06T07:05:51.696764+0000 mgr.y (mgr.25474) 935 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: cephadm 2023-12-06T07:05:51.797332+0000 mgr.y (mgr.25474) 936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: cluster 2023-12-06T07:05:51.830989+0000 mgr.y (mgr.25474) 937 : cluster 0 pgmap v97: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:53.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:51.875304+0000 mon.a (mon.0) 1165 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:51.877850+0000 mon.a (mon.0) 1166 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:51.879971+0000 mon.a (mon.0) 1167 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:51.880739+0000 mon.a (mon.0) 1168 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:51.888569+0000 mon.a (mon.0) 1169 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: cephadm 2023-12-06T07:05:51.889325+0000 mgr.y (mgr.25474) 938 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:51.966439+0000 mon.a (mon.0) 1170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:51.969058+0000 mon.a (mon.0) 1171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:51.972044+0000 mon.a (mon.0) 1172 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:51.973057+0000 mon.a (mon.0) 1173 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:51.982934+0000 mon.a (mon.0) 1174 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.361453+0000 mon.a (mon.0) 1193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.369527+0000 mon.a (mon.0) 1194 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.452627+0000 mon.a (mon.0) 1195 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.454727+0000 mon.a (mon.0) 1196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.458977+0000 mon.a (mon.0) 1197 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.459867+0000 mon.a (mon.0) 1198 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.468483+0000 mon.a (mon.0) 1199 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.547695+0000 mon.a (mon.0) 1200 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.550934+0000 mon.a (mon.0) 1201 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.553820+0000 mon.a (mon.0) 1202 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.555053+0000 mon.a (mon.0) 1203 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.564581+0000 mon.a (mon.0) 1204 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.642470+0000 mon.a (mon.0) 1205 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.644684+0000 mon.a (mon.0) 1206 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.649313+0000 mon.a (mon.0) 1207 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.650738+0000 mon.a (mon.0) 1208 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.658450+0000 mon.a (mon.0) 1209 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.771644+0000 mon.a (mon.0) 1210 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.775934+0000 mon.a (mon.0) 1211 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.778883+0000 mon.a (mon.0) 1212 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.779543+0000 mon.a (mon.0) 1213 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:05:53.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.788993+0000 mon.a (mon.0) 1214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[84914]: audit 2023-12-06T07:05:52.792180+0000 mon.a (mon.0) 1215 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: cephadm 2023-12-06T07:05:51.983760+0000 mgr.y (mgr.25474) 939 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.067126+0000 mon.a (mon.0) 1175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.069625+0000 mon.a (mon.0) 1176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.072221+0000 mon.a (mon.0) 1177 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.073082+0000 mon.a (mon.0) 1178 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.079047+0000 mon.a (mon.0) 1179 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: cephadm 2023-12-06T07:05:52.079599+0000 mgr.y (mgr.25474) 940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:53.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.160675+0000 mon.a (mon.0) 1180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.162861+0000 mon.a (mon.0) 1181 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.165384+0000 mon.a (mon.0) 1182 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.166302+0000 mon.a (mon.0) 1183 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.175322+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.257975+0000 mon.a (mon.0) 1185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.260766+0000 mon.a (mon.0) 1186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.264414+0000 mon.a (mon.0) 1187 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.265824+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.274106+0000 mon.a (mon.0) 1189 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.355096+0000 mon.a (mon.0) 1190 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.357445+0000 mon.a (mon.0) 1191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.360426+0000 mon.a (mon.0) 1192 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.361453+0000 mon.a (mon.0) 1193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.369527+0000 mon.a (mon.0) 1194 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.452627+0000 mon.a (mon.0) 1195 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.454727+0000 mon.a (mon.0) 1196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.458977+0000 mon.a (mon.0) 1197 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.459867+0000 mon.a (mon.0) 1198 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.468483+0000 mon.a (mon.0) 1199 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.547695+0000 mon.a (mon.0) 1200 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.550934+0000 mon.a (mon.0) 1201 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.553820+0000 mon.a (mon.0) 1202 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.555053+0000 mon.a (mon.0) 1203 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.564581+0000 mon.a (mon.0) 1204 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.642470+0000 mon.a (mon.0) 1205 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.644684+0000 mon.a (mon.0) 1206 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.649313+0000 mon.a (mon.0) 1207 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.650738+0000 mon.a (mon.0) 1208 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.658450+0000 mon.a (mon.0) 1209 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.771644+0000 mon.a (mon.0) 1210 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:53.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.775934+0000 mon.a (mon.0) 1211 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:53.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.778883+0000 mon.a (mon.0) 1212 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:53.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.779543+0000 mon.a (mon.0) 1213 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:05:53.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.788993+0000 mon.a (mon.0) 1214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:53.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:52 smithi040 bash[78949]: audit 2023-12-06T07:05:52.792180+0000 mon.a (mon.0) 1215 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:53.913 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:05:53.913 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 12s ago 18m - - 2023-12-06T07:05:53.913 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 4s ago 18m - - 2023-12-06T07:05:53.913 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (5m) 12s ago 11m 16.1M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:05:53.913 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (4m) 4s ago 11m 43.9M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:05:53.913 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (3m) 12s ago 9m 46.6M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:05:53.913 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (2m) 4s ago 18m 432M - 19.0.0-26-g0482646f 26bb7d89db2e 345817faf911 2023-12-06T07:05:53.913 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (4m) 12s ago 20m 505M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:05:53.913 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (3m) 12s ago 20m 59.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:05:53.913 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (71s) 4s ago 18m 36.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a46e947a89d4 2023-12-06T07:05:53.913 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (90s) 12s ago 18m 42.1M 2048M 19.0.0-26-g0482646f 26bb7d89db2e f003381b7d99 2023-12-06T07:05:53.914 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (5m) 12s ago 12m 11.9M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:05:53.914 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (4m) 4s ago 11m 14.0M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:05:53.914 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 starting - - - 4096M 2023-12-06T07:05:53.914 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (16m) 12s ago 16m 59.3M 4096M 17.2.0 e1d6a67b021e f21c73c261bf 2023-12-06T07:05:53.914 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (16m) 12s ago 16m 54.3M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T07:05:53.914 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (15m) 12s ago 15m 58.1M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T07:05:53.914 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (14m) 4s ago 15m 62.4M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T07:05:53.914 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (14m) 4s ago 14m 57.2M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:05:53.914 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (13m) 4s ago 13m 55.1M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:05:53.914 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (12m) 4s ago 13m 58.2M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:05:53.914 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (3m) 4s ago 12m 63.0M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:05:53.914 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (9m) 12s ago 9m 88.2M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:05:53.914 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (9m) 4s ago 9m 87.5M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:05:53.914 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (9m) 12s ago 9m 87.8M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:05:53.914 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (9m) 4s ago 9m 88.0M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:05:54.126 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: cephadm 2023-12-06T07:05:52.175883+0000 mgr.y (mgr.25474) 941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.126 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: cephadm 2023-12-06T07:05:52.274827+0000 mgr.y (mgr.25474) 942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: cephadm 2023-12-06T07:05:52.370341+0000 mgr.y (mgr.25474) 943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: cephadm 2023-12-06T07:05:52.469194+0000 mgr.y (mgr.25474) 944 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: cephadm 2023-12-06T07:05:52.565176+0000 mgr.y (mgr.25474) 945 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: cephadm 2023-12-06T07:05:52.659119+0000 mgr.y (mgr.25474) 946 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:52.850121+0000 mon.a (mon.0) 1216 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: cephadm 2023-12-06T07:05:52.852306+0000 mgr.y (mgr.25474) 947 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:52.939937+0000 mon.a (mon.0) 1217 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:52.943152+0000 mon.a (mon.0) 1218 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:52.946906+0000 mon.a (mon.0) 1219 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:52.947973+0000 mon.a (mon.0) 1220 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:52.955016+0000 mon.a (mon.0) 1221 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: cephadm 2023-12-06T07:05:52.955908+0000 mgr.y (mgr.25474) 948 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.041415+0000 mon.a (mon.0) 1222 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.044158+0000 mon.a (mon.0) 1223 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.046263+0000 mon.a (mon.0) 1224 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.047095+0000 mon.a (mon.0) 1225 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.052652+0000 mon.a (mon.0) 1226 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: cephadm 2023-12-06T07:05:53.053306+0000 mgr.y (mgr.25474) 949 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.069292+0000 mgr.y (mgr.25474) 950 : audit 0 from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:54.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.119334+0000 mon.a (mon.0) 1227 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.123942+0000 mon.a (mon.0) 1228 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.126333+0000 mon.a (mon.0) 1229 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.127161+0000 mon.a (mon.0) 1230 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.132295+0000 mon.a (mon.0) 1231 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.198928+0000 mon.a (mon.0) 1232 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.201375+0000 mon.a (mon.0) 1233 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.204774+0000 mon.a (mon.0) 1234 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.205965+0000 mon.a (mon.0) 1235 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.220603+0000 mon.a (mon.0) 1236 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.129 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.303140+0000 mon.a (mon.0) 1237 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.129 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.305114+0000 mon.a (mon.0) 1238 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.129 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.307220+0000 mon.a (mon.0) 1239 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.129 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.307983+0000 mon.a (mon.0) 1240 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.129 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.313076+0000 mon.a (mon.0) 1241 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.129 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.391846+0000 mon.a (mon.0) 1242 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.129 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.394132+0000 mon.a (mon.0) 1243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.129 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.397020+0000 mon.a (mon.0) 1244 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.129 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.398398+0000 mon.a (mon.0) 1245 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.129 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: cephadm 2023-12-06T07:05:52.175883+0000 mgr.y (mgr.25474) 941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: cephadm 2023-12-06T07:05:52.274827+0000 mgr.y (mgr.25474) 942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: cephadm 2023-12-06T07:05:52.370341+0000 mgr.y (mgr.25474) 943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: cephadm 2023-12-06T07:05:52.469194+0000 mgr.y (mgr.25474) 944 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: cephadm 2023-12-06T07:05:52.565176+0000 mgr.y (mgr.25474) 945 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: cephadm 2023-12-06T07:05:52.659119+0000 mgr.y (mgr.25474) 946 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:52.850121+0000 mon.a (mon.0) 1216 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: cephadm 2023-12-06T07:05:52.852306+0000 mgr.y (mgr.25474) 947 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:52.939937+0000 mon.a (mon.0) 1217 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:52.943152+0000 mon.a (mon.0) 1218 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:52.946906+0000 mon.a (mon.0) 1219 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:52.947973+0000 mon.a (mon.0) 1220 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:52.955016+0000 mon.a (mon.0) 1221 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: cephadm 2023-12-06T07:05:52.955908+0000 mgr.y (mgr.25474) 948 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.041415+0000 mon.a (mon.0) 1222 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.044158+0000 mon.a (mon.0) 1223 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.046263+0000 mon.a (mon.0) 1224 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.131 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.047095+0000 mon.a (mon.0) 1225 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.131 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.052652+0000 mon.a (mon.0) 1226 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.131 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: cephadm 2023-12-06T07:05:53.053306+0000 mgr.y (mgr.25474) 949 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.131 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.069292+0000 mgr.y (mgr.25474) 950 : audit 0 from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:54.131 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.405856+0000 mon.a (mon.0) 1246 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.131 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.485009+0000 mon.a (mon.0) 1247 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.131 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.487239+0000 mon.a (mon.0) 1248 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.131 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.489949+0000 mon.a (mon.0) 1249 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.131 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.490832+0000 mon.a (mon.0) 1250 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.131 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.498686+0000 mon.a (mon.0) 1251 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.131 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.578144+0000 mon.a (mon.0) 1252 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.580681+0000 mon.a (mon.0) 1253 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.585145+0000 mon.a (mon.0) 1254 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.587775+0000 mon.a (mon.0) 1255 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.597480+0000 mon.a (mon.0) 1256 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.679496+0000 mon.a (mon.0) 1257 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.682341+0000 mon.a (mon.0) 1258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.686068+0000 mon.a (mon.0) 1259 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.687454+0000 mon.a (mon.0) 1260 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.694757+0000 mon.a (mon.0) 1261 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.781409+0000 mon.a (mon.0) 1262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.784204+0000 mon.a (mon.0) 1263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.787210+0000 mon.a (mon.0) 1264 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.788367+0000 mon.a (mon.0) 1265 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[78949]: audit 2023-12-06T07:05:53.793983+0000 mon.a (mon.0) 1266 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.133 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.119334+0000 mon.a (mon.0) 1227 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.133 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.123942+0000 mon.a (mon.0) 1228 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.133 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.126333+0000 mon.a (mon.0) 1229 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.133 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.127161+0000 mon.a (mon.0) 1230 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.133 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.132295+0000 mon.a (mon.0) 1231 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.133 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.198928+0000 mon.a (mon.0) 1232 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.133 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.201375+0000 mon.a (mon.0) 1233 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.133 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.204774+0000 mon.a (mon.0) 1234 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.133 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.205965+0000 mon.a (mon.0) 1235 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.133 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.220603+0000 mon.a (mon.0) 1236 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.133 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.303140+0000 mon.a (mon.0) 1237 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.134 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.305114+0000 mon.a (mon.0) 1238 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.134 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.307220+0000 mon.a (mon.0) 1239 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.134 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.307983+0000 mon.a (mon.0) 1240 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.134 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.313076+0000 mon.a (mon.0) 1241 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.134 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.391846+0000 mon.a (mon.0) 1242 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.134 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.394132+0000 mon.a (mon.0) 1243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.134 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.397020+0000 mon.a (mon.0) 1244 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.134 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.398398+0000 mon.a (mon.0) 1245 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.134 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.405856+0000 mon.a (mon.0) 1246 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.134 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.485009+0000 mon.a (mon.0) 1247 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.134 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.487239+0000 mon.a (mon.0) 1248 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.134 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.489949+0000 mon.a (mon.0) 1249 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.134 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.490832+0000 mon.a (mon.0) 1250 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.134 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.498686+0000 mon.a (mon.0) 1251 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.135 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.578144+0000 mon.a (mon.0) 1252 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.135 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.580681+0000 mon.a (mon.0) 1253 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.135 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.585145+0000 mon.a (mon.0) 1254 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.135 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.587775+0000 mon.a (mon.0) 1255 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.135 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.597480+0000 mon.a (mon.0) 1256 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.135 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.679496+0000 mon.a (mon.0) 1257 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.135 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.682341+0000 mon.a (mon.0) 1258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.135 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.686068+0000 mon.a (mon.0) 1259 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.135 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.687454+0000 mon.a (mon.0) 1260 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.135 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.694757+0000 mon.a (mon.0) 1261 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.135 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.781409+0000 mon.a (mon.0) 1262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.135 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.784204+0000 mon.a (mon.0) 1263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.135 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.787210+0000 mon.a (mon.0) 1264 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.135 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.788367+0000 mon.a (mon.0) 1265 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.135 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:53 smithi040 bash[84914]: audit 2023-12-06T07:05:53.793983+0000 mon.a (mon.0) 1266 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: cephadm 2023-12-06T07:05:52.175883+0000 mgr.y (mgr.25474) 941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: cephadm 2023-12-06T07:05:52.274827+0000 mgr.y (mgr.25474) 942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: cephadm 2023-12-06T07:05:52.370341+0000 mgr.y (mgr.25474) 943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: cephadm 2023-12-06T07:05:52.469194+0000 mgr.y (mgr.25474) 944 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: cephadm 2023-12-06T07:05:52.565176+0000 mgr.y (mgr.25474) 945 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: cephadm 2023-12-06T07:05:52.659119+0000 mgr.y (mgr.25474) 946 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:52.850121+0000 mon.a (mon.0) 1216 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: cephadm 2023-12-06T07:05:52.852306+0000 mgr.y (mgr.25474) 947 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:52.939937+0000 mon.a (mon.0) 1217 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:52.943152+0000 mon.a (mon.0) 1218 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:52.946906+0000 mon.a (mon.0) 1219 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:52.947973+0000 mon.a (mon.0) 1220 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:52.955016+0000 mon.a (mon.0) 1221 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: cephadm 2023-12-06T07:05:52.955908+0000 mgr.y (mgr.25474) 948 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.041415+0000 mon.a (mon.0) 1222 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.044158+0000 mon.a (mon.0) 1223 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.046263+0000 mon.a (mon.0) 1224 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.047095+0000 mon.a (mon.0) 1225 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.052652+0000 mon.a (mon.0) 1226 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: cephadm 2023-12-06T07:05:53.053306+0000 mgr.y (mgr.25474) 949 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.069292+0000 mgr.y (mgr.25474) 950 : audit 0 from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.119334+0000 mon.a (mon.0) 1227 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.123942+0000 mon.a (mon.0) 1228 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.126333+0000 mon.a (mon.0) 1229 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.127161+0000 mon.a (mon.0) 1230 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.132295+0000 mon.a (mon.0) 1231 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.198928+0000 mon.a (mon.0) 1232 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.201375+0000 mon.a (mon.0) 1233 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.204774+0000 mon.a (mon.0) 1234 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.205965+0000 mon.a (mon.0) 1235 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.220603+0000 mon.a (mon.0) 1236 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.303140+0000 mon.a (mon.0) 1237 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.305114+0000 mon.a (mon.0) 1238 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.307220+0000 mon.a (mon.0) 1239 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.307983+0000 mon.a (mon.0) 1240 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.313076+0000 mon.a (mon.0) 1241 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.391846+0000 mon.a (mon.0) 1242 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.394132+0000 mon.a (mon.0) 1243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.397020+0000 mon.a (mon.0) 1244 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.398398+0000 mon.a (mon.0) 1245 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.405856+0000 mon.a (mon.0) 1246 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.485009+0000 mon.a (mon.0) 1247 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.487239+0000 mon.a (mon.0) 1248 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.489949+0000 mon.a (mon.0) 1249 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.490832+0000 mon.a (mon.0) 1250 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.498686+0000 mon.a (mon.0) 1251 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.578144+0000 mon.a (mon.0) 1252 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.580681+0000 mon.a (mon.0) 1253 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.585145+0000 mon.a (mon.0) 1254 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.587775+0000 mon.a (mon.0) 1255 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.597480+0000 mon.a (mon.0) 1256 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.679496+0000 mon.a (mon.0) 1257 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.682341+0000 mon.a (mon.0) 1258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.686068+0000 mon.a (mon.0) 1259 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.687454+0000 mon.a (mon.0) 1260 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.694757+0000 mon.a (mon.0) 1261 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.781409+0000 mon.a (mon.0) 1262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:54.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.784204+0000 mon.a (mon.0) 1263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:54.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.787210+0000 mon.a (mon.0) 1264 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:54.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.788367+0000 mon.a (mon.0) 1265 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:54.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:53 smithi141 bash[72190]: audit 2023-12-06T07:05:53.793983+0000 mon.a (mon.0) 1266 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:54.408 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:05:54.409 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:05:54.409 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:05:54.409 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:05:54.409 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:05:54.409 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:05:54.409 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:05:54.409 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:05:54.409 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2023-12-06T07:05:54.409 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:05:54.409 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:05:54.409 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:05:54.409 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:05:54.409 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:05:54.409 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2023-12-06T07:05:54.410 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T07:05:54.410 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:05:54.410 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:05:54.808 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:05:54.808 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:05:54.808 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:05:54.808 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:05:54.808 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:05:54.808 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr", 2023-12-06T07:05:54.808 INFO:teuthology.orchestra.run.smithi040.stdout: "mon" 2023-12-06T07:05:54.808 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:05:54.808 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "5/23 daemons upgraded", 2023-12-06T07:05:54.808 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:05:54.808 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:05:54.808 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:05:54.828 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[89495]: debug 2023-12-06T07:05:54.560+0000 7f025161b640 -1 osd.0 0 read_superblock omap replica is missing. 2023-12-06T07:05:54.828 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[89495]: debug 2023-12-06T07:05:54.596+0000 7f025161b640 -1 osd.0 107 log_to_monitors true 2023-12-06T07:05:55.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: cephadm 2023-12-06T07:05:53.132993+0000 mgr.y (mgr.25474) 951 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: cephadm 2023-12-06T07:05:53.221338+0000 mgr.y (mgr.25474) 952 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: cephadm 2023-12-06T07:05:53.313600+0000 mgr.y (mgr.25474) 953 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: cephadm 2023-12-06T07:05:53.406369+0000 mgr.y (mgr.25474) 954 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:53.497327+0000 mgr.y (mgr.25474) 955 : audit 0 from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:55.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: cephadm 2023-12-06T07:05:53.499310+0000 mgr.y (mgr.25474) 956 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: cephadm 2023-12-06T07:05:53.598468+0000 mgr.y (mgr.25474) 957 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: cephadm 2023-12-06T07:05:53.695498+0000 mgr.y (mgr.25474) 958 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: cephadm 2023-12-06T07:05:53.796470+0000 mgr.y (mgr.25474) 959 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:53.827650+0000 mgr.y (mgr.25474) 960 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:55.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: cluster 2023-12-06T07:05:53.832760+0000 mgr.y (mgr.25474) 961 : cluster 0 pgmap v98: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:55.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:53.869905+0000 mon.a (mon.0) 1267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:53.872229+0000 mon.a (mon.0) 1268 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:53.874399+0000 mon.a (mon.0) 1269 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:53.875204+0000 mon.a (mon.0) 1270 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:53.878479+0000 mgr.y (mgr.25474) 962 : audit 0 from='client.54190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:55.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:53.883522+0000 mon.a (mon.0) 1271 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: cephadm 2023-12-06T07:05:53.885421+0000 mgr.y (mgr.25474) 963 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:53.981086+0000 mon.a (mon.0) 1272 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:53.983436+0000 mon.a (mon.0) 1273 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:53.985628+0000 mon.a (mon.0) 1274 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:53.986631+0000 mon.a (mon.0) 1275 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:53.994786+0000 mon.a (mon.0) 1276 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: cephadm 2023-12-06T07:05:53.995643+0000 mgr.y (mgr.25474) 964 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.073718+0000 mon.a (mon.0) 1277 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.076256+0000 mon.a (mon.0) 1278 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.078640+0000 mon.a (mon.0) 1279 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.079516+0000 mon.a (mon.0) 1280 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.088251+0000 mon.a (mon.0) 1281 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: cephadm 2023-12-06T07:05:54.088946+0000 mgr.y (mgr.25474) 965 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.168385+0000 mon.a (mon.0) 1282 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.171164+0000 mon.a (mon.0) 1283 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.174049+0000 mon.a (mon.0) 1284 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.175438+0000 mon.a (mon.0) 1285 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.185590+0000 mon.a (mon.0) 1286 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.262798+0000 mon.a (mon.0) 1287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.267240+0000 mon.a (mon.0) 1288 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.271031+0000 mon.a (mon.0) 1289 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.272513+0000 mon.a (mon.0) 1290 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.281436+0000 mon.a (mon.0) 1291 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.363546+0000 mon.a (mon.0) 1292 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.366301+0000 mon.a (mon.0) 1293 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.371179+0000 mon.a (mon.0) 1294 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.372621+0000 mon.a (mon.0) 1295 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.382667+0000 mon.a (mon.0) 1296 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.403497+0000 mon.a (mon.0) 1297 : audit 0 from='client.? 172.21.15.40:0/2162989480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.463563+0000 mon.a (mon.0) 1298 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.466266+0000 mon.a (mon.0) 1299 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.469211+0000 mon.a (mon.0) 1300 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.470258+0000 mon.a (mon.0) 1301 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.478021+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.559519+0000 mon.a (mon.0) 1303 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.562674+0000 mon.a (mon.0) 1304 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.569603+0000 mon.a (mon.0) 1305 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.570651+0000 mon.a (mon.0) 1306 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.578002+0000 mon.a (mon.0) 1307 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.606347+0000 mon.a (mon.0) 1308 : audit 1 from='osd.0 [v2:172.21.15.40:6802/1818175508,v1:172.21.15.40:6803/1818175508]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T07:05:55.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.656335+0000 mon.a (mon.0) 1309 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.659013+0000 mon.a (mon.0) 1310 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.662002+0000 mon.a (mon.0) 1311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.663008+0000 mon.a (mon.0) 1312 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.671313+0000 mon.a (mon.0) 1313 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.753712+0000 mon.a (mon.0) 1314 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.756439+0000 mon.a (mon.0) 1315 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.760126+0000 mon.a (mon.0) 1316 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.761516+0000 mon.a (mon.0) 1317 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:54 smithi141 bash[72190]: audit 2023-12-06T07:05:54.771741+0000 mon.a (mon.0) 1318 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.267 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 69/630 objects degraded (10.952%), 22 pgs degraded 2023-12-06T07:05:55.267 INFO:teuthology.orchestra.run.smithi040.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T07:05:55.267 INFO:teuthology.orchestra.run.smithi040.stdout: osd.0 (root=default,host=smithi040) is down 2023-12-06T07:05:55.267 INFO:teuthology.orchestra.run.smithi040.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 69/630 objects degraded (10.952%), 22 pgs degraded 2023-12-06T07:05:55.267 INFO:teuthology.orchestra.run.smithi040.stdout: pg 1.0 is active+undersized+degraded, acting [7,6] 2023-12-06T07:05:55.268 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.4 is active+undersized+degraded, acting [1,7] 2023-12-06T07:05:55.268 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.8 is active+undersized+degraded, acting [7,1] 2023-12-06T07:05:55.268 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.f is active+undersized+degraded, acting [4,2] 2023-12-06T07:05:55.268 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.13 is active+undersized+degraded, acting [4,3] 2023-12-06T07:05:55.268 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.19 is active+undersized+degraded, acting [3,6] 2023-12-06T07:05:55.268 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.1f is active+undersized+degraded, acting [7,4] 2023-12-06T07:05:55.268 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.1 is active+undersized+degraded, acting [4,3] 2023-12-06T07:05:55.268 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.3 is active+undersized+degraded, acting [4,6] 2023-12-06T07:05:55.268 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.6 is active+undersized+degraded, acting [1,4] 2023-12-06T07:05:55.268 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.7 is active+undersized+degraded, acting [3,7] 2023-12-06T07:05:55.268 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.b is active+undersized+degraded, acting [3,4] 2023-12-06T07:05:55.268 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.f is active+undersized+degraded, acting [7,4] 2023-12-06T07:05:55.268 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.10 is active+undersized+degraded, acting [6,5] 2023-12-06T07:05:55.268 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.12 is active+undersized+degraded, acting [7,3] 2023-12-06T07:05:55.268 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.17 is active+undersized+degraded, acting [5,3] 2023-12-06T07:05:55.269 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.18 is active+undersized+degraded, acting [3,1] 2023-12-06T07:05:55.269 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.1b is active+undersized+degraded, acting [4,7] 2023-12-06T07:05:55.269 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.1f is active+undersized+degraded, acting [5,2] 2023-12-06T07:05:55.269 INFO:teuthology.orchestra.run.smithi040.stdout: pg 4.0 is active+undersized+degraded, acting [3,7] 2023-12-06T07:05:55.269 INFO:teuthology.orchestra.run.smithi040.stdout: pg 4.3 is active+undersized+degraded, acting [5,7] 2023-12-06T07:05:55.269 INFO:teuthology.orchestra.run.smithi040.stdout: pg 5.1d is active+undersized+degraded, acting [1,4] 2023-12-06T07:05:55.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: cephadm 2023-12-06T07:05:53.132993+0000 mgr.y (mgr.25474) 951 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: cephadm 2023-12-06T07:05:53.221338+0000 mgr.y (mgr.25474) 952 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: cephadm 2023-12-06T07:05:53.313600+0000 mgr.y (mgr.25474) 953 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: cephadm 2023-12-06T07:05:53.406369+0000 mgr.y (mgr.25474) 954 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:53.497327+0000 mgr.y (mgr.25474) 955 : audit 0 from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:55.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: cephadm 2023-12-06T07:05:53.499310+0000 mgr.y (mgr.25474) 956 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: cephadm 2023-12-06T07:05:53.598468+0000 mgr.y (mgr.25474) 957 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: cephadm 2023-12-06T07:05:53.695498+0000 mgr.y (mgr.25474) 958 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: cephadm 2023-12-06T07:05:53.796470+0000 mgr.y (mgr.25474) 959 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:53.827650+0000 mgr.y (mgr.25474) 960 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: cluster 2023-12-06T07:05:53.832760+0000 mgr.y (mgr.25474) 961 : cluster 0 pgmap v98: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:53.869905+0000 mon.a (mon.0) 1267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:53.872229+0000 mon.a (mon.0) 1268 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:53.874399+0000 mon.a (mon.0) 1269 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:53.875204+0000 mon.a (mon.0) 1270 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:53.878479+0000 mgr.y (mgr.25474) 962 : audit 0 from='client.54190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:53.883522+0000 mon.a (mon.0) 1271 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: cephadm 2023-12-06T07:05:53.885421+0000 mgr.y (mgr.25474) 963 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:53.981086+0000 mon.a (mon.0) 1272 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:53.983436+0000 mon.a (mon.0) 1273 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: cephadm 2023-12-06T07:05:53.132993+0000 mgr.y (mgr.25474) 951 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: cephadm 2023-12-06T07:05:53.221338+0000 mgr.y (mgr.25474) 952 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: cephadm 2023-12-06T07:05:53.313600+0000 mgr.y (mgr.25474) 953 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: cephadm 2023-12-06T07:05:53.406369+0000 mgr.y (mgr.25474) 954 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:53.497327+0000 mgr.y (mgr.25474) 955 : audit 0 from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:55.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: cephadm 2023-12-06T07:05:53.499310+0000 mgr.y (mgr.25474) 956 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: cephadm 2023-12-06T07:05:53.598468+0000 mgr.y (mgr.25474) 957 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: cephadm 2023-12-06T07:05:53.695498+0000 mgr.y (mgr.25474) 958 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: cephadm 2023-12-06T07:05:53.796470+0000 mgr.y (mgr.25474) 959 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:53.827650+0000 mgr.y (mgr.25474) 960 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:05:55.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: cluster 2023-12-06T07:05:53.832760+0000 mgr.y (mgr.25474) 961 : cluster 0 pgmap v98: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-06T07:05:55.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:53.869905+0000 mon.a (mon.0) 1267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:53.872229+0000 mon.a (mon.0) 1268 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:53.874399+0000 mon.a (mon.0) 1269 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:53.875204+0000 mon.a (mon.0) 1270 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:53.878479+0000 mgr.y (mgr.25474) 962 : audit 0 from='client.54190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:55.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:53.883522+0000 mon.a (mon.0) 1271 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: cephadm 2023-12-06T07:05:53.885421+0000 mgr.y (mgr.25474) 963 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:53.981086+0000 mon.a (mon.0) 1272 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:53.983436+0000 mon.a (mon.0) 1273 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:53.985628+0000 mon.a (mon.0) 1274 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:53.986631+0000 mon.a (mon.0) 1275 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:53.994786+0000 mon.a (mon.0) 1276 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: cephadm 2023-12-06T07:05:53.995643+0000 mgr.y (mgr.25474) 964 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.073718+0000 mon.a (mon.0) 1277 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.076256+0000 mon.a (mon.0) 1278 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.078640+0000 mon.a (mon.0) 1279 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.079516+0000 mon.a (mon.0) 1280 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.088251+0000 mon.a (mon.0) 1281 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: cephadm 2023-12-06T07:05:54.088946+0000 mgr.y (mgr.25474) 965 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.168385+0000 mon.a (mon.0) 1282 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.171164+0000 mon.a (mon.0) 1283 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.174049+0000 mon.a (mon.0) 1284 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.175438+0000 mon.a (mon.0) 1285 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.185590+0000 mon.a (mon.0) 1286 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.262798+0000 mon.a (mon.0) 1287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.267240+0000 mon.a (mon.0) 1288 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.271031+0000 mon.a (mon.0) 1289 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.272513+0000 mon.a (mon.0) 1290 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.281436+0000 mon.a (mon.0) 1291 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:53.985628+0000 mon.a (mon.0) 1274 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:53.986631+0000 mon.a (mon.0) 1275 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:53.994786+0000 mon.a (mon.0) 1276 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: cephadm 2023-12-06T07:05:53.995643+0000 mgr.y (mgr.25474) 964 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.073718+0000 mon.a (mon.0) 1277 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.076256+0000 mon.a (mon.0) 1278 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.078640+0000 mon.a (mon.0) 1279 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.079516+0000 mon.a (mon.0) 1280 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.088251+0000 mon.a (mon.0) 1281 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: cephadm 2023-12-06T07:05:54.088946+0000 mgr.y (mgr.25474) 965 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.168385+0000 mon.a (mon.0) 1282 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.171164+0000 mon.a (mon.0) 1283 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.174049+0000 mon.a (mon.0) 1284 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.175438+0000 mon.a (mon.0) 1285 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.185590+0000 mon.a (mon.0) 1286 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.262798+0000 mon.a (mon.0) 1287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.267240+0000 mon.a (mon.0) 1288 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.271031+0000 mon.a (mon.0) 1289 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.272513+0000 mon.a (mon.0) 1290 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.281436+0000 mon.a (mon.0) 1291 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.363546+0000 mon.a (mon.0) 1292 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.366301+0000 mon.a (mon.0) 1293 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.371179+0000 mon.a (mon.0) 1294 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.372621+0000 mon.a (mon.0) 1295 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.382667+0000 mon.a (mon.0) 1296 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.403497+0000 mon.a (mon.0) 1297 : audit 0 from='client.? 172.21.15.40:0/2162989480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.463563+0000 mon.a (mon.0) 1298 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.466266+0000 mon.a (mon.0) 1299 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.469211+0000 mon.a (mon.0) 1300 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.470258+0000 mon.a (mon.0) 1301 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.478021+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.559519+0000 mon.a (mon.0) 1303 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.562674+0000 mon.a (mon.0) 1304 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.569603+0000 mon.a (mon.0) 1305 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.570651+0000 mon.a (mon.0) 1306 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.578002+0000 mon.a (mon.0) 1307 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.606347+0000 mon.a (mon.0) 1308 : audit 1 from='osd.0 [v2:172.21.15.40:6802/1818175508,v1:172.21.15.40:6803/1818175508]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T07:05:55.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.656335+0000 mon.a (mon.0) 1309 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.659013+0000 mon.a (mon.0) 1310 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.662002+0000 mon.a (mon.0) 1311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.663008+0000 mon.a (mon.0) 1312 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.671313+0000 mon.a (mon.0) 1313 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.753712+0000 mon.a (mon.0) 1314 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.756439+0000 mon.a (mon.0) 1315 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.760126+0000 mon.a (mon.0) 1316 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.761516+0000 mon.a (mon.0) 1317 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[84914]: audit 2023-12-06T07:05:54.771741+0000 mon.a (mon.0) 1318 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.363546+0000 mon.a (mon.0) 1292 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.366301+0000 mon.a (mon.0) 1293 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.371179+0000 mon.a (mon.0) 1294 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.372621+0000 mon.a (mon.0) 1295 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.382667+0000 mon.a (mon.0) 1296 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.403497+0000 mon.a (mon.0) 1297 : audit 0 from='client.? 172.21.15.40:0/2162989480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.463563+0000 mon.a (mon.0) 1298 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.466266+0000 mon.a (mon.0) 1299 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.469211+0000 mon.a (mon.0) 1300 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.470258+0000 mon.a (mon.0) 1301 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.478021+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.559519+0000 mon.a (mon.0) 1303 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.562674+0000 mon.a (mon.0) 1304 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.569603+0000 mon.a (mon.0) 1305 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.570651+0000 mon.a (mon.0) 1306 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.578002+0000 mon.a (mon.0) 1307 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.606347+0000 mon.a (mon.0) 1308 : audit 1 from='osd.0 [v2:172.21.15.40:6802/1818175508,v1:172.21.15.40:6803/1818175508]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T07:05:55.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.656335+0000 mon.a (mon.0) 1309 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.659013+0000 mon.a (mon.0) 1310 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.662002+0000 mon.a (mon.0) 1311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.663008+0000 mon.a (mon.0) 1312 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.671313+0000 mon.a (mon.0) 1313 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.753712+0000 mon.a (mon.0) 1314 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.756439+0000 mon.a (mon.0) 1315 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.760126+0000 mon.a (mon.0) 1316 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.761516+0000 mon.a (mon.0) 1317 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:54 smithi040 bash[78949]: audit 2023-12-06T07:05:54.771741+0000 mon.a (mon.0) 1318 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.895 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[89495]: debug 2023-12-06T07:05:55.632+0000 7f0241289700 -1 osd.0 107 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:05:55.896 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: cephadm 2023-12-06T07:05:54.186185+0000 mgr.y (mgr.25474) 966 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.896 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: cephadm 2023-12-06T07:05:54.282131+0000 mgr.y (mgr.25474) 967 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.896 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: cephadm 2023-12-06T07:05:54.383508+0000 mgr.y (mgr.25474) 968 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.897 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: cephadm 2023-12-06T07:05:54.478916+0000 mgr.y (mgr.25474) 969 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.897 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: cephadm 2023-12-06T07:05:54.578603+0000 mgr.y (mgr.25474) 970 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.897 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: cephadm 2023-12-06T07:05:54.672017+0000 mgr.y (mgr.25474) 971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.897 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: cephadm 2023-12-06T07:05:54.772435+0000 mgr.y (mgr.25474) 972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.897 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:54.801342+0000 mgr.y (mgr.25474) 973 : audit 0 from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:55.897 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:54.852060+0000 mon.a (mon.0) 1319 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.897 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:54.867502+0000 mon.a (mon.0) 1320 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.898 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:54.869966+0000 mon.a (mon.0) 1321 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.898 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:54.870794+0000 mon.a (mon.0) 1322 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.898 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:54.878463+0000 mon.a (mon.0) 1323 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.898 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: cephadm 2023-12-06T07:05:54.879146+0000 mgr.y (mgr.25474) 974 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.898 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:54.957996+0000 mon.a (mon.0) 1324 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.898 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:54.960444+0000 mon.a (mon.0) 1325 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.898 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:54.962861+0000 mon.a (mon.0) 1326 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.898 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:54.963670+0000 mon.a (mon.0) 1327 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.898 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:54.969239+0000 mon.a (mon.0) 1328 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.899 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: cephadm 2023-12-06T07:05:54.969848+0000 mgr.y (mgr.25474) 975 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.899 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: cephadm 2023-12-06T07:05:54.186185+0000 mgr.y (mgr.25474) 966 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.899 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: cephadm 2023-12-06T07:05:54.282131+0000 mgr.y (mgr.25474) 967 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.899 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: cephadm 2023-12-06T07:05:54.383508+0000 mgr.y (mgr.25474) 968 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.899 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: cephadm 2023-12-06T07:05:54.478916+0000 mgr.y (mgr.25474) 969 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.899 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: cephadm 2023-12-06T07:05:54.578603+0000 mgr.y (mgr.25474) 970 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.899 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: cephadm 2023-12-06T07:05:54.672017+0000 mgr.y (mgr.25474) 971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.899 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: cephadm 2023-12-06T07:05:54.772435+0000 mgr.y (mgr.25474) 972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.899 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:54.801342+0000 mgr.y (mgr.25474) 973 : audit 0 from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:55.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:54.852060+0000 mon.a (mon.0) 1319 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:54.867502+0000 mon.a (mon.0) 1320 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:54.869966+0000 mon.a (mon.0) 1321 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:54.870794+0000 mon.a (mon.0) 1322 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:54.878463+0000 mon.a (mon.0) 1323 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: cephadm 2023-12-06T07:05:54.879146+0000 mgr.y (mgr.25474) 974 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:54.957996+0000 mon.a (mon.0) 1324 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:54.960444+0000 mon.a (mon.0) 1325 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:54.962861+0000 mon.a (mon.0) 1326 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:54.963670+0000 mon.a (mon.0) 1327 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:54.969239+0000 mon.a (mon.0) 1328 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: cephadm 2023-12-06T07:05:54.969848+0000 mgr.y (mgr.25474) 975 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.047390+0000 mon.a (mon.0) 1329 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.050391+0000 mon.a (mon.0) 1330 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.900 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.053612+0000 mon.a (mon.0) 1331 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.901 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.054915+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.901 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.062961+0000 mon.a (mon.0) 1333 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.901 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: cephadm 2023-12-06T07:05:55.063653+0000 mgr.y (mgr.25474) 976 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.901 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.140889+0000 mon.a (mon.0) 1334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.901 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.143883+0000 mon.a (mon.0) 1335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.901 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.147904+0000 mon.a (mon.0) 1336 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.901 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.149353+0000 mon.a (mon.0) 1337 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.901 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.158367+0000 mon.a (mon.0) 1338 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.901 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.238962+0000 mon.a (mon.0) 1339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.901 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.241647+0000 mon.a (mon.0) 1340 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.901 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.244396+0000 mon.a (mon.0) 1341 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.901 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.245346+0000 mon.a (mon.0) 1342 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.901 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.252785+0000 mon.a (mon.0) 1343 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.901 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.262330+0000 mon.a (mon.0) 1344 : audit 0 from='client.? 172.21.15.40:0/3212285611' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:05:55.901 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.336565+0000 mon.a (mon.0) 1345 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.902 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.338877+0000 mon.a (mon.0) 1346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.902 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.341390+0000 mon.a (mon.0) 1347 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.902 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.342484+0000 mon.a (mon.0) 1348 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.902 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.348925+0000 mon.a (mon.0) 1349 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.902 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.430619+0000 mon.a (mon.0) 1350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.902 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.433937+0000 mon.a (mon.0) 1351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.902 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.436967+0000 mon.a (mon.0) 1352 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.902 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.437733+0000 mon.a (mon.0) 1353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.902 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.443239+0000 mon.a (mon.0) 1354 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.902 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.553558+0000 mon.a (mon.0) 1355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.902 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.556436+0000 mon.a (mon.0) 1356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.902 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.559463+0000 mon.a (mon.0) 1357 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.902 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.560416+0000 mon.a (mon.0) 1358 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.902 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.566227+0000 mon.a (mon.0) 1359 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.903 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.578374+0000 mon.a (mon.0) 1360 : audit 1 from='osd.0 [v2:172.21.15.40:6802/1818175508,v1:172.21.15.40:6803/1818175508]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T07:05:55.903 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: cluster 2023-12-06T07:05:55.583624+0000 mon.a (mon.0) 1361 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-06T07:05:55.903 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.584099+0000 mon.a (mon.0) 1362 : audit 1 from='osd.0 [v2:172.21.15.40:6802/1818175508,v1:172.21.15.40:6803/1818175508]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:05:55.903 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.646130+0000 mon.a (mon.0) 1363 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.903 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.651620+0000 mon.a (mon.0) 1364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.903 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.654713+0000 mon.a (mon.0) 1365 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.903 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.655787+0000 mon.a (mon.0) 1366 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.903 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.665056+0000 mon.a (mon.0) 1367 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.903 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.733321+0000 mon.a (mon.0) 1368 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.903 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.735636+0000 mon.a (mon.0) 1369 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.903 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.739016+0000 mon.a (mon.0) 1370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.903 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.740341+0000 mon.a (mon.0) 1371 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.903 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.752842+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.904 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.814140+0000 mon.a (mon.0) 1373 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.904 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.817704+0000 mon.a (mon.0) 1374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.904 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.820281+0000 mon.a (mon.0) 1375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.904 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.821165+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.904 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[84914]: audit 2023-12-06T07:05:55.829030+0000 mon.a (mon.0) 1377 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.904 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.047390+0000 mon.a (mon.0) 1329 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.905 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.050391+0000 mon.a (mon.0) 1330 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.905 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.053612+0000 mon.a (mon.0) 1331 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.905 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.054915+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.905 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.062961+0000 mon.a (mon.0) 1333 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.905 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: cephadm 2023-12-06T07:05:55.063653+0000 mgr.y (mgr.25474) 976 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:55.905 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.140889+0000 mon.a (mon.0) 1334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.905 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.143883+0000 mon.a (mon.0) 1335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.905 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.147904+0000 mon.a (mon.0) 1336 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.905 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.149353+0000 mon.a (mon.0) 1337 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.905 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.158367+0000 mon.a (mon.0) 1338 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.905 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.238962+0000 mon.a (mon.0) 1339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.905 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.241647+0000 mon.a (mon.0) 1340 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.906 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.244396+0000 mon.a (mon.0) 1341 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.907 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.245346+0000 mon.a (mon.0) 1342 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.907 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.252785+0000 mon.a (mon.0) 1343 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.907 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.262330+0000 mon.a (mon.0) 1344 : audit 0 from='client.? 172.21.15.40:0/3212285611' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:05:55.907 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.336565+0000 mon.a (mon.0) 1345 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.907 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.338877+0000 mon.a (mon.0) 1346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.907 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.341390+0000 mon.a (mon.0) 1347 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.907 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.342484+0000 mon.a (mon.0) 1348 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.907 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.348925+0000 mon.a (mon.0) 1349 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.908 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.430619+0000 mon.a (mon.0) 1350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.908 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.433937+0000 mon.a (mon.0) 1351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.908 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.436967+0000 mon.a (mon.0) 1352 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.908 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.437733+0000 mon.a (mon.0) 1353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.908 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.443239+0000 mon.a (mon.0) 1354 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.908 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.553558+0000 mon.a (mon.0) 1355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.908 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.556436+0000 mon.a (mon.0) 1356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.908 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.559463+0000 mon.a (mon.0) 1357 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.909 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.560416+0000 mon.a (mon.0) 1358 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.909 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.566227+0000 mon.a (mon.0) 1359 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.909 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.578374+0000 mon.a (mon.0) 1360 : audit 1 from='osd.0 [v2:172.21.15.40:6802/1818175508,v1:172.21.15.40:6803/1818175508]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T07:05:55.909 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: cluster 2023-12-06T07:05:55.583624+0000 mon.a (mon.0) 1361 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-06T07:05:55.909 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.584099+0000 mon.a (mon.0) 1362 : audit 1 from='osd.0 [v2:172.21.15.40:6802/1818175508,v1:172.21.15.40:6803/1818175508]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:05:55.909 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.646130+0000 mon.a (mon.0) 1363 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.909 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.651620+0000 mon.a (mon.0) 1364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.909 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.654713+0000 mon.a (mon.0) 1365 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.909 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.655787+0000 mon.a (mon.0) 1366 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.909 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.665056+0000 mon.a (mon.0) 1367 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.909 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.733321+0000 mon.a (mon.0) 1368 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.909 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.735636+0000 mon.a (mon.0) 1369 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.910 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.739016+0000 mon.a (mon.0) 1370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.910 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.740341+0000 mon.a (mon.0) 1371 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.910 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.752842+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:55.910 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.814140+0000 mon.a (mon.0) 1373 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:55.910 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.817704+0000 mon.a (mon.0) 1374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:55.910 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.820281+0000 mon.a (mon.0) 1375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:55.910 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.821165+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:55.910 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:55 smithi040 bash[78949]: audit 2023-12-06T07:05:55.829030+0000 mon.a (mon.0) 1377 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:56.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: cephadm 2023-12-06T07:05:54.186185+0000 mgr.y (mgr.25474) 966 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: cephadm 2023-12-06T07:05:54.282131+0000 mgr.y (mgr.25474) 967 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: cephadm 2023-12-06T07:05:54.383508+0000 mgr.y (mgr.25474) 968 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: cephadm 2023-12-06T07:05:54.478916+0000 mgr.y (mgr.25474) 969 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: cephadm 2023-12-06T07:05:54.578603+0000 mgr.y (mgr.25474) 970 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: cephadm 2023-12-06T07:05:54.672017+0000 mgr.y (mgr.25474) 971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: cephadm 2023-12-06T07:05:54.772435+0000 mgr.y (mgr.25474) 972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:54.801342+0000 mgr.y (mgr.25474) 973 : audit 0 from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:05:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:54.852060+0000 mon.a (mon.0) 1319 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:54.867502+0000 mon.a (mon.0) 1320 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:54.869966+0000 mon.a (mon.0) 1321 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:54.870794+0000 mon.a (mon.0) 1322 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:54.878463+0000 mon.a (mon.0) 1323 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: cephadm 2023-12-06T07:05:54.879146+0000 mgr.y (mgr.25474) 974 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:54.957996+0000 mon.a (mon.0) 1324 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:54.960444+0000 mon.a (mon.0) 1325 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:54.962861+0000 mon.a (mon.0) 1326 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:54.963670+0000 mon.a (mon.0) 1327 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:54.969239+0000 mon.a (mon.0) 1328 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: cephadm 2023-12-06T07:05:54.969848+0000 mgr.y (mgr.25474) 975 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.047390+0000 mon.a (mon.0) 1329 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.050391+0000 mon.a (mon.0) 1330 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.053612+0000 mon.a (mon.0) 1331 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.054915+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.062961+0000 mon.a (mon.0) 1333 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: cephadm 2023-12-06T07:05:55.063653+0000 mgr.y (mgr.25474) 976 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.140889+0000 mon.a (mon.0) 1334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.143883+0000 mon.a (mon.0) 1335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.147904+0000 mon.a (mon.0) 1336 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.149353+0000 mon.a (mon.0) 1337 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:56.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.158367+0000 mon.a (mon.0) 1338 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:56.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.238962+0000 mon.a (mon.0) 1339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:56.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.241647+0000 mon.a (mon.0) 1340 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:56.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.244396+0000 mon.a (mon.0) 1341 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:56.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.245346+0000 mon.a (mon.0) 1342 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:56.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.252785+0000 mon.a (mon.0) 1343 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:56.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.262330+0000 mon.a (mon.0) 1344 : audit 0 from='client.? 172.21.15.40:0/3212285611' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:05:56.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.336565+0000 mon.a (mon.0) 1345 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:56.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.338877+0000 mon.a (mon.0) 1346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:56.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.341390+0000 mon.a (mon.0) 1347 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:56.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.342484+0000 mon.a (mon.0) 1348 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:56.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.348925+0000 mon.a (mon.0) 1349 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:56.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.430619+0000 mon.a (mon.0) 1350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:56.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.433937+0000 mon.a (mon.0) 1351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:56.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.436967+0000 mon.a (mon.0) 1352 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:56.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.437733+0000 mon.a (mon.0) 1353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:56.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.443239+0000 mon.a (mon.0) 1354 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:56.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.553558+0000 mon.a (mon.0) 1355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:56.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.556436+0000 mon.a (mon.0) 1356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:56.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.559463+0000 mon.a (mon.0) 1357 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:56.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.560416+0000 mon.a (mon.0) 1358 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:56.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.566227+0000 mon.a (mon.0) 1359 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:56.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.578374+0000 mon.a (mon.0) 1360 : audit 1 from='osd.0 [v2:172.21.15.40:6802/1818175508,v1:172.21.15.40:6803/1818175508]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T07:05:56.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: cluster 2023-12-06T07:05:55.583624+0000 mon.a (mon.0) 1361 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-06T07:05:56.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.584099+0000 mon.a (mon.0) 1362 : audit 1 from='osd.0 [v2:172.21.15.40:6802/1818175508,v1:172.21.15.40:6803/1818175508]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:05:56.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.646130+0000 mon.a (mon.0) 1363 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:56.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.651620+0000 mon.a (mon.0) 1364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:56.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.654713+0000 mon.a (mon.0) 1365 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:56.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.655787+0000 mon.a (mon.0) 1366 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:56.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.665056+0000 mon.a (mon.0) 1367 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:56.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.733321+0000 mon.a (mon.0) 1368 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:56.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.735636+0000 mon.a (mon.0) 1369 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:56.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.739016+0000 mon.a (mon.0) 1370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:56.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.740341+0000 mon.a (mon.0) 1371 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:56.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.752842+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:56.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.814140+0000 mon.a (mon.0) 1373 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:56.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.817704+0000 mon.a (mon.0) 1374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:56.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.820281+0000 mon.a (mon.0) 1375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:56.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.821165+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:56.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:55 smithi141 bash[72190]: audit 2023-12-06T07:05:55.829030+0000 mon.a (mon.0) 1377 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:56.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:05:56] "GET /metrics HTTP/1.1" 200 38387 "" "Prometheus/2.33.4" 2023-12-06T07:05:57.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cephadm 2023-12-06T07:05:55.159484+0000 mgr.y (mgr.25474) 977 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cephadm 2023-12-06T07:05:55.253251+0000 mgr.y (mgr.25474) 978 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cephadm 2023-12-06T07:05:55.349620+0000 mgr.y (mgr.25474) 979 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cephadm 2023-12-06T07:05:55.443797+0000 mgr.y (mgr.25474) 980 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cephadm 2023-12-06T07:05:55.568233+0000 mgr.y (mgr.25474) 981 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cluster 2023-12-06T07:05:55.579697+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:05:57.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cluster 2023-12-06T07:05:55.583244+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:05:57.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cephadm 2023-12-06T07:05:55.665689+0000 mgr.y (mgr.25474) 982 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cephadm 2023-12-06T07:05:55.753503+0000 mgr.y (mgr.25474) 983 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cephadm 2023-12-06T07:05:55.829683+0000 mgr.y (mgr.25474) 984 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cluster 2023-12-06T07:05:55.833530+0000 mgr.y (mgr.25474) 985 : cluster 0 pgmap v100: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-06T07:05:57.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:55.908565+0000 mon.a (mon.0) 1378 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:55.911145+0000 mon.a (mon.0) 1379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:55.914047+0000 mon.a (mon.0) 1380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:55.915050+0000 mon.a (mon.0) 1381 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:55.922084+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cephadm 2023-12-06T07:05:55.922819+0000 mgr.y (mgr.25474) 986 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.002821+0000 mon.a (mon.0) 1383 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.005953+0000 mon.a (mon.0) 1384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.010341+0000 mon.a (mon.0) 1385 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.011421+0000 mon.a (mon.0) 1386 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.023122+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cephadm 2023-12-06T07:05:56.025424+0000 mgr.y (mgr.25474) 987 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.106832+0000 mon.a (mon.0) 1388 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.109748+0000 mon.a (mon.0) 1389 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.113349+0000 mon.a (mon.0) 1390 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.114481+0000 mon.a (mon.0) 1391 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.124622+0000 mon.a (mon.0) 1392 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.209675+0000 mon.a (mon.0) 1393 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.211854+0000 mon.a (mon.0) 1394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.215675+0000 mon.a (mon.0) 1395 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.216594+0000 mon.a (mon.0) 1396 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.227294+0000 mon.a (mon.0) 1397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.305328+0000 mon.a (mon.0) 1398 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.308957+0000 mon.a (mon.0) 1399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.313200+0000 mon.a (mon.0) 1400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.314783+0000 mon.a (mon.0) 1401 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.324593+0000 mon.a (mon.0) 1402 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cluster 2023-12-06T07:05:56.328505+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:05:57.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.405635+0000 mon.a (mon.0) 1403 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.407636+0000 mon.a (mon.0) 1404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.409482+0000 mon.a (mon.0) 1405 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.410165+0000 mon.a (mon.0) 1406 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.417768+0000 mon.a (mon.0) 1407 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.483806+0000 mon.a (mon.0) 1408 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.486502+0000 mon.a (mon.0) 1409 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.489030+0000 mon.a (mon.0) 1410 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.490214+0000 mon.a (mon.0) 1411 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.499911+0000 mon.a (mon.0) 1412 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cluster 2023-12-06T07:05:56.578925+0000 mon.a (mon.0) 1413 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:05:57.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.579924+0000 mon.a (mon.0) 1414 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.581974+0000 mon.a (mon.0) 1415 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cluster 2023-12-06T07:05:56.588479+0000 mon.a (mon.0) 1416 : cluster 1 osd.0 [v2:172.21.15.40:6802/1818175508,v1:172.21.15.40:6803/1818175508] boot 2023-12-06T07:05:57.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: cluster 2023-12-06T07:05:56.588583+0000 mon.a (mon.0) 1417 : cluster 0 osdmap e111: 8 total, 8 up, 8 in 2023-12-06T07:05:57.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.589221+0000 mon.a (mon.0) 1418 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:05:57.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.592295+0000 mon.a (mon.0) 1419 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.596093+0000 mon.a (mon.0) 1420 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.612153+0000 mon.a (mon.0) 1421 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.704477+0000 mon.a (mon.0) 1422 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.707382+0000 mon.a (mon.0) 1423 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.710300+0000 mon.a (mon.0) 1424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.711396+0000 mon.a (mon.0) 1425 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.720613+0000 mon.a (mon.0) 1426 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.835885+0000 mon.a (mon.0) 1427 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.837917+0000 mon.a (mon.0) 1428 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.840719+0000 mon.a (mon.0) 1429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.841640+0000 mon.a (mon.0) 1430 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:56 smithi141 bash[72190]: audit 2023-12-06T07:05:56.847404+0000 mon.a (mon.0) 1431 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cephadm 2023-12-06T07:05:55.159484+0000 mgr.y (mgr.25474) 977 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cephadm 2023-12-06T07:05:55.253251+0000 mgr.y (mgr.25474) 978 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cephadm 2023-12-06T07:05:55.349620+0000 mgr.y (mgr.25474) 979 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cephadm 2023-12-06T07:05:55.443797+0000 mgr.y (mgr.25474) 980 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cephadm 2023-12-06T07:05:55.568233+0000 mgr.y (mgr.25474) 981 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cluster 2023-12-06T07:05:55.579697+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:05:57.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cluster 2023-12-06T07:05:55.583244+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:05:57.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cephadm 2023-12-06T07:05:55.665689+0000 mgr.y (mgr.25474) 982 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cephadm 2023-12-06T07:05:55.753503+0000 mgr.y (mgr.25474) 983 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cephadm 2023-12-06T07:05:55.829683+0000 mgr.y (mgr.25474) 984 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cluster 2023-12-06T07:05:55.833530+0000 mgr.y (mgr.25474) 985 : cluster 0 pgmap v100: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-06T07:05:57.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:55.908565+0000 mon.a (mon.0) 1378 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:55.911145+0000 mon.a (mon.0) 1379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:55.914047+0000 mon.a (mon.0) 1380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:55.915050+0000 mon.a (mon.0) 1381 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:55.922084+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cephadm 2023-12-06T07:05:55.922819+0000 mgr.y (mgr.25474) 986 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.002821+0000 mon.a (mon.0) 1383 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.005953+0000 mon.a (mon.0) 1384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.010341+0000 mon.a (mon.0) 1385 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cephadm 2023-12-06T07:05:55.159484+0000 mgr.y (mgr.25474) 977 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cephadm 2023-12-06T07:05:55.253251+0000 mgr.y (mgr.25474) 978 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cephadm 2023-12-06T07:05:55.349620+0000 mgr.y (mgr.25474) 979 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cephadm 2023-12-06T07:05:55.443797+0000 mgr.y (mgr.25474) 980 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cephadm 2023-12-06T07:05:55.568233+0000 mgr.y (mgr.25474) 981 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cluster 2023-12-06T07:05:55.579697+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:05:57.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cluster 2023-12-06T07:05:55.583244+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:05:57.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cephadm 2023-12-06T07:05:55.665689+0000 mgr.y (mgr.25474) 982 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cephadm 2023-12-06T07:05:55.753503+0000 mgr.y (mgr.25474) 983 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cephadm 2023-12-06T07:05:55.829683+0000 mgr.y (mgr.25474) 984 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cluster 2023-12-06T07:05:55.833530+0000 mgr.y (mgr.25474) 985 : cluster 0 pgmap v100: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-06T07:05:57.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:55.908565+0000 mon.a (mon.0) 1378 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:55.911145+0000 mon.a (mon.0) 1379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:55.914047+0000 mon.a (mon.0) 1380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:55.915050+0000 mon.a (mon.0) 1381 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:55.922084+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cephadm 2023-12-06T07:05:55.922819+0000 mgr.y (mgr.25474) 986 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.002821+0000 mon.a (mon.0) 1383 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.005953+0000 mon.a (mon.0) 1384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.010341+0000 mon.a (mon.0) 1385 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.011421+0000 mon.a (mon.0) 1386 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.023122+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cephadm 2023-12-06T07:05:56.025424+0000 mgr.y (mgr.25474) 987 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.106832+0000 mon.a (mon.0) 1388 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.109748+0000 mon.a (mon.0) 1389 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.113349+0000 mon.a (mon.0) 1390 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.114481+0000 mon.a (mon.0) 1391 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.124622+0000 mon.a (mon.0) 1392 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.209675+0000 mon.a (mon.0) 1393 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.211854+0000 mon.a (mon.0) 1394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.215675+0000 mon.a (mon.0) 1395 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.216594+0000 mon.a (mon.0) 1396 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.227294+0000 mon.a (mon.0) 1397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.305328+0000 mon.a (mon.0) 1398 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.308957+0000 mon.a (mon.0) 1399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.313200+0000 mon.a (mon.0) 1400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.314783+0000 mon.a (mon.0) 1401 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.324593+0000 mon.a (mon.0) 1402 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cluster 2023-12-06T07:05:56.328505+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:05:57.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.405635+0000 mon.a (mon.0) 1403 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.407636+0000 mon.a (mon.0) 1404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.011421+0000 mon.a (mon.0) 1386 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.023122+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cephadm 2023-12-06T07:05:56.025424+0000 mgr.y (mgr.25474) 987 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:57.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.106832+0000 mon.a (mon.0) 1388 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.109748+0000 mon.a (mon.0) 1389 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.113349+0000 mon.a (mon.0) 1390 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.114481+0000 mon.a (mon.0) 1391 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.124622+0000 mon.a (mon.0) 1392 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.209675+0000 mon.a (mon.0) 1393 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.211854+0000 mon.a (mon.0) 1394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.215675+0000 mon.a (mon.0) 1395 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.216594+0000 mon.a (mon.0) 1396 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.227294+0000 mon.a (mon.0) 1397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.305328+0000 mon.a (mon.0) 1398 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.308957+0000 mon.a (mon.0) 1399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.313200+0000 mon.a (mon.0) 1400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.314783+0000 mon.a (mon.0) 1401 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.324593+0000 mon.a (mon.0) 1402 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cluster 2023-12-06T07:05:56.328505+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:05:57.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.405635+0000 mon.a (mon.0) 1403 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.407636+0000 mon.a (mon.0) 1404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.409482+0000 mon.a (mon.0) 1405 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.410165+0000 mon.a (mon.0) 1406 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.417768+0000 mon.a (mon.0) 1407 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.483806+0000 mon.a (mon.0) 1408 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.486502+0000 mon.a (mon.0) 1409 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.489030+0000 mon.a (mon.0) 1410 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.490214+0000 mon.a (mon.0) 1411 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.499911+0000 mon.a (mon.0) 1412 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cluster 2023-12-06T07:05:56.578925+0000 mon.a (mon.0) 1413 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:05:57.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.579924+0000 mon.a (mon.0) 1414 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.581974+0000 mon.a (mon.0) 1415 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cluster 2023-12-06T07:05:56.588479+0000 mon.a (mon.0) 1416 : cluster 1 osd.0 [v2:172.21.15.40:6802/1818175508,v1:172.21.15.40:6803/1818175508] boot 2023-12-06T07:05:57.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: cluster 2023-12-06T07:05:56.588583+0000 mon.a (mon.0) 1417 : cluster 0 osdmap e111: 8 total, 8 up, 8 in 2023-12-06T07:05:57.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.589221+0000 mon.a (mon.0) 1418 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:05:57.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.592295+0000 mon.a (mon.0) 1419 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.596093+0000 mon.a (mon.0) 1420 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.612153+0000 mon.a (mon.0) 1421 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.704477+0000 mon.a (mon.0) 1422 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.707382+0000 mon.a (mon.0) 1423 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.710300+0000 mon.a (mon.0) 1424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.409482+0000 mon.a (mon.0) 1405 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.410165+0000 mon.a (mon.0) 1406 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.417768+0000 mon.a (mon.0) 1407 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.483806+0000 mon.a (mon.0) 1408 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.486502+0000 mon.a (mon.0) 1409 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.489030+0000 mon.a (mon.0) 1410 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.490214+0000 mon.a (mon.0) 1411 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.499911+0000 mon.a (mon.0) 1412 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cluster 2023-12-06T07:05:56.578925+0000 mon.a (mon.0) 1413 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:05:57.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.579924+0000 mon.a (mon.0) 1414 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.581974+0000 mon.a (mon.0) 1415 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cluster 2023-12-06T07:05:56.588479+0000 mon.a (mon.0) 1416 : cluster 1 osd.0 [v2:172.21.15.40:6802/1818175508,v1:172.21.15.40:6803/1818175508] boot 2023-12-06T07:05:57.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: cluster 2023-12-06T07:05:56.588583+0000 mon.a (mon.0) 1417 : cluster 0 osdmap e111: 8 total, 8 up, 8 in 2023-12-06T07:05:57.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.589221+0000 mon.a (mon.0) 1418 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:05:57.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.592295+0000 mon.a (mon.0) 1419 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.596093+0000 mon.a (mon.0) 1420 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.612153+0000 mon.a (mon.0) 1421 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.704477+0000 mon.a (mon.0) 1422 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.707382+0000 mon.a (mon.0) 1423 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.710300+0000 mon.a (mon.0) 1424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.711396+0000 mon.a (mon.0) 1425 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.720613+0000 mon.a (mon.0) 1426 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.835885+0000 mon.a (mon.0) 1427 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.837917+0000 mon.a (mon.0) 1428 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.840719+0000 mon.a (mon.0) 1429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.841640+0000 mon.a (mon.0) 1430 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[78949]: audit 2023-12-06T07:05:56.847404+0000 mon.a (mon.0) 1431 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.711396+0000 mon.a (mon.0) 1425 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.720613+0000 mon.a (mon.0) 1426 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:57.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.835885+0000 mon.a (mon.0) 1427 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:57.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.837917+0000 mon.a (mon.0) 1428 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:57.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.840719+0000 mon.a (mon.0) 1429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:57.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.841640+0000 mon.a (mon.0) 1430 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:57.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:56 smithi040 bash[84914]: audit 2023-12-06T07:05:56.847404+0000 mon.a (mon.0) 1431 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.030 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[75188]: debug 2023-12-06T07:05:57.720+0000 7efde2cff700 -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-06T07:05:58.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cephadm 2023-12-06T07:05:56.127766+0000 mgr.y (mgr.25474) 988 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cephadm 2023-12-06T07:05:56.227845+0000 mgr.y (mgr.25474) 989 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cephadm 2023-12-06T07:05:56.325365+0000 mgr.y (mgr.25474) 990 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cluster 2023-12-06T07:05:56.331841+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:05:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cluster 2023-12-06T07:05:56.331913+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:05:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cephadm 2023-12-06T07:05:56.418410+0000 mgr.y (mgr.25474) 991 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cephadm 2023-12-06T07:05:56.500429+0000 mgr.y (mgr.25474) 992 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cluster 2023-12-06T07:05:56.585443+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:05:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cluster 2023-12-06T07:05:56.588908+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:05:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cluster 2023-12-06T07:05:56.589450+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:05:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cephadm 2023-12-06T07:05:56.619940+0000 mgr.y (mgr.25474) 993 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cephadm 2023-12-06T07:05:56.721395+0000 mgr.y (mgr.25474) 994 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cephadm 2023-12-06T07:05:56.849166+0000 mgr.y (mgr.25474) 995 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:56.928193+0000 mon.a (mon.0) 1432 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:56.933704+0000 mon.a (mon.0) 1433 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:56.936311+0000 mon.a (mon.0) 1434 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:56.937249+0000 mon.a (mon.0) 1435 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:56.944374+0000 mon.a (mon.0) 1436 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cephadm 2023-12-06T07:05:56.945320+0000 mgr.y (mgr.25474) 996 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.028853+0000 mon.a (mon.0) 1437 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.031633+0000 mon.a (mon.0) 1438 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.034922+0000 mon.a (mon.0) 1439 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.036486+0000 mon.a (mon.0) 1440 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.045299+0000 mon.a (mon.0) 1441 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cephadm 2023-12-06T07:05:57.046039+0000 mgr.y (mgr.25474) 997 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.124854+0000 mon.a (mon.0) 1442 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.129473+0000 mon.a (mon.0) 1443 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.133228+0000 mon.a (mon.0) 1444 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.134506+0000 mon.a (mon.0) 1445 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.141941+0000 mon.a (mon.0) 1446 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.224696+0000 mon.a (mon.0) 1447 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.226885+0000 mon.a (mon.0) 1448 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.229734+0000 mon.a (mon.0) 1449 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.231251+0000 mon.a (mon.0) 1450 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.240851+0000 mon.a (mon.0) 1451 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.323310+0000 mon.a (mon.0) 1452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.325950+0000 mon.a (mon.0) 1453 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.328725+0000 mon.a (mon.0) 1454 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.329754+0000 mon.a (mon.0) 1455 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.339206+0000 mon.a (mon.0) 1456 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.453025+0000 mon.a (mon.0) 1457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.455323+0000 mon.a (mon.0) 1458 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.457681+0000 mon.a (mon.0) 1459 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.458867+0000 mon.a (mon.0) 1460 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.466629+0000 mon.a (mon.0) 1461 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.546895+0000 mon.a (mon.0) 1462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.549776+0000 mon.a (mon.0) 1463 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.552646+0000 mon.a (mon.0) 1464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.553581+0000 mon.a (mon.0) 1465 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.559670+0000 mon.a (mon.0) 1466 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: cluster 2023-12-06T07:05:57.588832+0000 mon.a (mon.0) 1467 : cluster 0 osdmap e112: 8 total, 8 up, 8 in 2023-12-06T07:05:58.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.627980+0000 mon.a (mon.0) 1468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.640286+0000 mon.a (mon.0) 1469 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.644182+0000 mon.a (mon.0) 1470 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.645282+0000 mon.a (mon.0) 1471 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.651779+0000 mon.a (mon.0) 1472 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.705234+0000 mon.a (mon.0) 1473 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.713089+0000 mon.a (mon.0) 1474 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.713984+0000 mon.a (mon.0) 1475 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.717714+0000 mon.a (mon.0) 1476 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.721370+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.721832+0000 mon.a (mon.0) 1478 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.723454+0000 mon.a (mon.0) 1479 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.035 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[78949]: audit 2023-12-06T07:05:57.725090+0000 mon.a (mon.0) 1480 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:05:58.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cephadm 2023-12-06T07:05:56.127766+0000 mgr.y (mgr.25474) 988 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cephadm 2023-12-06T07:05:56.227845+0000 mgr.y (mgr.25474) 989 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cephadm 2023-12-06T07:05:56.325365+0000 mgr.y (mgr.25474) 990 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cluster 2023-12-06T07:05:56.331841+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:05:58.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cluster 2023-12-06T07:05:56.331913+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:05:58.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cephadm 2023-12-06T07:05:56.418410+0000 mgr.y (mgr.25474) 991 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cephadm 2023-12-06T07:05:56.500429+0000 mgr.y (mgr.25474) 992 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cluster 2023-12-06T07:05:56.585443+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:05:58.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cluster 2023-12-06T07:05:56.588908+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:05:58.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cluster 2023-12-06T07:05:56.589450+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:05:58.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cephadm 2023-12-06T07:05:56.619940+0000 mgr.y (mgr.25474) 993 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cephadm 2023-12-06T07:05:56.721395+0000 mgr.y (mgr.25474) 994 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cephadm 2023-12-06T07:05:56.849166+0000 mgr.y (mgr.25474) 995 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:56.928193+0000 mon.a (mon.0) 1432 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:56.933704+0000 mon.a (mon.0) 1433 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:56.936311+0000 mon.a (mon.0) 1434 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:56.937249+0000 mon.a (mon.0) 1435 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:56.944374+0000 mon.a (mon.0) 1436 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cephadm 2023-12-06T07:05:56.945320+0000 mgr.y (mgr.25474) 996 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.028853+0000 mon.a (mon.0) 1437 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.031633+0000 mon.a (mon.0) 1438 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.034922+0000 mon.a (mon.0) 1439 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.036486+0000 mon.a (mon.0) 1440 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.045299+0000 mon.a (mon.0) 1441 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cephadm 2023-12-06T07:05:57.046039+0000 mgr.y (mgr.25474) 997 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.124854+0000 mon.a (mon.0) 1442 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.129473+0000 mon.a (mon.0) 1443 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.133228+0000 mon.a (mon.0) 1444 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.134506+0000 mon.a (mon.0) 1445 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.141941+0000 mon.a (mon.0) 1446 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.224696+0000 mon.a (mon.0) 1447 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.226885+0000 mon.a (mon.0) 1448 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.229734+0000 mon.a (mon.0) 1449 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.231251+0000 mon.a (mon.0) 1450 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.240851+0000 mon.a (mon.0) 1451 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.323310+0000 mon.a (mon.0) 1452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.325950+0000 mon.a (mon.0) 1453 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.328725+0000 mon.a (mon.0) 1454 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.329754+0000 mon.a (mon.0) 1455 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.038 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.339206+0000 mon.a (mon.0) 1456 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.453025+0000 mon.a (mon.0) 1457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.455323+0000 mon.a (mon.0) 1458 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.457681+0000 mon.a (mon.0) 1459 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.458867+0000 mon.a (mon.0) 1460 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.466629+0000 mon.a (mon.0) 1461 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.041 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.546895+0000 mon.a (mon.0) 1462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.549776+0000 mon.a (mon.0) 1463 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.552646+0000 mon.a (mon.0) 1464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.553581+0000 mon.a (mon.0) 1465 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.559670+0000 mon.a (mon.0) 1466 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: cluster 2023-12-06T07:05:57.588832+0000 mon.a (mon.0) 1467 : cluster 0 osdmap e112: 8 total, 8 up, 8 in 2023-12-06T07:05:58.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.627980+0000 mon.a (mon.0) 1468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.640286+0000 mon.a (mon.0) 1469 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.644182+0000 mon.a (mon.0) 1470 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.645282+0000 mon.a (mon.0) 1471 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.651779+0000 mon.a (mon.0) 1472 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.705234+0000 mon.a (mon.0) 1473 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.713089+0000 mon.a (mon.0) 1474 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.713984+0000 mon.a (mon.0) 1475 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.717714+0000 mon.a (mon.0) 1476 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.042 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.721370+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.721832+0000 mon.a (mon.0) 1478 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.723454+0000 mon.a (mon.0) 1479 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.043 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:57 smithi040 bash[84914]: audit 2023-12-06T07:05:57.725090+0000 mon.a (mon.0) 1480 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:05:58.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cephadm 2023-12-06T07:05:56.127766+0000 mgr.y (mgr.25474) 988 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cephadm 2023-12-06T07:05:56.227845+0000 mgr.y (mgr.25474) 989 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cephadm 2023-12-06T07:05:56.325365+0000 mgr.y (mgr.25474) 990 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cluster 2023-12-06T07:05:56.331841+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:05:58.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cluster 2023-12-06T07:05:56.331913+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:05:58.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cephadm 2023-12-06T07:05:56.418410+0000 mgr.y (mgr.25474) 991 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cephadm 2023-12-06T07:05:56.500429+0000 mgr.y (mgr.25474) 992 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cluster 2023-12-06T07:05:56.585443+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:05:58.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cluster 2023-12-06T07:05:56.588908+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:05:58.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cluster 2023-12-06T07:05:56.589450+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:05:58.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cephadm 2023-12-06T07:05:56.619940+0000 mgr.y (mgr.25474) 993 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cephadm 2023-12-06T07:05:56.721395+0000 mgr.y (mgr.25474) 994 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cephadm 2023-12-06T07:05:56.849166+0000 mgr.y (mgr.25474) 995 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:56.928193+0000 mon.a (mon.0) 1432 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:56.933704+0000 mon.a (mon.0) 1433 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:56.936311+0000 mon.a (mon.0) 1434 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:56.937249+0000 mon.a (mon.0) 1435 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:56.944374+0000 mon.a (mon.0) 1436 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cephadm 2023-12-06T07:05:56.945320+0000 mgr.y (mgr.25474) 996 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.028853+0000 mon.a (mon.0) 1437 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.031633+0000 mon.a (mon.0) 1438 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.034922+0000 mon.a (mon.0) 1439 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.036486+0000 mon.a (mon.0) 1440 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.045299+0000 mon.a (mon.0) 1441 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cephadm 2023-12-06T07:05:57.046039+0000 mgr.y (mgr.25474) 997 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:58.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.124854+0000 mon.a (mon.0) 1442 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.129473+0000 mon.a (mon.0) 1443 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.133228+0000 mon.a (mon.0) 1444 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.134506+0000 mon.a (mon.0) 1445 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.141941+0000 mon.a (mon.0) 1446 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.224696+0000 mon.a (mon.0) 1447 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.226885+0000 mon.a (mon.0) 1448 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.229734+0000 mon.a (mon.0) 1449 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.231251+0000 mon.a (mon.0) 1450 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.240851+0000 mon.a (mon.0) 1451 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.323310+0000 mon.a (mon.0) 1452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.325950+0000 mon.a (mon.0) 1453 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.328725+0000 mon.a (mon.0) 1454 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.329754+0000 mon.a (mon.0) 1455 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.339206+0000 mon.a (mon.0) 1456 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.453025+0000 mon.a (mon.0) 1457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.455323+0000 mon.a (mon.0) 1458 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.457681+0000 mon.a (mon.0) 1459 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.458867+0000 mon.a (mon.0) 1460 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.466629+0000 mon.a (mon.0) 1461 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.546895+0000 mon.a (mon.0) 1462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.549776+0000 mon.a (mon.0) 1463 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.552646+0000 mon.a (mon.0) 1464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.553581+0000 mon.a (mon.0) 1465 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.559670+0000 mon.a (mon.0) 1466 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: cluster 2023-12-06T07:05:57.588832+0000 mon.a (mon.0) 1467 : cluster 0 osdmap e112: 8 total, 8 up, 8 in 2023-12-06T07:05:58.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.627980+0000 mon.a (mon.0) 1468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.640286+0000 mon.a (mon.0) 1469 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.644182+0000 mon.a (mon.0) 1470 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:05:58.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.645282+0000 mon.a (mon.0) 1471 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:05:58.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.651779+0000 mon.a (mon.0) 1472 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.705234+0000 mon.a (mon.0) 1473 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.713089+0000 mon.a (mon.0) 1474 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.713984+0000 mon.a (mon.0) 1475 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:05:58.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.717714+0000 mon.a (mon.0) 1476 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.721370+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:05:58.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.721832+0000 mon.a (mon.0) 1478 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.723454+0000 mon.a (mon.0) 1479 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:05:58.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:57 smithi141 bash[72190]: audit 2023-12-06T07:05:57.725090+0000 mon.a (mon.0) 1480 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:05:59.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cephadm 2023-12-06T07:05:57.142547+0000 mgr.y (mgr.25474) 998 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cephadm 2023-12-06T07:05:57.241470+0000 mgr.y (mgr.25474) 999 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cephadm 2023-12-06T07:05:57.339904+0000 mgr.y (mgr.25474) 1000 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cephadm 2023-12-06T07:05:57.467370+0000 mgr.y (mgr.25474) 1001 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cephadm 2023-12-06T07:05:57.560563+0000 mgr.y (mgr.25474) 1002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cluster 2023-12-06T07:05:57.588867+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cluster 2023-12-06T07:05:57.589097+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cluster 2023-12-06T07:05:57.590984+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cluster 2023-12-06T07:05:57.592870+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cluster 2023-12-06T07:05:57.593062+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cluster 2023-12-06T07:05:57.593961+0000 osd.1 (osd.1) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cluster 2023-12-06T07:05:57.594205+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cluster 2023-12-06T07:05:57.594811+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cluster 2023-12-06T07:05:57.595834+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cluster 2023-12-06T07:05:57.595975+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cluster 2023-12-06T07:05:57.596085+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cluster 2023-12-06T07:05:57.601962+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cluster 2023-12-06T07:05:57.603685+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cephadm 2023-12-06T07:05:57.652636+0000 mgr.y (mgr.25474) 1003 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: audit 2023-12-06T07:05:57.725274+0000 mgr.y (mgr.25474) 1004 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:05:59.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cephadm 2023-12-06T07:05:57.726433+0000 mgr.y (mgr.25474) 1005 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-06T07:05:59.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:58 smithi141 bash[72190]: cluster 2023-12-06T07:05:57.834417+0000 mgr.y (mgr.25474) 1006 : cluster 0 pgmap v103: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-06T07:05:59.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cephadm 2023-12-06T07:05:57.142547+0000 mgr.y (mgr.25474) 998 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cephadm 2023-12-06T07:05:57.241470+0000 mgr.y (mgr.25474) 999 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cephadm 2023-12-06T07:05:57.339904+0000 mgr.y (mgr.25474) 1000 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cephadm 2023-12-06T07:05:57.467370+0000 mgr.y (mgr.25474) 1001 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cephadm 2023-12-06T07:05:57.560563+0000 mgr.y (mgr.25474) 1002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cluster 2023-12-06T07:05:57.588867+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cluster 2023-12-06T07:05:57.589097+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cluster 2023-12-06T07:05:57.590984+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cluster 2023-12-06T07:05:57.592870+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cluster 2023-12-06T07:05:57.593062+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cluster 2023-12-06T07:05:57.593961+0000 osd.1 (osd.1) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cluster 2023-12-06T07:05:57.594205+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cluster 2023-12-06T07:05:57.594811+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cluster 2023-12-06T07:05:57.595834+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cluster 2023-12-06T07:05:57.595975+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cluster 2023-12-06T07:05:57.596085+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cluster 2023-12-06T07:05:57.601962+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cluster 2023-12-06T07:05:57.603685+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cephadm 2023-12-06T07:05:57.652636+0000 mgr.y (mgr.25474) 1003 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: audit 2023-12-06T07:05:57.725274+0000 mgr.y (mgr.25474) 1004 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:05:59.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cephadm 2023-12-06T07:05:57.726433+0000 mgr.y (mgr.25474) 1005 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-06T07:05:59.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[84914]: cluster 2023-12-06T07:05:57.834417+0000 mgr.y (mgr.25474) 1006 : cluster 0 pgmap v103: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-06T07:05:59.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cephadm 2023-12-06T07:05:57.142547+0000 mgr.y (mgr.25474) 998 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cephadm 2023-12-06T07:05:57.241470+0000 mgr.y (mgr.25474) 999 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cephadm 2023-12-06T07:05:57.339904+0000 mgr.y (mgr.25474) 1000 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cephadm 2023-12-06T07:05:57.467370+0000 mgr.y (mgr.25474) 1001 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cephadm 2023-12-06T07:05:57.560563+0000 mgr.y (mgr.25474) 1002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cluster 2023-12-06T07:05:57.588867+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cluster 2023-12-06T07:05:57.589097+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cluster 2023-12-06T07:05:57.590984+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cluster 2023-12-06T07:05:57.592870+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cluster 2023-12-06T07:05:57.593062+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cluster 2023-12-06T07:05:57.593961+0000 osd.1 (osd.1) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cluster 2023-12-06T07:05:57.594205+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cluster 2023-12-06T07:05:57.594811+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cluster 2023-12-06T07:05:57.595834+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cluster 2023-12-06T07:05:57.595975+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cluster 2023-12-06T07:05:57.596085+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cluster 2023-12-06T07:05:57.601962+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cluster 2023-12-06T07:05:57.603685+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:05:59.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cephadm 2023-12-06T07:05:57.652636+0000 mgr.y (mgr.25474) 1003 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:05:59.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: audit 2023-12-06T07:05:57.725274+0000 mgr.y (mgr.25474) 1004 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:05:59.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cephadm 2023-12-06T07:05:57.726433+0000 mgr.y (mgr.25474) 1005 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-06T07:05:59.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:58 smithi040 bash[78949]: cluster 2023-12-06T07:05:57.834417+0000 mgr.y (mgr.25474) 1006 : cluster 0 pgmap v103: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-06T07:06:00.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:05:59 smithi141 bash[72190]: cluster 2023-12-06T07:05:59.863971+0000 mon.a (mon.0) 1481 : cluster 3 Health check update: Degraded data redundancy: 31/630 objects degraded (4.921%), 9 pgs degraded (PG_DEGRADED) 2023-12-06T07:06:00.218 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:05:59 smithi040 bash[84914]: cluster 2023-12-06T07:05:59.863971+0000 mon.a (mon.0) 1481 : cluster 3 Health check update: Degraded data redundancy: 31/630 objects degraded (4.921%), 9 pgs degraded (PG_DEGRADED) 2023-12-06T07:06:00.218 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:05:59 smithi040 bash[78949]: cluster 2023-12-06T07:05:59.863971+0000 mon.a (mon.0) 1481 : cluster 3 Health check update: Degraded data redundancy: 31/630 objects degraded (4.921%), 9 pgs degraded (PG_DEGRADED) 2023-12-06T07:06:01.089 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:00 smithi040 bash[78949]: cluster 2023-12-06T07:05:59.836255+0000 mgr.y (mgr.25474) 1007 : cluster 0 pgmap v104: 161 pgs: 9 active+undersized+degraded, 12 active+undersized, 140 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 31/630 objects degraded (4.921%) 2023-12-06T07:06:01.089 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:00 smithi040 bash[84914]: cluster 2023-12-06T07:05:59.836255+0000 mgr.y (mgr.25474) 1007 : cluster 0 pgmap v104: 161 pgs: 9 active+undersized+degraded, 12 active+undersized, 140 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 31/630 objects degraded (4.921%) 2023-12-06T07:06:01.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:00 smithi141 bash[72190]: cluster 2023-12-06T07:05:59.836255+0000 mgr.y (mgr.25474) 1007 : cluster 0 pgmap v104: 161 pgs: 9 active+undersized+degraded, 12 active+undersized, 140 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 31/630 objects degraded (4.921%) 2023-12-06T07:06:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:02 smithi141 bash[72190]: audit 2023-12-06T07:06:01.155927+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:02 smithi141 bash[72190]: audit 2023-12-06T07:06:01.164049+0000 mon.a (mon.0) 1483 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:02 smithi141 bash[72190]: audit 2023-12-06T07:06:01.171933+0000 mon.a (mon.0) 1484 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:02 smithi141 bash[72190]: cluster 2023-12-06T07:06:01.837436+0000 mgr.y (mgr.25474) 1008 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-06T07:06:02.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:02 smithi040 bash[78949]: audit 2023-12-06T07:06:01.155927+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:02.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:02 smithi040 bash[78949]: audit 2023-12-06T07:06:01.164049+0000 mon.a (mon.0) 1483 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:02.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:02 smithi040 bash[78949]: audit 2023-12-06T07:06:01.171933+0000 mon.a (mon.0) 1484 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:02.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:02 smithi040 bash[78949]: cluster 2023-12-06T07:06:01.837436+0000 mgr.y (mgr.25474) 1008 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-06T07:06:02.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:02 smithi040 bash[84914]: audit 2023-12-06T07:06:01.155927+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:02.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:02 smithi040 bash[84914]: audit 2023-12-06T07:06:01.164049+0000 mon.a (mon.0) 1483 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:02.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:02 smithi040 bash[84914]: audit 2023-12-06T07:06:01.171933+0000 mon.a (mon.0) 1484 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:02.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:02 smithi040 bash[84914]: cluster 2023-12-06T07:06:01.837436+0000 mgr.y (mgr.25474) 1008 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-06T07:06:03.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:03 smithi141 bash[72190]: cluster 2023-12-06T07:06:02.168821+0000 mon.a (mon.0) 1485 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 31/630 objects degraded (4.921%), 9 pgs degraded) 2023-12-06T07:06:03.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:03 smithi141 bash[72190]: cluster 2023-12-06T07:06:02.168886+0000 mon.a (mon.0) 1486 : cluster 1 Cluster is now healthy 2023-12-06T07:06:03.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:03 smithi040 bash[78949]: cluster 2023-12-06T07:06:02.168821+0000 mon.a (mon.0) 1485 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 31/630 objects degraded (4.921%), 9 pgs degraded) 2023-12-06T07:06:03.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:03 smithi040 bash[78949]: cluster 2023-12-06T07:06:02.168886+0000 mon.a (mon.0) 1486 : cluster 1 Cluster is now healthy 2023-12-06T07:06:03.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:03 smithi040 bash[84914]: cluster 2023-12-06T07:06:02.168821+0000 mon.a (mon.0) 1485 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 31/630 objects degraded (4.921%), 9 pgs degraded) 2023-12-06T07:06:03.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:03 smithi040 bash[84914]: cluster 2023-12-06T07:06:02.168886+0000 mon.a (mon.0) 1486 : cluster 1 Cluster is now healthy 2023-12-06T07:06:04.179 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:04 smithi040 bash[84914]: audit 2023-12-06T07:06:03.835949+0000 mgr.y (mgr.25474) 1009 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:04.179 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:04 smithi040 bash[84914]: cluster 2023-12-06T07:06:03.839094+0000 mgr.y (mgr.25474) 1010 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 75 op/s 2023-12-06T07:06:04.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:04 smithi141 bash[72190]: audit 2023-12-06T07:06:03.835949+0000 mgr.y (mgr.25474) 1009 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:04.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:04 smithi141 bash[72190]: cluster 2023-12-06T07:06:03.839094+0000 mgr.y (mgr.25474) 1010 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 75 op/s 2023-12-06T07:06:04.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:04 smithi040 bash[78949]: audit 2023-12-06T07:06:03.835949+0000 mgr.y (mgr.25474) 1009 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:04.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:04 smithi040 bash[78949]: cluster 2023-12-06T07:06:03.839094+0000 mgr.y (mgr.25474) 1010 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 75 op/s 2023-12-06T07:06:06.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:06:06 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:06:06] "GET /metrics HTTP/1.1" 200 38387 "" "Prometheus/2.33.4" 2023-12-06T07:06:07.179 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:06 smithi141 bash[72190]: cluster 2023-12-06T07:06:05.840081+0000 mgr.y (mgr.25474) 1011 : cluster 0 pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2023-12-06T07:06:07.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:06 smithi040 bash[78949]: cluster 2023-12-06T07:06:05.840081+0000 mgr.y (mgr.25474) 1011 : cluster 0 pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2023-12-06T07:06:07.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:06 smithi040 bash[84914]: cluster 2023-12-06T07:06:05.840081+0000 mgr.y (mgr.25474) 1011 : cluster 0 pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2023-12-06T07:06:08.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:08 smithi141 bash[72190]: audit 2023-12-06T07:06:07.780216+0000 mon.a (mon.0) 1487 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:08.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:08 smithi141 bash[72190]: audit 2023-12-06T07:06:07.782749+0000 mon.a (mon.0) 1488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:06:08.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:08 smithi141 bash[72190]: audit 2023-12-06T07:06:07.839238+0000 mon.a (mon.0) 1489 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:08.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:08 smithi141 bash[72190]: cluster 2023-12-06T07:06:07.841145+0000 mgr.y (mgr.25474) 1012 : cluster 0 pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2023-12-06T07:06:09.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:08 smithi040 bash[78949]: audit 2023-12-06T07:06:07.780216+0000 mon.a (mon.0) 1487 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:09.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:08 smithi040 bash[78949]: audit 2023-12-06T07:06:07.782749+0000 mon.a (mon.0) 1488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:06:09.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:08 smithi040 bash[78949]: audit 2023-12-06T07:06:07.839238+0000 mon.a (mon.0) 1489 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:09.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:08 smithi040 bash[78949]: cluster 2023-12-06T07:06:07.841145+0000 mgr.y (mgr.25474) 1012 : cluster 0 pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2023-12-06T07:06:09.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:08 smithi040 bash[84914]: audit 2023-12-06T07:06:07.780216+0000 mon.a (mon.0) 1487 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:09.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:08 smithi040 bash[84914]: audit 2023-12-06T07:06:07.782749+0000 mon.a (mon.0) 1488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:06:09.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:08 smithi040 bash[84914]: audit 2023-12-06T07:06:07.839238+0000 mon.a (mon.0) 1489 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:09.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:08 smithi040 bash[84914]: cluster 2023-12-06T07:06:07.841145+0000 mgr.y (mgr.25474) 1012 : cluster 0 pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2023-12-06T07:06:10.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:10 smithi141 bash[72190]: audit 2023-12-06T07:06:09.424202+0000 mon.a (mon.0) 1490 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:10.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:10 smithi141 bash[72190]: audit 2023-12-06T07:06:09.432436+0000 mon.a (mon.0) 1491 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:10.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:10 smithi141 bash[72190]: audit 2023-12-06T07:06:09.441278+0000 mon.a (mon.0) 1492 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:10.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:10 smithi141 bash[72190]: cluster 2023-12-06T07:06:09.843139+0000 mgr.y (mgr.25474) 1013 : cluster 0 pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2023-12-06T07:06:10.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:10 smithi040 bash[78949]: audit 2023-12-06T07:06:09.424202+0000 mon.a (mon.0) 1490 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:10.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:10 smithi040 bash[78949]: audit 2023-12-06T07:06:09.432436+0000 mon.a (mon.0) 1491 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:10.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:10 smithi040 bash[78949]: audit 2023-12-06T07:06:09.441278+0000 mon.a (mon.0) 1492 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:10.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:10 smithi040 bash[78949]: cluster 2023-12-06T07:06:09.843139+0000 mgr.y (mgr.25474) 1013 : cluster 0 pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2023-12-06T07:06:10.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:10 smithi040 bash[84914]: audit 2023-12-06T07:06:09.424202+0000 mon.a (mon.0) 1490 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:10.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:10 smithi040 bash[84914]: audit 2023-12-06T07:06:09.432436+0000 mon.a (mon.0) 1491 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:10.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:10 smithi040 bash[84914]: audit 2023-12-06T07:06:09.441278+0000 mon.a (mon.0) 1492 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:10.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:10 smithi040 bash[84914]: cluster 2023-12-06T07:06:09.843139+0000 mgr.y (mgr.25474) 1013 : cluster 0 pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2023-12-06T07:06:13.170 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:12 smithi040 bash[78949]: cluster 2023-12-06T07:06:11.844047+0000 mgr.y (mgr.25474) 1014 : cluster 0 pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-06T07:06:13.170 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:12 smithi040 bash[78949]: audit 2023-12-06T07:06:12.728499+0000 mon.a (mon.0) 1493 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:06:13.170 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:12 smithi040 bash[84914]: cluster 2023-12-06T07:06:11.844047+0000 mgr.y (mgr.25474) 1014 : cluster 0 pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-06T07:06:13.170 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:12 smithi040 bash[84914]: audit 2023-12-06T07:06:12.728499+0000 mon.a (mon.0) 1493 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:06:13.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:12 smithi141 bash[72190]: cluster 2023-12-06T07:06:11.844047+0000 mgr.y (mgr.25474) 1014 : cluster 0 pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-06T07:06:13.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:12 smithi141 bash[72190]: audit 2023-12-06T07:06:12.728499+0000 mon.a (mon.0) 1493 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:06:14.103 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:13 smithi040 bash[84914]: audit 2023-12-06T07:06:12.728903+0000 mgr.y (mgr.25474) 1015 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:06:14.103 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:13 smithi040 bash[84914]: cephadm 2023-12-06T07:06:12.731897+0000 mgr.y (mgr.25474) 1016 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-06T07:06:14.103 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:13 smithi040 bash[78949]: audit 2023-12-06T07:06:12.728903+0000 mgr.y (mgr.25474) 1015 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:06:14.103 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:13 smithi040 bash[78949]: cephadm 2023-12-06T07:06:12.731897+0000 mgr.y (mgr.25474) 1016 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-06T07:06:14.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:13 smithi141 bash[72190]: audit 2023-12-06T07:06:12.728903+0000 mgr.y (mgr.25474) 1015 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:06:14.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:13 smithi141 bash[72190]: cephadm 2023-12-06T07:06:12.731897+0000 mgr.y (mgr.25474) 1016 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-06T07:06:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:14 smithi141 bash[72190]: audit 2023-12-06T07:06:13.843842+0000 mgr.y (mgr.25474) 1017 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:14 smithi141 bash[72190]: cluster 2023-12-06T07:06:13.845930+0000 mgr.y (mgr.25474) 1018 : cluster 0 pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2023-12-06T07:06:15.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:14 smithi040 bash[78949]: audit 2023-12-06T07:06:13.843842+0000 mgr.y (mgr.25474) 1017 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:15.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:14 smithi040 bash[78949]: cluster 2023-12-06T07:06:13.845930+0000 mgr.y (mgr.25474) 1018 : cluster 0 pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2023-12-06T07:06:15.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:14 smithi040 bash[84914]: audit 2023-12-06T07:06:13.843842+0000 mgr.y (mgr.25474) 1017 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:15.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:14 smithi040 bash[84914]: cluster 2023-12-06T07:06:13.845930+0000 mgr.y (mgr.25474) 1018 : cluster 0 pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2023-12-06T07:06:16.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:16 smithi141 bash[72190]: cephadm 2023-12-06T07:06:15.152091+0000 mgr.y (mgr.25474) 1019 : cephadm 1 Upgrade: Updating osd.1 2023-12-06T07:06:16.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:16 smithi141 bash[72190]: audit 2023-12-06T07:06:15.157629+0000 mon.a (mon.0) 1494 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:16.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:16 smithi141 bash[72190]: audit 2023-12-06T07:06:15.161008+0000 mon.a (mon.0) 1495 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T07:06:16.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:16 smithi141 bash[72190]: audit 2023-12-06T07:06:15.162745+0000 mon.a (mon.0) 1496 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:16.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:16 smithi141 bash[72190]: cephadm 2023-12-06T07:06:15.167670+0000 mgr.y (mgr.25474) 1020 : cephadm 1 Deploying daemon osd.1 on smithi040 2023-12-06T07:06:16.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:16 smithi141 bash[72190]: cluster 2023-12-06T07:06:15.846895+0000 mgr.y (mgr.25474) 1021 : cluster 0 pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 80 op/s 2023-12-06T07:06:16.486 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:16 smithi040 bash[84914]: cephadm 2023-12-06T07:06:15.152091+0000 mgr.y (mgr.25474) 1019 : cephadm 1 Upgrade: Updating osd.1 2023-12-06T07:06:16.487 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:16 smithi040 bash[84914]: audit 2023-12-06T07:06:15.157629+0000 mon.a (mon.0) 1494 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:16.487 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:16 smithi040 bash[84914]: audit 2023-12-06T07:06:15.161008+0000 mon.a (mon.0) 1495 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T07:06:16.487 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:16 smithi040 bash[84914]: audit 2023-12-06T07:06:15.162745+0000 mon.a (mon.0) 1496 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:16.487 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:16 smithi040 bash[84914]: cephadm 2023-12-06T07:06:15.167670+0000 mgr.y (mgr.25474) 1020 : cephadm 1 Deploying daemon osd.1 on smithi040 2023-12-06T07:06:16.487 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:16 smithi040 bash[84914]: cluster 2023-12-06T07:06:15.846895+0000 mgr.y (mgr.25474) 1021 : cluster 0 pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 80 op/s 2023-12-06T07:06:16.487 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:16 smithi040 bash[78949]: cephadm 2023-12-06T07:06:15.152091+0000 mgr.y (mgr.25474) 1019 : cephadm 1 Upgrade: Updating osd.1 2023-12-06T07:06:16.487 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:16 smithi040 bash[78949]: audit 2023-12-06T07:06:15.157629+0000 mon.a (mon.0) 1494 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:16.487 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:16 smithi040 bash[78949]: audit 2023-12-06T07:06:15.161008+0000 mon.a (mon.0) 1495 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T07:06:16.488 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:16 smithi040 bash[78949]: audit 2023-12-06T07:06:15.162745+0000 mon.a (mon.0) 1496 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:16.488 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:16 smithi040 bash[78949]: cephadm 2023-12-06T07:06:15.167670+0000 mgr.y (mgr.25474) 1020 : cephadm 1 Deploying daemon osd.1 on smithi040 2023-12-06T07:06:16.488 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:16 smithi040 bash[78949]: cluster 2023-12-06T07:06:15.846895+0000 mgr.y (mgr.25474) 1021 : cluster 0 pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 80 op/s 2023-12-06T07:06:16.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:06:16 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:06:16] "GET /metrics HTTP/1.1" 200 38323 "" "Prometheus/2.33.4" 2023-12-06T07:06:18.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:18 smithi141 bash[72190]: cluster 2023-12-06T07:06:17.847773+0000 mgr.y (mgr.25474) 1022 : cluster 0 pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2023-12-06T07:06:19.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:18 smithi040 bash[78949]: cluster 2023-12-06T07:06:17.847773+0000 mgr.y (mgr.25474) 1022 : cluster 0 pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2023-12-06T07:06:19.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:18 smithi040 bash[84914]: cluster 2023-12-06T07:06:17.847773+0000 mgr.y (mgr.25474) 1022 : cluster 0 pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2023-12-06T07:06:19.780 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:19 smithi040 systemd[1]: Stopping Ceph osd.1 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:06:20.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:19 smithi141 bash[72190]: cluster 2023-12-06T07:06:19.859980+0000 mon.a (mon.0) 1497 : cluster 1 osd.1 marked itself down and dead 2023-12-06T07:06:20.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:19 smithi141 bash[72190]: cluster 2023-12-06T07:06:19.911255+0000 mon.a (mon.0) 1498 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:06:20.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:19 smithi040 bash[84914]: cluster 2023-12-06T07:06:19.859980+0000 mon.a (mon.0) 1497 : cluster 1 osd.1 marked itself down and dead 2023-12-06T07:06:20.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:19 smithi040 bash[84914]: cluster 2023-12-06T07:06:19.911255+0000 mon.a (mon.0) 1498 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:06:20.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:19 smithi040 bash[78949]: cluster 2023-12-06T07:06:19.859980+0000 mon.a (mon.0) 1497 : cluster 1 osd.1 marked itself down and dead 2023-12-06T07:06:20.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:19 smithi040 bash[78949]: cluster 2023-12-06T07:06:19.911255+0000 mon.a (mon.0) 1498 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:06:20.281 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:19 smithi040 bash[37771]: debug 2023-12-06T07:06:19.855+0000 7f733e720700 -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-06T07:06:20.281 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:19 smithi040 bash[37771]: debug 2023-12-06T07:06:19.855+0000 7f733e720700 -1 osd.1 112 *** Got signal Terminated *** 2023-12-06T07:06:20.281 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:19 smithi040 bash[37771]: debug 2023-12-06T07:06:19.855+0000 7f733e720700 -1 osd.1 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:06:21.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:20 smithi141 bash[72190]: cluster 2023-12-06T07:06:19.849425+0000 mgr.y (mgr.25474) 1023 : cluster 0 pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 159 op/s 2023-12-06T07:06:21.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:20 smithi141 bash[72190]: cluster 2023-12-06T07:06:19.916234+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:20 smithi141 bash[72190]: cluster 2023-12-06T07:06:19.919462+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:20 smithi141 bash[72190]: cluster 2023-12-06T07:06:19.921623+0000 mon.a (mon.0) 1499 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-06T07:06:21.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:20 smithi141 bash[72190]: cluster 2023-12-06T07:06:19.923021+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:20 smithi141 bash[72190]: cluster 2023-12-06T07:06:19.923133+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:20 smithi141 bash[72190]: cluster 2023-12-06T07:06:19.923250+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:20 smithi141 bash[72190]: cluster 2023-12-06T07:06:19.923417+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:20 smithi141 bash[72190]: cluster 2023-12-06T07:06:19.923689+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:20 smithi141 bash[72190]: cluster 2023-12-06T07:06:19.928860+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.230 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[78949]: cluster 2023-12-06T07:06:19.849425+0000 mgr.y (mgr.25474) 1023 : cluster 0 pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 159 op/s 2023-12-06T07:06:21.230 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[78949]: cluster 2023-12-06T07:06:19.916234+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.230 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[78949]: cluster 2023-12-06T07:06:19.919462+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.230 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[78949]: cluster 2023-12-06T07:06:19.921623+0000 mon.a (mon.0) 1499 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-06T07:06:21.230 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[78949]: cluster 2023-12-06T07:06:19.923021+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.230 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[78949]: cluster 2023-12-06T07:06:19.923133+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.230 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[78949]: cluster 2023-12-06T07:06:19.923250+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.230 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[78949]: cluster 2023-12-06T07:06:19.923417+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.230 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[78949]: cluster 2023-12-06T07:06:19.923689+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.230 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[78949]: cluster 2023-12-06T07:06:19.928860+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.231 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[84914]: cluster 2023-12-06T07:06:19.849425+0000 mgr.y (mgr.25474) 1023 : cluster 0 pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 159 op/s 2023-12-06T07:06:21.231 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[84914]: cluster 2023-12-06T07:06:19.916234+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.231 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[84914]: cluster 2023-12-06T07:06:19.919462+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.231 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[84914]: cluster 2023-12-06T07:06:19.921623+0000 mon.a (mon.0) 1499 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-06T07:06:21.231 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[84914]: cluster 2023-12-06T07:06:19.923021+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.231 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[84914]: cluster 2023-12-06T07:06:19.923133+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.231 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[84914]: cluster 2023-12-06T07:06:19.923250+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.231 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[84914]: cluster 2023-12-06T07:06:19.923417+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.231 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[84914]: cluster 2023-12-06T07:06:19.923689+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.231 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:20 smithi040 bash[84914]: cluster 2023-12-06T07:06:19.928860+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:06:21.778 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[91933]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-1 2023-12-06T07:06:22.055 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: cluster 2023-12-06T07:06:20.936022+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.055 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: cluster 2023-12-06T07:06:20.938993+0000 mon.a (mon.0) 1500 : cluster 0 osdmap e114: 8 total, 7 up, 8 in 2023-12-06T07:06:22.055 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: cluster 2023-12-06T07:06:20.939392+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.055 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: cluster 2023-12-06T07:06:20.939549+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.055 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: cluster 2023-12-06T07:06:20.940060+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.055 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: cluster 2023-12-06T07:06:20.942860+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.056 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: cluster 2023-12-06T07:06:20.944759+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.056 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: cluster 2023-12-06T07:06:20.944962+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.056 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: cluster 2023-12-06T07:06:20.944992+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.056 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: cluster 2023-12-06T07:06:20.945038+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.056 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: cluster 2023-12-06T07:06:20.946821+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.056 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: cluster 2023-12-06T07:06:20.948176+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.056 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: cluster 2023-12-06T07:06:20.948425+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.056 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: audit 2023-12-06T07:06:21.200425+0000 mon.a (mon.0) 1501 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:22.056 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: audit 2023-12-06T07:06:21.210866+0000 mon.a (mon.0) 1502 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:22.056 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[78949]: audit 2023-12-06T07:06:21.222349+0000 mon.a (mon.0) 1503 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:22.056 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: cluster 2023-12-06T07:06:20.936022+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: cluster 2023-12-06T07:06:20.938993+0000 mon.a (mon.0) 1500 : cluster 0 osdmap e114: 8 total, 7 up, 8 in 2023-12-06T07:06:22.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: cluster 2023-12-06T07:06:20.939392+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: cluster 2023-12-06T07:06:20.939549+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: cluster 2023-12-06T07:06:20.940060+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: cluster 2023-12-06T07:06:20.942860+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: cluster 2023-12-06T07:06:20.944759+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: cluster 2023-12-06T07:06:20.944962+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: cluster 2023-12-06T07:06:20.944992+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: cluster 2023-12-06T07:06:20.945038+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: cluster 2023-12-06T07:06:20.946821+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: cluster 2023-12-06T07:06:20.948176+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.057 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: cluster 2023-12-06T07:06:20.948425+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.058 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: audit 2023-12-06T07:06:21.200425+0000 mon.a (mon.0) 1501 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:22.058 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: audit 2023-12-06T07:06:21.210866+0000 mon.a (mon.0) 1502 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:22.058 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[84914]: audit 2023-12-06T07:06:21.222349+0000 mon.a (mon.0) 1503 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:22.058 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:21 smithi040 bash[92118]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-1 2023-12-06T07:06:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: cluster 2023-12-06T07:06:20.936022+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: cluster 2023-12-06T07:06:20.938993+0000 mon.a (mon.0) 1500 : cluster 0 osdmap e114: 8 total, 7 up, 8 in 2023-12-06T07:06:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: cluster 2023-12-06T07:06:20.939392+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: cluster 2023-12-06T07:06:20.939549+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: cluster 2023-12-06T07:06:20.940060+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: cluster 2023-12-06T07:06:20.942860+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: cluster 2023-12-06T07:06:20.944759+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: cluster 2023-12-06T07:06:20.944962+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: cluster 2023-12-06T07:06:20.944992+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: cluster 2023-12-06T07:06:20.945038+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: cluster 2023-12-06T07:06:20.946821+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: cluster 2023-12-06T07:06:20.948176+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: cluster 2023-12-06T07:06:20.948425+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:06:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: audit 2023-12-06T07:06:21.200425+0000 mon.a (mon.0) 1501 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: audit 2023-12-06T07:06:21.210866+0000 mon.a (mon.0) 1502 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:22.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:21 smithi141 bash[72190]: audit 2023-12-06T07:06:21.222349+0000 mon.a (mon.0) 1503 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:23.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:22 smithi141 bash[72190]: cluster 2023-12-06T07:06:21.212941+0000 mgr.y (mgr.25474) 1024 : cluster 0 pgmap v117: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 117 KiB/s rd, 0 B/s wr, 194 op/s 2023-12-06T07:06:23.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:22 smithi141 bash[72190]: cluster 2023-12-06T07:06:22.208346+0000 mon.a (mon.0) 1504 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:06:23.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:22 smithi141 bash[72190]: audit 2023-12-06T07:06:22.780549+0000 mon.a (mon.0) 1505 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:23.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:22 smithi141 bash[72190]: audit 2023-12-06T07:06:22.782854+0000 mon.a (mon.0) 1506 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:06:23.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:22 smithi040 bash[78949]: cluster 2023-12-06T07:06:21.212941+0000 mgr.y (mgr.25474) 1024 : cluster 0 pgmap v117: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 117 KiB/s rd, 0 B/s wr, 194 op/s 2023-12-06T07:06:23.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:22 smithi040 bash[78949]: cluster 2023-12-06T07:06:22.208346+0000 mon.a (mon.0) 1504 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:06:23.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:22 smithi040 bash[78949]: audit 2023-12-06T07:06:22.780549+0000 mon.a (mon.0) 1505 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:22 smithi040 bash[78949]: audit 2023-12-06T07:06:22.782854+0000 mon.a (mon.0) 1506 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:06:23.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:22 smithi040 bash[84914]: cluster 2023-12-06T07:06:21.212941+0000 mgr.y (mgr.25474) 1024 : cluster 0 pgmap v117: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 117 KiB/s rd, 0 B/s wr, 194 op/s 2023-12-06T07:06:23.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:22 smithi040 bash[84914]: cluster 2023-12-06T07:06:22.208346+0000 mon.a (mon.0) 1504 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:06:23.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:22 smithi040 bash[84914]: audit 2023-12-06T07:06:22.780549+0000 mon.a (mon.0) 1505 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:23.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:22 smithi040 bash[84914]: audit 2023-12-06T07:06:22.782854+0000 mon.a (mon.0) 1506 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:06:24.876 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:24 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.1.service: Succeeded. 2023-12-06T07:06:24.876 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:24 smithi040 systemd[1]: Stopped Ceph osd.1 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:06:24.876 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:24 smithi040 systemd[1]: Started Ceph osd.1 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:06:25.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:24 smithi141 bash[72190]: cluster 2023-12-06T07:06:23.213792+0000 mgr.y (mgr.25474) 1025 : cluster 0 pgmap v118: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2023-12-06T07:06:25.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:24 smithi141 bash[72190]: audit 2023-12-06T07:06:23.851909+0000 mgr.y (mgr.25474) 1026 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:25.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:24 smithi141 bash[72190]: audit 2023-12-06T07:06:24.858307+0000 mon.a (mon.0) 1507 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:25.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:24 smithi141 bash[72190]: audit 2023-12-06T07:06:24.866511+0000 mon.a (mon.0) 1508 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:25.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:24 smithi141 bash[72190]: audit 2023-12-06T07:06:24.917211+0000 mon.a (mon.0) 1509 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:25.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:24 smithi141 bash[72190]: audit 2023-12-06T07:06:24.918866+0000 mon.a (mon.0) 1510 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:25.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:24 smithi141 bash[72190]: audit 2023-12-06T07:06:24.931131+0000 mon.a (mon.0) 1511 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:25.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:24 smithi040 bash[84914]: cluster 2023-12-06T07:06:23.213792+0000 mgr.y (mgr.25474) 1025 : cluster 0 pgmap v118: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2023-12-06T07:06:25.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:24 smithi040 bash[84914]: audit 2023-12-06T07:06:23.851909+0000 mgr.y (mgr.25474) 1026 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:25.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:24 smithi040 bash[84914]: audit 2023-12-06T07:06:24.858307+0000 mon.a (mon.0) 1507 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:25.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:24 smithi040 bash[84914]: audit 2023-12-06T07:06:24.866511+0000 mon.a (mon.0) 1508 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:25.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:24 smithi040 bash[84914]: audit 2023-12-06T07:06:24.917211+0000 mon.a (mon.0) 1509 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:25.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:24 smithi040 bash[84914]: audit 2023-12-06T07:06:24.918866+0000 mon.a (mon.0) 1510 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:25.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:24 smithi040 bash[84914]: audit 2023-12-06T07:06:24.931131+0000 mon.a (mon.0) 1511 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:25.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:24 smithi040 bash[78949]: cluster 2023-12-06T07:06:23.213792+0000 mgr.y (mgr.25474) 1025 : cluster 0 pgmap v118: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2023-12-06T07:06:25.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:24 smithi040 bash[78949]: audit 2023-12-06T07:06:23.851909+0000 mgr.y (mgr.25474) 1026 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:25.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:24 smithi040 bash[78949]: audit 2023-12-06T07:06:24.858307+0000 mon.a (mon.0) 1507 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:25.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:24 smithi040 bash[78949]: audit 2023-12-06T07:06:24.866511+0000 mon.a (mon.0) 1508 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:25.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:24 smithi040 bash[78949]: audit 2023-12-06T07:06:24.917211+0000 mon.a (mon.0) 1509 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:25.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:24 smithi040 bash[78949]: audit 2023-12-06T07:06:24.918866+0000 mon.a (mon.0) 1510 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:25.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:24 smithi040 bash[78949]: audit 2023-12-06T07:06:24.931131+0000 mon.a (mon.0) 1511 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:25.672 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:06:26.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: cluster 2023-12-06T07:06:24.923776+0000 mgr.y (mgr.25474) 1027 : cluster 0 pgmap v119: 161 pgs: 20 active+undersized+degraded, 7 peering, 36 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 181 op/s; 77/630 objects degraded (12.222%) 2023-12-06T07:06:26.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: cephadm 2023-12-06T07:06:24.932072+0000 mgr.y (mgr.25474) 1028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:26.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.013437+0000 mon.a (mon.0) 1512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.016752+0000 mon.a (mon.0) 1513 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.021669+0000 mon.a (mon.0) 1514 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.023247+0000 mon.a (mon.0) 1515 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.034412+0000 mon.a (mon.0) 1516 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: cephadm 2023-12-06T07:06:25.035386+0000 mgr.y (mgr.25474) 1029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:26.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.115735+0000 mon.a (mon.0) 1517 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.118045+0000 mon.a (mon.0) 1518 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.121770+0000 mon.a (mon.0) 1519 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.122962+0000 mon.a (mon.0) 1520 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.132194+0000 mon.a (mon.0) 1521 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.214609+0000 mon.a (mon.0) 1522 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.217345+0000 mon.a (mon.0) 1523 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.220097+0000 mon.a (mon.0) 1524 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.221166+0000 mon.a (mon.0) 1525 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.228498+0000 mon.a (mon.0) 1526 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.303418+0000 mon.a (mon.0) 1527 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.305634+0000 mon.a (mon.0) 1528 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.307991+0000 mon.a (mon.0) 1529 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.308789+0000 mon.a (mon.0) 1530 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.314343+0000 mon.a (mon.0) 1531 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.395508+0000 mon.a (mon.0) 1532 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.398041+0000 mon.a (mon.0) 1533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.400909+0000 mon.a (mon.0) 1534 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.402694+0000 mon.a (mon.0) 1535 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.416562+0000 mon.a (mon.0) 1536 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.500772+0000 mon.a (mon.0) 1537 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.502866+0000 mon.a (mon.0) 1538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.505386+0000 mon.a (mon.0) 1539 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.506155+0000 mon.a (mon.0) 1540 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.512495+0000 mon.a (mon.0) 1541 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.595298+0000 mon.a (mon.0) 1542 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.597400+0000 mon.a (mon.0) 1543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.600907+0000 mon.a (mon.0) 1544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.602118+0000 mon.a (mon.0) 1545 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.609803+0000 mon.a (mon.0) 1546 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.691985+0000 mon.a (mon.0) 1547 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.694071+0000 mon.a (mon.0) 1548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.696242+0000 mon.a (mon.0) 1549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.697101+0000 mon.a (mon.0) 1550 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.703536+0000 mon.a (mon.0) 1551 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.780937+0000 mon.a (mon.0) 1552 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.785082+0000 mon.a (mon.0) 1553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.789157+0000 mon.a (mon.0) 1554 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.790125+0000 mon.a (mon.0) 1555 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.796600+0000 mon.a (mon.0) 1556 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: cluster 2023-12-06T07:06:25.863349+0000 mon.a (mon.0) 1557 : cluster 3 Health check failed: Degraded data redundancy: 77/630 objects degraded (12.222%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T07:06:26.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: cluster 2023-12-06T07:06:25.863393+0000 mon.a (mon.0) 1558 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:06:26.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.874162+0000 mon.a (mon.0) 1559 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.876977+0000 mon.a (mon.0) 1560 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.880316+0000 mon.a (mon.0) 1561 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.881650+0000 mon.a (mon.0) 1562 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:25 smithi141 bash[72190]: audit 2023-12-06T07:06:25.889612+0000 mon.a (mon.0) 1563 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: cluster 2023-12-06T07:06:24.923776+0000 mgr.y (mgr.25474) 1027 : cluster 0 pgmap v119: 161 pgs: 20 active+undersized+degraded, 7 peering, 36 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 181 op/s; 77/630 objects degraded (12.222%) 2023-12-06T07:06:26.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: cephadm 2023-12-06T07:06:24.932072+0000 mgr.y (mgr.25474) 1028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:26.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.013437+0000 mon.a (mon.0) 1512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.016752+0000 mon.a (mon.0) 1513 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.021669+0000 mon.a (mon.0) 1514 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.023247+0000 mon.a (mon.0) 1515 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.034412+0000 mon.a (mon.0) 1516 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: cephadm 2023-12-06T07:06:25.035386+0000 mgr.y (mgr.25474) 1029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:26.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.115735+0000 mon.a (mon.0) 1517 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.118045+0000 mon.a (mon.0) 1518 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.121770+0000 mon.a (mon.0) 1519 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.122962+0000 mon.a (mon.0) 1520 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.132194+0000 mon.a (mon.0) 1521 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.214609+0000 mon.a (mon.0) 1522 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.217345+0000 mon.a (mon.0) 1523 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.220097+0000 mon.a (mon.0) 1524 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.221166+0000 mon.a (mon.0) 1525 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.228498+0000 mon.a (mon.0) 1526 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.303418+0000 mon.a (mon.0) 1527 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: cluster 2023-12-06T07:06:24.923776+0000 mgr.y (mgr.25474) 1027 : cluster 0 pgmap v119: 161 pgs: 20 active+undersized+degraded, 7 peering, 36 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 181 op/s; 77/630 objects degraded (12.222%) 2023-12-06T07:06:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: cephadm 2023-12-06T07:06:24.932072+0000 mgr.y (mgr.25474) 1028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.013437+0000 mon.a (mon.0) 1512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.016752+0000 mon.a (mon.0) 1513 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.021669+0000 mon.a (mon.0) 1514 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.023247+0000 mon.a (mon.0) 1515 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.034412+0000 mon.a (mon.0) 1516 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: cephadm 2023-12-06T07:06:25.035386+0000 mgr.y (mgr.25474) 1029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.115735+0000 mon.a (mon.0) 1517 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.118045+0000 mon.a (mon.0) 1518 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.121770+0000 mon.a (mon.0) 1519 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.122962+0000 mon.a (mon.0) 1520 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.132194+0000 mon.a (mon.0) 1521 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.214609+0000 mon.a (mon.0) 1522 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.217345+0000 mon.a (mon.0) 1523 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.220097+0000 mon.a (mon.0) 1524 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.221166+0000 mon.a (mon.0) 1525 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.228498+0000 mon.a (mon.0) 1526 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.303418+0000 mon.a (mon.0) 1527 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.305634+0000 mon.a (mon.0) 1528 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.307991+0000 mon.a (mon.0) 1529 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.308789+0000 mon.a (mon.0) 1530 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.314343+0000 mon.a (mon.0) 1531 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.395508+0000 mon.a (mon.0) 1532 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.398041+0000 mon.a (mon.0) 1533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.400909+0000 mon.a (mon.0) 1534 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.402694+0000 mon.a (mon.0) 1535 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.416562+0000 mon.a (mon.0) 1536 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.500772+0000 mon.a (mon.0) 1537 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.502866+0000 mon.a (mon.0) 1538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.505386+0000 mon.a (mon.0) 1539 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.506155+0000 mon.a (mon.0) 1540 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.512495+0000 mon.a (mon.0) 1541 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.595298+0000 mon.a (mon.0) 1542 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.597400+0000 mon.a (mon.0) 1543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.600907+0000 mon.a (mon.0) 1544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.602118+0000 mon.a (mon.0) 1545 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.609803+0000 mon.a (mon.0) 1546 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.305634+0000 mon.a (mon.0) 1528 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.307991+0000 mon.a (mon.0) 1529 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.308789+0000 mon.a (mon.0) 1530 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.314343+0000 mon.a (mon.0) 1531 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.395508+0000 mon.a (mon.0) 1532 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.398041+0000 mon.a (mon.0) 1533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.400909+0000 mon.a (mon.0) 1534 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.402694+0000 mon.a (mon.0) 1535 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.416562+0000 mon.a (mon.0) 1536 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.500772+0000 mon.a (mon.0) 1537 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.502866+0000 mon.a (mon.0) 1538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.505386+0000 mon.a (mon.0) 1539 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.506155+0000 mon.a (mon.0) 1540 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.512495+0000 mon.a (mon.0) 1541 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.595298+0000 mon.a (mon.0) 1542 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.597400+0000 mon.a (mon.0) 1543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.600907+0000 mon.a (mon.0) 1544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.602118+0000 mon.a (mon.0) 1545 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.609803+0000 mon.a (mon.0) 1546 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.691985+0000 mon.a (mon.0) 1547 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.694071+0000 mon.a (mon.0) 1548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.696242+0000 mon.a (mon.0) 1549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.697101+0000 mon.a (mon.0) 1550 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.703536+0000 mon.a (mon.0) 1551 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.780937+0000 mon.a (mon.0) 1552 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.785082+0000 mon.a (mon.0) 1553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.789157+0000 mon.a (mon.0) 1554 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.790125+0000 mon.a (mon.0) 1555 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.796600+0000 mon.a (mon.0) 1556 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: cluster 2023-12-06T07:06:25.863349+0000 mon.a (mon.0) 1557 : cluster 3 Health check failed: Degraded data redundancy: 77/630 objects degraded (12.222%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T07:06:26.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: cluster 2023-12-06T07:06:25.863393+0000 mon.a (mon.0) 1558 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:06:26.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.874162+0000 mon.a (mon.0) 1559 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.876977+0000 mon.a (mon.0) 1560 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.880316+0000 mon.a (mon.0) 1561 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.881650+0000 mon.a (mon.0) 1562 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[84914]: audit 2023-12-06T07:06:25.889612+0000 mon.a (mon.0) 1563 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.691985+0000 mon.a (mon.0) 1547 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.694071+0000 mon.a (mon.0) 1548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.696242+0000 mon.a (mon.0) 1549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.697101+0000 mon.a (mon.0) 1550 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.703536+0000 mon.a (mon.0) 1551 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.780937+0000 mon.a (mon.0) 1552 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.785082+0000 mon.a (mon.0) 1553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.789157+0000 mon.a (mon.0) 1554 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.790125+0000 mon.a (mon.0) 1555 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.796600+0000 mon.a (mon.0) 1556 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: cluster 2023-12-06T07:06:25.863349+0000 mon.a (mon.0) 1557 : cluster 3 Health check failed: Degraded data redundancy: 77/630 objects degraded (12.222%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T07:06:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: cluster 2023-12-06T07:06:25.863393+0000 mon.a (mon.0) 1558 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:06:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.874162+0000 mon.a (mon.0) 1559 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.876977+0000 mon.a (mon.0) 1560 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.880316+0000 mon.a (mon.0) 1561 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.881650+0000 mon.a (mon.0) 1562 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:25 smithi040 bash[78949]: audit 2023-12-06T07:06:25.889612+0000 mon.a (mon.0) 1563 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:26.512 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:06:26.512 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 5s ago 19m - - 2023-12-06T07:06:26.512 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 17s ago 19m - - 2023-12-06T07:06:26.512 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (5m) 5s ago 12m 16.4M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:06:26.512 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (4m) 17s ago 11m 43.2M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:06:26.512 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (4m) 5s ago 9m 46.8M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:06:26.513 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (2m) 17s ago 18m 432M - 19.0.0-26-g0482646f 26bb7d89db2e 345817faf911 2023-12-06T07:06:26.513 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (4m) 5s ago 20m 511M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:06:26.513 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (3m) 5s ago 20m 62.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:06:26.513 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (103s) 17s ago 18m 37.1M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a46e947a89d4 2023-12-06T07:06:26.513 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (2m) 5s ago 18m 40.0M 2048M 19.0.0-26-g0482646f 26bb7d89db2e f003381b7d99 2023-12-06T07:06:26.513 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (6m) 5s ago 12m 12.2M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:06:26.513 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (5m) 17s ago 12m 11.9M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:06:26.514 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (37s) 5s ago 18m 49.5M 4096M 19.0.0-26-g0482646f 26bb7d89db2e bd803ebde49a 2023-12-06T07:06:26.514 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 starting - - - 4096M 2023-12-06T07:06:26.514 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (16m) 5s ago 16m 56.9M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T07:06:26.514 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (16m) 5s ago 16m 62.6M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T07:06:26.514 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (15m) 17s ago 15m 65.1M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T07:06:26.514 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (14m) 17s ago 14m 58.1M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:06:26.515 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (14m) 17s ago 14m 56.5M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:06:26.515 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (13m) 17s ago 13m 60.6M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:06:26.515 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (4m) 17s ago 12m 63.1M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:06:26.515 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (10m) 5s ago 10m 88.5M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:06:26.515 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (10m) 17s ago 10m 87.7M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:06:26.515 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (10m) 5s ago 10m 88.1M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:06:26.515 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (10m) 17s ago 10m 88.0M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:06:26.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:06:26] "GET /metrics HTTP/1.1" 200 38392 "" "Prometheus/2.33.4" 2023-12-06T07:06:27.009 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:06:27.009 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:06:27.009 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:06:27.009 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:06:27.009 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:06:27.010 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:06:27.010 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:06:27.010 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:06:27.010 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-06T07:06:27.010 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:06:27.010 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:06:27.010 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:06:27.010 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:06:27.010 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:06:27.010 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:06:27.010 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2023-12-06T07:06:27.010 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 6 2023-12-06T07:06:27.010 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:06:27.010 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:06:27.280 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[92327]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-06T07:06:27.280 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[92327]: 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-06T07:06:27.280 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[92327]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-06T07:06:27.280 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[92327]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-06T07:06:27.280 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[92327]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-06T07:06:27.280 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[92327]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-06T07:06:27.281 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[92327]: --> ceph-volume raw activate successful for osd ID: 1 2023-12-06T07:06:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: cephadm 2023-12-06T07:06:25.132889+0000 mgr.y (mgr.25474) 1030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: cephadm 2023-12-06T07:06:25.229086+0000 mgr.y (mgr.25474) 1031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: cephadm 2023-12-06T07:06:25.315037+0000 mgr.y (mgr.25474) 1032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: cephadm 2023-12-06T07:06:25.417210+0000 mgr.y (mgr.25474) 1033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: cephadm 2023-12-06T07:06:25.513048+0000 mgr.y (mgr.25474) 1034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: cephadm 2023-12-06T07:06:25.610340+0000 mgr.y (mgr.25474) 1035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:25.649397+0000 mgr.y (mgr.25474) 1036 : audit 0 from='client.34371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:06:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: cephadm 2023-12-06T07:06:25.704082+0000 mgr.y (mgr.25474) 1037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: cephadm 2023-12-06T07:06:25.797170+0000 mgr.y (mgr.25474) 1038 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: cephadm 2023-12-06T07:06:25.890127+0000 mgr.y (mgr.25474) 1039 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:25.965249+0000 mon.a (mon.0) 1564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:25.967195+0000 mon.a (mon.0) 1565 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:25.969293+0000 mon.a (mon.0) 1566 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:25.970027+0000 mon.a (mon.0) 1567 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:25.974931+0000 mon.a (mon.0) 1568 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: cephadm 2023-12-06T07:06:25.975364+0000 mgr.y (mgr.25474) 1040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.052393+0000 mon.a (mon.0) 1569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.054949+0000 mon.a (mon.0) 1570 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.057732+0000 mon.a (mon.0) 1571 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.058881+0000 mon.a (mon.0) 1572 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.067739+0000 mon.a (mon.0) 1573 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: cephadm 2023-12-06T07:06:25.132889+0000 mgr.y (mgr.25474) 1030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: cephadm 2023-12-06T07:06:25.229086+0000 mgr.y (mgr.25474) 1031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: cephadm 2023-12-06T07:06:25.315037+0000 mgr.y (mgr.25474) 1032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: cephadm 2023-12-06T07:06:25.417210+0000 mgr.y (mgr.25474) 1033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: cephadm 2023-12-06T07:06:25.513048+0000 mgr.y (mgr.25474) 1034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: cephadm 2023-12-06T07:06:25.610340+0000 mgr.y (mgr.25474) 1035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:25.649397+0000 mgr.y (mgr.25474) 1036 : audit 0 from='client.34371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:06:27.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: cephadm 2023-12-06T07:06:25.704082+0000 mgr.y (mgr.25474) 1037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: cephadm 2023-12-06T07:06:25.797170+0000 mgr.y (mgr.25474) 1038 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: cephadm 2023-12-06T07:06:25.890127+0000 mgr.y (mgr.25474) 1039 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:25.965249+0000 mon.a (mon.0) 1564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:25.967195+0000 mon.a (mon.0) 1565 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:25.969293+0000 mon.a (mon.0) 1566 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:25.970027+0000 mon.a (mon.0) 1567 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:25.974931+0000 mon.a (mon.0) 1568 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: cephadm 2023-12-06T07:06:25.975364+0000 mgr.y (mgr.25474) 1040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.052393+0000 mon.a (mon.0) 1569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.054949+0000 mon.a (mon.0) 1570 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.057732+0000 mon.a (mon.0) 1571 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.058881+0000 mon.a (mon.0) 1572 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.067739+0000 mon.a (mon.0) 1573 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: cephadm 2023-12-06T07:06:26.068543+0000 mgr.y (mgr.25474) 1041 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.077201+0000 mgr.y (mgr.25474) 1042 : audit 0 from='client.34377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:06:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.147553+0000 mon.a (mon.0) 1574 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.151685+0000 mon.a (mon.0) 1575 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.154442+0000 mon.a (mon.0) 1576 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.155594+0000 mon.a (mon.0) 1577 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.162339+0000 mon.a (mon.0) 1578 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.247862+0000 mon.a (mon.0) 1579 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.250816+0000 mon.a (mon.0) 1580 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.254218+0000 mon.a (mon.0) 1581 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.255454+0000 mon.a (mon.0) 1582 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.263902+0000 mon.a (mon.0) 1583 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.341881+0000 mon.a (mon.0) 1584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.346182+0000 mon.a (mon.0) 1585 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.350386+0000 mon.a (mon.0) 1586 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.352322+0000 mon.a (mon.0) 1587 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.360726+0000 mon.a (mon.0) 1588 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.442705+0000 mon.a (mon.0) 1589 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.445484+0000 mon.a (mon.0) 1590 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.448104+0000 mon.a (mon.0) 1591 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.448957+0000 mon.a (mon.0) 1592 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.456842+0000 mon.a (mon.0) 1593 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.568655+0000 mon.a (mon.0) 1594 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.571446+0000 mon.a (mon.0) 1595 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.574106+0000 mon.a (mon.0) 1596 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.575123+0000 mon.a (mon.0) 1597 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.584009+0000 mon.a (mon.0) 1598 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.662446+0000 mon.a (mon.0) 1599 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.665057+0000 mon.a (mon.0) 1600 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.669010+0000 mon.a (mon.0) 1601 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.669969+0000 mon.a (mon.0) 1602 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.678913+0000 mon.a (mon.0) 1603 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.758114+0000 mon.a (mon.0) 1604 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.760663+0000 mon.a (mon.0) 1605 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.763026+0000 mon.a (mon.0) 1606 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.763926+0000 mon.a (mon.0) 1607 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.772577+0000 mon.a (mon.0) 1608 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.851574+0000 mon.a (mon.0) 1609 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.854160+0000 mon.a (mon.0) 1610 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: cephadm 2023-12-06T07:06:26.068543+0000 mgr.y (mgr.25474) 1041 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.077201+0000 mgr.y (mgr.25474) 1042 : audit 0 from='client.34377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:06:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.147553+0000 mon.a (mon.0) 1574 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.151685+0000 mon.a (mon.0) 1575 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.154442+0000 mon.a (mon.0) 1576 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.155594+0000 mon.a (mon.0) 1577 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.162339+0000 mon.a (mon.0) 1578 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.247862+0000 mon.a (mon.0) 1579 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.250816+0000 mon.a (mon.0) 1580 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.254218+0000 mon.a (mon.0) 1581 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.255454+0000 mon.a (mon.0) 1582 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.263902+0000 mon.a (mon.0) 1583 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.341881+0000 mon.a (mon.0) 1584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.346182+0000 mon.a (mon.0) 1585 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.350386+0000 mon.a (mon.0) 1586 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.297 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.352322+0000 mon.a (mon.0) 1587 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.297 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.360726+0000 mon.a (mon.0) 1588 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.297 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.442705+0000 mon.a (mon.0) 1589 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.297 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.445484+0000 mon.a (mon.0) 1590 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.857494+0000 mon.a (mon.0) 1611 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.858644+0000 mon.a (mon.0) 1612 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.867460+0000 mon.a (mon.0) 1613 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.298 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[84914]: audit 2023-12-06T07:06:26.946293+0000 mon.a (mon.0) 1614 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.448104+0000 mon.a (mon.0) 1591 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.448957+0000 mon.a (mon.0) 1592 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.456842+0000 mon.a (mon.0) 1593 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.568655+0000 mon.a (mon.0) 1594 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.571446+0000 mon.a (mon.0) 1595 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.574106+0000 mon.a (mon.0) 1596 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.575123+0000 mon.a (mon.0) 1597 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.584009+0000 mon.a (mon.0) 1598 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.662446+0000 mon.a (mon.0) 1599 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.665057+0000 mon.a (mon.0) 1600 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.669010+0000 mon.a (mon.0) 1601 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.669969+0000 mon.a (mon.0) 1602 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.678913+0000 mon.a (mon.0) 1603 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.758114+0000 mon.a (mon.0) 1604 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.760663+0000 mon.a (mon.0) 1605 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.763026+0000 mon.a (mon.0) 1606 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.763926+0000 mon.a (mon.0) 1607 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.772577+0000 mon.a (mon.0) 1608 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.851574+0000 mon.a (mon.0) 1609 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.854160+0000 mon.a (mon.0) 1610 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.857494+0000 mon.a (mon.0) 1611 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.858644+0000 mon.a (mon.0) 1612 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.867460+0000 mon.a (mon.0) 1613 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:26 smithi040 bash[78949]: audit 2023-12-06T07:06:26.946293+0000 mon.a (mon.0) 1614 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.414 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: cephadm 2023-12-06T07:06:25.132889+0000 mgr.y (mgr.25474) 1030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.415 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: cephadm 2023-12-06T07:06:25.229086+0000 mgr.y (mgr.25474) 1031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.415 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: cephadm 2023-12-06T07:06:25.315037+0000 mgr.y (mgr.25474) 1032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.415 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: cephadm 2023-12-06T07:06:25.417210+0000 mgr.y (mgr.25474) 1033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.415 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: cephadm 2023-12-06T07:06:25.513048+0000 mgr.y (mgr.25474) 1034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.415 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: cephadm 2023-12-06T07:06:25.610340+0000 mgr.y (mgr.25474) 1035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.415 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:25.649397+0000 mgr.y (mgr.25474) 1036 : audit 0 from='client.34371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:06:27.415 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: cephadm 2023-12-06T07:06:25.704082+0000 mgr.y (mgr.25474) 1037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.416 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: cephadm 2023-12-06T07:06:25.797170+0000 mgr.y (mgr.25474) 1038 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.416 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: cephadm 2023-12-06T07:06:25.890127+0000 mgr.y (mgr.25474) 1039 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.416 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:25.965249+0000 mon.a (mon.0) 1564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.416 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:25.967195+0000 mon.a (mon.0) 1565 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.416 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:25.969293+0000 mon.a (mon.0) 1566 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.416 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:25.970027+0000 mon.a (mon.0) 1567 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.416 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:25.974931+0000 mon.a (mon.0) 1568 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.416 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: cephadm 2023-12-06T07:06:25.975364+0000 mgr.y (mgr.25474) 1040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.416 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.052393+0000 mon.a (mon.0) 1569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.416 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.054949+0000 mon.a (mon.0) 1570 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.417 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.057732+0000 mon.a (mon.0) 1571 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.417 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.058881+0000 mon.a (mon.0) 1572 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.417 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.067739+0000 mon.a (mon.0) 1573 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.417 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: cephadm 2023-12-06T07:06:26.068543+0000 mgr.y (mgr.25474) 1041 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:27.417 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.077201+0000 mgr.y (mgr.25474) 1042 : audit 0 from='client.34377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:06:27.417 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.147553+0000 mon.a (mon.0) 1574 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.417 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.151685+0000 mon.a (mon.0) 1575 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.417 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.154442+0000 mon.a (mon.0) 1576 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.417 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.155594+0000 mon.a (mon.0) 1577 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.417 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.162339+0000 mon.a (mon.0) 1578 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.417 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.247862+0000 mon.a (mon.0) 1579 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.417 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.250816+0000 mon.a (mon.0) 1580 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.417 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.254218+0000 mon.a (mon.0) 1581 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.417 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.255454+0000 mon.a (mon.0) 1582 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.418 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.263902+0000 mon.a (mon.0) 1583 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.418 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.341881+0000 mon.a (mon.0) 1584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.418 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.346182+0000 mon.a (mon.0) 1585 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.418 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.350386+0000 mon.a (mon.0) 1586 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.418 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.352322+0000 mon.a (mon.0) 1587 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.418 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.360726+0000 mon.a (mon.0) 1588 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.418 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.442705+0000 mon.a (mon.0) 1589 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.418 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.445484+0000 mon.a (mon.0) 1590 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.418 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.448104+0000 mon.a (mon.0) 1591 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.418 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.448957+0000 mon.a (mon.0) 1592 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.418 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.456842+0000 mon.a (mon.0) 1593 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.418 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.568655+0000 mon.a (mon.0) 1594 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.418 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.571446+0000 mon.a (mon.0) 1595 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.419 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.574106+0000 mon.a (mon.0) 1596 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.419 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.575123+0000 mon.a (mon.0) 1597 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.419 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.584009+0000 mon.a (mon.0) 1598 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.419 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.662446+0000 mon.a (mon.0) 1599 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.419 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.665057+0000 mon.a (mon.0) 1600 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.419 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.669010+0000 mon.a (mon.0) 1601 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.419 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.669969+0000 mon.a (mon.0) 1602 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.419 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.678913+0000 mon.a (mon.0) 1603 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.419 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.758114+0000 mon.a (mon.0) 1604 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.419 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.760663+0000 mon.a (mon.0) 1605 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.419 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.763026+0000 mon.a (mon.0) 1606 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.419 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.763926+0000 mon.a (mon.0) 1607 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.420 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.772577+0000 mon.a (mon.0) 1608 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.420 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.851574+0000 mon.a (mon.0) 1609 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.420 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.854160+0000 mon.a (mon.0) 1610 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:27.420 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.857494+0000 mon.a (mon.0) 1611 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:27.420 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.858644+0000 mon.a (mon.0) 1612 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:27.420 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.867460+0000 mon.a (mon.0) 1613 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:27.420 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:26 smithi141 bash[72190]: audit 2023-12-06T07:06:26.946293+0000 mon.a (mon.0) 1614 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:27.428 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:06:27.428 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:06:27.428 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:06:27.428 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:06:27.428 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:06:27.429 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr", 2023-12-06T07:06:27.429 INFO:teuthology.orchestra.run.smithi040.stdout: "mon" 2023-12-06T07:06:27.429 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:06:27.429 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "6/23 daemons upgraded", 2023-12-06T07:06:27.429 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:06:27.429 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:06:27.429 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:06:27.920 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 84/630 objects degraded (13.333%), 22 pgs degraded 2023-12-06T07:06:27.920 INFO:teuthology.orchestra.run.smithi040.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T07:06:27.920 INFO:teuthology.orchestra.run.smithi040.stdout: osd.1 (root=default,host=smithi040) is down 2023-12-06T07:06:27.920 INFO:teuthology.orchestra.run.smithi040.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 84/630 objects degraded (13.333%), 22 pgs degraded 2023-12-06T07:06:27.920 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.4 is active+undersized+degraded, acting [0,7] 2023-12-06T07:06:27.920 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.8 is active+undersized+degraded, acting [7,0] 2023-12-06T07:06:27.920 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.9 is active+undersized+degraded, acting [7,3] 2023-12-06T07:06:27.920 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.a is active+undersized+degraded, acting [3,7] 2023-12-06T07:06:27.920 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.11 is active+undersized+degraded, acting [6,4] 2023-12-06T07:06:27.920 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.0 is active+undersized+degraded, acting [2,6] 2023-12-06T07:06:27.921 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.4 is active+undersized+degraded, acting [2,5] 2023-12-06T07:06:27.921 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.6 is active+undersized+degraded, acting [0,4] 2023-12-06T07:06:27.921 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.8 is active+undersized+degraded, acting [3,7] 2023-12-06T07:06:27.921 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.a is active+undersized+degraded, acting [6,4] 2023-12-06T07:06:27.921 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.e is active+undersized+degraded, acting [7,4] 2023-12-06T07:06:27.921 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.16 is active+undersized+degraded, acting [5,7] 2023-12-06T07:06:27.922 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.18 is active+undersized+degraded, acting [3,0] 2023-12-06T07:06:27.922 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.19 is active+undersized+degraded, acting [3,4] 2023-12-06T07:06:27.922 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.1a is active+undersized+degraded, acting [4,2] 2023-12-06T07:06:27.922 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.1c is active+undersized+degraded, acting [5,4] 2023-12-06T07:06:27.922 INFO:teuthology.orchestra.run.smithi040.stdout: pg 4.9 is active+undersized+degraded, acting [4,3] 2023-12-06T07:06:27.922 INFO:teuthology.orchestra.run.smithi040.stdout: pg 4.e is active+undersized+degraded, acting [4,6] 2023-12-06T07:06:27.922 INFO:teuthology.orchestra.run.smithi040.stdout: pg 4.14 is active+undersized+degraded, acting [3,7] 2023-12-06T07:06:27.922 INFO:teuthology.orchestra.run.smithi040.stdout: pg 4.1f is active+undersized+degraded, acting [6,5] 2023-12-06T07:06:27.922 INFO:teuthology.orchestra.run.smithi040.stdout: pg 5.1d is active+undersized+degraded, acting [4,0] 2023-12-06T07:06:27.922 INFO:teuthology.orchestra.run.smithi040.stdout: pg 6.1a is active+undersized+degraded, acting [4,5] 2023-12-06T07:06:28.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: cephadm 2023-12-06T07:06:26.162911+0000 mgr.y (mgr.25474) 1043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: cephadm 2023-12-06T07:06:26.264547+0000 mgr.y (mgr.25474) 1044 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: cephadm 2023-12-06T07:06:26.361567+0000 mgr.y (mgr.25474) 1045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: cephadm 2023-12-06T07:06:26.457337+0000 mgr.y (mgr.25474) 1046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:26.476389+0000 mgr.y (mgr.25474) 1047 : audit 0 from='client.34383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:06:28.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: cephadm 2023-12-06T07:06:26.584899+0000 mgr.y (mgr.25474) 1048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: cephadm 2023-12-06T07:06:26.679739+0000 mgr.y (mgr.25474) 1049 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: cephadm 2023-12-06T07:06:26.773451+0000 mgr.y (mgr.25474) 1050 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: cephadm 2023-12-06T07:06:26.868292+0000 mgr.y (mgr.25474) 1051 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: cluster 2023-12-06T07:06:26.924573+0000 mgr.y (mgr.25474) 1052 : cluster 0 pgmap v120: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 12 op/s; 84/630 objects degraded (13.333%) 2023-12-06T07:06:28.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:26.948445+0000 mon.a (mon.0) 1615 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:26.951355+0000 mon.a (mon.0) 1616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:26.958963+0000 mon.a (mon.0) 1617 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:26.966194+0000 mon.a (mon.0) 1618 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: cephadm 2023-12-06T07:06:26.966882+0000 mgr.y (mgr.25474) 1053 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.003986+0000 mon.a (mon.0) 1619 : audit 0 from='client.? 172.21.15.40:0/3168803124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.042541+0000 mon.a (mon.0) 1620 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.045427+0000 mon.a (mon.0) 1621 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.048829+0000 mon.a (mon.0) 1622 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.050126+0000 mon.a (mon.0) 1623 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: cephadm 2023-12-06T07:06:26.162911+0000 mgr.y (mgr.25474) 1043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: cephadm 2023-12-06T07:06:26.264547+0000 mgr.y (mgr.25474) 1044 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: cephadm 2023-12-06T07:06:26.361567+0000 mgr.y (mgr.25474) 1045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: cephadm 2023-12-06T07:06:26.457337+0000 mgr.y (mgr.25474) 1046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:26.476389+0000 mgr.y (mgr.25474) 1047 : audit 0 from='client.34383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:06:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: cephadm 2023-12-06T07:06:26.584899+0000 mgr.y (mgr.25474) 1048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: cephadm 2023-12-06T07:06:26.679739+0000 mgr.y (mgr.25474) 1049 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: cephadm 2023-12-06T07:06:26.773451+0000 mgr.y (mgr.25474) 1050 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: cephadm 2023-12-06T07:06:26.868292+0000 mgr.y (mgr.25474) 1051 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: cluster 2023-12-06T07:06:26.924573+0000 mgr.y (mgr.25474) 1052 : cluster 0 pgmap v120: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 12 op/s; 84/630 objects degraded (13.333%) 2023-12-06T07:06:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:26.948445+0000 mon.a (mon.0) 1615 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:26.951355+0000 mon.a (mon.0) 1616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:26.958963+0000 mon.a (mon.0) 1617 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:26.966194+0000 mon.a (mon.0) 1618 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: cephadm 2023-12-06T07:06:26.966882+0000 mgr.y (mgr.25474) 1053 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.003986+0000 mon.a (mon.0) 1619 : audit 0 from='client.? 172.21.15.40:0/3168803124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.042541+0000 mon.a (mon.0) 1620 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.045427+0000 mon.a (mon.0) 1621 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.048829+0000 mon.a (mon.0) 1622 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.050126+0000 mon.a (mon.0) 1623 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.060618+0000 mon.a (mon.0) 1624 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: cephadm 2023-12-06T07:06:27.061760+0000 mgr.y (mgr.25474) 1054 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.135413+0000 mon.a (mon.0) 1625 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.137713+0000 mon.a (mon.0) 1626 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.140670+0000 mon.a (mon.0) 1627 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.141673+0000 mon.a (mon.0) 1628 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.150320+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.226921+0000 mon.a (mon.0) 1630 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.231620+0000 mon.a (mon.0) 1631 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.234835+0000 mon.a (mon.0) 1632 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.236095+0000 mon.a (mon.0) 1633 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.243671+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.323542+0000 mon.a (mon.0) 1635 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.327787+0000 mon.a (mon.0) 1636 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.332211+0000 mon.a (mon.0) 1637 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.333287+0000 mon.a (mon.0) 1638 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.341959+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.422501+0000 mon.a (mon.0) 1640 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.425008+0000 mon.a (mon.0) 1641 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.427628+0000 mon.a (mon.0) 1642 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.428560+0000 mon.a (mon.0) 1643 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.436330+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.516171+0000 mon.a (mon.0) 1645 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.035 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.518513+0000 mon.a (mon.0) 1646 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.520934+0000 mon.a (mon.0) 1647 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.521984+0000 mon.a (mon.0) 1648 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.530322+0000 mon.a (mon.0) 1649 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.610138+0000 mon.a (mon.0) 1650 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.612617+0000 mon.a (mon.0) 1651 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.616216+0000 mon.a (mon.0) 1652 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.619382+0000 mon.a (mon.0) 1653 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.628596+0000 mon.a (mon.0) 1654 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.713676+0000 mon.a (mon.0) 1655 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.716749+0000 mon.a (mon.0) 1656 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.720018+0000 mon.a (mon.0) 1657 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.721156+0000 mon.a (mon.0) 1658 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.731021+0000 mon.a (mon.0) 1659 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.815490+0000 mon.a (mon.0) 1660 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.036 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.819319+0000 mon.a (mon.0) 1661 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.822465+0000 mon.a (mon.0) 1662 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.823337+0000 mon.a (mon.0) 1663 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.830089+0000 mon.a (mon.0) 1664 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.911857+0000 mon.a (mon.0) 1665 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.915211+0000 mon.a (mon.0) 1666 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.915243+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.40:0/1392407441' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:06:28.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.918563+0000 mon.a (mon.0) 1667 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.919341+0000 mon.a (mon.0) 1668 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.037 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[84914]: audit 2023-12-06T07:06:27.925470+0000 mon.a (mon.0) 1669 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.060618+0000 mon.a (mon.0) 1624 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: cephadm 2023-12-06T07:06:27.061760+0000 mgr.y (mgr.25474) 1054 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.135413+0000 mon.a (mon.0) 1625 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.137713+0000 mon.a (mon.0) 1626 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.140670+0000 mon.a (mon.0) 1627 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.141673+0000 mon.a (mon.0) 1628 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.150320+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.226921+0000 mon.a (mon.0) 1630 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.231620+0000 mon.a (mon.0) 1631 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.038 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.234835+0000 mon.a (mon.0) 1632 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.236095+0000 mon.a (mon.0) 1633 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.243671+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.323542+0000 mon.a (mon.0) 1635 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.327787+0000 mon.a (mon.0) 1636 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.332211+0000 mon.a (mon.0) 1637 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.333287+0000 mon.a (mon.0) 1638 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.341959+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.422501+0000 mon.a (mon.0) 1640 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.425008+0000 mon.a (mon.0) 1641 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.427628+0000 mon.a (mon.0) 1642 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.428560+0000 mon.a (mon.0) 1643 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.436330+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.516171+0000 mon.a (mon.0) 1645 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.518513+0000 mon.a (mon.0) 1646 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.039 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.520934+0000 mon.a (mon.0) 1647 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.521984+0000 mon.a (mon.0) 1648 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.530322+0000 mon.a (mon.0) 1649 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.610138+0000 mon.a (mon.0) 1650 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.612617+0000 mon.a (mon.0) 1651 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.616216+0000 mon.a (mon.0) 1652 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.619382+0000 mon.a (mon.0) 1653 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.628596+0000 mon.a (mon.0) 1654 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.713676+0000 mon.a (mon.0) 1655 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.716749+0000 mon.a (mon.0) 1656 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.720018+0000 mon.a (mon.0) 1657 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.721156+0000 mon.a (mon.0) 1658 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.731021+0000 mon.a (mon.0) 1659 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.815490+0000 mon.a (mon.0) 1660 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.819319+0000 mon.a (mon.0) 1661 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.040 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.822465+0000 mon.a (mon.0) 1662 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.823337+0000 mon.a (mon.0) 1663 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.830089+0000 mon.a (mon.0) 1664 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.911857+0000 mon.a (mon.0) 1665 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.915211+0000 mon.a (mon.0) 1666 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.915243+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.40:0/1392407441' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:06:28.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.918563+0000 mon.a (mon.0) 1667 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.919341+0000 mon.a (mon.0) 1668 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:27 smithi040 bash[78949]: audit 2023-12-06T07:06:27.925470+0000 mon.a (mon.0) 1669 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: cephadm 2023-12-06T07:06:26.162911+0000 mgr.y (mgr.25474) 1043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: cephadm 2023-12-06T07:06:26.264547+0000 mgr.y (mgr.25474) 1044 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: cephadm 2023-12-06T07:06:26.361567+0000 mgr.y (mgr.25474) 1045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: cephadm 2023-12-06T07:06:26.457337+0000 mgr.y (mgr.25474) 1046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:26.476389+0000 mgr.y (mgr.25474) 1047 : audit 0 from='client.34383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:06:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: cephadm 2023-12-06T07:06:26.584899+0000 mgr.y (mgr.25474) 1048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: cephadm 2023-12-06T07:06:26.679739+0000 mgr.y (mgr.25474) 1049 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: cephadm 2023-12-06T07:06:26.773451+0000 mgr.y (mgr.25474) 1050 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: cephadm 2023-12-06T07:06:26.868292+0000 mgr.y (mgr.25474) 1051 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: cluster 2023-12-06T07:06:26.924573+0000 mgr.y (mgr.25474) 1052 : cluster 0 pgmap v120: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 12 op/s; 84/630 objects degraded (13.333%) 2023-12-06T07:06:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:26.948445+0000 mon.a (mon.0) 1615 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:26.951355+0000 mon.a (mon.0) 1616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:26.958963+0000 mon.a (mon.0) 1617 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:26.966194+0000 mon.a (mon.0) 1618 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: cephadm 2023-12-06T07:06:26.966882+0000 mgr.y (mgr.25474) 1053 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.003986+0000 mon.a (mon.0) 1619 : audit 0 from='client.? 172.21.15.40:0/3168803124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.042541+0000 mon.a (mon.0) 1620 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.045427+0000 mon.a (mon.0) 1621 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.048829+0000 mon.a (mon.0) 1622 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.050126+0000 mon.a (mon.0) 1623 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.060618+0000 mon.a (mon.0) 1624 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: cephadm 2023-12-06T07:06:27.061760+0000 mgr.y (mgr.25474) 1054 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.135413+0000 mon.a (mon.0) 1625 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.137713+0000 mon.a (mon.0) 1626 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.140670+0000 mon.a (mon.0) 1627 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.141673+0000 mon.a (mon.0) 1628 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.150320+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.226921+0000 mon.a (mon.0) 1630 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.231620+0000 mon.a (mon.0) 1631 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.234835+0000 mon.a (mon.0) 1632 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.236095+0000 mon.a (mon.0) 1633 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.243671+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.323542+0000 mon.a (mon.0) 1635 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.327787+0000 mon.a (mon.0) 1636 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.332211+0000 mon.a (mon.0) 1637 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.333287+0000 mon.a (mon.0) 1638 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.341959+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.422501+0000 mon.a (mon.0) 1640 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.425008+0000 mon.a (mon.0) 1641 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.427628+0000 mon.a (mon.0) 1642 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.428560+0000 mon.a (mon.0) 1643 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.436330+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.516171+0000 mon.a (mon.0) 1645 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.518513+0000 mon.a (mon.0) 1646 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.520934+0000 mon.a (mon.0) 1647 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.521984+0000 mon.a (mon.0) 1648 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.530322+0000 mon.a (mon.0) 1649 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.610138+0000 mon.a (mon.0) 1650 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.612617+0000 mon.a (mon.0) 1651 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.616216+0000 mon.a (mon.0) 1652 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.619382+0000 mon.a (mon.0) 1653 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.628596+0000 mon.a (mon.0) 1654 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.713676+0000 mon.a (mon.0) 1655 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.716749+0000 mon.a (mon.0) 1656 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.720018+0000 mon.a (mon.0) 1657 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.721156+0000 mon.a (mon.0) 1658 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.731021+0000 mon.a (mon.0) 1659 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.815490+0000 mon.a (mon.0) 1660 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.819319+0000 mon.a (mon.0) 1661 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.822465+0000 mon.a (mon.0) 1662 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.823337+0000 mon.a (mon.0) 1663 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.830089+0000 mon.a (mon.0) 1664 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.911857+0000 mon.a (mon.0) 1665 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.915211+0000 mon.a (mon.0) 1666 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.915243+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.40:0/1392407441' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:06:28.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.918563+0000 mon.a (mon.0) 1667 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:28.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.919341+0000 mon.a (mon.0) 1668 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:28.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:27 smithi141 bash[72190]: audit 2023-12-06T07:06:27.925470+0000 mon.a (mon.0) 1669 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: cephadm 2023-12-06T07:06:27.150930+0000 mgr.y (mgr.25474) 1055 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: cephadm 2023-12-06T07:06:27.244221+0000 mgr.y (mgr.25474) 1056 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: cephadm 2023-12-06T07:06:27.342718+0000 mgr.y (mgr.25474) 1057 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:27.422626+0000 mgr.y (mgr.25474) 1058 : audit 0 from='client.54241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:06:29.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: cephadm 2023-12-06T07:06:27.437142+0000 mgr.y (mgr.25474) 1059 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: cephadm 2023-12-06T07:06:27.531169+0000 mgr.y (mgr.25474) 1060 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: cephadm 2023-12-06T07:06:27.630356+0000 mgr.y (mgr.25474) 1061 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: cephadm 2023-12-06T07:06:27.732200+0000 mgr.y (mgr.25474) 1062 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: cephadm 2023-12-06T07:06:27.830537+0000 mgr.y (mgr.25474) 1063 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: cephadm 2023-12-06T07:06:27.926089+0000 mgr.y (mgr.25474) 1064 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:27.987137+0000 mon.a (mon.0) 1670 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:27.989235+0000 mon.a (mon.0) 1671 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:27.991313+0000 mon.a (mon.0) 1672 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:27.992000+0000 mon.a (mon.0) 1673 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:27.998524+0000 mon.a (mon.0) 1674 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: cephadm 2023-12-06T07:06:27.999053+0000 mgr.y (mgr.25474) 1065 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.077740+0000 mon.a (mon.0) 1675 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.081240+0000 mon.a (mon.0) 1676 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.084015+0000 mon.a (mon.0) 1677 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.088152+0000 mon.a (mon.0) 1678 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.095296+0000 mon.a (mon.0) 1679 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: cephadm 2023-12-06T07:06:28.095888+0000 mgr.y (mgr.25474) 1066 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.178021+0000 mon.a (mon.0) 1680 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.182304+0000 mon.a (mon.0) 1681 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.186321+0000 mon.a (mon.0) 1682 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.187480+0000 mon.a (mon.0) 1683 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.196104+0000 mon.a (mon.0) 1684 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.279268+0000 mon.a (mon.0) 1685 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.281634+0000 mon.a (mon.0) 1686 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.284472+0000 mon.a (mon.0) 1687 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.285451+0000 mon.a (mon.0) 1688 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.292997+0000 mon.a (mon.0) 1689 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.370941+0000 mon.a (mon.0) 1690 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.374089+0000 mon.a (mon.0) 1691 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.378036+0000 mon.a (mon.0) 1692 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.379596+0000 mon.a (mon.0) 1693 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.389163+0000 mon.a (mon.0) 1694 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.466696+0000 mon.a (mon.0) 1695 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.469446+0000 mon.a (mon.0) 1696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.472273+0000 mon.a (mon.0) 1697 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.473339+0000 mon.a (mon.0) 1698 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.480502+0000 mon.a (mon.0) 1699 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.560354+0000 mon.a (mon.0) 1700 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.563084+0000 mon.a (mon.0) 1701 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.566743+0000 mon.a (mon.0) 1702 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.568096+0000 mon.a (mon.0) 1703 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.576293+0000 mon.a (mon.0) 1704 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.655863+0000 mon.a (mon.0) 1705 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.660113+0000 mon.a (mon.0) 1706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.669764+0000 mon.a (mon.0) 1707 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.217 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.671133+0000 mon.a (mon.0) 1708 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.217 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.678352+0000 mon.a (mon.0) 1709 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.217 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.759418+0000 mon.a (mon.0) 1710 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.217 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.761701+0000 mon.a (mon.0) 1711 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.217 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.764432+0000 mon.a (mon.0) 1712 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.217 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.765388+0000 mon.a (mon.0) 1713 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.217 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.773143+0000 mon.a (mon.0) 1714 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.218 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.855755+0000 mon.a (mon.0) 1715 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.218 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.858133+0000 mon.a (mon.0) 1716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.218 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.860515+0000 mon.a (mon.0) 1717 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.218 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.861614+0000 mon.a (mon.0) 1718 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.218 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.867727+0000 mon.a (mon.0) 1719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.218 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.948034+0000 mon.a (mon.0) 1720 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.219 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.950532+0000 mon.a (mon.0) 1721 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.219 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:28 smithi141 bash[72190]: audit 2023-12-06T07:06:28.953884+0000 mon.a (mon.0) 1722 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: cephadm 2023-12-06T07:06:27.150930+0000 mgr.y (mgr.25474) 1055 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: cephadm 2023-12-06T07:06:27.244221+0000 mgr.y (mgr.25474) 1056 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: cephadm 2023-12-06T07:06:27.342718+0000 mgr.y (mgr.25474) 1057 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:27.422626+0000 mgr.y (mgr.25474) 1058 : audit 0 from='client.54241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:06:29.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: cephadm 2023-12-06T07:06:27.437142+0000 mgr.y (mgr.25474) 1059 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: cephadm 2023-12-06T07:06:27.531169+0000 mgr.y (mgr.25474) 1060 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: cephadm 2023-12-06T07:06:27.630356+0000 mgr.y (mgr.25474) 1061 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: cephadm 2023-12-06T07:06:27.732200+0000 mgr.y (mgr.25474) 1062 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: cephadm 2023-12-06T07:06:27.830537+0000 mgr.y (mgr.25474) 1063 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: cephadm 2023-12-06T07:06:27.926089+0000 mgr.y (mgr.25474) 1064 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:27.987137+0000 mon.a (mon.0) 1670 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:27.989235+0000 mon.a (mon.0) 1671 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:27.991313+0000 mon.a (mon.0) 1672 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:27.992000+0000 mon.a (mon.0) 1673 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:27.998524+0000 mon.a (mon.0) 1674 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: cephadm 2023-12-06T07:06:27.999053+0000 mgr.y (mgr.25474) 1065 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.077740+0000 mon.a (mon.0) 1675 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.081240+0000 mon.a (mon.0) 1676 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.084015+0000 mon.a (mon.0) 1677 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.088152+0000 mon.a (mon.0) 1678 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.095296+0000 mon.a (mon.0) 1679 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: cephadm 2023-12-06T07:06:27.150930+0000 mgr.y (mgr.25474) 1055 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: cephadm 2023-12-06T07:06:27.244221+0000 mgr.y (mgr.25474) 1056 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: cephadm 2023-12-06T07:06:27.342718+0000 mgr.y (mgr.25474) 1057 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:27.422626+0000 mgr.y (mgr.25474) 1058 : audit 0 from='client.54241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:06:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: cephadm 2023-12-06T07:06:27.437142+0000 mgr.y (mgr.25474) 1059 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: cephadm 2023-12-06T07:06:27.531169+0000 mgr.y (mgr.25474) 1060 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: cephadm 2023-12-06T07:06:27.630356+0000 mgr.y (mgr.25474) 1061 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: cephadm 2023-12-06T07:06:27.732200+0000 mgr.y (mgr.25474) 1062 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: cephadm 2023-12-06T07:06:27.830537+0000 mgr.y (mgr.25474) 1063 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: cephadm 2023-12-06T07:06:27.926089+0000 mgr.y (mgr.25474) 1064 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:27.987137+0000 mon.a (mon.0) 1670 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:27.989235+0000 mon.a (mon.0) 1671 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:27.991313+0000 mon.a (mon.0) 1672 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:27.992000+0000 mon.a (mon.0) 1673 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:27.998524+0000 mon.a (mon.0) 1674 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: cephadm 2023-12-06T07:06:27.999053+0000 mgr.y (mgr.25474) 1065 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.077740+0000 mon.a (mon.0) 1675 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.081240+0000 mon.a (mon.0) 1676 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.084015+0000 mon.a (mon.0) 1677 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.088152+0000 mon.a (mon.0) 1678 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.095296+0000 mon.a (mon.0) 1679 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: cephadm 2023-12-06T07:06:28.095888+0000 mgr.y (mgr.25474) 1066 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.178021+0000 mon.a (mon.0) 1680 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.182304+0000 mon.a (mon.0) 1681 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.186321+0000 mon.a (mon.0) 1682 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.187480+0000 mon.a (mon.0) 1683 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.196104+0000 mon.a (mon.0) 1684 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.279268+0000 mon.a (mon.0) 1685 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.281634+0000 mon.a (mon.0) 1686 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.284472+0000 mon.a (mon.0) 1687 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.285451+0000 mon.a (mon.0) 1688 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.292997+0000 mon.a (mon.0) 1689 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.370941+0000 mon.a (mon.0) 1690 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.374089+0000 mon.a (mon.0) 1691 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.378036+0000 mon.a (mon.0) 1692 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.379596+0000 mon.a (mon.0) 1693 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.389163+0000 mon.a (mon.0) 1694 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.466696+0000 mon.a (mon.0) 1695 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.469446+0000 mon.a (mon.0) 1696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.472273+0000 mon.a (mon.0) 1697 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: cephadm 2023-12-06T07:06:28.095888+0000 mgr.y (mgr.25474) 1066 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.178021+0000 mon.a (mon.0) 1680 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.182304+0000 mon.a (mon.0) 1681 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.186321+0000 mon.a (mon.0) 1682 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.187480+0000 mon.a (mon.0) 1683 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.196104+0000 mon.a (mon.0) 1684 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.279268+0000 mon.a (mon.0) 1685 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.281634+0000 mon.a (mon.0) 1686 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.284472+0000 mon.a (mon.0) 1687 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.285451+0000 mon.a (mon.0) 1688 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.292997+0000 mon.a (mon.0) 1689 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.370941+0000 mon.a (mon.0) 1690 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.374089+0000 mon.a (mon.0) 1691 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.378036+0000 mon.a (mon.0) 1692 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.379596+0000 mon.a (mon.0) 1693 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.389163+0000 mon.a (mon.0) 1694 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.466696+0000 mon.a (mon.0) 1695 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.469446+0000 mon.a (mon.0) 1696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.472273+0000 mon.a (mon.0) 1697 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.473339+0000 mon.a (mon.0) 1698 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.480502+0000 mon.a (mon.0) 1699 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.560354+0000 mon.a (mon.0) 1700 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.563084+0000 mon.a (mon.0) 1701 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.566743+0000 mon.a (mon.0) 1702 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.568096+0000 mon.a (mon.0) 1703 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.576293+0000 mon.a (mon.0) 1704 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.655863+0000 mon.a (mon.0) 1705 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.295 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.660113+0000 mon.a (mon.0) 1706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.296 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.669764+0000 mon.a (mon.0) 1707 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.296 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.671133+0000 mon.a (mon.0) 1708 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.296 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.678352+0000 mon.a (mon.0) 1709 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.296 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.759418+0000 mon.a (mon.0) 1710 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.296 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.761701+0000 mon.a (mon.0) 1711 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.296 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.764432+0000 mon.a (mon.0) 1712 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.296 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.765388+0000 mon.a (mon.0) 1713 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.773143+0000 mon.a (mon.0) 1714 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.855755+0000 mon.a (mon.0) 1715 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.858133+0000 mon.a (mon.0) 1716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.860515+0000 mon.a (mon.0) 1717 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.861614+0000 mon.a (mon.0) 1718 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.867727+0000 mon.a (mon.0) 1719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.298 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.948034+0000 mon.a (mon.0) 1720 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.298 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.950532+0000 mon.a (mon.0) 1721 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.298 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[84914]: audit 2023-12-06T07:06:28.953884+0000 mon.a (mon.0) 1722 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.473339+0000 mon.a (mon.0) 1698 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.480502+0000 mon.a (mon.0) 1699 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.560354+0000 mon.a (mon.0) 1700 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.563084+0000 mon.a (mon.0) 1701 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.566743+0000 mon.a (mon.0) 1702 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.568096+0000 mon.a (mon.0) 1703 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.576293+0000 mon.a (mon.0) 1704 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.655863+0000 mon.a (mon.0) 1705 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.660113+0000 mon.a (mon.0) 1706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.669764+0000 mon.a (mon.0) 1707 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.671133+0000 mon.a (mon.0) 1708 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.678352+0000 mon.a (mon.0) 1709 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.759418+0000 mon.a (mon.0) 1710 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.300 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.761701+0000 mon.a (mon.0) 1711 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.301 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.764432+0000 mon.a (mon.0) 1712 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.301 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.765388+0000 mon.a (mon.0) 1713 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.301 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.773143+0000 mon.a (mon.0) 1714 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.301 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.855755+0000 mon.a (mon.0) 1715 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.301 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.858133+0000 mon.a (mon.0) 1716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.301 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.860515+0000 mon.a (mon.0) 1717 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:29.301 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.861614+0000 mon.a (mon.0) 1718 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:29.302 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.867727+0000 mon.a (mon.0) 1719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:29.302 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.948034+0000 mon.a (mon.0) 1720 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:29.302 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.950532+0000 mon.a (mon.0) 1721 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:29.302 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:28 smithi040 bash[78949]: audit 2023-12-06T07:06:28.953884+0000 mon.a (mon.0) 1722 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: cephadm 2023-12-06T07:06:28.196847+0000 mgr.y (mgr.25474) 1067 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: cephadm 2023-12-06T07:06:28.293456+0000 mgr.y (mgr.25474) 1068 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: cephadm 2023-12-06T07:06:28.389771+0000 mgr.y (mgr.25474) 1069 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: cephadm 2023-12-06T07:06:28.481305+0000 mgr.y (mgr.25474) 1070 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: cephadm 2023-12-06T07:06:28.576885+0000 mgr.y (mgr.25474) 1071 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: cephadm 2023-12-06T07:06:28.678919+0000 mgr.y (mgr.25474) 1072 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: cephadm 2023-12-06T07:06:28.774003+0000 mgr.y (mgr.25474) 1073 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: cephadm 2023-12-06T07:06:28.868198+0000 mgr.y (mgr.25474) 1074 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: cluster 2023-12-06T07:06:28.925424+0000 mgr.y (mgr.25474) 1075 : cluster 0 pgmap v121: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 0 B/s wr, 10 op/s; 84/630 objects degraded (13.333%) 2023-12-06T07:06:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:28.955970+0000 mon.a (mon.0) 1723 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:28.973755+0000 mon.a (mon.0) 1724 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: cephadm 2023-12-06T07:06:28.974375+0000 mgr.y (mgr.25474) 1076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.041177+0000 mon.a (mon.0) 1725 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.043799+0000 mon.a (mon.0) 1726 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.047606+0000 mon.a (mon.0) 1727 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.048616+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.058461+0000 mon.a (mon.0) 1729 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: cephadm 2023-12-06T07:06:29.059451+0000 mgr.y (mgr.25474) 1077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.119853+0000 mon.a (mon.0) 1730 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.123968+0000 mon.a (mon.0) 1731 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: cephadm 2023-12-06T07:06:28.196847+0000 mgr.y (mgr.25474) 1067 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: cephadm 2023-12-06T07:06:28.293456+0000 mgr.y (mgr.25474) 1068 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: cephadm 2023-12-06T07:06:28.389771+0000 mgr.y (mgr.25474) 1069 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: cephadm 2023-12-06T07:06:28.481305+0000 mgr.y (mgr.25474) 1070 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: cephadm 2023-12-06T07:06:28.576885+0000 mgr.y (mgr.25474) 1071 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: cephadm 2023-12-06T07:06:28.678919+0000 mgr.y (mgr.25474) 1072 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: cephadm 2023-12-06T07:06:28.774003+0000 mgr.y (mgr.25474) 1073 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: cephadm 2023-12-06T07:06:28.868198+0000 mgr.y (mgr.25474) 1074 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: cluster 2023-12-06T07:06:28.925424+0000 mgr.y (mgr.25474) 1075 : cluster 0 pgmap v121: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 0 B/s wr, 10 op/s; 84/630 objects degraded (13.333%) 2023-12-06T07:06:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:28.955970+0000 mon.a (mon.0) 1723 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:28.973755+0000 mon.a (mon.0) 1724 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: cephadm 2023-12-06T07:06:28.974375+0000 mgr.y (mgr.25474) 1076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.041177+0000 mon.a (mon.0) 1725 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.043799+0000 mon.a (mon.0) 1726 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.047606+0000 mon.a (mon.0) 1727 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.048616+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.058461+0000 mon.a (mon.0) 1729 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: cephadm 2023-12-06T07:06:29.059451+0000 mgr.y (mgr.25474) 1077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.119853+0000 mon.a (mon.0) 1730 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.123968+0000 mon.a (mon.0) 1731 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.127785+0000 mon.a (mon.0) 1732 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.129223+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.137811+0000 mon.a (mon.0) 1734 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.216243+0000 mon.a (mon.0) 1735 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.219927+0000 mon.a (mon.0) 1736 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.223658+0000 mon.a (mon.0) 1737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.224973+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.233945+0000 mon.a (mon.0) 1739 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.318179+0000 mon.a (mon.0) 1740 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.320604+0000 mon.a (mon.0) 1741 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.322910+0000 mon.a (mon.0) 1742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.323937+0000 mon.a (mon.0) 1743 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.329903+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.410326+0000 mon.a (mon.0) 1745 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.412568+0000 mon.a (mon.0) 1746 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.415757+0000 mon.a (mon.0) 1747 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.416658+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.423942+0000 mon.a (mon.0) 1749 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.507118+0000 mon.a (mon.0) 1750 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.510917+0000 mon.a (mon.0) 1751 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.514000+0000 mon.a (mon.0) 1752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.514963+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.522870+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.599800+0000 mon.a (mon.0) 1755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.608715+0000 mon.a (mon.0) 1756 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.610455+0000 mon.a (mon.0) 1757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.614356+0000 mon.a (mon.0) 1758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.617943+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.623559+0000 mon.a (mon.0) 1760 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.624530+0000 mon.a (mon.0) 1761 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.631358+0000 mon.a (mon.0) 1762 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.710093+0000 mon.a (mon.0) 1763 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.712667+0000 mon.a (mon.0) 1764 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.715038+0000 mon.a (mon.0) 1765 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.716143+0000 mon.a (mon.0) 1766 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.722086+0000 mon.a (mon.0) 1767 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.805061+0000 mon.a (mon.0) 1768 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.808797+0000 mon.a (mon.0) 1769 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.812296+0000 mon.a (mon.0) 1770 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.813705+0000 mon.a (mon.0) 1771 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.127785+0000 mon.a (mon.0) 1732 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.129223+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.137811+0000 mon.a (mon.0) 1734 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.216243+0000 mon.a (mon.0) 1735 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.219927+0000 mon.a (mon.0) 1736 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.223658+0000 mon.a (mon.0) 1737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.224973+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.233945+0000 mon.a (mon.0) 1739 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.318179+0000 mon.a (mon.0) 1740 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.320604+0000 mon.a (mon.0) 1741 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.322910+0000 mon.a (mon.0) 1742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.323937+0000 mon.a (mon.0) 1743 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.329903+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.410326+0000 mon.a (mon.0) 1745 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.412568+0000 mon.a (mon.0) 1746 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.415757+0000 mon.a (mon.0) 1747 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.416658+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.423942+0000 mon.a (mon.0) 1749 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.507118+0000 mon.a (mon.0) 1750 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.510917+0000 mon.a (mon.0) 1751 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.821412+0000 mon.a (mon.0) 1772 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.903212+0000 mon.a (mon.0) 1773 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.905242+0000 mon.a (mon.0) 1774 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.907731+0000 mon.a (mon.0) 1775 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.908597+0000 mon.a (mon.0) 1776 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[78949]: audit 2023-12-06T07:06:29.914019+0000 mon.a (mon.0) 1777 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.514000+0000 mon.a (mon.0) 1752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.514963+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.522870+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.599800+0000 mon.a (mon.0) 1755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.608715+0000 mon.a (mon.0) 1756 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.610455+0000 mon.a (mon.0) 1757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.614356+0000 mon.a (mon.0) 1758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.617943+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.623559+0000 mon.a (mon.0) 1760 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.624530+0000 mon.a (mon.0) 1761 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.631358+0000 mon.a (mon.0) 1762 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.710093+0000 mon.a (mon.0) 1763 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.712667+0000 mon.a (mon.0) 1764 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.715038+0000 mon.a (mon.0) 1765 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.716143+0000 mon.a (mon.0) 1766 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.722086+0000 mon.a (mon.0) 1767 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.805061+0000 mon.a (mon.0) 1768 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.808797+0000 mon.a (mon.0) 1769 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.812296+0000 mon.a (mon.0) 1770 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.813705+0000 mon.a (mon.0) 1771 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.821412+0000 mon.a (mon.0) 1772 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.903212+0000 mon.a (mon.0) 1773 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.905242+0000 mon.a (mon.0) 1774 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.907731+0000 mon.a (mon.0) 1775 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.908597+0000 mon.a (mon.0) 1776 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:29 smithi040 bash[84914]: audit 2023-12-06T07:06:29.914019+0000 mon.a (mon.0) 1777 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: cephadm 2023-12-06T07:06:28.196847+0000 mgr.y (mgr.25474) 1067 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: cephadm 2023-12-06T07:06:28.293456+0000 mgr.y (mgr.25474) 1068 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: cephadm 2023-12-06T07:06:28.389771+0000 mgr.y (mgr.25474) 1069 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: cephadm 2023-12-06T07:06:28.481305+0000 mgr.y (mgr.25474) 1070 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: cephadm 2023-12-06T07:06:28.576885+0000 mgr.y (mgr.25474) 1071 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: cephadm 2023-12-06T07:06:28.678919+0000 mgr.y (mgr.25474) 1072 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: cephadm 2023-12-06T07:06:28.774003+0000 mgr.y (mgr.25474) 1073 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: cephadm 2023-12-06T07:06:28.868198+0000 mgr.y (mgr.25474) 1074 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: cluster 2023-12-06T07:06:28.925424+0000 mgr.y (mgr.25474) 1075 : cluster 0 pgmap v121: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 0 B/s wr, 10 op/s; 84/630 objects degraded (13.333%) 2023-12-06T07:06:30.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:28.955970+0000 mon.a (mon.0) 1723 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:28.973755+0000 mon.a (mon.0) 1724 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: cephadm 2023-12-06T07:06:28.974375+0000 mgr.y (mgr.25474) 1076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.041177+0000 mon.a (mon.0) 1725 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.043799+0000 mon.a (mon.0) 1726 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.047606+0000 mon.a (mon.0) 1727 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.048616+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.058461+0000 mon.a (mon.0) 1729 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: cephadm 2023-12-06T07:06:29.059451+0000 mgr.y (mgr.25474) 1077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.119853+0000 mon.a (mon.0) 1730 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.123968+0000 mon.a (mon.0) 1731 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.127785+0000 mon.a (mon.0) 1732 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.129223+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.137811+0000 mon.a (mon.0) 1734 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.216243+0000 mon.a (mon.0) 1735 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.219927+0000 mon.a (mon.0) 1736 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.223658+0000 mon.a (mon.0) 1737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.224973+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.233945+0000 mon.a (mon.0) 1739 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.318179+0000 mon.a (mon.0) 1740 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.320604+0000 mon.a (mon.0) 1741 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.322910+0000 mon.a (mon.0) 1742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.323937+0000 mon.a (mon.0) 1743 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.329903+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.410326+0000 mon.a (mon.0) 1745 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.412568+0000 mon.a (mon.0) 1746 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.415757+0000 mon.a (mon.0) 1747 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.416658+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.423942+0000 mon.a (mon.0) 1749 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.507118+0000 mon.a (mon.0) 1750 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.510917+0000 mon.a (mon.0) 1751 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.514000+0000 mon.a (mon.0) 1752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.514963+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.522870+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.599800+0000 mon.a (mon.0) 1755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.608715+0000 mon.a (mon.0) 1756 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.610455+0000 mon.a (mon.0) 1757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.614356+0000 mon.a (mon.0) 1758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.617943+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.623559+0000 mon.a (mon.0) 1760 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.624530+0000 mon.a (mon.0) 1761 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.631358+0000 mon.a (mon.0) 1762 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.710093+0000 mon.a (mon.0) 1763 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.712667+0000 mon.a (mon.0) 1764 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.715038+0000 mon.a (mon.0) 1765 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.716143+0000 mon.a (mon.0) 1766 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.722086+0000 mon.a (mon.0) 1767 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.805061+0000 mon.a (mon.0) 1768 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.808797+0000 mon.a (mon.0) 1769 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.812296+0000 mon.a (mon.0) 1770 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.813705+0000 mon.a (mon.0) 1771 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.821412+0000 mon.a (mon.0) 1772 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.903212+0000 mon.a (mon.0) 1773 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.905242+0000 mon.a (mon.0) 1774 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.907731+0000 mon.a (mon.0) 1775 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.908597+0000 mon.a (mon.0) 1776 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:29 smithi141 bash[72190]: audit 2023-12-06T07:06:29.914019+0000 mon.a (mon.0) 1777 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.976 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[92933]: debug 2023-12-06T07:06:30.731+0000 7fe82dd45700 1 -- 172.21.15.40:0/1202475795 <== mon.1 v2:172.21.15.40:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55fb6c6f11e0 con 0x55fb6c777000 2023-12-06T07:06:30.976 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: cephadm 2023-12-06T07:06:29.138603+0000 mgr.y (mgr.25474) 1078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.976 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: cephadm 2023-12-06T07:06:29.234985+0000 mgr.y (mgr.25474) 1079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: cephadm 2023-12-06T07:06:29.330476+0000 mgr.y (mgr.25474) 1080 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: cephadm 2023-12-06T07:06:29.424657+0000 mgr.y (mgr.25474) 1081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: cephadm 2023-12-06T07:06:29.523485+0000 mgr.y (mgr.25474) 1082 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: cephadm 2023-12-06T07:06:29.632197+0000 mgr.y (mgr.25474) 1083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: cephadm 2023-12-06T07:06:29.723580+0000 mgr.y (mgr.25474) 1084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: cephadm 2023-12-06T07:06:29.822067+0000 mgr.y (mgr.25474) 1085 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: cephadm 2023-12-06T07:06:29.914623+0000 mgr.y (mgr.25474) 1086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:29.990532+0000 mon.a (mon.0) 1778 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:29.992620+0000 mon.a (mon.0) 1779 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:29.994656+0000 mon.a (mon.0) 1780 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:29.995554+0000 mon.a (mon.0) 1781 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.002230+0000 mon.a (mon.0) 1782 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: cephadm 2023-12-06T07:06:30.003542+0000 mgr.y (mgr.25474) 1087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.977 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.083351+0000 mon.a (mon.0) 1783 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.085625+0000 mon.a (mon.0) 1784 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.088015+0000 mon.a (mon.0) 1785 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.088902+0000 mon.a (mon.0) 1786 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.097928+0000 mon.a (mon.0) 1787 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: cephadm 2023-12-06T07:06:30.098752+0000 mgr.y (mgr.25474) 1088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:30.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.179777+0000 mon.a (mon.0) 1788 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.182533+0000 mon.a (mon.0) 1789 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.187199+0000 mon.a (mon.0) 1790 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.978 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.188648+0000 mon.a (mon.0) 1791 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.199309+0000 mon.a (mon.0) 1792 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.283221+0000 mon.a (mon.0) 1793 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.285717+0000 mon.a (mon.0) 1794 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.288208+0000 mon.a (mon.0) 1795 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.289465+0000 mon.a (mon.0) 1796 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.300168+0000 mon.a (mon.0) 1797 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.380288+0000 mon.a (mon.0) 1798 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.382794+0000 mon.a (mon.0) 1799 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.385829+0000 mon.a (mon.0) 1800 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.386729+0000 mon.a (mon.0) 1801 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:30.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.396420+0000 mon.a (mon.0) 1802 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:30.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.480310+0000 mon.a (mon.0) 1803 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:30.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.482501+0000 mon.a (mon.0) 1804 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:30.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.485096+0000 mon.a (mon.0) 1805 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:30.979 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.485994+0000 mon.a (mon.0) 1806 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.494677+0000 mon.a (mon.0) 1807 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.576198+0000 mon.a (mon.0) 1808 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.578145+0000 mon.a (mon.0) 1809 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.580661+0000 mon.a (mon.0) 1810 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.581540+0000 mon.a (mon.0) 1811 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.588720+0000 mon.a (mon.0) 1812 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.666806+0000 mon.a (mon.0) 1813 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.670512+0000 mon.a (mon.0) 1814 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.674189+0000 mon.a (mon.0) 1815 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.675515+0000 mon.a (mon.0) 1816 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.685786+0000 mon.a (mon.0) 1817 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.763187+0000 mon.a (mon.0) 1818 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.765956+0000 mon.a (mon.0) 1819 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.769720+0000 mon.a (mon.0) 1820 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.771084+0000 mon.a (mon.0) 1821 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.782080+0000 mon.a (mon.0) 1822 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.860690+0000 mon.a (mon.0) 1823 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.863932+0000 mon.a (mon.0) 1824 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.867911+0000 mon.a (mon.0) 1825 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.869167+0000 mon.a (mon.0) 1826 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.879383+0000 mon.a (mon.0) 1827 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[78949]: audit 2023-12-06T07:06:30.957626+0000 mon.a (mon.0) 1828 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: cephadm 2023-12-06T07:06:29.138603+0000 mgr.y (mgr.25474) 1078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: cephadm 2023-12-06T07:06:29.234985+0000 mgr.y (mgr.25474) 1079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: cephadm 2023-12-06T07:06:29.330476+0000 mgr.y (mgr.25474) 1080 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: cephadm 2023-12-06T07:06:29.424657+0000 mgr.y (mgr.25474) 1081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: cephadm 2023-12-06T07:06:29.523485+0000 mgr.y (mgr.25474) 1082 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: cephadm 2023-12-06T07:06:29.632197+0000 mgr.y (mgr.25474) 1083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: cephadm 2023-12-06T07:06:29.723580+0000 mgr.y (mgr.25474) 1084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: cephadm 2023-12-06T07:06:29.822067+0000 mgr.y (mgr.25474) 1085 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: cephadm 2023-12-06T07:06:29.914623+0000 mgr.y (mgr.25474) 1086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:29.990532+0000 mon.a (mon.0) 1778 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:29.992620+0000 mon.a (mon.0) 1779 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:29.994656+0000 mon.a (mon.0) 1780 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:29.995554+0000 mon.a (mon.0) 1781 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.002230+0000 mon.a (mon.0) 1782 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: cephadm 2023-12-06T07:06:30.003542+0000 mgr.y (mgr.25474) 1087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.083351+0000 mon.a (mon.0) 1783 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.085625+0000 mon.a (mon.0) 1784 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.088015+0000 mon.a (mon.0) 1785 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.088902+0000 mon.a (mon.0) 1786 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.097928+0000 mon.a (mon.0) 1787 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: cephadm 2023-12-06T07:06:30.098752+0000 mgr.y (mgr.25474) 1088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.179777+0000 mon.a (mon.0) 1788 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.182533+0000 mon.a (mon.0) 1789 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.187199+0000 mon.a (mon.0) 1790 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.188648+0000 mon.a (mon.0) 1791 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.199309+0000 mon.a (mon.0) 1792 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.283221+0000 mon.a (mon.0) 1793 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.285717+0000 mon.a (mon.0) 1794 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.288208+0000 mon.a (mon.0) 1795 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.289465+0000 mon.a (mon.0) 1796 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.300168+0000 mon.a (mon.0) 1797 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.380288+0000 mon.a (mon.0) 1798 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.382794+0000 mon.a (mon.0) 1799 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.385829+0000 mon.a (mon.0) 1800 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.386729+0000 mon.a (mon.0) 1801 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.396420+0000 mon.a (mon.0) 1802 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.480310+0000 mon.a (mon.0) 1803 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.482501+0000 mon.a (mon.0) 1804 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.485096+0000 mon.a (mon.0) 1805 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.485994+0000 mon.a (mon.0) 1806 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.494677+0000 mon.a (mon.0) 1807 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.576198+0000 mon.a (mon.0) 1808 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.578145+0000 mon.a (mon.0) 1809 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.580661+0000 mon.a (mon.0) 1810 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.581540+0000 mon.a (mon.0) 1811 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.588720+0000 mon.a (mon.0) 1812 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.666806+0000 mon.a (mon.0) 1813 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.670512+0000 mon.a (mon.0) 1814 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.674189+0000 mon.a (mon.0) 1815 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.675515+0000 mon.a (mon.0) 1816 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.685786+0000 mon.a (mon.0) 1817 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.763187+0000 mon.a (mon.0) 1818 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.765956+0000 mon.a (mon.0) 1819 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.769720+0000 mon.a (mon.0) 1820 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.771084+0000 mon.a (mon.0) 1821 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.782080+0000 mon.a (mon.0) 1822 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.860690+0000 mon.a (mon.0) 1823 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.863932+0000 mon.a (mon.0) 1824 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.867911+0000 mon.a (mon.0) 1825 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.869167+0000 mon.a (mon.0) 1826 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.879383+0000 mon.a (mon.0) 1827 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.294 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:30 smithi040 bash[84914]: audit 2023-12-06T07:06:30.957626+0000 mon.a (mon.0) 1828 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: cephadm 2023-12-06T07:06:29.138603+0000 mgr.y (mgr.25474) 1078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: cephadm 2023-12-06T07:06:29.234985+0000 mgr.y (mgr.25474) 1079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: cephadm 2023-12-06T07:06:29.330476+0000 mgr.y (mgr.25474) 1080 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: cephadm 2023-12-06T07:06:29.424657+0000 mgr.y (mgr.25474) 1081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: cephadm 2023-12-06T07:06:29.523485+0000 mgr.y (mgr.25474) 1082 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: cephadm 2023-12-06T07:06:29.632197+0000 mgr.y (mgr.25474) 1083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: cephadm 2023-12-06T07:06:29.723580+0000 mgr.y (mgr.25474) 1084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: cephadm 2023-12-06T07:06:29.822067+0000 mgr.y (mgr.25474) 1085 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: cephadm 2023-12-06T07:06:29.914623+0000 mgr.y (mgr.25474) 1086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:29.990532+0000 mon.a (mon.0) 1778 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:29.992620+0000 mon.a (mon.0) 1779 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:29.994656+0000 mon.a (mon.0) 1780 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:29.995554+0000 mon.a (mon.0) 1781 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.002230+0000 mon.a (mon.0) 1782 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: cephadm 2023-12-06T07:06:30.003542+0000 mgr.y (mgr.25474) 1087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.083351+0000 mon.a (mon.0) 1783 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.085625+0000 mon.a (mon.0) 1784 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.088015+0000 mon.a (mon.0) 1785 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.088902+0000 mon.a (mon.0) 1786 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.097928+0000 mon.a (mon.0) 1787 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: cephadm 2023-12-06T07:06:30.098752+0000 mgr.y (mgr.25474) 1088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.179777+0000 mon.a (mon.0) 1788 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.182533+0000 mon.a (mon.0) 1789 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.187199+0000 mon.a (mon.0) 1790 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.188648+0000 mon.a (mon.0) 1791 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.199309+0000 mon.a (mon.0) 1792 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.283221+0000 mon.a (mon.0) 1793 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.285717+0000 mon.a (mon.0) 1794 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.288208+0000 mon.a (mon.0) 1795 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.289465+0000 mon.a (mon.0) 1796 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.300168+0000 mon.a (mon.0) 1797 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.380288+0000 mon.a (mon.0) 1798 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.382794+0000 mon.a (mon.0) 1799 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.385829+0000 mon.a (mon.0) 1800 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.386729+0000 mon.a (mon.0) 1801 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.396420+0000 mon.a (mon.0) 1802 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.480310+0000 mon.a (mon.0) 1803 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.482501+0000 mon.a (mon.0) 1804 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.485096+0000 mon.a (mon.0) 1805 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.485994+0000 mon.a (mon.0) 1806 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.494677+0000 mon.a (mon.0) 1807 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.576198+0000 mon.a (mon.0) 1808 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.578145+0000 mon.a (mon.0) 1809 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.580661+0000 mon.a (mon.0) 1810 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.581540+0000 mon.a (mon.0) 1811 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.588720+0000 mon.a (mon.0) 1812 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.666806+0000 mon.a (mon.0) 1813 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.670512+0000 mon.a (mon.0) 1814 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.674189+0000 mon.a (mon.0) 1815 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.675515+0000 mon.a (mon.0) 1816 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.685786+0000 mon.a (mon.0) 1817 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.763187+0000 mon.a (mon.0) 1818 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.765956+0000 mon.a (mon.0) 1819 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.769720+0000 mon.a (mon.0) 1820 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.771084+0000 mon.a (mon.0) 1821 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.782080+0000 mon.a (mon.0) 1822 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.860690+0000 mon.a (mon.0) 1823 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.863932+0000 mon.a (mon.0) 1824 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.867911+0000 mon.a (mon.0) 1825 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.869167+0000 mon.a (mon.0) 1826 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.879383+0000 mon.a (mon.0) 1827 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:30 smithi141 bash[72190]: audit 2023-12-06T07:06:30.957626+0000 mon.a (mon.0) 1828 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.780 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[92933]: debug 2023-12-06T07:06:31.275+0000 7fe836ecb640 -1 Falling back to public interface 2023-12-06T07:06:31.983 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: cephadm 2023-12-06T07:06:30.200175+0000 mgr.y (mgr.25474) 1089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.983 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: cephadm 2023-12-06T07:06:30.300982+0000 mgr.y (mgr.25474) 1090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.983 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: cephadm 2023-12-06T07:06:30.397001+0000 mgr.y (mgr.25474) 1091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.983 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: cephadm 2023-12-06T07:06:30.495513+0000 mgr.y (mgr.25474) 1092 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.983 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: cephadm 2023-12-06T07:06:30.589299+0000 mgr.y (mgr.25474) 1093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.983 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: cephadm 2023-12-06T07:06:30.686533+0000 mgr.y (mgr.25474) 1094 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.983 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: cephadm 2023-12-06T07:06:30.782801+0000 mgr.y (mgr.25474) 1095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.983 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: cephadm 2023-12-06T07:06:30.879947+0000 mgr.y (mgr.25474) 1096 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.983 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: cluster 2023-12-06T07:06:30.926478+0000 mgr.y (mgr.25474) 1097 : cluster 0 pgmap v122: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:06:31.983 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:30.961163+0000 mon.a (mon.0) 1829 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.984 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:30.978335+0000 mon.a (mon.0) 1830 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.984 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:30.979333+0000 mon.a (mon.0) 1831 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.984 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:30.986515+0000 mon.a (mon.0) 1832 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.984 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: cephadm 2023-12-06T07:06:30.987714+0000 mgr.y (mgr.25474) 1098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.984 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.061854+0000 mon.a (mon.0) 1833 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.984 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.064423+0000 mon.a (mon.0) 1834 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.984 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.067067+0000 mon.a (mon.0) 1835 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.984 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.068071+0000 mon.a (mon.0) 1836 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.984 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.075077+0000 mon.a (mon.0) 1837 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.984 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: cephadm 2023-12-06T07:06:31.075843+0000 mgr.y (mgr.25474) 1099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.985 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: cephadm 2023-12-06T07:06:30.200175+0000 mgr.y (mgr.25474) 1089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.985 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: cephadm 2023-12-06T07:06:30.300982+0000 mgr.y (mgr.25474) 1090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.985 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: cephadm 2023-12-06T07:06:30.397001+0000 mgr.y (mgr.25474) 1091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.985 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: cephadm 2023-12-06T07:06:30.495513+0000 mgr.y (mgr.25474) 1092 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.985 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: cephadm 2023-12-06T07:06:30.589299+0000 mgr.y (mgr.25474) 1093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.985 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: cephadm 2023-12-06T07:06:30.686533+0000 mgr.y (mgr.25474) 1094 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.985 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: cephadm 2023-12-06T07:06:30.782801+0000 mgr.y (mgr.25474) 1095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.985 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: cephadm 2023-12-06T07:06:30.879947+0000 mgr.y (mgr.25474) 1096 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.985 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: cluster 2023-12-06T07:06:30.926478+0000 mgr.y (mgr.25474) 1097 : cluster 0 pgmap v122: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:06:31.986 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:30.961163+0000 mon.a (mon.0) 1829 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.986 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:30.978335+0000 mon.a (mon.0) 1830 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.986 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:30.979333+0000 mon.a (mon.0) 1831 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.986 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:30.986515+0000 mon.a (mon.0) 1832 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.986 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: cephadm 2023-12-06T07:06:30.987714+0000 mgr.y (mgr.25474) 1098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.986 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.061854+0000 mon.a (mon.0) 1833 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.986 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.064423+0000 mon.a (mon.0) 1834 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.986 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.067067+0000 mon.a (mon.0) 1835 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.986 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.068071+0000 mon.a (mon.0) 1836 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.986 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.075077+0000 mon.a (mon.0) 1837 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.986 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: cephadm 2023-12-06T07:06:31.075843+0000 mgr.y (mgr.25474) 1099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:31.987 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.156881+0000 mon.a (mon.0) 1838 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.987 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.159253+0000 mon.a (mon.0) 1839 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.987 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.161974+0000 mon.a (mon.0) 1840 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.987 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.162952+0000 mon.a (mon.0) 1841 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.987 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.171228+0000 mon.a (mon.0) 1842 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.987 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.254642+0000 mon.a (mon.0) 1843 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.987 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.257351+0000 mon.a (mon.0) 1844 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.987 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.260534+0000 mon.a (mon.0) 1845 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.987 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.261870+0000 mon.a (mon.0) 1846 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.988 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.269526+0000 mon.a (mon.0) 1847 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.988 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.352093+0000 mon.a (mon.0) 1848 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.988 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.354055+0000 mon.a (mon.0) 1849 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.988 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.356576+0000 mon.a (mon.0) 1850 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.988 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.357351+0000 mon.a (mon.0) 1851 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.988 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.362945+0000 mon.a (mon.0) 1852 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.988 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.444007+0000 mon.a (mon.0) 1853 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.988 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.446728+0000 mon.a (mon.0) 1854 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.988 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.450773+0000 mon.a (mon.0) 1855 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.988 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.452145+0000 mon.a (mon.0) 1856 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.988 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.463477+0000 mon.a (mon.0) 1857 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.989 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.544723+0000 mon.a (mon.0) 1858 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.989 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.546980+0000 mon.a (mon.0) 1859 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.989 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.549117+0000 mon.a (mon.0) 1860 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.989 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.550039+0000 mon.a (mon.0) 1861 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.989 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.558151+0000 mon.a (mon.0) 1862 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.989 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.638671+0000 mon.a (mon.0) 1863 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.989 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.641174+0000 mon.a (mon.0) 1864 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.989 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.644129+0000 mon.a (mon.0) 1865 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.989 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.645262+0000 mon.a (mon.0) 1866 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.989 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.653109+0000 mon.a (mon.0) 1867 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.989 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.735461+0000 mon.a (mon.0) 1868 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.989 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.738311+0000 mon.a (mon.0) 1869 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.989 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.741062+0000 mon.a (mon.0) 1870 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.990 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.741957+0000 mon.a (mon.0) 1871 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.990 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.749961+0000 mon.a (mon.0) 1872 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.990 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.837385+0000 mon.a (mon.0) 1873 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.990 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.839881+0000 mon.a (mon.0) 1874 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.990 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.842278+0000 mon.a (mon.0) 1875 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.990 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.156881+0000 mon.a (mon.0) 1838 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.990 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.159253+0000 mon.a (mon.0) 1839 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.990 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.161974+0000 mon.a (mon.0) 1840 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.990 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.162952+0000 mon.a (mon.0) 1841 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.171228+0000 mon.a (mon.0) 1842 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.254642+0000 mon.a (mon.0) 1843 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.257351+0000 mon.a (mon.0) 1844 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.260534+0000 mon.a (mon.0) 1845 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.261870+0000 mon.a (mon.0) 1846 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.269526+0000 mon.a (mon.0) 1847 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.352093+0000 mon.a (mon.0) 1848 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.354055+0000 mon.a (mon.0) 1849 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.356576+0000 mon.a (mon.0) 1850 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.357351+0000 mon.a (mon.0) 1851 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.362945+0000 mon.a (mon.0) 1852 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.444007+0000 mon.a (mon.0) 1853 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.446728+0000 mon.a (mon.0) 1854 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.450773+0000 mon.a (mon.0) 1855 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.452145+0000 mon.a (mon.0) 1856 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.991 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.463477+0000 mon.a (mon.0) 1857 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.992 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.544723+0000 mon.a (mon.0) 1858 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.992 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.546980+0000 mon.a (mon.0) 1859 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.992 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.549117+0000 mon.a (mon.0) 1860 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.992 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.550039+0000 mon.a (mon.0) 1861 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.992 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.558151+0000 mon.a (mon.0) 1862 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:31.992 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.638671+0000 mon.a (mon.0) 1863 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:31.992 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.641174+0000 mon.a (mon.0) 1864 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:31.992 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.644129+0000 mon.a (mon.0) 1865 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:31.992 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.645262+0000 mon.a (mon.0) 1866 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:31.992 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.653109+0000 mon.a (mon.0) 1867 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.843163+0000 mon.a (mon.0) 1876 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.850235+0000 mon.a (mon.0) 1877 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.930320+0000 mon.a (mon.0) 1878 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:32.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.933085+0000 mon.a (mon.0) 1879 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:32.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.938044+0000 mon.a (mon.0) 1880 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:32.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.939502+0000 mon.a (mon.0) 1881 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[78949]: audit 2023-12-06T07:06:31.948662+0000 mon.a (mon.0) 1882 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.735461+0000 mon.a (mon.0) 1868 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.738311+0000 mon.a (mon.0) 1869 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.741062+0000 mon.a (mon.0) 1870 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.741957+0000 mon.a (mon.0) 1871 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.749961+0000 mon.a (mon.0) 1872 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.837385+0000 mon.a (mon.0) 1873 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.839881+0000 mon.a (mon.0) 1874 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.842278+0000 mon.a (mon.0) 1875 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.843163+0000 mon.a (mon.0) 1876 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.850235+0000 mon.a (mon.0) 1877 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.930320+0000 mon.a (mon.0) 1878 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.933085+0000 mon.a (mon.0) 1879 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.938044+0000 mon.a (mon.0) 1880 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.939502+0000 mon.a (mon.0) 1881 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:31 smithi040 bash[84914]: audit 2023-12-06T07:06:31.948662+0000 mon.a (mon.0) 1882 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: cephadm 2023-12-06T07:06:30.200175+0000 mgr.y (mgr.25474) 1089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: cephadm 2023-12-06T07:06:30.300982+0000 mgr.y (mgr.25474) 1090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: cephadm 2023-12-06T07:06:30.397001+0000 mgr.y (mgr.25474) 1091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: cephadm 2023-12-06T07:06:30.495513+0000 mgr.y (mgr.25474) 1092 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: cephadm 2023-12-06T07:06:30.589299+0000 mgr.y (mgr.25474) 1093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: cephadm 2023-12-06T07:06:30.686533+0000 mgr.y (mgr.25474) 1094 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: cephadm 2023-12-06T07:06:30.782801+0000 mgr.y (mgr.25474) 1095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: cephadm 2023-12-06T07:06:30.879947+0000 mgr.y (mgr.25474) 1096 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: cluster 2023-12-06T07:06:30.926478+0000 mgr.y (mgr.25474) 1097 : cluster 0 pgmap v122: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:06:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:30.961163+0000 mon.a (mon.0) 1829 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:30.978335+0000 mon.a (mon.0) 1830 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:30.979333+0000 mon.a (mon.0) 1831 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:30.986515+0000 mon.a (mon.0) 1832 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: cephadm 2023-12-06T07:06:30.987714+0000 mgr.y (mgr.25474) 1098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.061854+0000 mon.a (mon.0) 1833 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.064423+0000 mon.a (mon.0) 1834 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.067067+0000 mon.a (mon.0) 1835 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.068071+0000 mon.a (mon.0) 1836 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.075077+0000 mon.a (mon.0) 1837 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: cephadm 2023-12-06T07:06:31.075843+0000 mgr.y (mgr.25474) 1099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:32.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.156881+0000 mon.a (mon.0) 1838 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:32.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.159253+0000 mon.a (mon.0) 1839 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:32.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.161974+0000 mon.a (mon.0) 1840 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:32.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.162952+0000 mon.a (mon.0) 1841 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.171228+0000 mon.a (mon.0) 1842 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.254642+0000 mon.a (mon.0) 1843 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.257351+0000 mon.a (mon.0) 1844 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.260534+0000 mon.a (mon.0) 1845 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.261870+0000 mon.a (mon.0) 1846 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.269526+0000 mon.a (mon.0) 1847 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.352093+0000 mon.a (mon.0) 1848 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.354055+0000 mon.a (mon.0) 1849 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.356576+0000 mon.a (mon.0) 1850 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.357351+0000 mon.a (mon.0) 1851 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.362945+0000 mon.a (mon.0) 1852 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.444007+0000 mon.a (mon.0) 1853 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.446728+0000 mon.a (mon.0) 1854 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.450773+0000 mon.a (mon.0) 1855 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:32.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.452145+0000 mon.a (mon.0) 1856 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.463477+0000 mon.a (mon.0) 1857 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.544723+0000 mon.a (mon.0) 1858 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.546980+0000 mon.a (mon.0) 1859 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.549117+0000 mon.a (mon.0) 1860 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.550039+0000 mon.a (mon.0) 1861 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.558151+0000 mon.a (mon.0) 1862 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.638671+0000 mon.a (mon.0) 1863 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.641174+0000 mon.a (mon.0) 1864 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.644129+0000 mon.a (mon.0) 1865 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.645262+0000 mon.a (mon.0) 1866 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.653109+0000 mon.a (mon.0) 1867 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.735461+0000 mon.a (mon.0) 1868 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.738311+0000 mon.a (mon.0) 1869 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.741062+0000 mon.a (mon.0) 1870 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:32.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.741957+0000 mon.a (mon.0) 1871 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.749961+0000 mon.a (mon.0) 1872 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.837385+0000 mon.a (mon.0) 1873 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.839881+0000 mon.a (mon.0) 1874 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.842278+0000 mon.a (mon.0) 1875 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.843163+0000 mon.a (mon.0) 1876 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.850235+0000 mon.a (mon.0) 1877 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.930320+0000 mon.a (mon.0) 1878 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.933085+0000 mon.a (mon.0) 1879 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.938044+0000 mon.a (mon.0) 1880 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.939502+0000 mon.a (mon.0) 1881 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:32.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:31 smithi141 bash[72190]: audit 2023-12-06T07:06:31.948662+0000 mon.a (mon.0) 1882 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: cephadm 2023-12-06T07:06:31.171849+0000 mgr.y (mgr.25474) 1100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: cephadm 2023-12-06T07:06:31.270204+0000 mgr.y (mgr.25474) 1101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: cephadm 2023-12-06T07:06:31.364123+0000 mgr.y (mgr.25474) 1102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: cephadm 2023-12-06T07:06:31.464236+0000 mgr.y (mgr.25474) 1103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: cephadm 2023-12-06T07:06:31.558682+0000 mgr.y (mgr.25474) 1104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: cephadm 2023-12-06T07:06:31.653952+0000 mgr.y (mgr.25474) 1105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: cephadm 2023-12-06T07:06:31.750616+0000 mgr.y (mgr.25474) 1106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: cephadm 2023-12-06T07:06:31.851088+0000 mgr.y (mgr.25474) 1107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: cephadm 2023-12-06T07:06:31.949498+0000 mgr.y (mgr.25474) 1108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.029540+0000 mon.a (mon.0) 1883 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.031776+0000 mon.a (mon.0) 1884 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.034366+0000 mon.a (mon.0) 1885 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.035693+0000 mon.a (mon.0) 1886 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.043900+0000 mon.a (mon.0) 1887 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: cephadm 2023-12-06T07:06:32.044565+0000 mgr.y (mgr.25474) 1109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.123186+0000 mon.a (mon.0) 1888 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.126453+0000 mon.a (mon.0) 1889 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.130990+0000 mon.a (mon.0) 1890 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.132465+0000 mon.a (mon.0) 1891 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.141427+0000 mon.a (mon.0) 1892 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.221570+0000 mon.a (mon.0) 1893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: cephadm 2023-12-06T07:06:31.171849+0000 mgr.y (mgr.25474) 1100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: cephadm 2023-12-06T07:06:31.270204+0000 mgr.y (mgr.25474) 1101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: cephadm 2023-12-06T07:06:31.364123+0000 mgr.y (mgr.25474) 1102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: cephadm 2023-12-06T07:06:31.464236+0000 mgr.y (mgr.25474) 1103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: cephadm 2023-12-06T07:06:31.558682+0000 mgr.y (mgr.25474) 1104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: cephadm 2023-12-06T07:06:31.653952+0000 mgr.y (mgr.25474) 1105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: cephadm 2023-12-06T07:06:31.750616+0000 mgr.y (mgr.25474) 1106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: cephadm 2023-12-06T07:06:31.851088+0000 mgr.y (mgr.25474) 1107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: cephadm 2023-12-06T07:06:31.949498+0000 mgr.y (mgr.25474) 1108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.029540+0000 mon.a (mon.0) 1883 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.031776+0000 mon.a (mon.0) 1884 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.034366+0000 mon.a (mon.0) 1885 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.035693+0000 mon.a (mon.0) 1886 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.043900+0000 mon.a (mon.0) 1887 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: cephadm 2023-12-06T07:06:32.044565+0000 mgr.y (mgr.25474) 1109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.123186+0000 mon.a (mon.0) 1888 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.126453+0000 mon.a (mon.0) 1889 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.130990+0000 mon.a (mon.0) 1890 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.132465+0000 mon.a (mon.0) 1891 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.141427+0000 mon.a (mon.0) 1892 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.221570+0000 mon.a (mon.0) 1893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.224282+0000 mon.a (mon.0) 1894 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.226991+0000 mon.a (mon.0) 1895 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.228063+0000 mon.a (mon.0) 1896 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.235344+0000 mon.a (mon.0) 1897 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.316203+0000 mon.a (mon.0) 1898 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.320444+0000 mon.a (mon.0) 1899 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.324010+0000 mon.a (mon.0) 1900 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.325106+0000 mon.a (mon.0) 1901 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.332578+0000 mon.a (mon.0) 1902 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.414851+0000 mon.a (mon.0) 1903 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.417144+0000 mon.a (mon.0) 1904 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.419970+0000 mon.a (mon.0) 1905 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.420904+0000 mon.a (mon.0) 1906 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.430483+0000 mon.a (mon.0) 1907 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.508484+0000 mon.a (mon.0) 1908 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.511584+0000 mon.a (mon.0) 1909 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.515216+0000 mon.a (mon.0) 1910 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.516591+0000 mon.a (mon.0) 1911 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.525366+0000 mon.a (mon.0) 1912 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.224282+0000 mon.a (mon.0) 1894 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.226991+0000 mon.a (mon.0) 1895 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.228063+0000 mon.a (mon.0) 1896 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.235344+0000 mon.a (mon.0) 1897 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.316203+0000 mon.a (mon.0) 1898 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.320444+0000 mon.a (mon.0) 1899 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.324010+0000 mon.a (mon.0) 1900 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.325106+0000 mon.a (mon.0) 1901 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.332578+0000 mon.a (mon.0) 1902 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.414851+0000 mon.a (mon.0) 1903 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.417144+0000 mon.a (mon.0) 1904 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.419970+0000 mon.a (mon.0) 1905 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.420904+0000 mon.a (mon.0) 1906 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.430483+0000 mon.a (mon.0) 1907 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.508484+0000 mon.a (mon.0) 1908 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.511584+0000 mon.a (mon.0) 1909 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.515216+0000 mon.a (mon.0) 1910 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.516591+0000 mon.a (mon.0) 1911 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.525366+0000 mon.a (mon.0) 1912 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.607683+0000 mon.a (mon.0) 1913 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.609994+0000 mon.a (mon.0) 1914 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: cluster 2023-12-06T07:06:32.614174+0000 mon.a (mon.0) 1915 : cluster 3 Health check update: Degraded data redundancy: 84/630 objects degraded (13.333%), 22 pgs degraded (PG_DEGRADED) 2023-12-06T07:06:33.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.615427+0000 mon.a (mon.0) 1916 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.621607+0000 mon.a (mon.0) 1917 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.629821+0000 mon.a (mon.0) 1918 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.714333+0000 mon.a (mon.0) 1919 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.718016+0000 mon.a (mon.0) 1920 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.721601+0000 mon.a (mon.0) 1921 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.722421+0000 mon.a (mon.0) 1922 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.729927+0000 mon.a (mon.0) 1923 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.807459+0000 mon.a (mon.0) 1924 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.809823+0000 mon.a (mon.0) 1925 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.812985+0000 mon.a (mon.0) 1926 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.814392+0000 mon.a (mon.0) 1927 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.821299+0000 mon.a (mon.0) 1928 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.873658+0000 mon.a (mon.0) 1929 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.899129+0000 mon.a (mon.0) 1930 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.902055+0000 mon.a (mon.0) 1931 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.904333+0000 mon.a (mon.0) 1932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.905245+0000 mon.a (mon.0) 1933 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[84914]: audit 2023-12-06T07:06:32.910591+0000 mon.a (mon.0) 1934 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.607683+0000 mon.a (mon.0) 1913 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.609994+0000 mon.a (mon.0) 1914 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: cluster 2023-12-06T07:06:32.614174+0000 mon.a (mon.0) 1915 : cluster 3 Health check update: Degraded data redundancy: 84/630 objects degraded (13.333%), 22 pgs degraded (PG_DEGRADED) 2023-12-06T07:06:33.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.615427+0000 mon.a (mon.0) 1916 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.621607+0000 mon.a (mon.0) 1917 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.629821+0000 mon.a (mon.0) 1918 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.714333+0000 mon.a (mon.0) 1919 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.718016+0000 mon.a (mon.0) 1920 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.721601+0000 mon.a (mon.0) 1921 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.722421+0000 mon.a (mon.0) 1922 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.729927+0000 mon.a (mon.0) 1923 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.807459+0000 mon.a (mon.0) 1924 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.809823+0000 mon.a (mon.0) 1925 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.812985+0000 mon.a (mon.0) 1926 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.814392+0000 mon.a (mon.0) 1927 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.821299+0000 mon.a (mon.0) 1928 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.873658+0000 mon.a (mon.0) 1929 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.899129+0000 mon.a (mon.0) 1930 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.902055+0000 mon.a (mon.0) 1931 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.904333+0000 mon.a (mon.0) 1932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.905245+0000 mon.a (mon.0) 1933 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:32 smithi040 bash[78949]: audit 2023-12-06T07:06:32.910591+0000 mon.a (mon.0) 1934 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: cephadm 2023-12-06T07:06:31.171849+0000 mgr.y (mgr.25474) 1100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: cephadm 2023-12-06T07:06:31.270204+0000 mgr.y (mgr.25474) 1101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: cephadm 2023-12-06T07:06:31.364123+0000 mgr.y (mgr.25474) 1102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: cephadm 2023-12-06T07:06:31.464236+0000 mgr.y (mgr.25474) 1103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: cephadm 2023-12-06T07:06:31.558682+0000 mgr.y (mgr.25474) 1104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: cephadm 2023-12-06T07:06:31.653952+0000 mgr.y (mgr.25474) 1105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: cephadm 2023-12-06T07:06:31.750616+0000 mgr.y (mgr.25474) 1106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: cephadm 2023-12-06T07:06:31.851088+0000 mgr.y (mgr.25474) 1107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: cephadm 2023-12-06T07:06:31.949498+0000 mgr.y (mgr.25474) 1108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.029540+0000 mon.a (mon.0) 1883 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.031776+0000 mon.a (mon.0) 1884 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.034366+0000 mon.a (mon.0) 1885 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.035693+0000 mon.a (mon.0) 1886 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.043900+0000 mon.a (mon.0) 1887 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: cephadm 2023-12-06T07:06:32.044565+0000 mgr.y (mgr.25474) 1109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.123186+0000 mon.a (mon.0) 1888 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.126453+0000 mon.a (mon.0) 1889 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.130990+0000 mon.a (mon.0) 1890 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.132465+0000 mon.a (mon.0) 1891 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.141427+0000 mon.a (mon.0) 1892 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.221570+0000 mon.a (mon.0) 1893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.224282+0000 mon.a (mon.0) 1894 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.226991+0000 mon.a (mon.0) 1895 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.228063+0000 mon.a (mon.0) 1896 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.235344+0000 mon.a (mon.0) 1897 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.316203+0000 mon.a (mon.0) 1898 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.320444+0000 mon.a (mon.0) 1899 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.324010+0000 mon.a (mon.0) 1900 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.325106+0000 mon.a (mon.0) 1901 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.332578+0000 mon.a (mon.0) 1902 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.414851+0000 mon.a (mon.0) 1903 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.417144+0000 mon.a (mon.0) 1904 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.419970+0000 mon.a (mon.0) 1905 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.420904+0000 mon.a (mon.0) 1906 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.430483+0000 mon.a (mon.0) 1907 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.508484+0000 mon.a (mon.0) 1908 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.511584+0000 mon.a (mon.0) 1909 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.515216+0000 mon.a (mon.0) 1910 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.516591+0000 mon.a (mon.0) 1911 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.525366+0000 mon.a (mon.0) 1912 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.607683+0000 mon.a (mon.0) 1913 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.609994+0000 mon.a (mon.0) 1914 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: cluster 2023-12-06T07:06:32.614174+0000 mon.a (mon.0) 1915 : cluster 3 Health check update: Degraded data redundancy: 84/630 objects degraded (13.333%), 22 pgs degraded (PG_DEGRADED) 2023-12-06T07:06:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.615427+0000 mon.a (mon.0) 1916 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.621607+0000 mon.a (mon.0) 1917 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.629821+0000 mon.a (mon.0) 1918 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.714333+0000 mon.a (mon.0) 1919 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.718016+0000 mon.a (mon.0) 1920 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.721601+0000 mon.a (mon.0) 1921 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.722421+0000 mon.a (mon.0) 1922 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.729927+0000 mon.a (mon.0) 1923 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.807459+0000 mon.a (mon.0) 1924 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.809823+0000 mon.a (mon.0) 1925 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.812985+0000 mon.a (mon.0) 1926 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.814392+0000 mon.a (mon.0) 1927 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.821299+0000 mon.a (mon.0) 1928 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.873658+0000 mon.a (mon.0) 1929 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.899129+0000 mon.a (mon.0) 1930 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.902055+0000 mon.a (mon.0) 1931 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.904333+0000 mon.a (mon.0) 1932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.905245+0000 mon.a (mon.0) 1933 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:33.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:32 smithi141 bash[72190]: audit 2023-12-06T07:06:32.910591+0000 mon.a (mon.0) 1934 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.171 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: cephadm 2023-12-06T07:06:32.142128+0000 mgr.y (mgr.25474) 1110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.171 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: cephadm 2023-12-06T07:06:32.236098+0000 mgr.y (mgr.25474) 1111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.171 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: cephadm 2023-12-06T07:06:32.333224+0000 mgr.y (mgr.25474) 1112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.171 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: cephadm 2023-12-06T07:06:32.431041+0000 mgr.y (mgr.25474) 1113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.171 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: cephadm 2023-12-06T07:06:32.526348+0000 mgr.y (mgr.25474) 1114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.171 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: cephadm 2023-12-06T07:06:32.630544+0000 mgr.y (mgr.25474) 1115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.171 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: cephadm 2023-12-06T07:06:32.730560+0000 mgr.y (mgr.25474) 1116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.171 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: cephadm 2023-12-06T07:06:32.821836+0000 mgr.y (mgr.25474) 1117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.171 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: cephadm 2023-12-06T07:06:32.911249+0000 mgr.y (mgr.25474) 1118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.171 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: cluster 2023-12-06T07:06:32.926993+0000 mgr.y (mgr.25474) 1119 : cluster 0 pgmap v123: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:06:34.171 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:32.989583+0000 mon.a (mon.0) 1935 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.171 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:32.991676+0000 mon.a (mon.0) 1936 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.172 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:32.994644+0000 mon.a (mon.0) 1937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.172 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:32.995594+0000 mon.a (mon.0) 1938 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.172 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.001711+0000 mon.a (mon.0) 1939 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.172 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: cephadm 2023-12-06T07:06:33.002376+0000 mgr.y (mgr.25474) 1120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.172 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.083055+0000 mon.a (mon.0) 1940 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.172 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.085138+0000 mon.a (mon.0) 1941 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.172 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.088079+0000 mon.a (mon.0) 1942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.172 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.089051+0000 mon.a (mon.0) 1943 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.172 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: cephadm 2023-12-06T07:06:32.142128+0000 mgr.y (mgr.25474) 1110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.173 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: cephadm 2023-12-06T07:06:32.236098+0000 mgr.y (mgr.25474) 1111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.173 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: cephadm 2023-12-06T07:06:32.333224+0000 mgr.y (mgr.25474) 1112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.173 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: cephadm 2023-12-06T07:06:32.431041+0000 mgr.y (mgr.25474) 1113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.173 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: cephadm 2023-12-06T07:06:32.526348+0000 mgr.y (mgr.25474) 1114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.173 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: cephadm 2023-12-06T07:06:32.630544+0000 mgr.y (mgr.25474) 1115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.173 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: cephadm 2023-12-06T07:06:32.730560+0000 mgr.y (mgr.25474) 1116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.173 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: cephadm 2023-12-06T07:06:32.821836+0000 mgr.y (mgr.25474) 1117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.173 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: cephadm 2023-12-06T07:06:32.911249+0000 mgr.y (mgr.25474) 1118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.173 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: cluster 2023-12-06T07:06:32.926993+0000 mgr.y (mgr.25474) 1119 : cluster 0 pgmap v123: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:06:34.173 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:32.989583+0000 mon.a (mon.0) 1935 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.173 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:32.991676+0000 mon.a (mon.0) 1936 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.173 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:32.994644+0000 mon.a (mon.0) 1937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.173 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:32.995594+0000 mon.a (mon.0) 1938 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.174 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.001711+0000 mon.a (mon.0) 1939 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.174 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: cephadm 2023-12-06T07:06:33.002376+0000 mgr.y (mgr.25474) 1120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.174 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.083055+0000 mon.a (mon.0) 1940 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.174 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.085138+0000 mon.a (mon.0) 1941 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.174 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.088079+0000 mon.a (mon.0) 1942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.174 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.089051+0000 mon.a (mon.0) 1943 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.174 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.094725+0000 mon.a (mon.0) 1944 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.174 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: cephadm 2023-12-06T07:06:33.095305+0000 mgr.y (mgr.25474) 1121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.174 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.177046+0000 mon.a (mon.0) 1945 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.174 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.179408+0000 mon.a (mon.0) 1946 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.174 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.181601+0000 mon.a (mon.0) 1947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.174 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.182465+0000 mon.a (mon.0) 1948 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.174 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.188687+0000 mon.a (mon.0) 1949 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.174 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.266677+0000 mon.a (mon.0) 1950 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.175 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.268980+0000 mon.a (mon.0) 1951 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.175 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.271936+0000 mon.a (mon.0) 1952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.175 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.272981+0000 mon.a (mon.0) 1953 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.175 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.280316+0000 mon.a (mon.0) 1954 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.175 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.343869+0000 mon.a (mon.0) 1955 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.175 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.346146+0000 mon.a (mon.0) 1956 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.175 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.348598+0000 mon.a (mon.0) 1957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.175 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.349386+0000 mon.a (mon.0) 1958 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.175 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.355096+0000 mon.a (mon.0) 1959 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.175 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.417737+0000 mon.a (mon.0) 1960 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.175 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.420894+0000 mon.a (mon.0) 1961 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.176 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.424533+0000 mon.a (mon.0) 1962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.176 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.094725+0000 mon.a (mon.0) 1944 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.176 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: cephadm 2023-12-06T07:06:33.095305+0000 mgr.y (mgr.25474) 1121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.176 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.177046+0000 mon.a (mon.0) 1945 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.176 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.179408+0000 mon.a (mon.0) 1946 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.177 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.181601+0000 mon.a (mon.0) 1947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.177 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.182465+0000 mon.a (mon.0) 1948 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.177 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.188687+0000 mon.a (mon.0) 1949 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.177 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.266677+0000 mon.a (mon.0) 1950 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.177 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.268980+0000 mon.a (mon.0) 1951 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.177 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.271936+0000 mon.a (mon.0) 1952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.177 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.272981+0000 mon.a (mon.0) 1953 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.177 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.280316+0000 mon.a (mon.0) 1954 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.177 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.343869+0000 mon.a (mon.0) 1955 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.177 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.346146+0000 mon.a (mon.0) 1956 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.177 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.348598+0000 mon.a (mon.0) 1957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.178 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.349386+0000 mon.a (mon.0) 1958 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.178 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.355096+0000 mon.a (mon.0) 1959 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.178 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.417737+0000 mon.a (mon.0) 1960 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.178 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.420894+0000 mon.a (mon.0) 1961 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.178 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.424533+0000 mon.a (mon.0) 1962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.178 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.425679+0000 mon.a (mon.0) 1963 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.178 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.431530+0000 mon.a (mon.0) 1964 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.178 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.509207+0000 mon.a (mon.0) 1965 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.178 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.513116+0000 mon.a (mon.0) 1966 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.178 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.517336+0000 mon.a (mon.0) 1967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.178 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.518594+0000 mon.a (mon.0) 1968 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.178 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.526368+0000 mon.a (mon.0) 1969 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.178 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.604159+0000 mon.a (mon.0) 1970 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.178 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.606822+0000 mon.a (mon.0) 1971 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.179 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.609838+0000 mon.a (mon.0) 1972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.179 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.610931+0000 mon.a (mon.0) 1973 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.179 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.618699+0000 mon.a (mon.0) 1974 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.179 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.698076+0000 mon.a (mon.0) 1975 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.179 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.700582+0000 mon.a (mon.0) 1976 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.179 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.703554+0000 mon.a (mon.0) 1977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.179 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.704573+0000 mon.a (mon.0) 1978 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.179 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.710641+0000 mon.a (mon.0) 1979 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.179 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.789095+0000 mon.a (mon.0) 1980 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.179 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.792392+0000 mon.a (mon.0) 1981 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.179 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.794908+0000 mon.a (mon.0) 1982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.180 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.425679+0000 mon.a (mon.0) 1963 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.180 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.431530+0000 mon.a (mon.0) 1964 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.180 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.509207+0000 mon.a (mon.0) 1965 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.180 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.513116+0000 mon.a (mon.0) 1966 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.180 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.517336+0000 mon.a (mon.0) 1967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.180 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.518594+0000 mon.a (mon.0) 1968 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.180 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.526368+0000 mon.a (mon.0) 1969 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.180 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.604159+0000 mon.a (mon.0) 1970 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.180 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.606822+0000 mon.a (mon.0) 1971 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.180 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.609838+0000 mon.a (mon.0) 1972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.180 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.610931+0000 mon.a (mon.0) 1973 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.180 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.618699+0000 mon.a (mon.0) 1974 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.180 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.698076+0000 mon.a (mon.0) 1975 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.180 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.700582+0000 mon.a (mon.0) 1976 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.181 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.703554+0000 mon.a (mon.0) 1977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.181 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.704573+0000 mon.a (mon.0) 1978 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.181 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.710641+0000 mon.a (mon.0) 1979 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.181 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.789095+0000 mon.a (mon.0) 1980 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.181 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.792392+0000 mon.a (mon.0) 1981 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.181 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.794908+0000 mon.a (mon.0) 1982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.181 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.795869+0000 mon.a (mon.0) 1983 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.181 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.801703+0000 mon.a (mon.0) 1984 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.181 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.879203+0000 mon.a (mon.0) 1985 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.181 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.881777+0000 mon.a (mon.0) 1986 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.181 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.884667+0000 mon.a (mon.0) 1987 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.181 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.885736+0000 mon.a (mon.0) 1988 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.181 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[78949]: audit 2023-12-06T07:06:33.892001+0000 mon.a (mon.0) 1989 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.182 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.795869+0000 mon.a (mon.0) 1983 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.182 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.801703+0000 mon.a (mon.0) 1984 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.182 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.879203+0000 mon.a (mon.0) 1985 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.182 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.881777+0000 mon.a (mon.0) 1986 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.182 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.884667+0000 mon.a (mon.0) 1987 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.182 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.885736+0000 mon.a (mon.0) 1988 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.182 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:33 smithi040 bash[84914]: audit 2023-12-06T07:06:33.892001+0000 mon.a (mon.0) 1989 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: cephadm 2023-12-06T07:06:32.142128+0000 mgr.y (mgr.25474) 1110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: cephadm 2023-12-06T07:06:32.236098+0000 mgr.y (mgr.25474) 1111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: cephadm 2023-12-06T07:06:32.333224+0000 mgr.y (mgr.25474) 1112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: cephadm 2023-12-06T07:06:32.431041+0000 mgr.y (mgr.25474) 1113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: cephadm 2023-12-06T07:06:32.526348+0000 mgr.y (mgr.25474) 1114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: cephadm 2023-12-06T07:06:32.630544+0000 mgr.y (mgr.25474) 1115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: cephadm 2023-12-06T07:06:32.730560+0000 mgr.y (mgr.25474) 1116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: cephadm 2023-12-06T07:06:32.821836+0000 mgr.y (mgr.25474) 1117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: cephadm 2023-12-06T07:06:32.911249+0000 mgr.y (mgr.25474) 1118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: cluster 2023-12-06T07:06:32.926993+0000 mgr.y (mgr.25474) 1119 : cluster 0 pgmap v123: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:06:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:32.989583+0000 mon.a (mon.0) 1935 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:32.991676+0000 mon.a (mon.0) 1936 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:32.994644+0000 mon.a (mon.0) 1937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:32.995594+0000 mon.a (mon.0) 1938 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.001711+0000 mon.a (mon.0) 1939 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: cephadm 2023-12-06T07:06:33.002376+0000 mgr.y (mgr.25474) 1120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.083055+0000 mon.a (mon.0) 1940 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.085138+0000 mon.a (mon.0) 1941 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.088079+0000 mon.a (mon.0) 1942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.089051+0000 mon.a (mon.0) 1943 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.094725+0000 mon.a (mon.0) 1944 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: cephadm 2023-12-06T07:06:33.095305+0000 mgr.y (mgr.25474) 1121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.177046+0000 mon.a (mon.0) 1945 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.179408+0000 mon.a (mon.0) 1946 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.181601+0000 mon.a (mon.0) 1947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.182465+0000 mon.a (mon.0) 1948 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.188687+0000 mon.a (mon.0) 1949 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.266677+0000 mon.a (mon.0) 1950 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.268980+0000 mon.a (mon.0) 1951 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.271936+0000 mon.a (mon.0) 1952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.272981+0000 mon.a (mon.0) 1953 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.280316+0000 mon.a (mon.0) 1954 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.343869+0000 mon.a (mon.0) 1955 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.346146+0000 mon.a (mon.0) 1956 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.348598+0000 mon.a (mon.0) 1957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.349386+0000 mon.a (mon.0) 1958 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.355096+0000 mon.a (mon.0) 1959 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.417737+0000 mon.a (mon.0) 1960 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.420894+0000 mon.a (mon.0) 1961 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.424533+0000 mon.a (mon.0) 1962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.425679+0000 mon.a (mon.0) 1963 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.431530+0000 mon.a (mon.0) 1964 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.509207+0000 mon.a (mon.0) 1965 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.513116+0000 mon.a (mon.0) 1966 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.517336+0000 mon.a (mon.0) 1967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.518594+0000 mon.a (mon.0) 1968 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.526368+0000 mon.a (mon.0) 1969 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.604159+0000 mon.a (mon.0) 1970 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.606822+0000 mon.a (mon.0) 1971 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.609838+0000 mon.a (mon.0) 1972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.610931+0000 mon.a (mon.0) 1973 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.618699+0000 mon.a (mon.0) 1974 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.698076+0000 mon.a (mon.0) 1975 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.700582+0000 mon.a (mon.0) 1976 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.703554+0000 mon.a (mon.0) 1977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.704573+0000 mon.a (mon.0) 1978 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.710641+0000 mon.a (mon.0) 1979 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.789095+0000 mon.a (mon.0) 1980 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.792392+0000 mon.a (mon.0) 1981 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.794908+0000 mon.a (mon.0) 1982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.795869+0000 mon.a (mon.0) 1983 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.801703+0000 mon.a (mon.0) 1984 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.879203+0000 mon.a (mon.0) 1985 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.881777+0000 mon.a (mon.0) 1986 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.884667+0000 mon.a (mon.0) 1987 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.885736+0000 mon.a (mon.0) 1988 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:34.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:33 smithi141 bash[72190]: audit 2023-12-06T07:06:33.892001+0000 mon.a (mon.0) 1989 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:34.530 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[92933]: debug 2023-12-06T07:06:34.275+0000 7fe836ecb640 -1 osd.1 0 read_superblock omap replica is missing. 2023-12-06T07:06:34.530 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[92933]: debug 2023-12-06T07:06:34.307+0000 7fe836ecb640 -1 osd.1 112 log_to_monitors true 2023-12-06T07:06:35.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: cephadm 2023-12-06T07:06:33.189457+0000 mgr.y (mgr.25474) 1122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: cephadm 2023-12-06T07:06:33.280814+0000 mgr.y (mgr.25474) 1123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: cephadm 2023-12-06T07:06:33.355713+0000 mgr.y (mgr.25474) 1124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: cephadm 2023-12-06T07:06:33.432175+0000 mgr.y (mgr.25474) 1125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: cephadm 2023-12-06T07:06:33.526972+0000 mgr.y (mgr.25474) 1126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.023 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: cephadm 2023-12-06T07:06:33.619525+0000 mgr.y (mgr.25474) 1127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: cephadm 2023-12-06T07:06:33.711237+0000 mgr.y (mgr.25474) 1128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: cephadm 2023-12-06T07:06:33.802259+0000 mgr.y (mgr.25474) 1129 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:33.859704+0000 mgr.y (mgr.25474) 1130 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:35.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: cephadm 2023-12-06T07:06:33.892551+0000 mgr.y (mgr.25474) 1131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:33.971320+0000 mon.a (mon.0) 1990 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:33.981195+0000 mon.a (mon.0) 1991 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:33.984379+0000 mon.a (mon.0) 1992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:33.985125+0000 mon.a (mon.0) 1993 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:33.989698+0000 mon.a (mon.0) 1994 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: cephadm 2023-12-06T07:06:33.990225+0000 mgr.y (mgr.25474) 1132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.053727+0000 mon.a (mon.0) 1995 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.058102+0000 mon.a (mon.0) 1996 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.060956+0000 mon.a (mon.0) 1997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.062012+0000 mon.a (mon.0) 1998 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.024 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.067893+0000 mon.a (mon.0) 1999 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: cephadm 2023-12-06T07:06:33.189457+0000 mgr.y (mgr.25474) 1122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: cephadm 2023-12-06T07:06:33.280814+0000 mgr.y (mgr.25474) 1123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: cephadm 2023-12-06T07:06:33.355713+0000 mgr.y (mgr.25474) 1124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: cephadm 2023-12-06T07:06:33.432175+0000 mgr.y (mgr.25474) 1125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: cephadm 2023-12-06T07:06:33.526972+0000 mgr.y (mgr.25474) 1126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: cephadm 2023-12-06T07:06:33.619525+0000 mgr.y (mgr.25474) 1127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: cephadm 2023-12-06T07:06:33.711237+0000 mgr.y (mgr.25474) 1128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: cephadm 2023-12-06T07:06:33.802259+0000 mgr.y (mgr.25474) 1129 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:33.859704+0000 mgr.y (mgr.25474) 1130 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:35.025 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: cephadm 2023-12-06T07:06:33.892551+0000 mgr.y (mgr.25474) 1131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:33.971320+0000 mon.a (mon.0) 1990 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:33.981195+0000 mon.a (mon.0) 1991 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:33.984379+0000 mon.a (mon.0) 1992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:33.985125+0000 mon.a (mon.0) 1993 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:33.989698+0000 mon.a (mon.0) 1994 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: cephadm 2023-12-06T07:06:33.990225+0000 mgr.y (mgr.25474) 1132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.053727+0000 mon.a (mon.0) 1995 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.058102+0000 mon.a (mon.0) 1996 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.060956+0000 mon.a (mon.0) 1997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.062012+0000 mon.a (mon.0) 1998 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.067893+0000 mon.a (mon.0) 1999 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: cephadm 2023-12-06T07:06:34.068428+0000 mgr.y (mgr.25474) 1133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.145124+0000 mon.a (mon.0) 2000 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.147683+0000 mon.a (mon.0) 2001 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.150128+0000 mon.a (mon.0) 2002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.151007+0000 mon.a (mon.0) 2003 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.158601+0000 mon.a (mon.0) 2004 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.241843+0000 mon.a (mon.0) 2005 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.245207+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.250262+0000 mon.a (mon.0) 2007 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.252205+0000 mon.a (mon.0) 2008 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.260131+0000 mon.a (mon.0) 2009 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.317742+0000 mon.c (mon.1) 5 : audit 1 from='osd.1 [v2:172.21.15.40:6810/3628892047,v1:172.21.15.40:6811/3628892047]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T07:06:35.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.318061+0000 mon.a (mon.0) 2010 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T07:06:35.027 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.336763+0000 mon.a (mon.0) 2011 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.338953+0000 mon.a (mon.0) 2012 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.341871+0000 mon.a (mon.0) 2013 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.342846+0000 mon.a (mon.0) 2014 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.349994+0000 mon.a (mon.0) 2015 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.028 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.427595+0000 mon.a (mon.0) 2016 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: cephadm 2023-12-06T07:06:34.068428+0000 mgr.y (mgr.25474) 1133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.145124+0000 mon.a (mon.0) 2000 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.147683+0000 mon.a (mon.0) 2001 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.150128+0000 mon.a (mon.0) 2002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.028 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.151007+0000 mon.a (mon.0) 2003 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.158601+0000 mon.a (mon.0) 2004 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.241843+0000 mon.a (mon.0) 2005 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.245207+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.250262+0000 mon.a (mon.0) 2007 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.252205+0000 mon.a (mon.0) 2008 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.260131+0000 mon.a (mon.0) 2009 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.317742+0000 mon.c (mon.1) 5 : audit 1 from='osd.1 [v2:172.21.15.40:6810/3628892047,v1:172.21.15.40:6811/3628892047]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T07:06:35.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.318061+0000 mon.a (mon.0) 2010 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T07:06:35.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.336763+0000 mon.a (mon.0) 2011 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.338953+0000 mon.a (mon.0) 2012 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.341871+0000 mon.a (mon.0) 2013 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.342846+0000 mon.a (mon.0) 2014 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.349994+0000 mon.a (mon.0) 2015 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.029 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.427595+0000 mon.a (mon.0) 2016 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.430447+0000 mon.a (mon.0) 2017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.434011+0000 mon.a (mon.0) 2018 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.435218+0000 mon.a (mon.0) 2019 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.447355+0000 mon.a (mon.0) 2020 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.531122+0000 mon.a (mon.0) 2021 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.534096+0000 mon.a (mon.0) 2022 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.536955+0000 mon.a (mon.0) 2023 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.538021+0000 mon.a (mon.0) 2024 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.546556+0000 mon.a (mon.0) 2025 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.629501+0000 mon.a (mon.0) 2026 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.631507+0000 mon.a (mon.0) 2027 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.634178+0000 mon.a (mon.0) 2028 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.635264+0000 mon.a (mon.0) 2029 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.643660+0000 mon.a (mon.0) 2030 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.723251+0000 mon.a (mon.0) 2031 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.725936+0000 mon.a (mon.0) 2032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.728472+0000 mon.a (mon.0) 2033 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.729185+0000 mon.a (mon.0) 2034 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.737644+0000 mon.a (mon.0) 2035 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.817250+0000 mon.a (mon.0) 2036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.819993+0000 mon.a (mon.0) 2037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.822479+0000 mon.a (mon.0) 2038 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.823260+0000 mon.a (mon.0) 2039 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.831660+0000 mon.a (mon.0) 2040 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.917216+0000 mon.a (mon.0) 2041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.919932+0000 mon.a (mon.0) 2042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.923564+0000 mon.a (mon.0) 2043 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.924768+0000 mon.a (mon.0) 2044 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[84914]: audit 2023-12-06T07:06:34.933811+0000 mon.a (mon.0) 2045 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.430447+0000 mon.a (mon.0) 2017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.434011+0000 mon.a (mon.0) 2018 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.032 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.435218+0000 mon.a (mon.0) 2019 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.447355+0000 mon.a (mon.0) 2020 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.531122+0000 mon.a (mon.0) 2021 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.534096+0000 mon.a (mon.0) 2022 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.536955+0000 mon.a (mon.0) 2023 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.538021+0000 mon.a (mon.0) 2024 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.546556+0000 mon.a (mon.0) 2025 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.629501+0000 mon.a (mon.0) 2026 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.631507+0000 mon.a (mon.0) 2027 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.634178+0000 mon.a (mon.0) 2028 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.635264+0000 mon.a (mon.0) 2029 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.643660+0000 mon.a (mon.0) 2030 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.723251+0000 mon.a (mon.0) 2031 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.725936+0000 mon.a (mon.0) 2032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.728472+0000 mon.a (mon.0) 2033 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.729185+0000 mon.a (mon.0) 2034 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.737644+0000 mon.a (mon.0) 2035 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.817250+0000 mon.a (mon.0) 2036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.819993+0000 mon.a (mon.0) 2037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.822479+0000 mon.a (mon.0) 2038 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.823260+0000 mon.a (mon.0) 2039 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.831660+0000 mon.a (mon.0) 2040 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.917216+0000 mon.a (mon.0) 2041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.919932+0000 mon.a (mon.0) 2042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.923564+0000 mon.a (mon.0) 2043 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.924768+0000 mon.a (mon.0) 2044 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.034 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:34 smithi040 bash[78949]: audit 2023-12-06T07:06:34.933811+0000 mon.a (mon.0) 2045 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: cephadm 2023-12-06T07:06:33.189457+0000 mgr.y (mgr.25474) 1122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: cephadm 2023-12-06T07:06:33.280814+0000 mgr.y (mgr.25474) 1123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: cephadm 2023-12-06T07:06:33.355713+0000 mgr.y (mgr.25474) 1124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: cephadm 2023-12-06T07:06:33.432175+0000 mgr.y (mgr.25474) 1125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: cephadm 2023-12-06T07:06:33.526972+0000 mgr.y (mgr.25474) 1126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: cephadm 2023-12-06T07:06:33.619525+0000 mgr.y (mgr.25474) 1127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: cephadm 2023-12-06T07:06:33.711237+0000 mgr.y (mgr.25474) 1128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: cephadm 2023-12-06T07:06:33.802259+0000 mgr.y (mgr.25474) 1129 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:33.859704+0000 mgr.y (mgr.25474) 1130 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: cephadm 2023-12-06T07:06:33.892551+0000 mgr.y (mgr.25474) 1131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:33.971320+0000 mon.a (mon.0) 1990 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:33.981195+0000 mon.a (mon.0) 1991 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:33.984379+0000 mon.a (mon.0) 1992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:33.985125+0000 mon.a (mon.0) 1993 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:33.989698+0000 mon.a (mon.0) 1994 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: cephadm 2023-12-06T07:06:33.990225+0000 mgr.y (mgr.25474) 1132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.053727+0000 mon.a (mon.0) 1995 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.058102+0000 mon.a (mon.0) 1996 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.060956+0000 mon.a (mon.0) 1997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.062012+0000 mon.a (mon.0) 1998 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.067893+0000 mon.a (mon.0) 1999 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: cephadm 2023-12-06T07:06:34.068428+0000 mgr.y (mgr.25474) 1133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.145124+0000 mon.a (mon.0) 2000 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.147683+0000 mon.a (mon.0) 2001 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.150128+0000 mon.a (mon.0) 2002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.151007+0000 mon.a (mon.0) 2003 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.158601+0000 mon.a (mon.0) 2004 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.241843+0000 mon.a (mon.0) 2005 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.245207+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.250262+0000 mon.a (mon.0) 2007 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.252205+0000 mon.a (mon.0) 2008 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.260131+0000 mon.a (mon.0) 2009 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.317742+0000 mon.c (mon.1) 5 : audit 1 from='osd.1 [v2:172.21.15.40:6810/3628892047,v1:172.21.15.40:6811/3628892047]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T07:06:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.318061+0000 mon.a (mon.0) 2010 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T07:06:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.336763+0000 mon.a (mon.0) 2011 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.338953+0000 mon.a (mon.0) 2012 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.341871+0000 mon.a (mon.0) 2013 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.342846+0000 mon.a (mon.0) 2014 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.349994+0000 mon.a (mon.0) 2015 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.427595+0000 mon.a (mon.0) 2016 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.430447+0000 mon.a (mon.0) 2017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.434011+0000 mon.a (mon.0) 2018 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.435218+0000 mon.a (mon.0) 2019 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.447355+0000 mon.a (mon.0) 2020 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.531122+0000 mon.a (mon.0) 2021 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.534096+0000 mon.a (mon.0) 2022 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.536955+0000 mon.a (mon.0) 2023 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.538021+0000 mon.a (mon.0) 2024 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.546556+0000 mon.a (mon.0) 2025 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.629501+0000 mon.a (mon.0) 2026 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.631507+0000 mon.a (mon.0) 2027 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.634178+0000 mon.a (mon.0) 2028 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.635264+0000 mon.a (mon.0) 2029 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.643660+0000 mon.a (mon.0) 2030 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.723251+0000 mon.a (mon.0) 2031 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.725936+0000 mon.a (mon.0) 2032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.728472+0000 mon.a (mon.0) 2033 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.729185+0000 mon.a (mon.0) 2034 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.737644+0000 mon.a (mon.0) 2035 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.817250+0000 mon.a (mon.0) 2036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.819993+0000 mon.a (mon.0) 2037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.822479+0000 mon.a (mon.0) 2038 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.823260+0000 mon.a (mon.0) 2039 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.831660+0000 mon.a (mon.0) 2040 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.917216+0000 mon.a (mon.0) 2041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.919932+0000 mon.a (mon.0) 2042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.923564+0000 mon.a (mon.0) 2043 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.924768+0000 mon.a (mon.0) 2044 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:34 smithi141 bash[72190]: audit 2023-12-06T07:06:34.933811+0000 mon.a (mon.0) 2045 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:35.684 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[92933]: debug 2023-12-06T07:06:35.311+0000 7fe825b37700 -1 osd.1 112 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:06:36.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cephadm 2023-12-06T07:06:34.159299+0000 mgr.y (mgr.25474) 1134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cephadm 2023-12-06T07:06:34.260749+0000 mgr.y (mgr.25474) 1135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cephadm 2023-12-06T07:06:34.350586+0000 mgr.y (mgr.25474) 1136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cephadm 2023-12-06T07:06:34.448426+0000 mgr.y (mgr.25474) 1137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cephadm 2023-12-06T07:06:34.547063+0000 mgr.y (mgr.25474) 1138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cephadm 2023-12-06T07:06:34.644308+0000 mgr.y (mgr.25474) 1139 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cephadm 2023-12-06T07:06:34.738211+0000 mgr.y (mgr.25474) 1140 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cephadm 2023-12-06T07:06:34.832409+0000 mgr.y (mgr.25474) 1141 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cluster 2023-12-06T07:06:34.927938+0000 mgr.y (mgr.25474) 1142 : cluster 0 pgmap v124: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:06:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cephadm 2023-12-06T07:06:34.934447+0000 mgr.y (mgr.25474) 1143 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.012596+0000 mon.a (mon.0) 2046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.016258+0000 mon.a (mon.0) 2047 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.020239+0000 mon.a (mon.0) 2048 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.021490+0000 mon.a (mon.0) 2049 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.029205+0000 mon.a (mon.0) 2050 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cephadm 2023-12-06T07:06:35.029882+0000 mgr.y (mgr.25474) 1144 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.090431+0000 mon.a (mon.0) 2051 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.093733+0000 mon.a (mon.0) 2052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.096521+0000 mon.a (mon.0) 2053 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.097709+0000 mon.a (mon.0) 2054 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cephadm 2023-12-06T07:06:34.159299+0000 mgr.y (mgr.25474) 1134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cephadm 2023-12-06T07:06:34.260749+0000 mgr.y (mgr.25474) 1135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cephadm 2023-12-06T07:06:34.350586+0000 mgr.y (mgr.25474) 1136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cephadm 2023-12-06T07:06:34.448426+0000 mgr.y (mgr.25474) 1137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cephadm 2023-12-06T07:06:34.547063+0000 mgr.y (mgr.25474) 1138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cephadm 2023-12-06T07:06:34.644308+0000 mgr.y (mgr.25474) 1139 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cephadm 2023-12-06T07:06:34.738211+0000 mgr.y (mgr.25474) 1140 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cephadm 2023-12-06T07:06:34.832409+0000 mgr.y (mgr.25474) 1141 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cluster 2023-12-06T07:06:34.927938+0000 mgr.y (mgr.25474) 1142 : cluster 0 pgmap v124: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:06:36.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cephadm 2023-12-06T07:06:34.934447+0000 mgr.y (mgr.25474) 1143 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.012596+0000 mon.a (mon.0) 2046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.016258+0000 mon.a (mon.0) 2047 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.020239+0000 mon.a (mon.0) 2048 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.021490+0000 mon.a (mon.0) 2049 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.029205+0000 mon.a (mon.0) 2050 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cephadm 2023-12-06T07:06:35.029882+0000 mgr.y (mgr.25474) 1144 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.090431+0000 mon.a (mon.0) 2051 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.093733+0000 mon.a (mon.0) 2052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.096521+0000 mon.a (mon.0) 2053 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.097709+0000 mon.a (mon.0) 2054 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.106509+0000 mon.a (mon.0) 2055 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cephadm 2023-12-06T07:06:35.107112+0000 mgr.y (mgr.25474) 1145 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.189656+0000 mon.a (mon.0) 2056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.192242+0000 mon.a (mon.0) 2057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.194428+0000 mon.a (mon.0) 2058 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.195357+0000 mon.a (mon.0) 2059 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.201659+0000 mon.a (mon.0) 2060 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.261085+0000 mon.a (mon.0) 2061 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T07:06:36.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cluster 2023-12-06T07:06:35.266574+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cluster 2023-12-06T07:06:35.268203+0000 mon.a (mon.0) 2062 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-06T07:06:36.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.269626+0000 mon.c (mon.1) 6 : audit 1 from='osd.1 [v2:172.21.15.40:6810/3628892047,v1:172.21.15.40:6811/3628892047]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:06:36.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.270428+0000 mon.a (mon.0) 2063 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:06:36.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.273187+0000 mon.a (mon.0) 2064 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.276227+0000 mon.a (mon.0) 2065 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.279025+0000 mon.a (mon.0) 2066 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.280193+0000 mon.a (mon.0) 2067 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.286990+0000 mon.a (mon.0) 2068 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cluster 2023-12-06T07:06:35.310445+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cluster 2023-12-06T07:06:35.315103+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cluster 2023-12-06T07:06:35.315129+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cluster 2023-12-06T07:06:35.318284+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: cluster 2023-12-06T07:06:35.318288+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.401294+0000 mon.a (mon.0) 2069 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.403874+0000 mon.a (mon.0) 2070 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.406179+0000 mon.a (mon.0) 2071 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.407370+0000 mon.a (mon.0) 2072 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.415202+0000 mon.a (mon.0) 2073 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.480684+0000 mon.a (mon.0) 2074 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.482908+0000 mon.a (mon.0) 2075 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.485184+0000 mon.a (mon.0) 2076 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.486035+0000 mon.a (mon.0) 2077 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.492857+0000 mon.a (mon.0) 2078 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.568665+0000 mon.a (mon.0) 2079 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.570758+0000 mon.a (mon.0) 2080 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.573178+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.573926+0000 mon.a (mon.0) 2082 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.581594+0000 mon.a (mon.0) 2083 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.664531+0000 mon.a (mon.0) 2084 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.668290+0000 mon.a (mon.0) 2085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.670936+0000 mon.a (mon.0) 2086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.671955+0000 mon.a (mon.0) 2087 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.106509+0000 mon.a (mon.0) 2055 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cephadm 2023-12-06T07:06:35.107112+0000 mgr.y (mgr.25474) 1145 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.189656+0000 mon.a (mon.0) 2056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.192242+0000 mon.a (mon.0) 2057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.194428+0000 mon.a (mon.0) 2058 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.195357+0000 mon.a (mon.0) 2059 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.201659+0000 mon.a (mon.0) 2060 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.261085+0000 mon.a (mon.0) 2061 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T07:06:36.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cluster 2023-12-06T07:06:35.266574+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cluster 2023-12-06T07:06:35.268203+0000 mon.a (mon.0) 2062 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-06T07:06:36.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.269626+0000 mon.c (mon.1) 6 : audit 1 from='osd.1 [v2:172.21.15.40:6810/3628892047,v1:172.21.15.40:6811/3628892047]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:06:36.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.270428+0000 mon.a (mon.0) 2063 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:06:36.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.273187+0000 mon.a (mon.0) 2064 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.276227+0000 mon.a (mon.0) 2065 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.279025+0000 mon.a (mon.0) 2066 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.280193+0000 mon.a (mon.0) 2067 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.286990+0000 mon.a (mon.0) 2068 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cluster 2023-12-06T07:06:35.310445+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cluster 2023-12-06T07:06:35.315103+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cluster 2023-12-06T07:06:35.315129+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cluster 2023-12-06T07:06:35.318284+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.681479+0000 mon.a (mon.0) 2088 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.793687+0000 mon.a (mon.0) 2089 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.796301+0000 mon.a (mon.0) 2090 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.798897+0000 mon.a (mon.0) 2091 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.799680+0000 mon.a (mon.0) 2092 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.806926+0000 mon.a (mon.0) 2093 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.885705+0000 mon.a (mon.0) 2094 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.887929+0000 mon.a (mon.0) 2095 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.890358+0000 mon.a (mon.0) 2096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.891806+0000 mon.a (mon.0) 2097 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[78949]: audit 2023-12-06T07:06:35.899233+0000 mon.a (mon.0) 2098 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: cluster 2023-12-06T07:06:35.318288+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.401294+0000 mon.a (mon.0) 2069 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.403874+0000 mon.a (mon.0) 2070 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.406179+0000 mon.a (mon.0) 2071 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.407370+0000 mon.a (mon.0) 2072 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.415202+0000 mon.a (mon.0) 2073 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.480684+0000 mon.a (mon.0) 2074 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.482908+0000 mon.a (mon.0) 2075 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.485184+0000 mon.a (mon.0) 2076 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.486035+0000 mon.a (mon.0) 2077 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.492857+0000 mon.a (mon.0) 2078 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.568665+0000 mon.a (mon.0) 2079 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.570758+0000 mon.a (mon.0) 2080 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.573178+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.573926+0000 mon.a (mon.0) 2082 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.581594+0000 mon.a (mon.0) 2083 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.664531+0000 mon.a (mon.0) 2084 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.668290+0000 mon.a (mon.0) 2085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.670936+0000 mon.a (mon.0) 2086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.671955+0000 mon.a (mon.0) 2087 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.681479+0000 mon.a (mon.0) 2088 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.793687+0000 mon.a (mon.0) 2089 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.796301+0000 mon.a (mon.0) 2090 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.798897+0000 mon.a (mon.0) 2091 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.799680+0000 mon.a (mon.0) 2092 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.806926+0000 mon.a (mon.0) 2093 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.885705+0000 mon.a (mon.0) 2094 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.887929+0000 mon.a (mon.0) 2095 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.890358+0000 mon.a (mon.0) 2096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.891806+0000 mon.a (mon.0) 2097 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:35 smithi040 bash[84914]: audit 2023-12-06T07:06:35.899233+0000 mon.a (mon.0) 2098 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cephadm 2023-12-06T07:06:34.159299+0000 mgr.y (mgr.25474) 1134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cephadm 2023-12-06T07:06:34.260749+0000 mgr.y (mgr.25474) 1135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cephadm 2023-12-06T07:06:34.350586+0000 mgr.y (mgr.25474) 1136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cephadm 2023-12-06T07:06:34.448426+0000 mgr.y (mgr.25474) 1137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cephadm 2023-12-06T07:06:34.547063+0000 mgr.y (mgr.25474) 1138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cephadm 2023-12-06T07:06:34.644308+0000 mgr.y (mgr.25474) 1139 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cephadm 2023-12-06T07:06:34.738211+0000 mgr.y (mgr.25474) 1140 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cephadm 2023-12-06T07:06:34.832409+0000 mgr.y (mgr.25474) 1141 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cluster 2023-12-06T07:06:34.927938+0000 mgr.y (mgr.25474) 1142 : cluster 0 pgmap v124: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:06:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cephadm 2023-12-06T07:06:34.934447+0000 mgr.y (mgr.25474) 1143 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.012596+0000 mon.a (mon.0) 2046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.016258+0000 mon.a (mon.0) 2047 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.020239+0000 mon.a (mon.0) 2048 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.021490+0000 mon.a (mon.0) 2049 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.029205+0000 mon.a (mon.0) 2050 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cephadm 2023-12-06T07:06:35.029882+0000 mgr.y (mgr.25474) 1144 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.090431+0000 mon.a (mon.0) 2051 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.093733+0000 mon.a (mon.0) 2052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.096521+0000 mon.a (mon.0) 2053 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.097709+0000 mon.a (mon.0) 2054 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.106509+0000 mon.a (mon.0) 2055 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cephadm 2023-12-06T07:06:35.107112+0000 mgr.y (mgr.25474) 1145 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.189656+0000 mon.a (mon.0) 2056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.192242+0000 mon.a (mon.0) 2057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.194428+0000 mon.a (mon.0) 2058 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.195357+0000 mon.a (mon.0) 2059 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.201659+0000 mon.a (mon.0) 2060 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.261085+0000 mon.a (mon.0) 2061 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T07:06:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cluster 2023-12-06T07:06:35.266574+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cluster 2023-12-06T07:06:35.268203+0000 mon.a (mon.0) 2062 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-06T07:06:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.269626+0000 mon.c (mon.1) 6 : audit 1 from='osd.1 [v2:172.21.15.40:6810/3628892047,v1:172.21.15.40:6811/3628892047]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:06:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.270428+0000 mon.a (mon.0) 2063 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:06:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.273187+0000 mon.a (mon.0) 2064 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.276227+0000 mon.a (mon.0) 2065 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.279025+0000 mon.a (mon.0) 2066 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.280193+0000 mon.a (mon.0) 2067 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.286990+0000 mon.a (mon.0) 2068 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cluster 2023-12-06T07:06:35.310445+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cluster 2023-12-06T07:06:35.315103+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cluster 2023-12-06T07:06:35.315129+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cluster 2023-12-06T07:06:35.318284+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: cluster 2023-12-06T07:06:35.318288+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:06:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.401294+0000 mon.a (mon.0) 2069 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.403874+0000 mon.a (mon.0) 2070 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.406179+0000 mon.a (mon.0) 2071 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.407370+0000 mon.a (mon.0) 2072 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.415202+0000 mon.a (mon.0) 2073 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.480684+0000 mon.a (mon.0) 2074 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.482908+0000 mon.a (mon.0) 2075 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.485184+0000 mon.a (mon.0) 2076 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.486035+0000 mon.a (mon.0) 2077 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.492857+0000 mon.a (mon.0) 2078 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.568665+0000 mon.a (mon.0) 2079 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.570758+0000 mon.a (mon.0) 2080 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.573178+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.573926+0000 mon.a (mon.0) 2082 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.581594+0000 mon.a (mon.0) 2083 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.664531+0000 mon.a (mon.0) 2084 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.668290+0000 mon.a (mon.0) 2085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.670936+0000 mon.a (mon.0) 2086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.671955+0000 mon.a (mon.0) 2087 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.681479+0000 mon.a (mon.0) 2088 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.793687+0000 mon.a (mon.0) 2089 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.796301+0000 mon.a (mon.0) 2090 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.798897+0000 mon.a (mon.0) 2091 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.799680+0000 mon.a (mon.0) 2092 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.806926+0000 mon.a (mon.0) 2093 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.885705+0000 mon.a (mon.0) 2094 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:36.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.887929+0000 mon.a (mon.0) 2095 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:36.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.890358+0000 mon.a (mon.0) 2096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:36.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.891806+0000 mon.a (mon.0) 2097 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:36.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:35 smithi141 bash[72190]: audit 2023-12-06T07:06:35.899233+0000 mon.a (mon.0) 2098 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:36.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[75188]: debug 2023-12-06T07:06:36.447+0000 7efde2cff700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-12-06T07:06:36.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:06:36] "GET /metrics HTTP/1.1" 200 38392 "" "Prometheus/2.33.4" 2023-12-06T07:06:37.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: cephadm 2023-12-06T07:06:35.202478+0000 mgr.y (mgr.25474) 1146 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: cephadm 2023-12-06T07:06:35.287702+0000 mgr.y (mgr.25474) 1147 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: cephadm 2023-12-06T07:06:35.416115+0000 mgr.y (mgr.25474) 1148 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: cephadm 2023-12-06T07:06:35.493436+0000 mgr.y (mgr.25474) 1149 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: cephadm 2023-12-06T07:06:35.582105+0000 mgr.y (mgr.25474) 1150 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: cephadm 2023-12-06T07:06:35.682509+0000 mgr.y (mgr.25474) 1151 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: cephadm 2023-12-06T07:06:35.807652+0000 mgr.y (mgr.25474) 1152 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: cephadm 2023-12-06T07:06:35.899720+0000 mgr.y (mgr.25474) 1153 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:35.978110+0000 mon.a (mon.0) 2099 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:35.993297+0000 mon.a (mon.0) 2100 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:35.996381+0000 mon.a (mon.0) 2101 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:37.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:35.997231+0000 mon.a (mon.0) 2102 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:37.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.004430+0000 mon.a (mon.0) 2103 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: cephadm 2023-12-06T07:06:36.005137+0000 mgr.y (mgr.25474) 1154 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.085020+0000 mon.a (mon.0) 2104 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.086902+0000 mon.a (mon.0) 2105 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.089800+0000 mon.a (mon.0) 2106 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:37.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.090586+0000 mon.a (mon.0) 2107 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:37.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.097953+0000 mon.a (mon.0) 2108 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: cephadm 2023-12-06T07:06:36.098706+0000 mgr.y (mgr.25474) 1155 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.181126+0000 mon.a (mon.0) 2109 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: cephadm 2023-12-06T07:06:35.202478+0000 mgr.y (mgr.25474) 1146 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: cephadm 2023-12-06T07:06:35.287702+0000 mgr.y (mgr.25474) 1147 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: cephadm 2023-12-06T07:06:35.416115+0000 mgr.y (mgr.25474) 1148 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: cephadm 2023-12-06T07:06:35.493436+0000 mgr.y (mgr.25474) 1149 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: cephadm 2023-12-06T07:06:35.582105+0000 mgr.y (mgr.25474) 1150 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: cephadm 2023-12-06T07:06:35.682509+0000 mgr.y (mgr.25474) 1151 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: cephadm 2023-12-06T07:06:35.807652+0000 mgr.y (mgr.25474) 1152 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: cephadm 2023-12-06T07:06:35.899720+0000 mgr.y (mgr.25474) 1153 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:35.978110+0000 mon.a (mon.0) 2099 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:35.993297+0000 mon.a (mon.0) 2100 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:35.996381+0000 mon.a (mon.0) 2101 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:37.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:35.997231+0000 mon.a (mon.0) 2102 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:37.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.004430+0000 mon.a (mon.0) 2103 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: cephadm 2023-12-06T07:06:36.005137+0000 mgr.y (mgr.25474) 1154 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.085020+0000 mon.a (mon.0) 2104 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.086902+0000 mon.a (mon.0) 2105 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.089800+0000 mon.a (mon.0) 2106 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.090586+0000 mon.a (mon.0) 2107 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.097953+0000 mon.a (mon.0) 2108 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: cephadm 2023-12-06T07:06:36.098706+0000 mgr.y (mgr.25474) 1155 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.181126+0000 mon.a (mon.0) 2109 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.183476+0000 mon.a (mon.0) 2110 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.185330+0000 mon.a (mon.0) 2111 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.186068+0000 mon.a (mon.0) 2112 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.192183+0000 mon.a (mon.0) 2113 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.254179+0000 mon.a (mon.0) 2114 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.258947+0000 mon.a (mon.0) 2115 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.263905+0000 mon.a (mon.0) 2116 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.264966+0000 mon.a (mon.0) 2117 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.272365+0000 mon.a (mon.0) 2118 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: cluster 2023-12-06T07:06:36.284558+0000 mon.a (mon.0) 2119 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:06:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: cluster 2023-12-06T07:06:36.289054+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T07:06:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: cluster 2023-12-06T07:06:36.294840+0000 mon.a (mon.0) 2120 : cluster 1 osd.1 [v2:172.21.15.40:6810/3628892047,v1:172.21.15.40:6811/3628892047] boot 2023-12-06T07:06:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: cluster 2023-12-06T07:06:36.294958+0000 mon.a (mon.0) 2121 : cluster 0 osdmap e116: 8 total, 8 up, 8 in 2023-12-06T07:06:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.295299+0000 mon.a (mon.0) 2122 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:06:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.351297+0000 mon.a (mon.0) 2123 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.353516+0000 mon.a (mon.0) 2124 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.356134+0000 mon.a (mon.0) 2125 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.357139+0000 mon.a (mon.0) 2126 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.363114+0000 mon.a (mon.0) 2127 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.418229+0000 mon.a (mon.0) 2128 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.427334+0000 mon.a (mon.0) 2129 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.183476+0000 mon.a (mon.0) 2110 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.185330+0000 mon.a (mon.0) 2111 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.186068+0000 mon.a (mon.0) 2112 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.192183+0000 mon.a (mon.0) 2113 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.254179+0000 mon.a (mon.0) 2114 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.258947+0000 mon.a (mon.0) 2115 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.263905+0000 mon.a (mon.0) 2116 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.264966+0000 mon.a (mon.0) 2117 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.272365+0000 mon.a (mon.0) 2118 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: cluster 2023-12-06T07:06:36.284558+0000 mon.a (mon.0) 2119 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:06:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: cluster 2023-12-06T07:06:36.289054+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T07:06:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: cluster 2023-12-06T07:06:36.294840+0000 mon.a (mon.0) 2120 : cluster 1 osd.1 [v2:172.21.15.40:6810/3628892047,v1:172.21.15.40:6811/3628892047] boot 2023-12-06T07:06:37.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: cluster 2023-12-06T07:06:36.294958+0000 mon.a (mon.0) 2121 : cluster 0 osdmap e116: 8 total, 8 up, 8 in 2023-12-06T07:06:37.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.295299+0000 mon.a (mon.0) 2122 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:06:37.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.351297+0000 mon.a (mon.0) 2123 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.353516+0000 mon.a (mon.0) 2124 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.356134+0000 mon.a (mon.0) 2125 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:37.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.357139+0000 mon.a (mon.0) 2126 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:37.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.363114+0000 mon.a (mon.0) 2127 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.418229+0000 mon.a (mon.0) 2128 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.427334+0000 mon.a (mon.0) 2129 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.433968+0000 mon.a (mon.0) 2130 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.443236+0000 mon.a (mon.0) 2131 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.445964+0000 mon.a (mon.0) 2132 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.448230+0000 mon.a (mon.0) 2133 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.450003+0000 mon.a (mon.0) 2134 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[84914]: audit 2023-12-06T07:06:36.452185+0000 mon.a (mon.0) 2135 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:06:37.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.433968+0000 mon.a (mon.0) 2130 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.443236+0000 mon.a (mon.0) 2131 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.445964+0000 mon.a (mon.0) 2132 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.448230+0000 mon.a (mon.0) 2133 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.450003+0000 mon.a (mon.0) 2134 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:36 smithi040 bash[78949]: audit 2023-12-06T07:06:36.452185+0000 mon.a (mon.0) 2135 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:06:37.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: cephadm 2023-12-06T07:06:35.202478+0000 mgr.y (mgr.25474) 1146 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: cephadm 2023-12-06T07:06:35.287702+0000 mgr.y (mgr.25474) 1147 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: cephadm 2023-12-06T07:06:35.416115+0000 mgr.y (mgr.25474) 1148 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: cephadm 2023-12-06T07:06:35.493436+0000 mgr.y (mgr.25474) 1149 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: cephadm 2023-12-06T07:06:35.582105+0000 mgr.y (mgr.25474) 1150 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: cephadm 2023-12-06T07:06:35.682509+0000 mgr.y (mgr.25474) 1151 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: cephadm 2023-12-06T07:06:35.807652+0000 mgr.y (mgr.25474) 1152 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: cephadm 2023-12-06T07:06:35.899720+0000 mgr.y (mgr.25474) 1153 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:35.978110+0000 mon.a (mon.0) 2099 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:35.993297+0000 mon.a (mon.0) 2100 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:35.996381+0000 mon.a (mon.0) 2101 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:37.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:35.997231+0000 mon.a (mon.0) 2102 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:37.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.004430+0000 mon.a (mon.0) 2103 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: cephadm 2023-12-06T07:06:36.005137+0000 mgr.y (mgr.25474) 1154 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.085020+0000 mon.a (mon.0) 2104 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.086902+0000 mon.a (mon.0) 2105 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.089800+0000 mon.a (mon.0) 2106 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:37.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.090586+0000 mon.a (mon.0) 2107 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:37.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.097953+0000 mon.a (mon.0) 2108 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: cephadm 2023-12-06T07:06:36.098706+0000 mgr.y (mgr.25474) 1155 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:37.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.181126+0000 mon.a (mon.0) 2109 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.183476+0000 mon.a (mon.0) 2110 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.185330+0000 mon.a (mon.0) 2111 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:37.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.186068+0000 mon.a (mon.0) 2112 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:37.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.192183+0000 mon.a (mon.0) 2113 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.254179+0000 mon.a (mon.0) 2114 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.258947+0000 mon.a (mon.0) 2115 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.263905+0000 mon.a (mon.0) 2116 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:37.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.264966+0000 mon.a (mon.0) 2117 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:37.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.272365+0000 mon.a (mon.0) 2118 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: cluster 2023-12-06T07:06:36.284558+0000 mon.a (mon.0) 2119 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:06:37.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: cluster 2023-12-06T07:06:36.289054+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T07:06:37.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: cluster 2023-12-06T07:06:36.294840+0000 mon.a (mon.0) 2120 : cluster 1 osd.1 [v2:172.21.15.40:6810/3628892047,v1:172.21.15.40:6811/3628892047] boot 2023-12-06T07:06:37.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: cluster 2023-12-06T07:06:36.294958+0000 mon.a (mon.0) 2121 : cluster 0 osdmap e116: 8 total, 8 up, 8 in 2023-12-06T07:06:37.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.295299+0000 mon.a (mon.0) 2122 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:06:37.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.351297+0000 mon.a (mon.0) 2123 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.353516+0000 mon.a (mon.0) 2124 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.356134+0000 mon.a (mon.0) 2125 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:37.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.357139+0000 mon.a (mon.0) 2126 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:06:37.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.363114+0000 mon.a (mon.0) 2127 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.418229+0000 mon.a (mon.0) 2128 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.427334+0000 mon.a (mon.0) 2129 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.433968+0000 mon.a (mon.0) 2130 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:37.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.443236+0000 mon.a (mon.0) 2131 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:06:37.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.445964+0000 mon.a (mon.0) 2132 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.448230+0000 mon.a (mon.0) 2133 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.450003+0000 mon.a (mon.0) 2134 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:06:37.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:36 smithi141 bash[72190]: audit 2023-12-06T07:06:36.452185+0000 mon.a (mon.0) 2135 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:06:38.273 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cephadm 2023-12-06T07:06:36.192726+0000 mgr.y (mgr.25474) 1156 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:38.273 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cephadm 2023-12-06T07:06:36.273234+0000 mgr.y (mgr.25474) 1157 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:38.273 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cephadm 2023-12-06T07:06:36.363751+0000 mgr.y (mgr.25474) 1158 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:38.273 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: audit 2023-12-06T07:06:36.452476+0000 mgr.y (mgr.25474) 1159 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:06:38.273 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cephadm 2023-12-06T07:06:36.453872+0000 mgr.y (mgr.25474) 1160 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-12-06T07:06:38.274 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cluster 2023-12-06T07:06:36.928907+0000 mgr.y (mgr.25474) 1161 : cluster 0 pgmap v127: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 84/630 objects degraded (13.333%) 2023-12-06T07:06:38.274 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cluster 2023-12-06T07:06:37.294544+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.274 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cluster 2023-12-06T07:06:37.297513+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.274 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cluster 2023-12-06T07:06:37.299452+0000 mon.a (mon.0) 2136 : cluster 0 osdmap e117: 8 total, 8 up, 8 in 2023-12-06T07:06:38.274 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cluster 2023-12-06T07:06:37.300009+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.274 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cluster 2023-12-06T07:06:37.300340+0000 osd.2 (osd.2) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.274 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cluster 2023-12-06T07:06:37.304797+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.274 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cluster 2023-12-06T07:06:37.304853+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.274 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cluster 2023-12-06T07:06:37.305180+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.274 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cluster 2023-12-06T07:06:37.305323+0000 osd.2 (osd.2) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.274 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cluster 2023-12-06T07:06:37.305372+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.274 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cluster 2023-12-06T07:06:37.305643+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.274 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cluster 2023-12-06T07:06:37.308685+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.274 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: cluster 2023-12-06T07:06:37.310442+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.274 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: audit 2023-12-06T07:06:37.779727+0000 mon.a (mon.0) 2137 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:38.275 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[84914]: audit 2023-12-06T07:06:37.782132+0000 mon.a (mon.0) 2138 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:06:38.275 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cephadm 2023-12-06T07:06:36.192726+0000 mgr.y (mgr.25474) 1156 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:38.275 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cephadm 2023-12-06T07:06:36.273234+0000 mgr.y (mgr.25474) 1157 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:38.275 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cephadm 2023-12-06T07:06:36.363751+0000 mgr.y (mgr.25474) 1158 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:38.275 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: audit 2023-12-06T07:06:36.452476+0000 mgr.y (mgr.25474) 1159 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:06:38.275 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cephadm 2023-12-06T07:06:36.453872+0000 mgr.y (mgr.25474) 1160 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-12-06T07:06:38.275 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cluster 2023-12-06T07:06:36.928907+0000 mgr.y (mgr.25474) 1161 : cluster 0 pgmap v127: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 84/630 objects degraded (13.333%) 2023-12-06T07:06:38.275 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cluster 2023-12-06T07:06:37.294544+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.275 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cluster 2023-12-06T07:06:37.297513+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.275 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cluster 2023-12-06T07:06:37.299452+0000 mon.a (mon.0) 2136 : cluster 0 osdmap e117: 8 total, 8 up, 8 in 2023-12-06T07:06:38.275 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cluster 2023-12-06T07:06:37.300009+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.275 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cluster 2023-12-06T07:06:37.300340+0000 osd.2 (osd.2) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cluster 2023-12-06T07:06:37.304797+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cluster 2023-12-06T07:06:37.304853+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cluster 2023-12-06T07:06:37.305180+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cluster 2023-12-06T07:06:37.305323+0000 osd.2 (osd.2) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cluster 2023-12-06T07:06:37.305372+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cluster 2023-12-06T07:06:37.305643+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cluster 2023-12-06T07:06:37.308685+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: cluster 2023-12-06T07:06:37.310442+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: audit 2023-12-06T07:06:37.779727+0000 mon.a (mon.0) 2137 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:38.276 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:37 smithi040 bash[78949]: audit 2023-12-06T07:06:37.782132+0000 mon.a (mon.0) 2138 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:06:38.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cephadm 2023-12-06T07:06:36.192726+0000 mgr.y (mgr.25474) 1156 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:38.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cephadm 2023-12-06T07:06:36.273234+0000 mgr.y (mgr.25474) 1157 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cephadm 2023-12-06T07:06:36.363751+0000 mgr.y (mgr.25474) 1158 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:06:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: audit 2023-12-06T07:06:36.452476+0000 mgr.y (mgr.25474) 1159 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:06:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cephadm 2023-12-06T07:06:36.453872+0000 mgr.y (mgr.25474) 1160 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-12-06T07:06:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cluster 2023-12-06T07:06:36.928907+0000 mgr.y (mgr.25474) 1161 : cluster 0 pgmap v127: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 84/630 objects degraded (13.333%) 2023-12-06T07:06:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cluster 2023-12-06T07:06:37.294544+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cluster 2023-12-06T07:06:37.297513+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cluster 2023-12-06T07:06:37.299452+0000 mon.a (mon.0) 2136 : cluster 0 osdmap e117: 8 total, 8 up, 8 in 2023-12-06T07:06:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cluster 2023-12-06T07:06:37.300009+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cluster 2023-12-06T07:06:37.300340+0000 osd.2 (osd.2) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cluster 2023-12-06T07:06:37.304797+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cluster 2023-12-06T07:06:37.304853+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cluster 2023-12-06T07:06:37.305180+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cluster 2023-12-06T07:06:37.305323+0000 osd.2 (osd.2) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cluster 2023-12-06T07:06:37.305372+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cluster 2023-12-06T07:06:37.305643+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cluster 2023-12-06T07:06:37.308685+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: cluster 2023-12-06T07:06:37.310442+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:06:38.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: audit 2023-12-06T07:06:37.779727+0000 mon.a (mon.0) 2137 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:38.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:37 smithi141 bash[72190]: audit 2023-12-06T07:06:37.782132+0000 mon.a (mon.0) 2138 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:06:39.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:39 smithi141 bash[72190]: cluster 2023-12-06T07:06:38.987666+0000 mon.a (mon.0) 2139 : cluster 3 Health check update: Degraded data redundancy: 36/630 objects degraded (5.714%), 8 pgs degraded (PG_DEGRADED) 2023-12-06T07:06:39.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:39 smithi040 bash[78949]: cluster 2023-12-06T07:06:38.987666+0000 mon.a (mon.0) 2139 : cluster 3 Health check update: Degraded data redundancy: 36/630 objects degraded (5.714%), 8 pgs degraded (PG_DEGRADED) 2023-12-06T07:06:39.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:39 smithi040 bash[84914]: cluster 2023-12-06T07:06:38.987666+0000 mon.a (mon.0) 2139 : cluster 3 Health check update: Degraded data redundancy: 36/630 objects degraded (5.714%), 8 pgs degraded (PG_DEGRADED) 2023-12-06T07:06:40.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:40 smithi141 bash[72190]: cluster 2023-12-06T07:06:38.930579+0000 mgr.y (mgr.25474) 1162 : cluster 0 pgmap v129: 161 pgs: 8 active+undersized+degraded, 18 active+undersized, 135 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 36/630 objects degraded (5.714%) 2023-12-06T07:06:40.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:40 smithi040 bash[84914]: cluster 2023-12-06T07:06:38.930579+0000 mgr.y (mgr.25474) 1162 : cluster 0 pgmap v129: 161 pgs: 8 active+undersized+degraded, 18 active+undersized, 135 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 36/630 objects degraded (5.714%) 2023-12-06T07:06:40.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:40 smithi040 bash[78949]: cluster 2023-12-06T07:06:38.930579+0000 mgr.y (mgr.25474) 1162 : cluster 0 pgmap v129: 161 pgs: 8 active+undersized+degraded, 18 active+undersized, 135 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 36/630 objects degraded (5.714%) 2023-12-06T07:06:41.428 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:41 smithi040 bash[84914]: cluster 2023-12-06T07:06:41.043194+0000 mon.a (mon.0) 2140 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/630 objects degraded (5.714%), 8 pgs degraded) 2023-12-06T07:06:41.429 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:41 smithi040 bash[84914]: cluster 2023-12-06T07:06:41.043265+0000 mon.a (mon.0) 2141 : cluster 1 Cluster is now healthy 2023-12-06T07:06:41.429 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:41 smithi040 bash[84914]: audit 2023-12-06T07:06:41.091352+0000 mon.a (mon.0) 2142 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:41.429 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:41 smithi040 bash[78949]: cluster 2023-12-06T07:06:41.043194+0000 mon.a (mon.0) 2140 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/630 objects degraded (5.714%), 8 pgs degraded) 2023-12-06T07:06:41.429 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:41 smithi040 bash[78949]: cluster 2023-12-06T07:06:41.043265+0000 mon.a (mon.0) 2141 : cluster 1 Cluster is now healthy 2023-12-06T07:06:41.429 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:41 smithi040 bash[78949]: audit 2023-12-06T07:06:41.091352+0000 mon.a (mon.0) 2142 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:41.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:41 smithi141 bash[72190]: cluster 2023-12-06T07:06:41.043194+0000 mon.a (mon.0) 2140 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/630 objects degraded (5.714%), 8 pgs degraded) 2023-12-06T07:06:41.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:41 smithi141 bash[72190]: cluster 2023-12-06T07:06:41.043265+0000 mon.a (mon.0) 2141 : cluster 1 Cluster is now healthy 2023-12-06T07:06:41.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:41 smithi141 bash[72190]: audit 2023-12-06T07:06:41.091352+0000 mon.a (mon.0) 2142 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:42.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:42 smithi141 bash[72190]: cluster 2023-12-06T07:06:40.931844+0000 mgr.y (mgr.25474) 1163 : cluster 0 pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:06:42.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:42 smithi141 bash[72190]: audit 2023-12-06T07:06:41.108787+0000 mon.a (mon.0) 2143 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:42.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:42 smithi141 bash[72190]: audit 2023-12-06T07:06:41.117118+0000 mon.a (mon.0) 2144 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:42.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:42 smithi040 bash[78949]: cluster 2023-12-06T07:06:40.931844+0000 mgr.y (mgr.25474) 1163 : cluster 0 pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:06:42.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:42 smithi040 bash[78949]: audit 2023-12-06T07:06:41.108787+0000 mon.a (mon.0) 2143 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:42.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:42 smithi040 bash[78949]: audit 2023-12-06T07:06:41.117118+0000 mon.a (mon.0) 2144 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:42.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:42 smithi040 bash[84914]: cluster 2023-12-06T07:06:40.931844+0000 mgr.y (mgr.25474) 1163 : cluster 0 pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:06:42.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:42 smithi040 bash[84914]: audit 2023-12-06T07:06:41.108787+0000 mon.a (mon.0) 2143 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:42.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:42 smithi040 bash[84914]: audit 2023-12-06T07:06:41.117118+0000 mon.a (mon.0) 2144 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:43.873 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:43 smithi040 bash[84914]: cluster 2023-12-06T07:06:42.932490+0000 mgr.y (mgr.25474) 1164 : cluster 0 pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 667 B/s rd, 0 op/s 2023-12-06T07:06:43.874 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:43 smithi040 bash[78949]: cluster 2023-12-06T07:06:42.932490+0000 mgr.y (mgr.25474) 1164 : cluster 0 pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 667 B/s rd, 0 op/s 2023-12-06T07:06:43.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:43 smithi141 bash[72190]: cluster 2023-12-06T07:06:42.932490+0000 mgr.y (mgr.25474) 1164 : cluster 0 pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 667 B/s rd, 0 op/s 2023-12-06T07:06:44.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:44 smithi040 bash[78949]: audit 2023-12-06T07:06:43.867897+0000 mgr.y (mgr.25474) 1165 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:44.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:44 smithi040 bash[84914]: audit 2023-12-06T07:06:43.867897+0000 mgr.y (mgr.25474) 1165 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:44.938 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:44 smithi141 bash[72190]: audit 2023-12-06T07:06:43.867897+0000 mgr.y (mgr.25474) 1165 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:45.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:45 smithi141 bash[72190]: cluster 2023-12-06T07:06:44.934097+0000 mgr.y (mgr.25474) 1166 : cluster 0 pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:06:46.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:45 smithi040 bash[78949]: cluster 2023-12-06T07:06:44.934097+0000 mgr.y (mgr.25474) 1166 : cluster 0 pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:06:46.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:45 smithi040 bash[84914]: cluster 2023-12-06T07:06:44.934097+0000 mgr.y (mgr.25474) 1166 : cluster 0 pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:06:46.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:06:46 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:06:46] "GET /metrics HTTP/1.1" 200 38410 "" "Prometheus/2.33.4" 2023-12-06T07:06:48.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:47 smithi040 bash[78949]: cluster 2023-12-06T07:06:46.935115+0000 mgr.y (mgr.25474) 1167 : cluster 0 pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:06:48.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:47 smithi040 bash[78949]: audit 2023-12-06T07:06:47.901238+0000 mon.a (mon.0) 2145 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:48.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:47 smithi040 bash[84914]: cluster 2023-12-06T07:06:46.935115+0000 mgr.y (mgr.25474) 1167 : cluster 0 pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:06:48.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:47 smithi040 bash[84914]: audit 2023-12-06T07:06:47.901238+0000 mon.a (mon.0) 2145 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:47 smithi141 bash[72190]: cluster 2023-12-06T07:06:46.935115+0000 mgr.y (mgr.25474) 1167 : cluster 0 pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:06:48.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:47 smithi141 bash[72190]: audit 2023-12-06T07:06:47.901238+0000 mon.a (mon.0) 2145 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:50.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:50 smithi141 bash[72190]: cluster 2023-12-06T07:06:48.936689+0000 mgr.y (mgr.25474) 1168 : cluster 0 pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T07:06:50.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:50 smithi141 bash[72190]: audit 2023-12-06T07:06:49.790369+0000 mon.a (mon.0) 2146 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:50.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:50 smithi141 bash[72190]: audit 2023-12-06T07:06:49.801566+0000 mon.a (mon.0) 2147 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:50.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:50 smithi141 bash[72190]: audit 2023-12-06T07:06:49.810648+0000 mon.a (mon.0) 2148 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:50.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:49 smithi040 bash[84914]: cluster 2023-12-06T07:06:48.936689+0000 mgr.y (mgr.25474) 1168 : cluster 0 pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T07:06:50.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:49 smithi040 bash[84914]: audit 2023-12-06T07:06:49.790369+0000 mon.a (mon.0) 2146 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:50.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:49 smithi040 bash[84914]: audit 2023-12-06T07:06:49.801566+0000 mon.a (mon.0) 2147 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:50.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:49 smithi040 bash[84914]: audit 2023-12-06T07:06:49.810648+0000 mon.a (mon.0) 2148 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:50.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:49 smithi040 bash[78949]: cluster 2023-12-06T07:06:48.936689+0000 mgr.y (mgr.25474) 1168 : cluster 0 pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T07:06:50.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:49 smithi040 bash[78949]: audit 2023-12-06T07:06:49.790369+0000 mon.a (mon.0) 2146 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:50.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:49 smithi040 bash[78949]: audit 2023-12-06T07:06:49.801566+0000 mon.a (mon.0) 2147 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:50.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:49 smithi040 bash[78949]: audit 2023-12-06T07:06:49.810648+0000 mon.a (mon.0) 2148 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:52.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:52 smithi040 bash[78949]: cluster 2023-12-06T07:06:50.937753+0000 mgr.y (mgr.25474) 1169 : cluster 0 pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:06:52.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:52 smithi040 bash[78949]: audit 2023-12-06T07:06:51.460682+0000 mon.a (mon.0) 2149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:06:52.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:52 smithi040 bash[84914]: cluster 2023-12-06T07:06:50.937753+0000 mgr.y (mgr.25474) 1169 : cluster 0 pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:06:52.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:52 smithi040 bash[84914]: audit 2023-12-06T07:06:51.460682+0000 mon.a (mon.0) 2149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:06:52.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:52 smithi141 bash[72190]: cluster 2023-12-06T07:06:50.937753+0000 mgr.y (mgr.25474) 1169 : cluster 0 pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:06:52.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:52 smithi141 bash[72190]: audit 2023-12-06T07:06:51.460682+0000 mon.a (mon.0) 2149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:06:53.190 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:53 smithi040 bash[78949]: audit 2023-12-06T07:06:51.461171+0000 mgr.y (mgr.25474) 1170 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:06:53.190 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:53 smithi040 bash[78949]: cephadm 2023-12-06T07:06:51.464054+0000 mgr.y (mgr.25474) 1171 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-06T07:06:53.190 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:53 smithi040 bash[78949]: audit 2023-12-06T07:06:52.779830+0000 mon.a (mon.0) 2150 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:53.190 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:53 smithi040 bash[78949]: audit 2023-12-06T07:06:52.782161+0000 mon.a (mon.0) 2151 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:06:53.190 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:53 smithi040 bash[84914]: audit 2023-12-06T07:06:51.461171+0000 mgr.y (mgr.25474) 1170 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:06:53.190 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:53 smithi040 bash[84914]: cephadm 2023-12-06T07:06:51.464054+0000 mgr.y (mgr.25474) 1171 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-06T07:06:53.190 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:53 smithi040 bash[84914]: audit 2023-12-06T07:06:52.779830+0000 mon.a (mon.0) 2150 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:53.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:53 smithi040 bash[84914]: audit 2023-12-06T07:06:52.782161+0000 mon.a (mon.0) 2151 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:06:53.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:53 smithi141 bash[72190]: audit 2023-12-06T07:06:51.461171+0000 mgr.y (mgr.25474) 1170 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:06:53.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:53 smithi141 bash[72190]: cephadm 2023-12-06T07:06:51.464054+0000 mgr.y (mgr.25474) 1171 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-06T07:06:53.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:53 smithi141 bash[72190]: audit 2023-12-06T07:06:52.779830+0000 mon.a (mon.0) 2150 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:53.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:53 smithi141 bash[72190]: audit 2023-12-06T07:06:52.782161+0000 mon.a (mon.0) 2151 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:06:54.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:54 smithi040 bash[78949]: cluster 2023-12-06T07:06:52.938305+0000 mgr.y (mgr.25474) 1172 : cluster 0 pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:06:54.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:54 smithi040 bash[78949]: audit 2023-12-06T07:06:53.949535+0000 mon.a (mon.0) 2152 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:54.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:54 smithi040 bash[78949]: audit 2023-12-06T07:06:53.954433+0000 mon.a (mon.0) 2153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T07:06:54.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:54 smithi040 bash[78949]: audit 2023-12-06T07:06:53.956077+0000 mon.a (mon.0) 2154 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:54.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:54 smithi040 bash[84914]: cluster 2023-12-06T07:06:52.938305+0000 mgr.y (mgr.25474) 1172 : cluster 0 pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:06:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:54 smithi040 bash[84914]: audit 2023-12-06T07:06:53.949535+0000 mon.a (mon.0) 2152 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:54 smithi040 bash[84914]: audit 2023-12-06T07:06:53.954433+0000 mon.a (mon.0) 2153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T07:06:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:54 smithi040 bash[84914]: audit 2023-12-06T07:06:53.956077+0000 mon.a (mon.0) 2154 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:54.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:54 smithi141 bash[72190]: cluster 2023-12-06T07:06:52.938305+0000 mgr.y (mgr.25474) 1172 : cluster 0 pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:06:54.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:54 smithi141 bash[72190]: audit 2023-12-06T07:06:53.949535+0000 mon.a (mon.0) 2152 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:06:54.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:54 smithi141 bash[72190]: audit 2023-12-06T07:06:53.954433+0000 mon.a (mon.0) 2153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T07:06:54.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:54 smithi141 bash[72190]: audit 2023-12-06T07:06:53.956077+0000 mon.a (mon.0) 2154 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:06:55.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:55 smithi040 bash[78949]: audit 2023-12-06T07:06:53.875882+0000 mgr.y (mgr.25474) 1173 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:55.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:55 smithi040 bash[78949]: cephadm 2023-12-06T07:06:53.940039+0000 mgr.y (mgr.25474) 1174 : cephadm 1 Upgrade: Updating osd.2 2023-12-06T07:06:55.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:55 smithi040 bash[78949]: cephadm 2023-12-06T07:06:53.959128+0000 mgr.y (mgr.25474) 1175 : cephadm 1 Deploying daemon osd.2 on smithi040 2023-12-06T07:06:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:55 smithi040 bash[84914]: audit 2023-12-06T07:06:53.875882+0000 mgr.y (mgr.25474) 1173 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:55 smithi040 bash[84914]: cephadm 2023-12-06T07:06:53.940039+0000 mgr.y (mgr.25474) 1174 : cephadm 1 Upgrade: Updating osd.2 2023-12-06T07:06:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:55 smithi040 bash[84914]: cephadm 2023-12-06T07:06:53.959128+0000 mgr.y (mgr.25474) 1175 : cephadm 1 Deploying daemon osd.2 on smithi040 2023-12-06T07:06:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:55 smithi141 bash[72190]: audit 2023-12-06T07:06:53.875882+0000 mgr.y (mgr.25474) 1173 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:06:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:55 smithi141 bash[72190]: cephadm 2023-12-06T07:06:53.940039+0000 mgr.y (mgr.25474) 1174 : cephadm 1 Upgrade: Updating osd.2 2023-12-06T07:06:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:55 smithi141 bash[72190]: cephadm 2023-12-06T07:06:53.959128+0000 mgr.y (mgr.25474) 1175 : cephadm 1 Deploying daemon osd.2 on smithi040 2023-12-06T07:06:56.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:56 smithi040 bash[78949]: cluster 2023-12-06T07:06:54.939812+0000 mgr.y (mgr.25474) 1176 : cluster 0 pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:06:56.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:56 smithi040 bash[84914]: cluster 2023-12-06T07:06:54.939812+0000 mgr.y (mgr.25474) 1176 : cluster 0 pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:06:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:56 smithi141 bash[72190]: cluster 2023-12-06T07:06:54.939812+0000 mgr.y (mgr.25474) 1176 : cluster 0 pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:06:56.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:06:56 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:06:56] "GET /metrics HTTP/1.1" 200 38401 "" "Prometheus/2.33.4" 2023-12-06T07:06:58.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:58 smithi040 bash[78949]: cluster 2023-12-06T07:06:56.940918+0000 mgr.y (mgr.25474) 1177 : cluster 0 pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:06:58.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:58 smithi040 bash[84914]: cluster 2023-12-06T07:06:56.940918+0000 mgr.y (mgr.25474) 1177 : cluster 0 pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:06:58.334 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:06:58.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:58 smithi141 bash[72190]: cluster 2023-12-06T07:06:56.940918+0000 mgr.y (mgr.25474) 1177 : cluster 0 pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:06:58.930 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:06:58 smithi040 systemd[1]: Stopping Ceph osd.2 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:06:59.126 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:06:59.126 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 18s ago 19m - - 2023-12-06T07:06:59.126 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 9s ago 19m - - 2023-12-06T07:06:59.126 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (6m) 18s ago 12m 16.5M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:06:59.126 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (5m) 9s ago 12m 43.9M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:06:59.126 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (4m) 18s ago 10m 46.9M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:06:59.126 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (3m) 9s ago 19m 433M - 19.0.0-26-g0482646f 26bb7d89db2e 345817faf911 2023-12-06T07:06:59.126 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (5m) 18s ago 21m 512M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:06:59.127 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (4m) 18s ago 21m 64.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:06:59.127 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (2m) 9s ago 19m 41.1M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a46e947a89d4 2023-12-06T07:06:59.127 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (2m) 18s ago 19m 43.3M 2048M 19.0.0-26-g0482646f 26bb7d89db2e f003381b7d99 2023-12-06T07:06:59.127 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (6m) 18s ago 13m 15.5M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:06:59.127 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (5m) 9s ago 13m 12.2M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:06:59.127 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (70s) 18s ago 18m 51.2M 4096M 19.0.0-26-g0482646f 26bb7d89db2e bd803ebde49a 2023-12-06T07:06:59.127 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (31s) 18s ago 17m 48.8M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 17848df7e7ac 2023-12-06T07:06:59.127 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (17m) 18s ago 17m 58.6M 4096M 17.2.0 e1d6a67b021e dd8ca4817571 2023-12-06T07:06:59.127 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (16m) 18s ago 16m 63.1M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T07:06:59.127 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (16m) 9s ago 16m 68.0M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T07:06:59.127 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (15m) 9s ago 15m 60.8M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:06:59.127 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (14m) 9s ago 14m 59.6M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:06:59.127 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (14m) 9s ago 14m 63.6M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:06:59.127 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (4m) 9s ago 13m 64.4M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:06:59.127 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (10m) 18s ago 10m 88.7M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:06:59.128 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (10m) 9s ago 10m 88.2M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:06:59.128 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (10m) 18s ago 10m 88.0M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:06:59.128 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (10m) 9s ago 10m 88.5M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:06:59.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:06:59 smithi040 bash[78949]: cluster 2023-12-06T07:06:58.925396+0000 mon.a (mon.0) 2155 : cluster 1 osd.2 marked itself down and dead 2023-12-06T07:06:59.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:06:59 smithi040 bash[84914]: cluster 2023-12-06T07:06:58.925396+0000 mon.a (mon.0) 2155 : cluster 1 osd.2 marked itself down and dead 2023-12-06T07:06:59.280 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:06:58 smithi040 bash[41202]: debug 2023-12-06T07:06:58.919+0000 7f4a931bf700 -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-06T07:06:59.280 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:06:58 smithi040 bash[41202]: debug 2023-12-06T07:06:58.919+0000 7f4a931bf700 -1 osd.2 117 *** Got signal Terminated *** 2023-12-06T07:06:59.280 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:06:58 smithi040 bash[41202]: debug 2023-12-06T07:06:58.919+0000 7f4a931bf700 -1 osd.2 117 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:06:59.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:06:59 smithi141 bash[72190]: cluster 2023-12-06T07:06:58.925396+0000 mon.a (mon.0) 2155 : cluster 1 osd.2 marked itself down and dead 2023-12-06T07:06:59.594 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:06:59.594 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:06:59.594 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:06:59.594 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:06:59.594 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:06:59.594 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:06:59.594 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:06:59.594 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:06:59.594 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-06T07:06:59.594 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:06:59.595 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:06:59.595 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:06:59.595 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:06:59.595 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:06:59.595 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:06:59.595 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2023-12-06T07:06:59.595 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 7 2023-12-06T07:06:59.595 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:06:59.595 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:06:59.990 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:06:59.990 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:06:59.990 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:06:59.990 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:06:59.990 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:06:59.990 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr", 2023-12-06T07:06:59.990 INFO:teuthology.orchestra.run.smithi040.stdout: "mon" 2023-12-06T07:06:59.990 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:06:59.990 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "7/23 daemons upgraded", 2023-12-06T07:06:59.990 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:06:59.991 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:06:59.991 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:07:00.280 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:06:59 smithi040 bash[95298]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-2 2023-12-06T07:07:00.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[84914]: audit 2023-12-06T07:06:58.309530+0000 mgr.y (mgr.25474) 1178 : audit 0 from='client.54259 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:00.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[84914]: audit 2023-12-06T07:06:58.709373+0000 mgr.y (mgr.25474) 1179 : audit 0 from='client.54265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:00.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[84914]: cluster 2023-12-06T07:06:58.941963+0000 mgr.y (mgr.25474) 1180 : cluster 0 pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:07:00.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[84914]: cluster 2023-12-06T07:06:59.026901+0000 mon.a (mon.0) 2156 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:07:00.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[84914]: cluster 2023-12-06T07:06:59.043305+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[84914]: cluster 2023-12-06T07:06:59.043914+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[84914]: cluster 2023-12-06T07:06:59.045173+0000 mon.a (mon.0) 2157 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-06T07:07:00.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[84914]: cluster 2023-12-06T07:06:59.048106+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[84914]: cluster 2023-12-06T07:06:59.049330+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[84914]: cluster 2023-12-06T07:06:59.050463+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[84914]: cluster 2023-12-06T07:06:59.054520+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[84914]: audit 2023-12-06T07:06:59.102543+0000 mgr.y (mgr.25474) 1181 : audit 0 from='client.34425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:00.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[84914]: audit 2023-12-06T07:06:59.588351+0000 mon.a (mon.0) 2158 : audit 0 from='client.? 172.21.15.40:0/1937896335' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:00.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[78949]: audit 2023-12-06T07:06:58.309530+0000 mgr.y (mgr.25474) 1178 : audit 0 from='client.54259 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:00.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[78949]: audit 2023-12-06T07:06:58.709373+0000 mgr.y (mgr.25474) 1179 : audit 0 from='client.54265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:00.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[78949]: cluster 2023-12-06T07:06:58.941963+0000 mgr.y (mgr.25474) 1180 : cluster 0 pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:07:00.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[78949]: cluster 2023-12-06T07:06:59.026901+0000 mon.a (mon.0) 2156 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:07:00.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[78949]: cluster 2023-12-06T07:06:59.043305+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[78949]: cluster 2023-12-06T07:06:59.043914+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[78949]: cluster 2023-12-06T07:06:59.045173+0000 mon.a (mon.0) 2157 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-06T07:07:00.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[78949]: cluster 2023-12-06T07:06:59.048106+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[78949]: cluster 2023-12-06T07:06:59.049330+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[78949]: cluster 2023-12-06T07:06:59.050463+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[78949]: cluster 2023-12-06T07:06:59.054520+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[78949]: audit 2023-12-06T07:06:59.102543+0000 mgr.y (mgr.25474) 1181 : audit 0 from='client.34425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:00.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[78949]: audit 2023-12-06T07:06:59.588351+0000 mon.a (mon.0) 2158 : audit 0 from='client.? 172.21.15.40:0/1937896335' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:00.446 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_WARN 1 osds down 2023-12-06T07:07:00.447 INFO:teuthology.orchestra.run.smithi040.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T07:07:00.447 INFO:teuthology.orchestra.run.smithi040.stdout: osd.2 (root=default,host=smithi040) is down 2023-12-06T07:07:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:00 smithi141 bash[72190]: audit 2023-12-06T07:06:58.309530+0000 mgr.y (mgr.25474) 1178 : audit 0 from='client.54259 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:00 smithi141 bash[72190]: audit 2023-12-06T07:06:58.709373+0000 mgr.y (mgr.25474) 1179 : audit 0 from='client.54265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:00 smithi141 bash[72190]: cluster 2023-12-06T07:06:58.941963+0000 mgr.y (mgr.25474) 1180 : cluster 0 pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:07:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:00 smithi141 bash[72190]: cluster 2023-12-06T07:06:59.026901+0000 mon.a (mon.0) 2156 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:07:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:00 smithi141 bash[72190]: cluster 2023-12-06T07:06:59.043305+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:00 smithi141 bash[72190]: cluster 2023-12-06T07:06:59.043914+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:00 smithi141 bash[72190]: cluster 2023-12-06T07:06:59.045173+0000 mon.a (mon.0) 2157 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-06T07:07:00.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:00 smithi141 bash[72190]: cluster 2023-12-06T07:06:59.048106+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:00 smithi141 bash[72190]: cluster 2023-12-06T07:06:59.049330+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:00 smithi141 bash[72190]: cluster 2023-12-06T07:06:59.050463+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:00 smithi141 bash[72190]: cluster 2023-12-06T07:06:59.054520+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:07:00.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:00 smithi141 bash[72190]: audit 2023-12-06T07:06:59.102543+0000 mgr.y (mgr.25474) 1181 : audit 0 from='client.34425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:00.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:00 smithi141 bash[72190]: audit 2023-12-06T07:06:59.588351+0000 mon.a (mon.0) 2158 : audit 0 from='client.? 172.21.15.40:0/1937896335' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:01.030 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:07:00 smithi040 bash[95464]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-2 2023-12-06T07:07:01.344 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[84914]: audit 2023-12-06T07:06:59.984323+0000 mgr.y (mgr.25474) 1182 : audit 0 from='client.34437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:01.344 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[84914]: cluster 2023-12-06T07:07:00.040644+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.345 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[84914]: cluster 2023-12-06T07:07:00.043563+0000 mon.a (mon.0) 2159 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2023-12-06T07:07:01.345 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[84914]: cluster 2023-12-06T07:07:00.043862+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.345 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[84914]: cluster 2023-12-06T07:07:00.044172+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.345 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[84914]: cluster 2023-12-06T07:07:00.047037+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.345 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[84914]: cluster 2023-12-06T07:07:00.047102+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.345 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[84914]: cluster 2023-12-06T07:07:00.047425+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.345 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[84914]: cluster 2023-12-06T07:07:00.047611+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.345 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[84914]: cluster 2023-12-06T07:07:00.051038+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.345 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[84914]: cluster 2023-12-06T07:07:00.052652+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.345 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[84914]: cluster 2023-12-06T07:07:00.053212+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.345 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[84914]: cluster 2023-12-06T07:07:00.054599+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.345 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[84914]: audit 2023-12-06T07:07:00.441357+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.40:0/3682784460' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:07:01.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[78949]: audit 2023-12-06T07:06:59.984323+0000 mgr.y (mgr.25474) 1182 : audit 0 from='client.34437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:01.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[78949]: cluster 2023-12-06T07:07:00.040644+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[78949]: cluster 2023-12-06T07:07:00.043563+0000 mon.a (mon.0) 2159 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2023-12-06T07:07:01.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[78949]: cluster 2023-12-06T07:07:00.043862+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[78949]: cluster 2023-12-06T07:07:00.044172+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[78949]: cluster 2023-12-06T07:07:00.047037+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[78949]: cluster 2023-12-06T07:07:00.047102+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[78949]: cluster 2023-12-06T07:07:00.047425+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[78949]: cluster 2023-12-06T07:07:00.047611+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[78949]: cluster 2023-12-06T07:07:00.051038+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[78949]: cluster 2023-12-06T07:07:00.052652+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[78949]: cluster 2023-12-06T07:07:00.053212+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[78949]: cluster 2023-12-06T07:07:00.054599+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.347 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:01 smithi040 bash[78949]: audit 2023-12-06T07:07:00.441357+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.40:0/3682784460' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:07:01.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:01 smithi141 bash[72190]: audit 2023-12-06T07:06:59.984323+0000 mgr.y (mgr.25474) 1182 : audit 0 from='client.34437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:01.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:01 smithi141 bash[72190]: cluster 2023-12-06T07:07:00.040644+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:01 smithi141 bash[72190]: cluster 2023-12-06T07:07:00.043563+0000 mon.a (mon.0) 2159 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2023-12-06T07:07:01.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:01 smithi141 bash[72190]: cluster 2023-12-06T07:07:00.043862+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:01 smithi141 bash[72190]: cluster 2023-12-06T07:07:00.044172+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:01 smithi141 bash[72190]: cluster 2023-12-06T07:07:00.047037+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:01 smithi141 bash[72190]: cluster 2023-12-06T07:07:00.047102+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:01 smithi141 bash[72190]: cluster 2023-12-06T07:07:00.047425+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:01 smithi141 bash[72190]: cluster 2023-12-06T07:07:00.047611+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:01 smithi141 bash[72190]: cluster 2023-12-06T07:07:00.051038+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:01 smithi141 bash[72190]: cluster 2023-12-06T07:07:00.052652+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:01 smithi141 bash[72190]: cluster 2023-12-06T07:07:00.053212+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:01 smithi141 bash[72190]: cluster 2023-12-06T07:07:00.054599+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:07:01.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:01 smithi141 bash[72190]: audit 2023-12-06T07:07:00.441357+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.40:0/3682784460' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:07:02.426 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:02 smithi040 bash[78949]: cluster 2023-12-06T07:07:00.943160+0000 mgr.y (mgr.25474) 1183 : cluster 0 pgmap v142: 161 pgs: 3 active+undersized+degraded, 9 stale+active+clean, 11 active+undersized, 138 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 24/630 objects degraded (3.810%) 2023-12-06T07:07:02.426 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:02 smithi040 bash[78949]: cluster 2023-12-06T07:07:01.048728+0000 mon.a (mon.0) 2160 : cluster 3 Health check failed: Degraded data redundancy: 24/630 objects degraded (3.810%), 3 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:02.427 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:02 smithi040 bash[78949]: audit 2023-12-06T07:07:01.313517+0000 mon.a (mon.0) 2161 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:02.427 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:02 smithi040 bash[78949]: audit 2023-12-06T07:07:01.324290+0000 mon.a (mon.0) 2162 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:02.427 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:02 smithi040 bash[78949]: audit 2023-12-06T07:07:01.336602+0000 mon.a (mon.0) 2163 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:02.427 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:02 smithi040 bash[84914]: cluster 2023-12-06T07:07:00.943160+0000 mgr.y (mgr.25474) 1183 : cluster 0 pgmap v142: 161 pgs: 3 active+undersized+degraded, 9 stale+active+clean, 11 active+undersized, 138 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 24/630 objects degraded (3.810%) 2023-12-06T07:07:02.427 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:02 smithi040 bash[84914]: cluster 2023-12-06T07:07:01.048728+0000 mon.a (mon.0) 2160 : cluster 3 Health check failed: Degraded data redundancy: 24/630 objects degraded (3.810%), 3 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:02.427 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:02 smithi040 bash[84914]: audit 2023-12-06T07:07:01.313517+0000 mon.a (mon.0) 2161 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:02.427 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:02 smithi040 bash[84914]: audit 2023-12-06T07:07:01.324290+0000 mon.a (mon.0) 2162 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:02.427 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:02 smithi040 bash[84914]: audit 2023-12-06T07:07:01.336602+0000 mon.a (mon.0) 2163 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:02 smithi141 bash[72190]: cluster 2023-12-06T07:07:00.943160+0000 mgr.y (mgr.25474) 1183 : cluster 0 pgmap v142: 161 pgs: 3 active+undersized+degraded, 9 stale+active+clean, 11 active+undersized, 138 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 24/630 objects degraded (3.810%) 2023-12-06T07:07:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:02 smithi141 bash[72190]: cluster 2023-12-06T07:07:01.048728+0000 mon.a (mon.0) 2160 : cluster 3 Health check failed: Degraded data redundancy: 24/630 objects degraded (3.810%), 3 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:02 smithi141 bash[72190]: audit 2023-12-06T07:07:01.313517+0000 mon.a (mon.0) 2161 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:02 smithi141 bash[72190]: audit 2023-12-06T07:07:01.324290+0000 mon.a (mon.0) 2162 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:02 smithi141 bash[72190]: audit 2023-12-06T07:07:01.336602+0000 mon.a (mon.0) 2163 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:03.932 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:03 smithi040 bash[78949]: cluster 2023-12-06T07:07:02.943982+0000 mgr.y (mgr.25474) 1184 : cluster 0 pgmap v143: 161 pgs: 3 active+undersized+degraded, 9 stale+active+clean, 11 active+undersized, 138 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 24/630 objects degraded (3.810%) 2023-12-06T07:07:03.933 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:03 smithi040 bash[84914]: cluster 2023-12-06T07:07:02.943982+0000 mgr.y (mgr.25474) 1184 : cluster 0 pgmap v143: 161 pgs: 3 active+undersized+degraded, 9 stale+active+clean, 11 active+undersized, 138 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 24/630 objects degraded (3.810%) 2023-12-06T07:07:03.933 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:07:03 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.2.service: Succeeded. 2023-12-06T07:07:03.933 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:07:03 smithi040 systemd[1]: Stopped Ceph osd.2 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:07:03.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:03 smithi141 bash[72190]: cluster 2023-12-06T07:07:02.943982+0000 mgr.y (mgr.25474) 1184 : cluster 0 pgmap v143: 161 pgs: 3 active+undersized+degraded, 9 stale+active+clean, 11 active+undersized, 138 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 24/630 objects degraded (3.810%) 2023-12-06T07:07:04.280 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:07:04 smithi040 systemd[1]: Started Ceph osd.2 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:07:05.359 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:03.883645+0000 mgr.y (mgr.25474) 1185 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:05.359 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.090183+0000 mon.a (mon.0) 2164 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.359 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.098728+0000 mon.a (mon.0) 2165 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.359 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.671869+0000 mon.a (mon.0) 2166 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.359 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.691404+0000 mon.a (mon.0) 2167 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.360 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.693263+0000 mon.a (mon.0) 2168 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:05.360 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.694415+0000 mon.a (mon.0) 2169 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:05.360 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.701202+0000 mon.a (mon.0) 2170 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.360 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.784533+0000 mon.a (mon.0) 2171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:05.360 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.789223+0000 mon.a (mon.0) 2172 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:05.360 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.795320+0000 mon.a (mon.0) 2173 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:05.360 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.797154+0000 mon.a (mon.0) 2174 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:05.360 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.806712+0000 mon.a (mon.0) 2175 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.360 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.888016+0000 mon.a (mon.0) 2176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:05.360 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.891080+0000 mon.a (mon.0) 2177 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:05.360 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.894418+0000 mon.a (mon.0) 2178 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:05.360 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.895554+0000 mon.a (mon.0) 2179 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:05.360 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.904519+0000 mon.a (mon.0) 2180 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.361 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.987343+0000 mon.a (mon.0) 2181 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:05.361 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.989676+0000 mon.a (mon.0) 2182 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:05.361 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.993123+0000 mon.a (mon.0) 2183 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:05.361 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:04.994272+0000 mon.a (mon.0) 2184 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:05.361 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:05.001385+0000 mon.a (mon.0) 2185 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.361 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:05.079925+0000 mon.a (mon.0) 2186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:05.361 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:05 smithi141 bash[72190]: audit 2023-12-06T07:07:05.082621+0000 mon.a (mon.0) 2187 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:05.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:03.883645+0000 mgr.y (mgr.25474) 1185 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:05.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.090183+0000 mon.a (mon.0) 2164 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.098728+0000 mon.a (mon.0) 2165 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.671869+0000 mon.a (mon.0) 2166 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.691404+0000 mon.a (mon.0) 2167 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.693263+0000 mon.a (mon.0) 2168 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:05.519 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.694415+0000 mon.a (mon.0) 2169 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:05.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.701202+0000 mon.a (mon.0) 2170 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.784533+0000 mon.a (mon.0) 2171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:05.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.789223+0000 mon.a (mon.0) 2172 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:05.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.795320+0000 mon.a (mon.0) 2173 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:05.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.797154+0000 mon.a (mon.0) 2174 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:05.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.806712+0000 mon.a (mon.0) 2175 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.888016+0000 mon.a (mon.0) 2176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:05.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.891080+0000 mon.a (mon.0) 2177 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:05.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.894418+0000 mon.a (mon.0) 2178 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:05.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.895554+0000 mon.a (mon.0) 2179 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:05.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.904519+0000 mon.a (mon.0) 2180 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.987343+0000 mon.a (mon.0) 2181 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:05.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.989676+0000 mon.a (mon.0) 2182 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:05.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.993123+0000 mon.a (mon.0) 2183 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:05.520 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:04.994272+0000 mon.a (mon.0) 2184 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:05.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:05.001385+0000 mon.a (mon.0) 2185 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:05.079925+0000 mon.a (mon.0) 2186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:05.521 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[84914]: audit 2023-12-06T07:07:05.082621+0000 mon.a (mon.0) 2187 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:05.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:03.883645+0000 mgr.y (mgr.25474) 1185 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:05.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.090183+0000 mon.a (mon.0) 2164 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.098728+0000 mon.a (mon.0) 2165 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.671869+0000 mon.a (mon.0) 2166 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.691404+0000 mon.a (mon.0) 2167 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.693263+0000 mon.a (mon.0) 2168 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:05.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.694415+0000 mon.a (mon.0) 2169 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:05.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.701202+0000 mon.a (mon.0) 2170 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.784533+0000 mon.a (mon.0) 2171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:05.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.789223+0000 mon.a (mon.0) 2172 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:05.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.795320+0000 mon.a (mon.0) 2173 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:05.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.797154+0000 mon.a (mon.0) 2174 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:05.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.806712+0000 mon.a (mon.0) 2175 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.888016+0000 mon.a (mon.0) 2176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:05.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.891080+0000 mon.a (mon.0) 2177 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:05.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.894418+0000 mon.a (mon.0) 2178 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:05.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.895554+0000 mon.a (mon.0) 2179 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:05.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.904519+0000 mon.a (mon.0) 2180 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.987343+0000 mon.a (mon.0) 2181 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:05.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.989676+0000 mon.a (mon.0) 2182 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:05.522 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.993123+0000 mon.a (mon.0) 2183 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:05.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:04.994272+0000 mon.a (mon.0) 2184 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:05.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:05.001385+0000 mon.a (mon.0) 2185 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:05.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:05.079925+0000 mon.a (mon.0) 2186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:05.523 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:05 smithi040 bash[78949]: audit 2023-12-06T07:07:05.082621+0000 mon.a (mon.0) 2187 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.367 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: cephadm 2023-12-06T07:07:04.702122+0000 mgr.y (mgr.25474) 1186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:06.367 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: cephadm 2023-12-06T07:07:04.807462+0000 mgr.y (mgr.25474) 1187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:06.367 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: cephadm 2023-12-06T07:07:04.905452+0000 mgr.y (mgr.25474) 1188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:06.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: cluster 2023-12-06T07:07:04.945614+0000 mgr.y (mgr.25474) 1189 : cluster 0 pgmap v144: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:06.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: cephadm 2023-12-06T07:07:05.002098+0000 mgr.y (mgr.25474) 1190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:06.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.086471+0000 mon.a (mon.0) 2188 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.088264+0000 mon.a (mon.0) 2189 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.102072+0000 mon.a (mon.0) 2190 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: cephadm 2023-12-06T07:07:05.102653+0000 mgr.y (mgr.25474) 1191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:06.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.182049+0000 mon.a (mon.0) 2191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.186355+0000 mon.a (mon.0) 2192 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.191048+0000 mon.a (mon.0) 2193 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.192596+0000 mon.a (mon.0) 2194 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.201368+0000 mon.a (mon.0) 2195 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.283955+0000 mon.a (mon.0) 2196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.286157+0000 mon.a (mon.0) 2197 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.289055+0000 mon.a (mon.0) 2198 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.289862+0000 mon.a (mon.0) 2199 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.297754+0000 mon.a (mon.0) 2200 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.379736+0000 mon.a (mon.0) 2201 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.382424+0000 mon.a (mon.0) 2202 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.386514+0000 mon.a (mon.0) 2203 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.387885+0000 mon.a (mon.0) 2204 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.395075+0000 mon.a (mon.0) 2205 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.474274+0000 mon.a (mon.0) 2206 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.476915+0000 mon.a (mon.0) 2207 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.480221+0000 mon.a (mon.0) 2208 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.481174+0000 mon.a (mon.0) 2209 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.488997+0000 mon.a (mon.0) 2210 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.574951+0000 mon.a (mon.0) 2211 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.582758+0000 mon.a (mon.0) 2212 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.585836+0000 mon.a (mon.0) 2213 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.586718+0000 mon.a (mon.0) 2214 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.593249+0000 mon.a (mon.0) 2215 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.675754+0000 mon.a (mon.0) 2216 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.677654+0000 mon.a (mon.0) 2217 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.679656+0000 mon.a (mon.0) 2218 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.680340+0000 mon.a (mon.0) 2219 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.686334+0000 mon.a (mon.0) 2220 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.370 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: cephadm 2023-12-06T07:07:04.702122+0000 mgr.y (mgr.25474) 1186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:06.370 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: cephadm 2023-12-06T07:07:04.807462+0000 mgr.y (mgr.25474) 1187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:06.370 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: cephadm 2023-12-06T07:07:04.905452+0000 mgr.y (mgr.25474) 1188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:06.371 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: cluster 2023-12-06T07:07:04.945614+0000 mgr.y (mgr.25474) 1189 : cluster 0 pgmap v144: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:06.371 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: cephadm 2023-12-06T07:07:05.002098+0000 mgr.y (mgr.25474) 1190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:06.371 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.086471+0000 mon.a (mon.0) 2188 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.371 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.088264+0000 mon.a (mon.0) 2189 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.371 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.102072+0000 mon.a (mon.0) 2190 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.371 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: cephadm 2023-12-06T07:07:05.102653+0000 mgr.y (mgr.25474) 1191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:06.371 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.182049+0000 mon.a (mon.0) 2191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.371 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.186355+0000 mon.a (mon.0) 2192 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.371 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.191048+0000 mon.a (mon.0) 2193 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.371 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.192596+0000 mon.a (mon.0) 2194 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.371 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.201368+0000 mon.a (mon.0) 2195 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.371 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.283955+0000 mon.a (mon.0) 2196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.371 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.286157+0000 mon.a (mon.0) 2197 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.371 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.289055+0000 mon.a (mon.0) 2198 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.372 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.289862+0000 mon.a (mon.0) 2199 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.372 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.297754+0000 mon.a (mon.0) 2200 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.764894+0000 mon.a (mon.0) 2221 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.767715+0000 mon.a (mon.0) 2222 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.771363+0000 mon.a (mon.0) 2223 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.772383+0000 mon.a (mon.0) 2224 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.780915+0000 mon.a (mon.0) 2225 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.844476+0000 mon.a (mon.0) 2226 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.847619+0000 mon.a (mon.0) 2227 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.852119+0000 mon.a (mon.0) 2228 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.853490+0000 mon.a (mon.0) 2229 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.860530+0000 mon.a (mon.0) 2230 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.941586+0000 mon.a (mon.0) 2231 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.944166+0000 mon.a (mon.0) 2232 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.946322+0000 mon.a (mon.0) 2233 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.947340+0000 mon.a (mon.0) 2234 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:05.952945+0000 mon.a (mon.0) 2235 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:06.031465+0000 mon.a (mon.0) 2236 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:06.034379+0000 mon.a (mon.0) 2237 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:06.038084+0000 mon.a (mon.0) 2238 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:06.039409+0000 mon.a (mon.0) 2239 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[78949]: audit 2023-12-06T07:07:06.047387+0000 mon.a (mon.0) 2240 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.373 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[95794]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-06T07:07:06.374 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[95794]: 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-06T07:07:06.374 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[95794]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-06T07:07:06.374 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[95794]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-06T07:07:06.374 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[95794]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-06T07:07:06.374 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[95794]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-06T07:07:06.374 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[95794]: --> ceph-volume raw activate successful for osd ID: 2 2023-12-06T07:07:06.375 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.379736+0000 mon.a (mon.0) 2201 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.375 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.382424+0000 mon.a (mon.0) 2202 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.375 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.386514+0000 mon.a (mon.0) 2203 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.375 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.387885+0000 mon.a (mon.0) 2204 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.375 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.395075+0000 mon.a (mon.0) 2205 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.375 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.474274+0000 mon.a (mon.0) 2206 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.375 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.476915+0000 mon.a (mon.0) 2207 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.375 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.480221+0000 mon.a (mon.0) 2208 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.375 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.481174+0000 mon.a (mon.0) 2209 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.376 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.488997+0000 mon.a (mon.0) 2210 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.376 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.574951+0000 mon.a (mon.0) 2211 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.376 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.582758+0000 mon.a (mon.0) 2212 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.376 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.585836+0000 mon.a (mon.0) 2213 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.376 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.586718+0000 mon.a (mon.0) 2214 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.593249+0000 mon.a (mon.0) 2215 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.675754+0000 mon.a (mon.0) 2216 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.677654+0000 mon.a (mon.0) 2217 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.679656+0000 mon.a (mon.0) 2218 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.680340+0000 mon.a (mon.0) 2219 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.686334+0000 mon.a (mon.0) 2220 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.764894+0000 mon.a (mon.0) 2221 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.767715+0000 mon.a (mon.0) 2222 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.771363+0000 mon.a (mon.0) 2223 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.772383+0000 mon.a (mon.0) 2224 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.780915+0000 mon.a (mon.0) 2225 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.844476+0000 mon.a (mon.0) 2226 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.847619+0000 mon.a (mon.0) 2227 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.852119+0000 mon.a (mon.0) 2228 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.853490+0000 mon.a (mon.0) 2229 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.860530+0000 mon.a (mon.0) 2230 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.941586+0000 mon.a (mon.0) 2231 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.944166+0000 mon.a (mon.0) 2232 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.946322+0000 mon.a (mon.0) 2233 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.947340+0000 mon.a (mon.0) 2234 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:05.952945+0000 mon.a (mon.0) 2235 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:06.031465+0000 mon.a (mon.0) 2236 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:06.034379+0000 mon.a (mon.0) 2237 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:06.038084+0000 mon.a (mon.0) 2238 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:06.039409+0000 mon.a (mon.0) 2239 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.379 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[84914]: audit 2023-12-06T07:07:06.047387+0000 mon.a (mon.0) 2240 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: cephadm 2023-12-06T07:07:04.702122+0000 mgr.y (mgr.25474) 1186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:06.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: cephadm 2023-12-06T07:07:04.807462+0000 mgr.y (mgr.25474) 1187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:06.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: cephadm 2023-12-06T07:07:04.905452+0000 mgr.y (mgr.25474) 1188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:06.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: cluster 2023-12-06T07:07:04.945614+0000 mgr.y (mgr.25474) 1189 : cluster 0 pgmap v144: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:06.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: cephadm 2023-12-06T07:07:05.002098+0000 mgr.y (mgr.25474) 1190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:06.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.086471+0000 mon.a (mon.0) 2188 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.088264+0000 mon.a (mon.0) 2189 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.102072+0000 mon.a (mon.0) 2190 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: cephadm 2023-12-06T07:07:05.102653+0000 mgr.y (mgr.25474) 1191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:06.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.182049+0000 mon.a (mon.0) 2191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.186355+0000 mon.a (mon.0) 2192 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.191048+0000 mon.a (mon.0) 2193 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.192596+0000 mon.a (mon.0) 2194 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.201368+0000 mon.a (mon.0) 2195 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.283955+0000 mon.a (mon.0) 2196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.286157+0000 mon.a (mon.0) 2197 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.289055+0000 mon.a (mon.0) 2198 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.289862+0000 mon.a (mon.0) 2199 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.297754+0000 mon.a (mon.0) 2200 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.379736+0000 mon.a (mon.0) 2201 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.382424+0000 mon.a (mon.0) 2202 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.386514+0000 mon.a (mon.0) 2203 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.387885+0000 mon.a (mon.0) 2204 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.395075+0000 mon.a (mon.0) 2205 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.474274+0000 mon.a (mon.0) 2206 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.476915+0000 mon.a (mon.0) 2207 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.480221+0000 mon.a (mon.0) 2208 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.481174+0000 mon.a (mon.0) 2209 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.488997+0000 mon.a (mon.0) 2210 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.574951+0000 mon.a (mon.0) 2211 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.582758+0000 mon.a (mon.0) 2212 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.585836+0000 mon.a (mon.0) 2213 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.586718+0000 mon.a (mon.0) 2214 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.593249+0000 mon.a (mon.0) 2215 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.675754+0000 mon.a (mon.0) 2216 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.677654+0000 mon.a (mon.0) 2217 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.679656+0000 mon.a (mon.0) 2218 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.680340+0000 mon.a (mon.0) 2219 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.686334+0000 mon.a (mon.0) 2220 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.764894+0000 mon.a (mon.0) 2221 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.767715+0000 mon.a (mon.0) 2222 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.771363+0000 mon.a (mon.0) 2223 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.772383+0000 mon.a (mon.0) 2224 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.780915+0000 mon.a (mon.0) 2225 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.844476+0000 mon.a (mon.0) 2226 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.847619+0000 mon.a (mon.0) 2227 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.852119+0000 mon.a (mon.0) 2228 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.853490+0000 mon.a (mon.0) 2229 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.860530+0000 mon.a (mon.0) 2230 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.941586+0000 mon.a (mon.0) 2231 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.944166+0000 mon.a (mon.0) 2232 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.946322+0000 mon.a (mon.0) 2233 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.947340+0000 mon.a (mon.0) 2234 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:05.952945+0000 mon.a (mon.0) 2235 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:06.031465+0000 mon.a (mon.0) 2236 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:06.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:06.034379+0000 mon.a (mon.0) 2237 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:06.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:06.038084+0000 mon.a (mon.0) 2238 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:06.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:06.039409+0000 mon.a (mon.0) 2239 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:06.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:06 smithi141 bash[72190]: audit 2023-12-06T07:07:06.047387+0000 mon.a (mon.0) 2240 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:06.763 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:07:06 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:07:06] "GET /metrics HTTP/1.1" 200 38401 "" "Prometheus/2.33.4" 2023-12-06T07:07:07.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: cephadm 2023-12-06T07:07:05.202188+0000 mgr.y (mgr.25474) 1192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: cephadm 2023-12-06T07:07:05.298390+0000 mgr.y (mgr.25474) 1193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: cephadm 2023-12-06T07:07:05.395630+0000 mgr.y (mgr.25474) 1194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: cephadm 2023-12-06T07:07:05.489844+0000 mgr.y (mgr.25474) 1195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: cephadm 2023-12-06T07:07:05.595973+0000 mgr.y (mgr.25474) 1196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: cephadm 2023-12-06T07:07:05.687641+0000 mgr.y (mgr.25474) 1197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: cephadm 2023-12-06T07:07:05.781466+0000 mgr.y (mgr.25474) 1198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: cephadm 2023-12-06T07:07:05.861830+0000 mgr.y (mgr.25474) 1199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: cephadm 2023-12-06T07:07:05.953609+0000 mgr.y (mgr.25474) 1200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: cephadm 2023-12-06T07:07:06.048169+0000 mgr.y (mgr.25474) 1201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.125973+0000 mon.a (mon.0) 2241 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.129256+0000 mon.a (mon.0) 2242 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.132140+0000 mon.a (mon.0) 2243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.133255+0000 mon.a (mon.0) 2244 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.139411+0000 mon.a (mon.0) 2245 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.214283+0000 mon.a (mon.0) 2246 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.217298+0000 mon.a (mon.0) 2247 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.219525+0000 mon.a (mon.0) 2248 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.220297+0000 mon.a (mon.0) 2249 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.225713+0000 mon.a (mon.0) 2250 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.292719+0000 mon.a (mon.0) 2251 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.296841+0000 mon.a (mon.0) 2252 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.299859+0000 mon.a (mon.0) 2253 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.300772+0000 mon.a (mon.0) 2254 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.307851+0000 mon.a (mon.0) 2255 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.386694+0000 mon.a (mon.0) 2256 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.389202+0000 mon.a (mon.0) 2257 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.391996+0000 mon.a (mon.0) 2258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.393122+0000 mon.a (mon.0) 2259 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.400590+0000 mon.a (mon.0) 2260 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.478345+0000 mon.a (mon.0) 2261 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.481225+0000 mon.a (mon.0) 2262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.484445+0000 mon.a (mon.0) 2263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.485533+0000 mon.a (mon.0) 2264 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.495467+0000 mon.a (mon.0) 2265 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.577636+0000 mon.a (mon.0) 2266 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.581415+0000 mon.a (mon.0) 2267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.584550+0000 mon.a (mon.0) 2268 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.585428+0000 mon.a (mon.0) 2269 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.594885+0000 mon.a (mon.0) 2270 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.675608+0000 mon.a (mon.0) 2271 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.679202+0000 mon.a (mon.0) 2272 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.682746+0000 mon.a (mon.0) 2273 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.683931+0000 mon.a (mon.0) 2274 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.691187+0000 mon.a (mon.0) 2275 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.768030+0000 mon.a (mon.0) 2276 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.770362+0000 mon.a (mon.0) 2277 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.773772+0000 mon.a (mon.0) 2278 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.774894+0000 mon.a (mon.0) 2279 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.781792+0000 mon.a (mon.0) 2280 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.860080+0000 mon.a (mon.0) 2281 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.862800+0000 mon.a (mon.0) 2282 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.865957+0000 mon.a (mon.0) 2283 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.867149+0000 mon.a (mon.0) 2284 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.875380+0000 mon.a (mon.0) 2285 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.955722+0000 mon.a (mon.0) 2286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.959041+0000 mon.a (mon.0) 2287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.962603+0000 mon.a (mon.0) 2288 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.963719+0000 mon.a (mon.0) 2289 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:06.971839+0000 mon.a (mon.0) 2290 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:07.049722+0000 mon.a (mon.0) 2291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:07.054945+0000 mon.a (mon.0) 2292 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:07.058000+0000 mon.a (mon.0) 2293 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:07.059065+0000 mon.a (mon.0) 2294 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:07 smithi141 bash[72190]: audit 2023-12-06T07:07:07.065625+0000 mon.a (mon.0) 2295 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: cephadm 2023-12-06T07:07:05.202188+0000 mgr.y (mgr.25474) 1192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: cephadm 2023-12-06T07:07:05.298390+0000 mgr.y (mgr.25474) 1193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: cephadm 2023-12-06T07:07:05.395630+0000 mgr.y (mgr.25474) 1194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: cephadm 2023-12-06T07:07:05.489844+0000 mgr.y (mgr.25474) 1195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: cephadm 2023-12-06T07:07:05.595973+0000 mgr.y (mgr.25474) 1196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: cephadm 2023-12-06T07:07:05.687641+0000 mgr.y (mgr.25474) 1197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: cephadm 2023-12-06T07:07:05.781466+0000 mgr.y (mgr.25474) 1198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: cephadm 2023-12-06T07:07:05.861830+0000 mgr.y (mgr.25474) 1199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: cephadm 2023-12-06T07:07:05.953609+0000 mgr.y (mgr.25474) 1200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: cephadm 2023-12-06T07:07:06.048169+0000 mgr.y (mgr.25474) 1201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.125973+0000 mon.a (mon.0) 2241 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.129256+0000 mon.a (mon.0) 2242 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.132140+0000 mon.a (mon.0) 2243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.133255+0000 mon.a (mon.0) 2244 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.139411+0000 mon.a (mon.0) 2245 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.214283+0000 mon.a (mon.0) 2246 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.217298+0000 mon.a (mon.0) 2247 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.219525+0000 mon.a (mon.0) 2248 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.220297+0000 mon.a (mon.0) 2249 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.225713+0000 mon.a (mon.0) 2250 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.292719+0000 mon.a (mon.0) 2251 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: cephadm 2023-12-06T07:07:05.202188+0000 mgr.y (mgr.25474) 1192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: cephadm 2023-12-06T07:07:05.298390+0000 mgr.y (mgr.25474) 1193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: cephadm 2023-12-06T07:07:05.395630+0000 mgr.y (mgr.25474) 1194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: cephadm 2023-12-06T07:07:05.489844+0000 mgr.y (mgr.25474) 1195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: cephadm 2023-12-06T07:07:05.595973+0000 mgr.y (mgr.25474) 1196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: cephadm 2023-12-06T07:07:05.687641+0000 mgr.y (mgr.25474) 1197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: cephadm 2023-12-06T07:07:05.781466+0000 mgr.y (mgr.25474) 1198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: cephadm 2023-12-06T07:07:05.861830+0000 mgr.y (mgr.25474) 1199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: cephadm 2023-12-06T07:07:05.953609+0000 mgr.y (mgr.25474) 1200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: cephadm 2023-12-06T07:07:06.048169+0000 mgr.y (mgr.25474) 1201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:07.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.125973+0000 mon.a (mon.0) 2241 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.129256+0000 mon.a (mon.0) 2242 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.132140+0000 mon.a (mon.0) 2243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.133255+0000 mon.a (mon.0) 2244 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.139411+0000 mon.a (mon.0) 2245 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.214283+0000 mon.a (mon.0) 2246 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.217298+0000 mon.a (mon.0) 2247 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.219525+0000 mon.a (mon.0) 2248 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.220297+0000 mon.a (mon.0) 2249 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.225713+0000 mon.a (mon.0) 2250 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.292719+0000 mon.a (mon.0) 2251 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.296841+0000 mon.a (mon.0) 2252 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.299859+0000 mon.a (mon.0) 2253 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.300772+0000 mon.a (mon.0) 2254 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.307851+0000 mon.a (mon.0) 2255 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.386694+0000 mon.a (mon.0) 2256 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.389202+0000 mon.a (mon.0) 2257 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.391996+0000 mon.a (mon.0) 2258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.393122+0000 mon.a (mon.0) 2259 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.400590+0000 mon.a (mon.0) 2260 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.478345+0000 mon.a (mon.0) 2261 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.481225+0000 mon.a (mon.0) 2262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.484445+0000 mon.a (mon.0) 2263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.485533+0000 mon.a (mon.0) 2264 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.495467+0000 mon.a (mon.0) 2265 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.577636+0000 mon.a (mon.0) 2266 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.581415+0000 mon.a (mon.0) 2267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.584550+0000 mon.a (mon.0) 2268 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.585428+0000 mon.a (mon.0) 2269 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.594885+0000 mon.a (mon.0) 2270 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.675608+0000 mon.a (mon.0) 2271 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.679202+0000 mon.a (mon.0) 2272 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.682746+0000 mon.a (mon.0) 2273 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.683931+0000 mon.a (mon.0) 2274 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.691187+0000 mon.a (mon.0) 2275 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.768030+0000 mon.a (mon.0) 2276 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.770362+0000 mon.a (mon.0) 2277 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.773772+0000 mon.a (mon.0) 2278 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.774894+0000 mon.a (mon.0) 2279 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.781792+0000 mon.a (mon.0) 2280 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.860080+0000 mon.a (mon.0) 2281 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.862800+0000 mon.a (mon.0) 2282 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.865957+0000 mon.a (mon.0) 2283 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.867149+0000 mon.a (mon.0) 2284 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.875380+0000 mon.a (mon.0) 2285 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.955722+0000 mon.a (mon.0) 2286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.959041+0000 mon.a (mon.0) 2287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.962603+0000 mon.a (mon.0) 2288 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.963719+0000 mon.a (mon.0) 2289 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:06.971839+0000 mon.a (mon.0) 2290 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.296841+0000 mon.a (mon.0) 2252 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.299859+0000 mon.a (mon.0) 2253 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.300772+0000 mon.a (mon.0) 2254 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.307851+0000 mon.a (mon.0) 2255 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.386694+0000 mon.a (mon.0) 2256 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.389202+0000 mon.a (mon.0) 2257 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.391996+0000 mon.a (mon.0) 2258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.393122+0000 mon.a (mon.0) 2259 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.400590+0000 mon.a (mon.0) 2260 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.478345+0000 mon.a (mon.0) 2261 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.481225+0000 mon.a (mon.0) 2262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.484445+0000 mon.a (mon.0) 2263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.485533+0000 mon.a (mon.0) 2264 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.495467+0000 mon.a (mon.0) 2265 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.577636+0000 mon.a (mon.0) 2266 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.581415+0000 mon.a (mon.0) 2267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.584550+0000 mon.a (mon.0) 2268 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.585428+0000 mon.a (mon.0) 2269 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.594885+0000 mon.a (mon.0) 2270 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:07.049722+0000 mon.a (mon.0) 2291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:07.054945+0000 mon.a (mon.0) 2292 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:07.058000+0000 mon.a (mon.0) 2293 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:07.059065+0000 mon.a (mon.0) 2294 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[78949]: audit 2023-12-06T07:07:07.065625+0000 mon.a (mon.0) 2295 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.675608+0000 mon.a (mon.0) 2271 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.679202+0000 mon.a (mon.0) 2272 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.682746+0000 mon.a (mon.0) 2273 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.683931+0000 mon.a (mon.0) 2274 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.691187+0000 mon.a (mon.0) 2275 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.768030+0000 mon.a (mon.0) 2276 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.770362+0000 mon.a (mon.0) 2277 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.773772+0000 mon.a (mon.0) 2278 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.774894+0000 mon.a (mon.0) 2279 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.781792+0000 mon.a (mon.0) 2280 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.860080+0000 mon.a (mon.0) 2281 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.862800+0000 mon.a (mon.0) 2282 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.865957+0000 mon.a (mon.0) 2283 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.867149+0000 mon.a (mon.0) 2284 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.875380+0000 mon.a (mon.0) 2285 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.955722+0000 mon.a (mon.0) 2286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.959041+0000 mon.a (mon.0) 2287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.962603+0000 mon.a (mon.0) 2288 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.963719+0000 mon.a (mon.0) 2289 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:06.971839+0000 mon.a (mon.0) 2290 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:07.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:07.049722+0000 mon.a (mon.0) 2291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:07.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:07.054945+0000 mon.a (mon.0) 2292 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:07.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:07.058000+0000 mon.a (mon.0) 2293 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:07.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:07.059065+0000 mon.a (mon.0) 2294 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:07.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:07 smithi040 bash[84914]: audit 2023-12-06T07:07:07.065625+0000 mon.a (mon.0) 2295 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: cephadm 2023-12-06T07:07:06.139913+0000 mgr.y (mgr.25474) 1202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: cephadm 2023-12-06T07:07:06.226437+0000 mgr.y (mgr.25474) 1203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: cephadm 2023-12-06T07:07:06.308432+0000 mgr.y (mgr.25474) 1204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: cephadm 2023-12-06T07:07:06.401224+0000 mgr.y (mgr.25474) 1205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: cephadm 2023-12-06T07:07:06.495987+0000 mgr.y (mgr.25474) 1206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: cephadm 2023-12-06T07:07:06.595712+0000 mgr.y (mgr.25474) 1207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: cephadm 2023-12-06T07:07:06.691757+0000 mgr.y (mgr.25474) 1208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: cephadm 2023-12-06T07:07:06.782290+0000 mgr.y (mgr.25474) 1209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: cephadm 2023-12-06T07:07:06.875953+0000 mgr.y (mgr.25474) 1210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: cluster 2023-12-06T07:07:06.946734+0000 mgr.y (mgr.25474) 1211 : cluster 0 pgmap v145: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: cephadm 2023-12-06T07:07:06.972403+0000 mgr.y (mgr.25474) 1212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: cephadm 2023-12-06T07:07:07.066292+0000 mgr.y (mgr.25474) 1213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.148957+0000 mon.a (mon.0) 2296 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.152520+0000 mon.a (mon.0) 2297 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.157157+0000 mon.a (mon.0) 2298 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.158440+0000 mon.a (mon.0) 2299 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.168236+0000 mon.a (mon.0) 2300 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.248579+0000 mon.a (mon.0) 2301 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.251361+0000 mon.a (mon.0) 2302 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.255010+0000 mon.a (mon.0) 2303 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: cephadm 2023-12-06T07:07:06.139913+0000 mgr.y (mgr.25474) 1202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: cephadm 2023-12-06T07:07:06.226437+0000 mgr.y (mgr.25474) 1203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: cephadm 2023-12-06T07:07:06.308432+0000 mgr.y (mgr.25474) 1204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: cephadm 2023-12-06T07:07:06.401224+0000 mgr.y (mgr.25474) 1205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: cephadm 2023-12-06T07:07:06.495987+0000 mgr.y (mgr.25474) 1206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: cephadm 2023-12-06T07:07:06.595712+0000 mgr.y (mgr.25474) 1207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: cephadm 2023-12-06T07:07:06.691757+0000 mgr.y (mgr.25474) 1208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: cephadm 2023-12-06T07:07:06.782290+0000 mgr.y (mgr.25474) 1209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: cephadm 2023-12-06T07:07:06.875953+0000 mgr.y (mgr.25474) 1210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: cluster 2023-12-06T07:07:06.946734+0000 mgr.y (mgr.25474) 1211 : cluster 0 pgmap v145: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: cephadm 2023-12-06T07:07:06.972403+0000 mgr.y (mgr.25474) 1212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: cephadm 2023-12-06T07:07:07.066292+0000 mgr.y (mgr.25474) 1213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.148957+0000 mon.a (mon.0) 2296 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.152520+0000 mon.a (mon.0) 2297 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.157157+0000 mon.a (mon.0) 2298 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.158440+0000 mon.a (mon.0) 2299 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.168236+0000 mon.a (mon.0) 2300 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.248579+0000 mon.a (mon.0) 2301 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.251361+0000 mon.a (mon.0) 2302 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.255010+0000 mon.a (mon.0) 2303 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.256184+0000 mon.a (mon.0) 2304 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.264979+0000 mon.a (mon.0) 2305 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.345624+0000 mon.a (mon.0) 2306 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.348157+0000 mon.a (mon.0) 2307 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.350630+0000 mon.a (mon.0) 2308 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.351547+0000 mon.a (mon.0) 2309 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.357363+0000 mon.a (mon.0) 2310 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.437678+0000 mon.a (mon.0) 2311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.439864+0000 mon.a (mon.0) 2312 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.442925+0000 mon.a (mon.0) 2313 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.444232+0000 mon.a (mon.0) 2314 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.452473+0000 mon.a (mon.0) 2315 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.530059+0000 mon.a (mon.0) 2316 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.532284+0000 mon.a (mon.0) 2317 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.534864+0000 mon.a (mon.0) 2318 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.535756+0000 mon.a (mon.0) 2319 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.545036+0000 mon.a (mon.0) 2320 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: cluster 2023-12-06T07:07:07.625748+0000 mon.a (mon.0) 2321 : cluster 3 Health check update: Degraded data redundancy: 57/630 objects degraded (9.048%), 14 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.633199+0000 mon.a (mon.0) 2322 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.635598+0000 mon.a (mon.0) 2323 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.638297+0000 mon.a (mon.0) 2324 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.639318+0000 mon.a (mon.0) 2325 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.649281+0000 mon.a (mon.0) 2326 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.731510+0000 mon.a (mon.0) 2327 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.733759+0000 mon.a (mon.0) 2328 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.736712+0000 mon.a (mon.0) 2329 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.737705+0000 mon.a (mon.0) 2330 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.745653+0000 mon.a (mon.0) 2331 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.776325+0000 mon.a (mon.0) 2332 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.777760+0000 mon.a (mon.0) 2333 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.877815+0000 mon.a (mon.0) 2334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.880271+0000 mon.a (mon.0) 2335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.883038+0000 mon.a (mon.0) 2336 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.884045+0000 mon.a (mon.0) 2337 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.891722+0000 mon.a (mon.0) 2338 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.974950+0000 mon.a (mon.0) 2339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.977426+0000 mon.a (mon.0) 2340 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.979906+0000 mon.a (mon.0) 2341 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.981054+0000 mon.a (mon.0) 2342 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:07.988734+0000 mon.a (mon.0) 2343 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.256184+0000 mon.a (mon.0) 2304 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.264979+0000 mon.a (mon.0) 2305 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.345624+0000 mon.a (mon.0) 2306 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.348157+0000 mon.a (mon.0) 2307 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.350630+0000 mon.a (mon.0) 2308 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.351547+0000 mon.a (mon.0) 2309 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.357363+0000 mon.a (mon.0) 2310 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.437678+0000 mon.a (mon.0) 2311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.439864+0000 mon.a (mon.0) 2312 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.442925+0000 mon.a (mon.0) 2313 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.444232+0000 mon.a (mon.0) 2314 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.452473+0000 mon.a (mon.0) 2315 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.530059+0000 mon.a (mon.0) 2316 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.532284+0000 mon.a (mon.0) 2317 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.534864+0000 mon.a (mon.0) 2318 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.535756+0000 mon.a (mon.0) 2319 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.545036+0000 mon.a (mon.0) 2320 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: cluster 2023-12-06T07:07:07.625748+0000 mon.a (mon.0) 2321 : cluster 3 Health check update: Degraded data redundancy: 57/630 objects degraded (9.048%), 14 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.633199+0000 mon.a (mon.0) 2322 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.635598+0000 mon.a (mon.0) 2323 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:08.072468+0000 mon.a (mon.0) 2344 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:08.074687+0000 mon.a (mon.0) 2345 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:08.077497+0000 mon.a (mon.0) 2346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:08.078361+0000 mon.a (mon.0) 2347 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[78949]: audit 2023-12-06T07:07:08.085248+0000 mon.a (mon.0) 2348 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.638297+0000 mon.a (mon.0) 2324 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.639318+0000 mon.a (mon.0) 2325 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.649281+0000 mon.a (mon.0) 2326 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.731510+0000 mon.a (mon.0) 2327 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.733759+0000 mon.a (mon.0) 2328 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.736712+0000 mon.a (mon.0) 2329 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.737705+0000 mon.a (mon.0) 2330 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.745653+0000 mon.a (mon.0) 2331 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.776325+0000 mon.a (mon.0) 2332 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.777760+0000 mon.a (mon.0) 2333 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:07:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.877815+0000 mon.a (mon.0) 2334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.880271+0000 mon.a (mon.0) 2335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.883038+0000 mon.a (mon.0) 2336 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.884045+0000 mon.a (mon.0) 2337 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.891722+0000 mon.a (mon.0) 2338 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.974950+0000 mon.a (mon.0) 2339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.977426+0000 mon.a (mon.0) 2340 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.979906+0000 mon.a (mon.0) 2341 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.981054+0000 mon.a (mon.0) 2342 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:07.988734+0000 mon.a (mon.0) 2343 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:08.072468+0000 mon.a (mon.0) 2344 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:08.074687+0000 mon.a (mon.0) 2345 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:08.077497+0000 mon.a (mon.0) 2346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:08.078361+0000 mon.a (mon.0) 2347 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:08 smithi040 bash[84914]: audit 2023-12-06T07:07:08.085248+0000 mon.a (mon.0) 2348 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: cephadm 2023-12-06T07:07:06.139913+0000 mgr.y (mgr.25474) 1202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: cephadm 2023-12-06T07:07:06.226437+0000 mgr.y (mgr.25474) 1203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: cephadm 2023-12-06T07:07:06.308432+0000 mgr.y (mgr.25474) 1204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: cephadm 2023-12-06T07:07:06.401224+0000 mgr.y (mgr.25474) 1205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: cephadm 2023-12-06T07:07:06.495987+0000 mgr.y (mgr.25474) 1206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: cephadm 2023-12-06T07:07:06.595712+0000 mgr.y (mgr.25474) 1207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: cephadm 2023-12-06T07:07:06.691757+0000 mgr.y (mgr.25474) 1208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: cephadm 2023-12-06T07:07:06.782290+0000 mgr.y (mgr.25474) 1209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: cephadm 2023-12-06T07:07:06.875953+0000 mgr.y (mgr.25474) 1210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: cluster 2023-12-06T07:07:06.946734+0000 mgr.y (mgr.25474) 1211 : cluster 0 pgmap v145: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: cephadm 2023-12-06T07:07:06.972403+0000 mgr.y (mgr.25474) 1212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: cephadm 2023-12-06T07:07:07.066292+0000 mgr.y (mgr.25474) 1213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.148957+0000 mon.a (mon.0) 2296 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.152520+0000 mon.a (mon.0) 2297 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.157157+0000 mon.a (mon.0) 2298 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.158440+0000 mon.a (mon.0) 2299 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.168236+0000 mon.a (mon.0) 2300 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.248579+0000 mon.a (mon.0) 2301 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.251361+0000 mon.a (mon.0) 2302 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.255010+0000 mon.a (mon.0) 2303 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.256184+0000 mon.a (mon.0) 2304 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.264979+0000 mon.a (mon.0) 2305 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.345624+0000 mon.a (mon.0) 2306 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.348157+0000 mon.a (mon.0) 2307 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.350630+0000 mon.a (mon.0) 2308 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.351547+0000 mon.a (mon.0) 2309 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.357363+0000 mon.a (mon.0) 2310 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.437678+0000 mon.a (mon.0) 2311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.439864+0000 mon.a (mon.0) 2312 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.442925+0000 mon.a (mon.0) 2313 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.444232+0000 mon.a (mon.0) 2314 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.452473+0000 mon.a (mon.0) 2315 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.530059+0000 mon.a (mon.0) 2316 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.532284+0000 mon.a (mon.0) 2317 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.534864+0000 mon.a (mon.0) 2318 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.535756+0000 mon.a (mon.0) 2319 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.545036+0000 mon.a (mon.0) 2320 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: cluster 2023-12-06T07:07:07.625748+0000 mon.a (mon.0) 2321 : cluster 3 Health check update: Degraded data redundancy: 57/630 objects degraded (9.048%), 14 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.633199+0000 mon.a (mon.0) 2322 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.635598+0000 mon.a (mon.0) 2323 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.638297+0000 mon.a (mon.0) 2324 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.639318+0000 mon.a (mon.0) 2325 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.649281+0000 mon.a (mon.0) 2326 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.731510+0000 mon.a (mon.0) 2327 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.733759+0000 mon.a (mon.0) 2328 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.736712+0000 mon.a (mon.0) 2329 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.737705+0000 mon.a (mon.0) 2330 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.745653+0000 mon.a (mon.0) 2331 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.776325+0000 mon.a (mon.0) 2332 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.777760+0000 mon.a (mon.0) 2333 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.877815+0000 mon.a (mon.0) 2334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.880271+0000 mon.a (mon.0) 2335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.883038+0000 mon.a (mon.0) 2336 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.884045+0000 mon.a (mon.0) 2337 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.891722+0000 mon.a (mon.0) 2338 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.974950+0000 mon.a (mon.0) 2339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.977426+0000 mon.a (mon.0) 2340 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.979906+0000 mon.a (mon.0) 2341 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.981054+0000 mon.a (mon.0) 2342 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:07.988734+0000 mon.a (mon.0) 2343 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:08.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:08.072468+0000 mon.a (mon.0) 2344 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:08.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:08.074687+0000 mon.a (mon.0) 2345 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:08.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:08.077497+0000 mon.a (mon.0) 2346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:08.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:08.078361+0000 mon.a (mon.0) 2347 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:08.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:08 smithi141 bash[72190]: audit 2023-12-06T07:07:08.085248+0000 mon.a (mon.0) 2348 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: cephadm 2023-12-06T07:07:07.169101+0000 mgr.y (mgr.25474) 1214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: cephadm 2023-12-06T07:07:07.265537+0000 mgr.y (mgr.25474) 1215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: cephadm 2023-12-06T07:07:07.358210+0000 mgr.y (mgr.25474) 1216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: cephadm 2023-12-06T07:07:07.453185+0000 mgr.y (mgr.25474) 1217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: cephadm 2023-12-06T07:07:07.545766+0000 mgr.y (mgr.25474) 1218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: cephadm 2023-12-06T07:07:07.650340+0000 mgr.y (mgr.25474) 1219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: cephadm 2023-12-06T07:07:07.746320+0000 mgr.y (mgr.25474) 1220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: cephadm 2023-12-06T07:07:07.892352+0000 mgr.y (mgr.25474) 1221 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: cephadm 2023-12-06T07:07:07.989404+0000 mgr.y (mgr.25474) 1222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: cephadm 2023-12-06T07:07:08.085893+0000 mgr.y (mgr.25474) 1223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.165260+0000 mon.a (mon.0) 2349 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.168029+0000 mon.a (mon.0) 2350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.171472+0000 mon.a (mon.0) 2351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.172486+0000 mon.a (mon.0) 2352 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.180599+0000 mon.a (mon.0) 2353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.266287+0000 mon.a (mon.0) 2354 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.269224+0000 mon.a (mon.0) 2355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.272707+0000 mon.a (mon.0) 2356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.273910+0000 mon.a (mon.0) 2357 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.282189+0000 mon.a (mon.0) 2358 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.364576+0000 mon.a (mon.0) 2359 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.366560+0000 mon.a (mon.0) 2360 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.371659+0000 mon.a (mon.0) 2361 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.372490+0000 mon.a (mon.0) 2362 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.378549+0000 mon.a (mon.0) 2363 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.457950+0000 mon.a (mon.0) 2364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.460218+0000 mon.a (mon.0) 2365 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.463828+0000 mon.a (mon.0) 2366 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.464907+0000 mon.a (mon.0) 2367 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.473749+0000 mon.a (mon.0) 2368 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.553422+0000 mon.a (mon.0) 2369 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.557717+0000 mon.a (mon.0) 2370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.560955+0000 mon.a (mon.0) 2371 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.562364+0000 mon.a (mon.0) 2372 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.570399+0000 mon.a (mon.0) 2373 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.654985+0000 mon.a (mon.0) 2374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.657247+0000 mon.a (mon.0) 2375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.660078+0000 mon.a (mon.0) 2376 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.661248+0000 mon.a (mon.0) 2377 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.668724+0000 mon.a (mon.0) 2378 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.751101+0000 mon.a (mon.0) 2379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.753970+0000 mon.a (mon.0) 2380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.759261+0000 mon.a (mon.0) 2381 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.761103+0000 mon.a (mon.0) 2382 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.771205+0000 mon.a (mon.0) 2383 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.852498+0000 mon.a (mon.0) 2384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.855608+0000 mon.a (mon.0) 2385 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.858418+0000 mon.a (mon.0) 2386 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.859690+0000 mon.a (mon.0) 2387 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.868207+0000 mon.a (mon.0) 2388 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.982433+0000 mon.a (mon.0) 2389 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.984865+0000 mon.a (mon.0) 2390 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.990295+0000 mon.a (mon.0) 2391 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.991187+0000 mon.a (mon.0) 2392 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:08.998074+0000 mon.a (mon.0) 2393 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:09.082076+0000 mon.a (mon.0) 2394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:09.084742+0000 mon.a (mon.0) 2395 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:09.089265+0000 mon.a (mon.0) 2396 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[84914]: audit 2023-12-06T07:07:09.090306+0000 mon.a (mon.0) 2397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: cephadm 2023-12-06T07:07:07.169101+0000 mgr.y (mgr.25474) 1214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: cephadm 2023-12-06T07:07:07.265537+0000 mgr.y (mgr.25474) 1215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: cephadm 2023-12-06T07:07:07.358210+0000 mgr.y (mgr.25474) 1216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: cephadm 2023-12-06T07:07:07.453185+0000 mgr.y (mgr.25474) 1217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: cephadm 2023-12-06T07:07:07.545766+0000 mgr.y (mgr.25474) 1218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: cephadm 2023-12-06T07:07:07.650340+0000 mgr.y (mgr.25474) 1219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: cephadm 2023-12-06T07:07:07.746320+0000 mgr.y (mgr.25474) 1220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: cephadm 2023-12-06T07:07:07.892352+0000 mgr.y (mgr.25474) 1221 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: cephadm 2023-12-06T07:07:07.989404+0000 mgr.y (mgr.25474) 1222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: cephadm 2023-12-06T07:07:08.085893+0000 mgr.y (mgr.25474) 1223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.165260+0000 mon.a (mon.0) 2349 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.168029+0000 mon.a (mon.0) 2350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.171472+0000 mon.a (mon.0) 2351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.172486+0000 mon.a (mon.0) 2352 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.180599+0000 mon.a (mon.0) 2353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.266287+0000 mon.a (mon.0) 2354 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.269224+0000 mon.a (mon.0) 2355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.272707+0000 mon.a (mon.0) 2356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.273910+0000 mon.a (mon.0) 2357 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.282189+0000 mon.a (mon.0) 2358 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.364576+0000 mon.a (mon.0) 2359 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.366560+0000 mon.a (mon.0) 2360 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.371659+0000 mon.a (mon.0) 2361 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.372490+0000 mon.a (mon.0) 2362 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.378549+0000 mon.a (mon.0) 2363 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.457950+0000 mon.a (mon.0) 2364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.460218+0000 mon.a (mon.0) 2365 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.463828+0000 mon.a (mon.0) 2366 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.464907+0000 mon.a (mon.0) 2367 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.473749+0000 mon.a (mon.0) 2368 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.553422+0000 mon.a (mon.0) 2369 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.557717+0000 mon.a (mon.0) 2370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.560955+0000 mon.a (mon.0) 2371 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.562364+0000 mon.a (mon.0) 2372 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.570399+0000 mon.a (mon.0) 2373 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.654985+0000 mon.a (mon.0) 2374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.657247+0000 mon.a (mon.0) 2375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.660078+0000 mon.a (mon.0) 2376 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.661248+0000 mon.a (mon.0) 2377 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.668724+0000 mon.a (mon.0) 2378 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.751101+0000 mon.a (mon.0) 2379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.753970+0000 mon.a (mon.0) 2380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.759261+0000 mon.a (mon.0) 2381 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.761103+0000 mon.a (mon.0) 2382 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.771205+0000 mon.a (mon.0) 2383 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.852498+0000 mon.a (mon.0) 2384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.855608+0000 mon.a (mon.0) 2385 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.858418+0000 mon.a (mon.0) 2386 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.859690+0000 mon.a (mon.0) 2387 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.868207+0000 mon.a (mon.0) 2388 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.982433+0000 mon.a (mon.0) 2389 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.984865+0000 mon.a (mon.0) 2390 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.990295+0000 mon.a (mon.0) 2391 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.991187+0000 mon.a (mon.0) 2392 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:08.998074+0000 mon.a (mon.0) 2393 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:09.082076+0000 mon.a (mon.0) 2394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:09.084742+0000 mon.a (mon.0) 2395 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:09.089265+0000 mon.a (mon.0) 2396 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[78949]: audit 2023-12-06T07:07:09.090306+0000 mon.a (mon.0) 2397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: cephadm 2023-12-06T07:07:07.169101+0000 mgr.y (mgr.25474) 1214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: cephadm 2023-12-06T07:07:07.265537+0000 mgr.y (mgr.25474) 1215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: cephadm 2023-12-06T07:07:07.358210+0000 mgr.y (mgr.25474) 1216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: cephadm 2023-12-06T07:07:07.453185+0000 mgr.y (mgr.25474) 1217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: cephadm 2023-12-06T07:07:07.545766+0000 mgr.y (mgr.25474) 1218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: cephadm 2023-12-06T07:07:07.650340+0000 mgr.y (mgr.25474) 1219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: cephadm 2023-12-06T07:07:07.746320+0000 mgr.y (mgr.25474) 1220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: cephadm 2023-12-06T07:07:07.892352+0000 mgr.y (mgr.25474) 1221 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: cephadm 2023-12-06T07:07:07.989404+0000 mgr.y (mgr.25474) 1222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: cephadm 2023-12-06T07:07:08.085893+0000 mgr.y (mgr.25474) 1223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.165260+0000 mon.a (mon.0) 2349 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.168029+0000 mon.a (mon.0) 2350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.171472+0000 mon.a (mon.0) 2351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.172486+0000 mon.a (mon.0) 2352 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.180599+0000 mon.a (mon.0) 2353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.266287+0000 mon.a (mon.0) 2354 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.269224+0000 mon.a (mon.0) 2355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.272707+0000 mon.a (mon.0) 2356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.273910+0000 mon.a (mon.0) 2357 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.282189+0000 mon.a (mon.0) 2358 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.364576+0000 mon.a (mon.0) 2359 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.366560+0000 mon.a (mon.0) 2360 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.371659+0000 mon.a (mon.0) 2361 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.372490+0000 mon.a (mon.0) 2362 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.378549+0000 mon.a (mon.0) 2363 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.457950+0000 mon.a (mon.0) 2364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.460218+0000 mon.a (mon.0) 2365 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.463828+0000 mon.a (mon.0) 2366 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.464907+0000 mon.a (mon.0) 2367 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.473749+0000 mon.a (mon.0) 2368 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.553422+0000 mon.a (mon.0) 2369 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.557717+0000 mon.a (mon.0) 2370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.560955+0000 mon.a (mon.0) 2371 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.562364+0000 mon.a (mon.0) 2372 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.570399+0000 mon.a (mon.0) 2373 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.654985+0000 mon.a (mon.0) 2374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.657247+0000 mon.a (mon.0) 2375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.660078+0000 mon.a (mon.0) 2376 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.661248+0000 mon.a (mon.0) 2377 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.668724+0000 mon.a (mon.0) 2378 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.751101+0000 mon.a (mon.0) 2379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.753970+0000 mon.a (mon.0) 2380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.759261+0000 mon.a (mon.0) 2381 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.761103+0000 mon.a (mon.0) 2382 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.771205+0000 mon.a (mon.0) 2383 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.852498+0000 mon.a (mon.0) 2384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.855608+0000 mon.a (mon.0) 2385 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.858418+0000 mon.a (mon.0) 2386 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.859690+0000 mon.a (mon.0) 2387 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.868207+0000 mon.a (mon.0) 2388 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.982433+0000 mon.a (mon.0) 2389 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.984865+0000 mon.a (mon.0) 2390 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.990295+0000 mon.a (mon.0) 2391 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.991187+0000 mon.a (mon.0) 2392 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:08.998074+0000 mon.a (mon.0) 2393 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:09.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:09.082076+0000 mon.a (mon.0) 2394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:09.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:09.084742+0000 mon.a (mon.0) 2395 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:09.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:09.089265+0000 mon.a (mon.0) 2396 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:09.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:09 smithi141 bash[72190]: audit 2023-12-06T07:07:09.090306+0000 mon.a (mon.0) 2397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:09.779 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:07:09 smithi040 bash[96279]: debug 2023-12-06T07:07:09.607+0000 7fa724672640 -1 Falling back to public interface 2023-12-06T07:07:10.365 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: cephadm 2023-12-06T07:07:08.181330+0000 mgr.y (mgr.25474) 1224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.365 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: cephadm 2023-12-06T07:07:08.282866+0000 mgr.y (mgr.25474) 1225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.365 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: cephadm 2023-12-06T07:07:08.379385+0000 mgr.y (mgr.25474) 1226 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.365 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: cephadm 2023-12-06T07:07:08.474449+0000 mgr.y (mgr.25474) 1227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.366 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: cephadm 2023-12-06T07:07:08.571001+0000 mgr.y (mgr.25474) 1228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.366 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: cephadm 2023-12-06T07:07:08.669397+0000 mgr.y (mgr.25474) 1229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.366 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: cephadm 2023-12-06T07:07:08.772039+0000 mgr.y (mgr.25474) 1230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.366 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: cephadm 2023-12-06T07:07:08.868975+0000 mgr.y (mgr.25474) 1231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.366 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: cluster 2023-12-06T07:07:08.948292+0000 mgr.y (mgr.25474) 1232 : cluster 0 pgmap v146: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:10.366 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: cephadm 2023-12-06T07:07:08.998580+0000 mgr.y (mgr.25474) 1233 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.366 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.097944+0000 mon.a (mon.0) 2398 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.366 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: cephadm 2023-12-06T07:07:09.098613+0000 mgr.y (mgr.25474) 1234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.366 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.166556+0000 mon.a (mon.0) 2399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.366 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.169339+0000 mon.a (mon.0) 2400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.366 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.172627+0000 mon.a (mon.0) 2401 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.366 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.173874+0000 mon.a (mon.0) 2402 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.366 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.181575+0000 mon.a (mon.0) 2403 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.366 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.256530+0000 mon.a (mon.0) 2404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.367 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.260292+0000 mon.a (mon.0) 2405 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.367 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.262854+0000 mon.a (mon.0) 2406 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.367 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.263789+0000 mon.a (mon.0) 2407 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.367 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.270449+0000 mon.a (mon.0) 2408 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.367 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.351882+0000 mon.a (mon.0) 2409 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.367 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.354775+0000 mon.a (mon.0) 2410 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.367 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.357369+0000 mon.a (mon.0) 2411 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.367 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.358144+0000 mon.a (mon.0) 2412 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.367 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.365258+0000 mon.a (mon.0) 2413 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.367 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.433382+0000 mon.a (mon.0) 2414 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.367 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.435707+0000 mon.a (mon.0) 2415 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.367 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.437750+0000 mon.a (mon.0) 2416 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.367 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.438551+0000 mon.a (mon.0) 2417 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.367 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.444316+0000 mon.a (mon.0) 2418 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.367 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.523353+0000 mon.a (mon.0) 2419 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.527007+0000 mon.a (mon.0) 2420 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.529649+0000 mon.a (mon.0) 2421 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.530546+0000 mon.a (mon.0) 2422 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.536240+0000 mon.a (mon.0) 2423 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.616150+0000 mon.a (mon.0) 2424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.619578+0000 mon.a (mon.0) 2425 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.622020+0000 mon.a (mon.0) 2426 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.622792+0000 mon.a (mon.0) 2427 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.628634+0000 mon.a (mon.0) 2428 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.741627+0000 mon.a (mon.0) 2429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.745031+0000 mon.a (mon.0) 2430 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.748206+0000 mon.a (mon.0) 2431 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.749220+0000 mon.a (mon.0) 2432 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.755587+0000 mon.a (mon.0) 2433 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.368 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.834375+0000 mon.a (mon.0) 2434 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.369 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.837189+0000 mon.a (mon.0) 2435 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.369 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.840625+0000 mon.a (mon.0) 2436 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.369 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.841996+0000 mon.a (mon.0) 2437 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.369 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.850786+0000 mon.a (mon.0) 2438 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.369 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.932091+0000 mon.a (mon.0) 2439 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.369 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.934620+0000 mon.a (mon.0) 2440 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.369 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.937304+0000 mon.a (mon.0) 2441 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.369 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.938473+0000 mon.a (mon.0) 2442 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.369 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.946705+0000 mon.a (mon.0) 2443 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.369 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.962353+0000 mon.a (mon.0) 2444 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.369 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.968947+0000 mon.a (mon.0) 2445 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.369 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:09.977407+0000 mon.a (mon.0) 2446 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.369 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:10.034469+0000 mon.a (mon.0) 2447 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.369 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:10.037660+0000 mon.a (mon.0) 2448 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.369 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:10.040503+0000 mon.a (mon.0) 2449 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.370 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:10.041578+0000 mon.a (mon.0) 2450 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.370 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[84914]: audit 2023-12-06T07:07:10.050068+0000 mon.a (mon.0) 2451 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: cephadm 2023-12-06T07:07:08.181330+0000 mgr.y (mgr.25474) 1224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: cephadm 2023-12-06T07:07:08.282866+0000 mgr.y (mgr.25474) 1225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: cephadm 2023-12-06T07:07:08.379385+0000 mgr.y (mgr.25474) 1226 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: cephadm 2023-12-06T07:07:08.474449+0000 mgr.y (mgr.25474) 1227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: cephadm 2023-12-06T07:07:08.571001+0000 mgr.y (mgr.25474) 1228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: cephadm 2023-12-06T07:07:08.669397+0000 mgr.y (mgr.25474) 1229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: cephadm 2023-12-06T07:07:08.772039+0000 mgr.y (mgr.25474) 1230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: cephadm 2023-12-06T07:07:08.868975+0000 mgr.y (mgr.25474) 1231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: cluster 2023-12-06T07:07:08.948292+0000 mgr.y (mgr.25474) 1232 : cluster 0 pgmap v146: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:10.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: cephadm 2023-12-06T07:07:08.998580+0000 mgr.y (mgr.25474) 1233 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.097944+0000 mon.a (mon.0) 2398 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: cephadm 2023-12-06T07:07:09.098613+0000 mgr.y (mgr.25474) 1234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.166556+0000 mon.a (mon.0) 2399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.169339+0000 mon.a (mon.0) 2400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.172627+0000 mon.a (mon.0) 2401 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.173874+0000 mon.a (mon.0) 2402 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.181575+0000 mon.a (mon.0) 2403 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.256530+0000 mon.a (mon.0) 2404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.260292+0000 mon.a (mon.0) 2405 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.262854+0000 mon.a (mon.0) 2406 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.263789+0000 mon.a (mon.0) 2407 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.270449+0000 mon.a (mon.0) 2408 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.351882+0000 mon.a (mon.0) 2409 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.354775+0000 mon.a (mon.0) 2410 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.357369+0000 mon.a (mon.0) 2411 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.358144+0000 mon.a (mon.0) 2412 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.365258+0000 mon.a (mon.0) 2413 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.433382+0000 mon.a (mon.0) 2414 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.435707+0000 mon.a (mon.0) 2415 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.437750+0000 mon.a (mon.0) 2416 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.438551+0000 mon.a (mon.0) 2417 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.444316+0000 mon.a (mon.0) 2418 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.523353+0000 mon.a (mon.0) 2419 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.527007+0000 mon.a (mon.0) 2420 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.529649+0000 mon.a (mon.0) 2421 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.530546+0000 mon.a (mon.0) 2422 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.536240+0000 mon.a (mon.0) 2423 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.616150+0000 mon.a (mon.0) 2424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.619578+0000 mon.a (mon.0) 2425 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.622020+0000 mon.a (mon.0) 2426 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.622792+0000 mon.a (mon.0) 2427 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.628634+0000 mon.a (mon.0) 2428 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.741627+0000 mon.a (mon.0) 2429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.745031+0000 mon.a (mon.0) 2430 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.748206+0000 mon.a (mon.0) 2431 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.749220+0000 mon.a (mon.0) 2432 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.755587+0000 mon.a (mon.0) 2433 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.834375+0000 mon.a (mon.0) 2434 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.837189+0000 mon.a (mon.0) 2435 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.840625+0000 mon.a (mon.0) 2436 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.841996+0000 mon.a (mon.0) 2437 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.850786+0000 mon.a (mon.0) 2438 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.932091+0000 mon.a (mon.0) 2439 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.934620+0000 mon.a (mon.0) 2440 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.937304+0000 mon.a (mon.0) 2441 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.938473+0000 mon.a (mon.0) 2442 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.946705+0000 mon.a (mon.0) 2443 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.962353+0000 mon.a (mon.0) 2444 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.968947+0000 mon.a (mon.0) 2445 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:09.977407+0000 mon.a (mon.0) 2446 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:10.034469+0000 mon.a (mon.0) 2447 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:10.037660+0000 mon.a (mon.0) 2448 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:10.040503+0000 mon.a (mon.0) 2449 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:10.041578+0000 mon.a (mon.0) 2450 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[78949]: audit 2023-12-06T07:07:10.050068+0000 mon.a (mon.0) 2451 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: cephadm 2023-12-06T07:07:08.181330+0000 mgr.y (mgr.25474) 1224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: cephadm 2023-12-06T07:07:08.282866+0000 mgr.y (mgr.25474) 1225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: cephadm 2023-12-06T07:07:08.379385+0000 mgr.y (mgr.25474) 1226 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: cephadm 2023-12-06T07:07:08.474449+0000 mgr.y (mgr.25474) 1227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: cephadm 2023-12-06T07:07:08.571001+0000 mgr.y (mgr.25474) 1228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: cephadm 2023-12-06T07:07:08.669397+0000 mgr.y (mgr.25474) 1229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: cephadm 2023-12-06T07:07:08.772039+0000 mgr.y (mgr.25474) 1230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: cephadm 2023-12-06T07:07:08.868975+0000 mgr.y (mgr.25474) 1231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: cluster 2023-12-06T07:07:08.948292+0000 mgr.y (mgr.25474) 1232 : cluster 0 pgmap v146: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: cephadm 2023-12-06T07:07:08.998580+0000 mgr.y (mgr.25474) 1233 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.097944+0000 mon.a (mon.0) 2398 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: cephadm 2023-12-06T07:07:09.098613+0000 mgr.y (mgr.25474) 1234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.166556+0000 mon.a (mon.0) 2399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.169339+0000 mon.a (mon.0) 2400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.172627+0000 mon.a (mon.0) 2401 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.173874+0000 mon.a (mon.0) 2402 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.181575+0000 mon.a (mon.0) 2403 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.256530+0000 mon.a (mon.0) 2404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.260292+0000 mon.a (mon.0) 2405 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.262854+0000 mon.a (mon.0) 2406 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.263789+0000 mon.a (mon.0) 2407 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.270449+0000 mon.a (mon.0) 2408 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.351882+0000 mon.a (mon.0) 2409 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.354775+0000 mon.a (mon.0) 2410 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.357369+0000 mon.a (mon.0) 2411 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.358144+0000 mon.a (mon.0) 2412 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.365258+0000 mon.a (mon.0) 2413 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.433382+0000 mon.a (mon.0) 2414 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.435707+0000 mon.a (mon.0) 2415 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.437750+0000 mon.a (mon.0) 2416 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.438551+0000 mon.a (mon.0) 2417 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.444316+0000 mon.a (mon.0) 2418 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.523353+0000 mon.a (mon.0) 2419 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.527007+0000 mon.a (mon.0) 2420 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.529649+0000 mon.a (mon.0) 2421 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.530546+0000 mon.a (mon.0) 2422 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.536240+0000 mon.a (mon.0) 2423 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.616150+0000 mon.a (mon.0) 2424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.619578+0000 mon.a (mon.0) 2425 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.622020+0000 mon.a (mon.0) 2426 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.622792+0000 mon.a (mon.0) 2427 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.628634+0000 mon.a (mon.0) 2428 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.741627+0000 mon.a (mon.0) 2429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.745031+0000 mon.a (mon.0) 2430 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.748206+0000 mon.a (mon.0) 2431 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.749220+0000 mon.a (mon.0) 2432 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.755587+0000 mon.a (mon.0) 2433 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.834375+0000 mon.a (mon.0) 2434 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.837189+0000 mon.a (mon.0) 2435 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.840625+0000 mon.a (mon.0) 2436 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.841996+0000 mon.a (mon.0) 2437 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.850786+0000 mon.a (mon.0) 2438 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.932091+0000 mon.a (mon.0) 2439 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.934620+0000 mon.a (mon.0) 2440 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.937304+0000 mon.a (mon.0) 2441 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.938473+0000 mon.a (mon.0) 2442 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.946705+0000 mon.a (mon.0) 2443 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.962353+0000 mon.a (mon.0) 2444 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.968947+0000 mon.a (mon.0) 2445 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:09.977407+0000 mon.a (mon.0) 2446 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:10.034469+0000 mon.a (mon.0) 2447 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:10.037660+0000 mon.a (mon.0) 2448 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:10.040503+0000 mon.a (mon.0) 2449 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:10.041578+0000 mon.a (mon.0) 2450 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:10.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:10 smithi141 bash[72190]: audit 2023-12-06T07:07:10.050068+0000 mon.a (mon.0) 2451 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.030 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:07:10 smithi040 bash[75188]: debug 2023-12-06T07:07:10.723+0000 7efde2cff700 -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-06T07:07:11.372 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: cephadm 2023-12-06T07:07:09.182539+0000 mgr.y (mgr.25474) 1235 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.372 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: cephadm 2023-12-06T07:07:09.271132+0000 mgr.y (mgr.25474) 1236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.372 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: cephadm 2023-12-06T07:07:09.365991+0000 mgr.y (mgr.25474) 1237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.373 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: cephadm 2023-12-06T07:07:09.445498+0000 mgr.y (mgr.25474) 1238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.373 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: cephadm 2023-12-06T07:07:09.536989+0000 mgr.y (mgr.25474) 1239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.373 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: cephadm 2023-12-06T07:07:09.629285+0000 mgr.y (mgr.25474) 1240 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.373 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: cephadm 2023-12-06T07:07:09.756216+0000 mgr.y (mgr.25474) 1241 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.373 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: cephadm 2023-12-06T07:07:09.851357+0000 mgr.y (mgr.25474) 1242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.373 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: cephadm 2023-12-06T07:07:09.948606+0000 mgr.y (mgr.25474) 1243 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.373 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: cephadm 2023-12-06T07:07:10.051051+0000 mgr.y (mgr.25474) 1244 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.373 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.125106+0000 mon.a (mon.0) 2452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.373 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.127527+0000 mon.a (mon.0) 2453 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.373 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.130395+0000 mon.a (mon.0) 2454 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.373 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.131426+0000 mon.a (mon.0) 2455 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.373 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.139672+0000 mon.a (mon.0) 2456 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.373 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.218188+0000 mon.a (mon.0) 2457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.373 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.220711+0000 mon.a (mon.0) 2458 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.373 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.223780+0000 mon.a (mon.0) 2459 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.374 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.224653+0000 mon.a (mon.0) 2460 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.374 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.233861+0000 mon.a (mon.0) 2461 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.374 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.309908+0000 mon.a (mon.0) 2462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: cephadm 2023-12-06T07:07:09.182539+0000 mgr.y (mgr.25474) 1235 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: cephadm 2023-12-06T07:07:09.271132+0000 mgr.y (mgr.25474) 1236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: cephadm 2023-12-06T07:07:09.365991+0000 mgr.y (mgr.25474) 1237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: cephadm 2023-12-06T07:07:09.445498+0000 mgr.y (mgr.25474) 1238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.374 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: cephadm 2023-12-06T07:07:09.536989+0000 mgr.y (mgr.25474) 1239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: cephadm 2023-12-06T07:07:09.629285+0000 mgr.y (mgr.25474) 1240 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: cephadm 2023-12-06T07:07:09.756216+0000 mgr.y (mgr.25474) 1241 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: cephadm 2023-12-06T07:07:09.851357+0000 mgr.y (mgr.25474) 1242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: cephadm 2023-12-06T07:07:09.948606+0000 mgr.y (mgr.25474) 1243 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: cephadm 2023-12-06T07:07:10.051051+0000 mgr.y (mgr.25474) 1244 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.125106+0000 mon.a (mon.0) 2452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.127527+0000 mon.a (mon.0) 2453 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.130395+0000 mon.a (mon.0) 2454 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.131426+0000 mon.a (mon.0) 2455 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.139672+0000 mon.a (mon.0) 2456 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.218188+0000 mon.a (mon.0) 2457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.220711+0000 mon.a (mon.0) 2458 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.223780+0000 mon.a (mon.0) 2459 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.224653+0000 mon.a (mon.0) 2460 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.376 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.233861+0000 mon.a (mon.0) 2461 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.376 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.309908+0000 mon.a (mon.0) 2462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.376 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.313187+0000 mon.a (mon.0) 2463 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.376 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.316781+0000 mon.a (mon.0) 2464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.376 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.317780+0000 mon.a (mon.0) 2465 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.376 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.326509+0000 mon.a (mon.0) 2466 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.376 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.409634+0000 mon.a (mon.0) 2467 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.376 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.412195+0000 mon.a (mon.0) 2468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.376 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.414629+0000 mon.a (mon.0) 2469 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.415722+0000 mon.a (mon.0) 2470 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.426228+0000 mon.a (mon.0) 2471 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.510284+0000 mon.a (mon.0) 2472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.513089+0000 mon.a (mon.0) 2473 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.515757+0000 mon.a (mon.0) 2474 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.516767+0000 mon.a (mon.0) 2475 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.525386+0000 mon.a (mon.0) 2476 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.590173+0000 mon.a (mon.0) 2477 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.592363+0000 mon.a (mon.0) 2478 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.594540+0000 mon.a (mon.0) 2479 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.595394+0000 mon.a (mon.0) 2480 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.603545+0000 mon.a (mon.0) 2481 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.676341+0000 mon.a (mon.0) 2482 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.686886+0000 mon.a (mon.0) 2483 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.377 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.695580+0000 mon.a (mon.0) 2484 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.713584+0000 mon.a (mon.0) 2485 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.717241+0000 mon.a (mon.0) 2486 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.720100+0000 mon.a (mon.0) 2487 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.722443+0000 mon.a (mon.0) 2488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.378 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[84914]: audit 2023-12-06T07:07:10.725614+0000 mon.a (mon.0) 2489 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:07:11.378 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.313187+0000 mon.a (mon.0) 2463 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.378 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.316781+0000 mon.a (mon.0) 2464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.378 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.317780+0000 mon.a (mon.0) 2465 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.379 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.326509+0000 mon.a (mon.0) 2466 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.379 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.409634+0000 mon.a (mon.0) 2467 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.379 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.412195+0000 mon.a (mon.0) 2468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.379 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.414629+0000 mon.a (mon.0) 2469 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.379 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.415722+0000 mon.a (mon.0) 2470 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.379 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.426228+0000 mon.a (mon.0) 2471 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.379 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.510284+0000 mon.a (mon.0) 2472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.379 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.513089+0000 mon.a (mon.0) 2473 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.379 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.515757+0000 mon.a (mon.0) 2474 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.379 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.516767+0000 mon.a (mon.0) 2475 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.379 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.525386+0000 mon.a (mon.0) 2476 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.380 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.590173+0000 mon.a (mon.0) 2477 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.380 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.592363+0000 mon.a (mon.0) 2478 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.380 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.594540+0000 mon.a (mon.0) 2479 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.381 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.595394+0000 mon.a (mon.0) 2480 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.381 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.603545+0000 mon.a (mon.0) 2481 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.381 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.676341+0000 mon.a (mon.0) 2482 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.381 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.686886+0000 mon.a (mon.0) 2483 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.381 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.695580+0000 mon.a (mon.0) 2484 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.381 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.713584+0000 mon.a (mon.0) 2485 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.381 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.717241+0000 mon.a (mon.0) 2486 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.381 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.720100+0000 mon.a (mon.0) 2487 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.381 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.722443+0000 mon.a (mon.0) 2488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.381 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:11 smithi040 bash[78949]: audit 2023-12-06T07:07:10.725614+0000 mon.a (mon.0) 2489 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:07:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: cephadm 2023-12-06T07:07:09.182539+0000 mgr.y (mgr.25474) 1235 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: cephadm 2023-12-06T07:07:09.271132+0000 mgr.y (mgr.25474) 1236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: cephadm 2023-12-06T07:07:09.365991+0000 mgr.y (mgr.25474) 1237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: cephadm 2023-12-06T07:07:09.445498+0000 mgr.y (mgr.25474) 1238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: cephadm 2023-12-06T07:07:09.536989+0000 mgr.y (mgr.25474) 1239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: cephadm 2023-12-06T07:07:09.629285+0000 mgr.y (mgr.25474) 1240 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: cephadm 2023-12-06T07:07:09.756216+0000 mgr.y (mgr.25474) 1241 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: cephadm 2023-12-06T07:07:09.851357+0000 mgr.y (mgr.25474) 1242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: cephadm 2023-12-06T07:07:09.948606+0000 mgr.y (mgr.25474) 1243 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: cephadm 2023-12-06T07:07:10.051051+0000 mgr.y (mgr.25474) 1244 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.125106+0000 mon.a (mon.0) 2452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.127527+0000 mon.a (mon.0) 2453 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.130395+0000 mon.a (mon.0) 2454 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.131426+0000 mon.a (mon.0) 2455 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.139672+0000 mon.a (mon.0) 2456 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.218188+0000 mon.a (mon.0) 2457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.220711+0000 mon.a (mon.0) 2458 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.223780+0000 mon.a (mon.0) 2459 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.224653+0000 mon.a (mon.0) 2460 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.233861+0000 mon.a (mon.0) 2461 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.309908+0000 mon.a (mon.0) 2462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.313187+0000 mon.a (mon.0) 2463 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.316781+0000 mon.a (mon.0) 2464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.317780+0000 mon.a (mon.0) 2465 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.326509+0000 mon.a (mon.0) 2466 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.409634+0000 mon.a (mon.0) 2467 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.412195+0000 mon.a (mon.0) 2468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.414629+0000 mon.a (mon.0) 2469 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.415722+0000 mon.a (mon.0) 2470 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.426228+0000 mon.a (mon.0) 2471 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.510284+0000 mon.a (mon.0) 2472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.513089+0000 mon.a (mon.0) 2473 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.515757+0000 mon.a (mon.0) 2474 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.516767+0000 mon.a (mon.0) 2475 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.525386+0000 mon.a (mon.0) 2476 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.590173+0000 mon.a (mon.0) 2477 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.592363+0000 mon.a (mon.0) 2478 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.594540+0000 mon.a (mon.0) 2479 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.595394+0000 mon.a (mon.0) 2480 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.603545+0000 mon.a (mon.0) 2481 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.676341+0000 mon.a (mon.0) 2482 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.686886+0000 mon.a (mon.0) 2483 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.695580+0000 mon.a (mon.0) 2484 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.713584+0000 mon.a (mon.0) 2485 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.717241+0000 mon.a (mon.0) 2486 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.720100+0000 mon.a (mon.0) 2487 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.722443+0000 mon.a (mon.0) 2488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:11.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:11 smithi141 bash[72190]: audit 2023-12-06T07:07:10.725614+0000 mon.a (mon.0) 2489 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:07:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:12 smithi141 bash[72190]: cephadm 2023-12-06T07:07:10.140331+0000 mgr.y (mgr.25474) 1245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:12 smithi141 bash[72190]: cephadm 2023-12-06T07:07:10.234581+0000 mgr.y (mgr.25474) 1246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:12 smithi141 bash[72190]: cephadm 2023-12-06T07:07:10.327397+0000 mgr.y (mgr.25474) 1247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:12 smithi141 bash[72190]: cephadm 2023-12-06T07:07:10.426965+0000 mgr.y (mgr.25474) 1248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:12 smithi141 bash[72190]: cephadm 2023-12-06T07:07:10.526107+0000 mgr.y (mgr.25474) 1249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:12 smithi141 bash[72190]: cephadm 2023-12-06T07:07:10.604174+0000 mgr.y (mgr.25474) 1250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:12 smithi141 bash[72190]: audit 2023-12-06T07:07:10.725864+0000 mgr.y (mgr.25474) 1251 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:07:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:12 smithi141 bash[72190]: cephadm 2023-12-06T07:07:10.727170+0000 mgr.y (mgr.25474) 1252 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-12-06T07:07:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:12 smithi141 bash[72190]: cluster 2023-12-06T07:07:10.949629+0000 mgr.y (mgr.25474) 1253 : cluster 0 pgmap v147: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:12.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[78949]: cephadm 2023-12-06T07:07:10.140331+0000 mgr.y (mgr.25474) 1245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[78949]: cephadm 2023-12-06T07:07:10.234581+0000 mgr.y (mgr.25474) 1246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[78949]: cephadm 2023-12-06T07:07:10.327397+0000 mgr.y (mgr.25474) 1247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[78949]: cephadm 2023-12-06T07:07:10.426965+0000 mgr.y (mgr.25474) 1248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[78949]: cephadm 2023-12-06T07:07:10.526107+0000 mgr.y (mgr.25474) 1249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[78949]: cephadm 2023-12-06T07:07:10.604174+0000 mgr.y (mgr.25474) 1250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[78949]: audit 2023-12-06T07:07:10.725864+0000 mgr.y (mgr.25474) 1251 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:07:12.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[78949]: cephadm 2023-12-06T07:07:10.727170+0000 mgr.y (mgr.25474) 1252 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-12-06T07:07:12.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[78949]: cluster 2023-12-06T07:07:10.949629+0000 mgr.y (mgr.25474) 1253 : cluster 0 pgmap v147: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:12.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[84914]: cephadm 2023-12-06T07:07:10.140331+0000 mgr.y (mgr.25474) 1245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[84914]: cephadm 2023-12-06T07:07:10.234581+0000 mgr.y (mgr.25474) 1246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[84914]: cephadm 2023-12-06T07:07:10.327397+0000 mgr.y (mgr.25474) 1247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[84914]: cephadm 2023-12-06T07:07:10.426965+0000 mgr.y (mgr.25474) 1248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[84914]: cephadm 2023-12-06T07:07:10.526107+0000 mgr.y (mgr.25474) 1249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[84914]: cephadm 2023-12-06T07:07:10.604174+0000 mgr.y (mgr.25474) 1250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:12.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[84914]: audit 2023-12-06T07:07:10.725864+0000 mgr.y (mgr.25474) 1251 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:07:12.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[84914]: cephadm 2023-12-06T07:07:10.727170+0000 mgr.y (mgr.25474) 1252 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-12-06T07:07:12.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[84914]: cluster 2023-12-06T07:07:10.949629+0000 mgr.y (mgr.25474) 1253 : cluster 0 pgmap v147: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:13.030 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[96279]: debug 2023-12-06T07:07:12.707+0000 7fa724672640 -1 osd.2 0 read_superblock omap replica is missing. 2023-12-06T07:07:13.030 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:07:12 smithi040 bash[96279]: debug 2023-12-06T07:07:12.735+0000 7fa724672640 -1 osd.2 117 log_to_monitors true 2023-12-06T07:07:13.780 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:07:13 smithi040 bash[96279]: debug 2023-12-06T07:07:13.715+0000 7fa7142e0700 -1 osd.2 117 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:07:13.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:13 smithi040 bash[84914]: audit 2023-12-06T07:07:12.741954+0000 mon.c (mon.1) 8 : audit 1 from='osd.2 [v2:172.21.15.40:6818/1722165120,v1:172.21.15.40:6819/1722165120]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T07:07:13.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:13 smithi040 bash[84914]: audit 2023-12-06T07:07:12.742543+0000 mon.a (mon.0) 2490 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T07:07:13.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:13 smithi040 bash[84914]: audit 2023-12-06T07:07:12.930119+0000 mon.a (mon.0) 2491 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:13.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:13 smithi040 bash[84914]: cluster 2023-12-06T07:07:12.950443+0000 mgr.y (mgr.25474) 1254 : cluster 0 pgmap v148: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:13.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:13 smithi040 bash[84914]: audit 2023-12-06T07:07:13.509748+0000 mon.a (mon.0) 2492 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:13.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:13 smithi040 bash[84914]: audit 2023-12-06T07:07:13.521023+0000 mon.a (mon.0) 2493 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:13.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:13 smithi040 bash[84914]: audit 2023-12-06T07:07:13.530213+0000 mon.a (mon.0) 2494 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:13.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:13 smithi040 bash[78949]: audit 2023-12-06T07:07:12.741954+0000 mon.c (mon.1) 8 : audit 1 from='osd.2 [v2:172.21.15.40:6818/1722165120,v1:172.21.15.40:6819/1722165120]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T07:07:13.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:13 smithi040 bash[78949]: audit 2023-12-06T07:07:12.742543+0000 mon.a (mon.0) 2490 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T07:07:13.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:13 smithi040 bash[78949]: audit 2023-12-06T07:07:12.930119+0000 mon.a (mon.0) 2491 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:13.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:13 smithi040 bash[78949]: cluster 2023-12-06T07:07:12.950443+0000 mgr.y (mgr.25474) 1254 : cluster 0 pgmap v148: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:13.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:13 smithi040 bash[78949]: audit 2023-12-06T07:07:13.509748+0000 mon.a (mon.0) 2492 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:13.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:13 smithi040 bash[78949]: audit 2023-12-06T07:07:13.521023+0000 mon.a (mon.0) 2493 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:13.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:13 smithi040 bash[78949]: audit 2023-12-06T07:07:13.530213+0000 mon.a (mon.0) 2494 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:13.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:13 smithi141 bash[72190]: audit 2023-12-06T07:07:12.741954+0000 mon.c (mon.1) 8 : audit 1 from='osd.2 [v2:172.21.15.40:6818/1722165120,v1:172.21.15.40:6819/1722165120]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T07:07:13.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:13 smithi141 bash[72190]: audit 2023-12-06T07:07:12.742543+0000 mon.a (mon.0) 2490 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T07:07:13.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:13 smithi141 bash[72190]: audit 2023-12-06T07:07:12.930119+0000 mon.a (mon.0) 2491 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:13.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:13 smithi141 bash[72190]: cluster 2023-12-06T07:07:12.950443+0000 mgr.y (mgr.25474) 1254 : cluster 0 pgmap v148: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:13.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:13 smithi141 bash[72190]: audit 2023-12-06T07:07:13.509748+0000 mon.a (mon.0) 2492 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:13.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:13 smithi141 bash[72190]: audit 2023-12-06T07:07:13.521023+0000 mon.a (mon.0) 2493 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:13.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:13 smithi141 bash[72190]: audit 2023-12-06T07:07:13.530213+0000 mon.a (mon.0) 2494 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:14.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:14 smithi040 bash[78949]: audit 2023-12-06T07:07:13.656466+0000 mon.a (mon.0) 2495 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T07:07:14.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:14 smithi040 bash[78949]: cluster 2023-12-06T07:07:13.657998+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:07:14.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:14 smithi040 bash[78949]: cluster 2023-12-06T07:07:13.660820+0000 mon.a (mon.0) 2496 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-06T07:07:14.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:14 smithi040 bash[78949]: audit 2023-12-06T07:07:13.665666+0000 mon.c (mon.1) 9 : audit 1 from='osd.2 [v2:172.21.15.40:6818/1722165120,v1:172.21.15.40:6819/1722165120]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:07:14.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:14 smithi040 bash[78949]: audit 2023-12-06T07:07:13.666552+0000 mon.a (mon.0) 2497 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:07:14.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:14 smithi040 bash[78949]: audit 2023-12-06T07:07:13.893890+0000 mgr.y (mgr.25474) 1255 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:14.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:14 smithi040 bash[84914]: audit 2023-12-06T07:07:13.656466+0000 mon.a (mon.0) 2495 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T07:07:14.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:14 smithi040 bash[84914]: cluster 2023-12-06T07:07:13.657998+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:07:14.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:14 smithi040 bash[84914]: cluster 2023-12-06T07:07:13.660820+0000 mon.a (mon.0) 2496 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-06T07:07:14.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:14 smithi040 bash[84914]: audit 2023-12-06T07:07:13.665666+0000 mon.c (mon.1) 9 : audit 1 from='osd.2 [v2:172.21.15.40:6818/1722165120,v1:172.21.15.40:6819/1722165120]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:07:14.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:14 smithi040 bash[84914]: audit 2023-12-06T07:07:13.666552+0000 mon.a (mon.0) 2497 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:07:14.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:14 smithi040 bash[84914]: audit 2023-12-06T07:07:13.893890+0000 mgr.y (mgr.25474) 1255 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:14.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:14 smithi141 bash[72190]: audit 2023-12-06T07:07:13.656466+0000 mon.a (mon.0) 2495 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T07:07:14.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:14 smithi141 bash[72190]: cluster 2023-12-06T07:07:13.657998+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:07:14.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:14 smithi141 bash[72190]: cluster 2023-12-06T07:07:13.660820+0000 mon.a (mon.0) 2496 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-06T07:07:14.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:14 smithi141 bash[72190]: audit 2023-12-06T07:07:13.665666+0000 mon.c (mon.1) 9 : audit 1 from='osd.2 [v2:172.21.15.40:6818/1722165120,v1:172.21.15.40:6819/1722165120]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:07:14.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:14 smithi141 bash[72190]: audit 2023-12-06T07:07:13.666552+0000 mon.a (mon.0) 2497 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:07:14.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:14 smithi141 bash[72190]: audit 2023-12-06T07:07:13.893890+0000 mgr.y (mgr.25474) 1255 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:15.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:15 smithi141 bash[72190]: cluster 2023-12-06T07:07:14.657542+0000 mon.a (mon.0) 2498 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:07:15.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:15 smithi141 bash[72190]: cluster 2023-12-06T07:07:14.661646+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:07:15.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:15 smithi141 bash[72190]: cluster 2023-12-06T07:07:14.665173+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:07:15.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:15 smithi141 bash[72190]: cluster 2023-12-06T07:07:14.665790+0000 mon.a (mon.0) 2499 : cluster 1 osd.2 [v2:172.21.15.40:6818/1722165120,v1:172.21.15.40:6819/1722165120] boot 2023-12-06T07:07:15.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:15 smithi141 bash[72190]: cluster 2023-12-06T07:07:14.665882+0000 mon.a (mon.0) 2500 : cluster 0 osdmap e121: 8 total, 8 up, 8 in 2023-12-06T07:07:15.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:15 smithi141 bash[72190]: audit 2023-12-06T07:07:14.667193+0000 mon.a (mon.0) 2501 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:07:15.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:15 smithi141 bash[72190]: cluster 2023-12-06T07:07:14.669829+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:07:15.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:15 smithi141 bash[72190]: cluster 2023-12-06T07:07:14.674475+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:07:15.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:15 smithi141 bash[72190]: cluster 2023-12-06T07:07:14.951434+0000 mgr.y (mgr.25474) 1256 : cluster 0 pgmap v151: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:16.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[78949]: cluster 2023-12-06T07:07:14.657542+0000 mon.a (mon.0) 2498 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:07:16.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[78949]: cluster 2023-12-06T07:07:14.661646+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:07:16.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[78949]: cluster 2023-12-06T07:07:14.665173+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:07:16.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[78949]: cluster 2023-12-06T07:07:14.665790+0000 mon.a (mon.0) 2499 : cluster 1 osd.2 [v2:172.21.15.40:6818/1722165120,v1:172.21.15.40:6819/1722165120] boot 2023-12-06T07:07:16.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[78949]: cluster 2023-12-06T07:07:14.665882+0000 mon.a (mon.0) 2500 : cluster 0 osdmap e121: 8 total, 8 up, 8 in 2023-12-06T07:07:16.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[78949]: audit 2023-12-06T07:07:14.667193+0000 mon.a (mon.0) 2501 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:07:16.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[78949]: cluster 2023-12-06T07:07:14.669829+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:07:16.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[78949]: cluster 2023-12-06T07:07:14.674475+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:07:16.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[78949]: cluster 2023-12-06T07:07:14.951434+0000 mgr.y (mgr.25474) 1256 : cluster 0 pgmap v151: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:16.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[84914]: cluster 2023-12-06T07:07:14.657542+0000 mon.a (mon.0) 2498 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:07:16.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[84914]: cluster 2023-12-06T07:07:14.661646+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:07:16.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[84914]: cluster 2023-12-06T07:07:14.665173+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:07:16.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[84914]: cluster 2023-12-06T07:07:14.665790+0000 mon.a (mon.0) 2499 : cluster 1 osd.2 [v2:172.21.15.40:6818/1722165120,v1:172.21.15.40:6819/1722165120] boot 2023-12-06T07:07:16.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[84914]: cluster 2023-12-06T07:07:14.665882+0000 mon.a (mon.0) 2500 : cluster 0 osdmap e121: 8 total, 8 up, 8 in 2023-12-06T07:07:16.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[84914]: audit 2023-12-06T07:07:14.667193+0000 mon.a (mon.0) 2501 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:07:16.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[84914]: cluster 2023-12-06T07:07:14.669829+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:07:16.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[84914]: cluster 2023-12-06T07:07:14.674475+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:07:16.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:15 smithi040 bash[84914]: cluster 2023-12-06T07:07:14.951434+0000 mgr.y (mgr.25474) 1256 : cluster 0 pgmap v151: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 57/630 objects degraded (9.048%) 2023-12-06T07:07:16.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:07:16] "GET /metrics HTTP/1.1" 200 38403 "" "Prometheus/2.33.4" 2023-12-06T07:07:16.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[84914]: cluster 2023-12-06T07:07:15.675424+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[84914]: cluster 2023-12-06T07:07:15.678181+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[84914]: cluster 2023-12-06T07:07:15.679732+0000 mon.a (mon.0) 2502 : cluster 0 osdmap e122: 8 total, 8 up, 8 in 2023-12-06T07:07:16.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[84914]: cluster 2023-12-06T07:07:15.680472+0000 osd.3 (osd.3) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[84914]: cluster 2023-12-06T07:07:15.683936+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[84914]: cluster 2023-12-06T07:07:15.683977+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[84914]: cluster 2023-12-06T07:07:15.684001+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[84914]: cluster 2023-12-06T07:07:15.684023+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[84914]: cluster 2023-12-06T07:07:15.688211+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[84914]: cluster 2023-12-06T07:07:15.688281+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[78949]: cluster 2023-12-06T07:07:15.675424+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[78949]: cluster 2023-12-06T07:07:15.678181+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[78949]: cluster 2023-12-06T07:07:15.679732+0000 mon.a (mon.0) 2502 : cluster 0 osdmap e122: 8 total, 8 up, 8 in 2023-12-06T07:07:16.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[78949]: cluster 2023-12-06T07:07:15.680472+0000 osd.3 (osd.3) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[78949]: cluster 2023-12-06T07:07:15.683936+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[78949]: cluster 2023-12-06T07:07:15.683977+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[78949]: cluster 2023-12-06T07:07:15.684001+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[78949]: cluster 2023-12-06T07:07:15.684023+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[78949]: cluster 2023-12-06T07:07:15.688211+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:16 smithi040 bash[78949]: cluster 2023-12-06T07:07:15.688281+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:16 smithi141 bash[72190]: cluster 2023-12-06T07:07:15.675424+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:16 smithi141 bash[72190]: cluster 2023-12-06T07:07:15.678181+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:16 smithi141 bash[72190]: cluster 2023-12-06T07:07:15.679732+0000 mon.a (mon.0) 2502 : cluster 0 osdmap e122: 8 total, 8 up, 8 in 2023-12-06T07:07:16.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:16 smithi141 bash[72190]: cluster 2023-12-06T07:07:15.680472+0000 osd.3 (osd.3) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:16 smithi141 bash[72190]: cluster 2023-12-06T07:07:15.683936+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:16 smithi141 bash[72190]: cluster 2023-12-06T07:07:15.683977+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:16 smithi141 bash[72190]: cluster 2023-12-06T07:07:15.684001+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:16 smithi141 bash[72190]: cluster 2023-12-06T07:07:15.684023+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:16 smithi141 bash[72190]: cluster 2023-12-06T07:07:15.688211+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:16.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:16 smithi141 bash[72190]: cluster 2023-12-06T07:07:15.688281+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:07:17.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:17 smithi141 bash[72190]: cluster 2023-12-06T07:07:16.952387+0000 mgr.y (mgr.25474) 1257 : cluster 0 pgmap v153: 161 pgs: 10 peering, 11 active+undersized+degraded, 26 active+undersized, 114 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 33/630 objects degraded (5.238%) 2023-12-06T07:07:18.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:17 smithi040 bash[78949]: cluster 2023-12-06T07:07:16.952387+0000 mgr.y (mgr.25474) 1257 : cluster 0 pgmap v153: 161 pgs: 10 peering, 11 active+undersized+degraded, 26 active+undersized, 114 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 33/630 objects degraded (5.238%) 2023-12-06T07:07:18.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:17 smithi040 bash[84914]: cluster 2023-12-06T07:07:16.952387+0000 mgr.y (mgr.25474) 1257 : cluster 0 pgmap v153: 161 pgs: 10 peering, 11 active+undersized+degraded, 26 active+undersized, 114 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 33/630 objects degraded (5.238%) 2023-12-06T07:07:18.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:18 smithi141 bash[72190]: cluster 2023-12-06T07:07:17.689752+0000 mon.a (mon.0) 2503 : cluster 3 Health check update: Degraded data redundancy: 33/630 objects degraded (5.238%), 11 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:19.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:18 smithi040 bash[78949]: cluster 2023-12-06T07:07:17.689752+0000 mon.a (mon.0) 2503 : cluster 3 Health check update: Degraded data redundancy: 33/630 objects degraded (5.238%), 11 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:19.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:18 smithi040 bash[84914]: cluster 2023-12-06T07:07:17.689752+0000 mon.a (mon.0) 2503 : cluster 3 Health check update: Degraded data redundancy: 33/630 objects degraded (5.238%), 11 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:20.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:19 smithi040 bash[84914]: cluster 2023-12-06T07:07:18.953915+0000 mgr.y (mgr.25474) 1258 : cluster 0 pgmap v154: 161 pgs: 10 peering, 151 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T07:07:20.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:19 smithi040 bash[78949]: cluster 2023-12-06T07:07:18.953915+0000 mgr.y (mgr.25474) 1258 : cluster 0 pgmap v154: 161 pgs: 10 peering, 151 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T07:07:20.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:19 smithi141 bash[72190]: cluster 2023-12-06T07:07:18.953915+0000 mgr.y (mgr.25474) 1258 : cluster 0 pgmap v154: 161 pgs: 10 peering, 151 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T07:07:21.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:20 smithi040 bash[78949]: cluster 2023-12-06T07:07:19.702440+0000 mon.a (mon.0) 2504 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/630 objects degraded (5.238%), 11 pgs degraded) 2023-12-06T07:07:21.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:20 smithi040 bash[78949]: cluster 2023-12-06T07:07:19.702510+0000 mon.a (mon.0) 2505 : cluster 1 Cluster is now healthy 2023-12-06T07:07:21.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:20 smithi040 bash[84914]: cluster 2023-12-06T07:07:19.702440+0000 mon.a (mon.0) 2504 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/630 objects degraded (5.238%), 11 pgs degraded) 2023-12-06T07:07:21.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:20 smithi040 bash[84914]: cluster 2023-12-06T07:07:19.702510+0000 mon.a (mon.0) 2505 : cluster 1 Cluster is now healthy 2023-12-06T07:07:21.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:20 smithi141 bash[72190]: cluster 2023-12-06T07:07:19.702440+0000 mon.a (mon.0) 2504 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/630 objects degraded (5.238%), 11 pgs degraded) 2023-12-06T07:07:21.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:20 smithi141 bash[72190]: cluster 2023-12-06T07:07:19.702510+0000 mon.a (mon.0) 2505 : cluster 1 Cluster is now healthy 2023-12-06T07:07:22.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:21 smithi040 bash[78949]: cluster 2023-12-06T07:07:20.954996+0000 mgr.y (mgr.25474) 1259 : cluster 0 pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-06T07:07:22.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:21 smithi040 bash[84914]: cluster 2023-12-06T07:07:20.954996+0000 mgr.y (mgr.25474) 1259 : cluster 0 pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-06T07:07:22.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:21 smithi141 bash[72190]: cluster 2023-12-06T07:07:20.954996+0000 mgr.y (mgr.25474) 1259 : cluster 0 pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-06T07:07:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:23 smithi141 bash[72190]: audit 2023-12-06T07:07:22.781744+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:23 smithi141 bash[72190]: audit 2023-12-06T07:07:22.784576+0000 mon.a (mon.0) 2507 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:07:24.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:23 smithi141 bash[72190]: cluster 2023-12-06T07:07:22.955746+0000 mgr.y (mgr.25474) 1260 : cluster 0 pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 617 B/s rd, 0 op/s 2023-12-06T07:07:24.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:23 smithi040 bash[78949]: audit 2023-12-06T07:07:22.781744+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:24.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:23 smithi040 bash[78949]: audit 2023-12-06T07:07:22.784576+0000 mon.a (mon.0) 2507 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:07:24.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:23 smithi040 bash[78949]: cluster 2023-12-06T07:07:22.955746+0000 mgr.y (mgr.25474) 1260 : cluster 0 pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 617 B/s rd, 0 op/s 2023-12-06T07:07:24.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:23 smithi040 bash[84914]: audit 2023-12-06T07:07:22.781744+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:23 smithi040 bash[84914]: audit 2023-12-06T07:07:22.784576+0000 mon.a (mon.0) 2507 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:07:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:23 smithi040 bash[84914]: cluster 2023-12-06T07:07:22.955746+0000 mgr.y (mgr.25474) 1260 : cluster 0 pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 617 B/s rd, 0 op/s 2023-12-06T07:07:25.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:24 smithi141 bash[72190]: audit 2023-12-06T07:07:23.905274+0000 mgr.y (mgr.25474) 1261 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:25.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:24 smithi040 bash[84914]: audit 2023-12-06T07:07:23.905274+0000 mgr.y (mgr.25474) 1261 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:25.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:24 smithi040 bash[78949]: audit 2023-12-06T07:07:23.905274+0000 mgr.y (mgr.25474) 1261 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:26.169 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:25 smithi040 bash[78949]: cluster 2023-12-06T07:07:24.957300+0000 mgr.y (mgr.25474) 1262 : cluster 0 pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:07:26.170 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:25 smithi040 bash[78949]: audit 2023-12-06T07:07:25.740122+0000 mon.a (mon.0) 2508 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:07:26.170 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:25 smithi040 bash[84914]: cluster 2023-12-06T07:07:24.957300+0000 mgr.y (mgr.25474) 1262 : cluster 0 pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:07:26.170 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:25 smithi040 bash[84914]: audit 2023-12-06T07:07:25.740122+0000 mon.a (mon.0) 2508 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:07:26.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:25 smithi141 bash[72190]: cluster 2023-12-06T07:07:24.957300+0000 mgr.y (mgr.25474) 1262 : cluster 0 pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:07:26.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:25 smithi141 bash[72190]: audit 2023-12-06T07:07:25.740122+0000 mon.a (mon.0) 2508 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:07:26.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:07:26 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:07:26] "GET /metrics HTTP/1.1" 200 38411 "" "Prometheus/2.33.4" 2023-12-06T07:07:27.085 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:26 smithi141 bash[72190]: audit 2023-12-06T07:07:25.740647+0000 mgr.y (mgr.25474) 1263 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:07:27.085 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:26 smithi141 bash[72190]: cephadm 2023-12-06T07:07:25.743789+0000 mgr.y (mgr.25474) 1264 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-06T07:07:27.210 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:26 smithi040 bash[84914]: audit 2023-12-06T07:07:25.740647+0000 mgr.y (mgr.25474) 1263 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:07:27.210 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:26 smithi040 bash[84914]: cephadm 2023-12-06T07:07:25.743789+0000 mgr.y (mgr.25474) 1264 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-06T07:07:27.210 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:26 smithi040 bash[78949]: audit 2023-12-06T07:07:25.740647+0000 mgr.y (mgr.25474) 1263 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:07:27.210 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:26 smithi040 bash[78949]: cephadm 2023-12-06T07:07:25.743789+0000 mgr.y (mgr.25474) 1264 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-06T07:07:28.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:27 smithi040 bash[84914]: cluster 2023-12-06T07:07:26.958372+0000 mgr.y (mgr.25474) 1265 : cluster 0 pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 907 B/s rd, 0 op/s 2023-12-06T07:07:28.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:27 smithi040 bash[78949]: cluster 2023-12-06T07:07:26.958372+0000 mgr.y (mgr.25474) 1265 : cluster 0 pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 907 B/s rd, 0 op/s 2023-12-06T07:07:28.111 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:27 smithi141 bash[72190]: cluster 2023-12-06T07:07:26.958372+0000 mgr.y (mgr.25474) 1265 : cluster 0 pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 907 B/s rd, 0 op/s 2023-12-06T07:07:29.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:28 smithi040 bash[84914]: audit 2023-12-06T07:07:27.958536+0000 mon.a (mon.0) 2509 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:29.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:28 smithi040 bash[84914]: audit 2023-12-06T07:07:28.271623+0000 mon.a (mon.0) 2510 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:29.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:28 smithi040 bash[84914]: audit 2023-12-06T07:07:28.275713+0000 mon.a (mon.0) 2511 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T07:07:29.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:28 smithi040 bash[84914]: audit 2023-12-06T07:07:28.277214+0000 mon.a (mon.0) 2512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:29.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:28 smithi040 bash[78949]: audit 2023-12-06T07:07:27.958536+0000 mon.a (mon.0) 2509 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:29.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:28 smithi040 bash[78949]: audit 2023-12-06T07:07:28.271623+0000 mon.a (mon.0) 2510 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:29.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:28 smithi040 bash[78949]: audit 2023-12-06T07:07:28.275713+0000 mon.a (mon.0) 2511 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T07:07:29.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:28 smithi040 bash[78949]: audit 2023-12-06T07:07:28.277214+0000 mon.a (mon.0) 2512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:29.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:28 smithi141 bash[72190]: audit 2023-12-06T07:07:27.958536+0000 mon.a (mon.0) 2509 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:29.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:28 smithi141 bash[72190]: audit 2023-12-06T07:07:28.271623+0000 mon.a (mon.0) 2510 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:29.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:28 smithi141 bash[72190]: audit 2023-12-06T07:07:28.275713+0000 mon.a (mon.0) 2511 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T07:07:29.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:28 smithi141 bash[72190]: audit 2023-12-06T07:07:28.277214+0000 mon.a (mon.0) 2512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:30.222 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:29 smithi040 bash[84914]: cephadm 2023-12-06T07:07:28.264841+0000 mgr.y (mgr.25474) 1266 : cephadm 1 Upgrade: Updating osd.3 2023-12-06T07:07:30.222 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:29 smithi040 bash[84914]: cephadm 2023-12-06T07:07:28.280559+0000 mgr.y (mgr.25474) 1267 : cephadm 1 Deploying daemon osd.3 on smithi040 2023-12-06T07:07:30.222 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:29 smithi040 bash[84914]: cluster 2023-12-06T07:07:28.960814+0000 mgr.y (mgr.25474) 1268 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:07:30.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:29 smithi040 bash[78949]: cephadm 2023-12-06T07:07:28.264841+0000 mgr.y (mgr.25474) 1266 : cephadm 1 Upgrade: Updating osd.3 2023-12-06T07:07:30.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:29 smithi040 bash[78949]: cephadm 2023-12-06T07:07:28.280559+0000 mgr.y (mgr.25474) 1267 : cephadm 1 Deploying daemon osd.3 on smithi040 2023-12-06T07:07:30.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:29 smithi040 bash[78949]: cluster 2023-12-06T07:07:28.960814+0000 mgr.y (mgr.25474) 1268 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:07:30.449 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:29 smithi141 bash[72190]: cephadm 2023-12-06T07:07:28.264841+0000 mgr.y (mgr.25474) 1266 : cephadm 1 Upgrade: Updating osd.3 2023-12-06T07:07:30.449 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:29 smithi141 bash[72190]: cephadm 2023-12-06T07:07:28.280559+0000 mgr.y (mgr.25474) 1267 : cephadm 1 Deploying daemon osd.3 on smithi040 2023-12-06T07:07:30.449 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:29 smithi141 bash[72190]: cluster 2023-12-06T07:07:28.960814+0000 mgr.y (mgr.25474) 1268 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:07:30.863 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:07:31.136 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:31 smithi040 bash[78949]: audit 2023-12-06T07:07:30.129724+0000 mon.a (mon.0) 2513 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:31.136 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:31 smithi040 bash[78949]: audit 2023-12-06T07:07:30.138045+0000 mon.a (mon.0) 2514 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:31.136 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:31 smithi040 bash[78949]: audit 2023-12-06T07:07:30.147857+0000 mon.a (mon.0) 2515 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:31.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:31 smithi141 bash[72190]: audit 2023-12-06T07:07:30.129724+0000 mon.a (mon.0) 2513 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:31.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:31 smithi141 bash[72190]: audit 2023-12-06T07:07:30.138045+0000 mon.a (mon.0) 2514 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:31.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:31 smithi141 bash[72190]: audit 2023-12-06T07:07:30.147857+0000 mon.a (mon.0) 2515 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:31.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:31 smithi040 bash[84914]: audit 2023-12-06T07:07:30.129724+0000 mon.a (mon.0) 2513 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:31.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:31 smithi040 bash[84914]: audit 2023-12-06T07:07:30.138045+0000 mon.a (mon.0) 2514 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:31.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:31 smithi040 bash[84914]: audit 2023-12-06T07:07:30.147857+0000 mon.a (mon.0) 2515 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:31.635 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:07:31.635 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 18s ago 20m - - 2023-12-06T07:07:31.635 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 1s ago 20m - - 2023-12-06T07:07:31.635 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (6m) 18s ago 13m 16.7M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:07:31.635 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (6m) 1s ago 12m 43.8M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:07:31.635 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (5m) 18s ago 11m 47.0M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:07:31.636 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (3m) 1s ago 19m 433M - 19.0.0-26-g0482646f 26bb7d89db2e 345817faf911 2023-12-06T07:07:31.636 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (5m) 18s ago 21m 515M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:07:31.636 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (4m) 18s ago 21m 66.9M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:07:31.636 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (2m) 1s ago 19m 41.1M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a46e947a89d4 2023-12-06T07:07:31.636 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (3m) 18s ago 20m 43.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e f003381b7d99 2023-12-06T07:07:31.636 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (7m) 18s ago 13m 14.0M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:07:31.636 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (6m) 1s ago 13m 11.8M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:07:31.636 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (102s) 18s ago 19m 51.0M 4096M 19.0.0-26-g0482646f 26bb7d89db2e bd803ebde49a 2023-12-06T07:07:31.636 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (63s) 18s ago 18m 50.2M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 17848df7e7ac 2023-12-06T07:07:31.636 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (24s) 18s ago 17m 13.2M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 129ef8397e96 2023-12-06T07:07:31.636 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (17m) 18s ago 17m 64.3M 4096M 17.2.0 e1d6a67b021e b2f3479ad380 2023-12-06T07:07:31.636 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (16m) 1s ago 16m 69.3M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T07:07:31.636 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (15m) 1s ago 15m 61.7M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:07:31.636 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (15m) 1s ago 15m 60.7M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:07:31.636 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (14m) 1s ago 14m 64.4M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:07:31.637 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (5m) 1s ago 13m 64.7M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:07:31.637 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (11m) 18s ago 11m 88.8M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:07:31.637 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (11m) 1s ago 11m 88.4M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:07:31.637 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (11m) 18s ago 11m 88.3M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:07:31.637 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (11m) 1s ago 11m 88.8M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:07:32.108 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:07:32.108 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:07:32.108 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:07:32.108 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:07:32.108 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:07:32.108 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:07:32.108 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:07:32.108 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:07:32.108 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-06T07:07:32.109 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:07:32.109 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:07:32.109 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:07:32.109 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:07:32.109 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:07:32.109 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:07:32.109 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2023-12-06T07:07:32.109 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 8 2023-12-06T07:07:32.109 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:07:32.109 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:07:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:32 smithi141 bash[72190]: audit 2023-12-06T07:07:30.843917+0000 mgr.y (mgr.25474) 1269 : audit 0 from='client.54301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:32 smithi141 bash[72190]: cluster 2023-12-06T07:07:30.961570+0000 mgr.y (mgr.25474) 1270 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:07:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:32 smithi141 bash[72190]: audit 2023-12-06T07:07:32.102941+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.40:0/735897560' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:32.501 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:07:32.501 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:07:32.501 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:07:32.501 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:07:32.501 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:07:32.501 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr", 2023-12-06T07:07:32.501 INFO:teuthology.orchestra.run.smithi040.stdout: "mon" 2023-12-06T07:07:32.502 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:07:32.502 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "8/23 daemons upgraded", 2023-12-06T07:07:32.502 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:07:32.502 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:07:32.502 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:07:32.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:32 smithi040 bash[78949]: audit 2023-12-06T07:07:30.843917+0000 mgr.y (mgr.25474) 1269 : audit 0 from='client.54301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:32.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:32 smithi040 bash[78949]: cluster 2023-12-06T07:07:30.961570+0000 mgr.y (mgr.25474) 1270 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:07:32.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:32 smithi040 bash[78949]: audit 2023-12-06T07:07:32.102941+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.40:0/735897560' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:32.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:32 smithi040 bash[84914]: audit 2023-12-06T07:07:30.843917+0000 mgr.y (mgr.25474) 1269 : audit 0 from='client.54301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:32.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:32 smithi040 bash[84914]: cluster 2023-12-06T07:07:30.961570+0000 mgr.y (mgr.25474) 1270 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:07:32.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:32 smithi040 bash[84914]: audit 2023-12-06T07:07:32.102941+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.40:0/735897560' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:32.952 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T07:07:33.415 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:33 smithi040 bash[78949]: audit 2023-12-06T07:07:31.232820+0000 mgr.y (mgr.25474) 1271 : audit 0 from='client.34461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:33.415 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:33 smithi040 bash[78949]: audit 2023-12-06T07:07:31.611444+0000 mgr.y (mgr.25474) 1272 : audit 0 from='client.34467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:33.415 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:33 smithi040 bash[78949]: audit 2023-12-06T07:07:32.947042+0000 mon.a (mon.0) 2516 : audit 0 from='client.? 172.21.15.40:0/3003507418' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:07:33.416 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:33 smithi040 bash[84914]: audit 2023-12-06T07:07:31.232820+0000 mgr.y (mgr.25474) 1271 : audit 0 from='client.34461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:33.416 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:33 smithi040 bash[84914]: audit 2023-12-06T07:07:31.611444+0000 mgr.y (mgr.25474) 1272 : audit 0 from='client.34467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:33.416 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:33 smithi040 bash[84914]: audit 2023-12-06T07:07:32.947042+0000 mon.a (mon.0) 2516 : audit 0 from='client.? 172.21.15.40:0/3003507418' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:07:33.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:33 smithi141 bash[72190]: audit 2023-12-06T07:07:31.232820+0000 mgr.y (mgr.25474) 1271 : audit 0 from='client.34461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:33.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:33 smithi141 bash[72190]: audit 2023-12-06T07:07:31.611444+0000 mgr.y (mgr.25474) 1272 : audit 0 from='client.34467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:33.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:33 smithi141 bash[72190]: audit 2023-12-06T07:07:32.947042+0000 mon.a (mon.0) 2516 : audit 0 from='client.? 172.21.15.40:0/3003507418' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:07:34.030 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:33 smithi040 systemd[1]: Stopping Ceph osd.3 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:07:34.030 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:33 smithi040 bash[44711]: debug 2023-12-06T07:07:33.862+0000 7fc14ff6a700 -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-06T07:07:34.030 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:33 smithi040 bash[44711]: debug 2023-12-06T07:07:33.862+0000 7fc14ff6a700 -1 osd.3 122 *** Got signal Terminated *** 2023-12-06T07:07:34.030 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:33 smithi040 bash[44711]: debug 2023-12-06T07:07:33.862+0000 7fc14ff6a700 -1 osd.3 122 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:07:34.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[78949]: audit 2023-12-06T07:07:32.495545+0000 mgr.y (mgr.25474) 1273 : audit 0 from='client.54325 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:34.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[78949]: cluster 2023-12-06T07:07:32.961918+0000 mgr.y (mgr.25474) 1274 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:07:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[78949]: audit 2023-12-06T07:07:33.684379+0000 mon.a (mon.0) 2517 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[78949]: audit 2023-12-06T07:07:33.692252+0000 mon.a (mon.0) 2518 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[78949]: audit 2023-12-06T07:07:33.700330+0000 mon.a (mon.0) 2519 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[78949]: cluster 2023-12-06T07:07:33.864594+0000 mon.a (mon.0) 2520 : cluster 1 osd.3 marked itself down and dead 2023-12-06T07:07:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[78949]: audit 2023-12-06T07:07:33.915716+0000 mgr.y (mgr.25474) 1275 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[78949]: audit 2023-12-06T07:07:34.038743+0000 mon.a (mon.0) 2521 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[78949]: audit 2023-12-06T07:07:34.050184+0000 mon.a (mon.0) 2522 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[78949]: cluster 2023-12-06T07:07:34.052758+0000 mgr.y (mgr.25474) 1276 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-06T07:07:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[78949]: audit 2023-12-06T07:07:34.059832+0000 mon.a (mon.0) 2523 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[84914]: audit 2023-12-06T07:07:32.495545+0000 mgr.y (mgr.25474) 1273 : audit 0 from='client.54325 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:34.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[84914]: cluster 2023-12-06T07:07:32.961918+0000 mgr.y (mgr.25474) 1274 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:07:34.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[84914]: audit 2023-12-06T07:07:33.684379+0000 mon.a (mon.0) 2517 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[84914]: audit 2023-12-06T07:07:33.692252+0000 mon.a (mon.0) 2518 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[84914]: audit 2023-12-06T07:07:33.700330+0000 mon.a (mon.0) 2519 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[84914]: cluster 2023-12-06T07:07:33.864594+0000 mon.a (mon.0) 2520 : cluster 1 osd.3 marked itself down and dead 2023-12-06T07:07:34.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[84914]: audit 2023-12-06T07:07:33.915716+0000 mgr.y (mgr.25474) 1275 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:34.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[84914]: audit 2023-12-06T07:07:34.038743+0000 mon.a (mon.0) 2521 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[84914]: audit 2023-12-06T07:07:34.050184+0000 mon.a (mon.0) 2522 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[84914]: cluster 2023-12-06T07:07:34.052758+0000 mgr.y (mgr.25474) 1276 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-06T07:07:34.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:34 smithi040 bash[84914]: audit 2023-12-06T07:07:34.059832+0000 mon.a (mon.0) 2523 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:34 smithi141 bash[72190]: audit 2023-12-06T07:07:32.495545+0000 mgr.y (mgr.25474) 1273 : audit 0 from='client.54325 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:07:34.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:34 smithi141 bash[72190]: cluster 2023-12-06T07:07:32.961918+0000 mgr.y (mgr.25474) 1274 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:07:34.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:34 smithi141 bash[72190]: audit 2023-12-06T07:07:33.684379+0000 mon.a (mon.0) 2517 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:34 smithi141 bash[72190]: audit 2023-12-06T07:07:33.692252+0000 mon.a (mon.0) 2518 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:34 smithi141 bash[72190]: audit 2023-12-06T07:07:33.700330+0000 mon.a (mon.0) 2519 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:34 smithi141 bash[72190]: cluster 2023-12-06T07:07:33.864594+0000 mon.a (mon.0) 2520 : cluster 1 osd.3 marked itself down and dead 2023-12-06T07:07:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:34 smithi141 bash[72190]: audit 2023-12-06T07:07:33.915716+0000 mgr.y (mgr.25474) 1275 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:34 smithi141 bash[72190]: audit 2023-12-06T07:07:34.038743+0000 mon.a (mon.0) 2521 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:34 smithi141 bash[72190]: audit 2023-12-06T07:07:34.050184+0000 mon.a (mon.0) 2522 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:34 smithi141 bash[72190]: cluster 2023-12-06T07:07:34.052758+0000 mgr.y (mgr.25474) 1276 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-06T07:07:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:34 smithi141 bash[72190]: audit 2023-12-06T07:07:34.059832+0000 mon.a (mon.0) 2523 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:35.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:35 smithi141 bash[72190]: cluster 2023-12-06T07:07:34.697933+0000 mon.a (mon.0) 2524 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:07:35.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:35 smithi141 bash[72190]: cluster 2023-12-06T07:07:34.706122+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:35 smithi141 bash[72190]: cluster 2023-12-06T07:07:34.708497+0000 mon.a (mon.0) 2525 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-06T07:07:35.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:35 smithi141 bash[72190]: cluster 2023-12-06T07:07:34.712056+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:35 smithi141 bash[72190]: cluster 2023-12-06T07:07:34.713175+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:35 smithi141 bash[72190]: cluster 2023-12-06T07:07:34.713737+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:35 smithi141 bash[72190]: cluster 2023-12-06T07:07:34.717067+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:35 smithi141 bash[72190]: cluster 2023-12-06T07:07:34.718698+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:35 smithi141 bash[72190]: cluster 2023-12-06T07:07:34.720113+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:35 smithi141 bash[72190]: cluster 2023-12-06T07:07:34.720137+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:35 smithi141 bash[72190]: cluster 2023-12-06T07:07:34.723001+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:35 smithi141 bash[72190]: cluster 2023-12-06T07:07:35.046857+0000 mon.a (mon.0) 2526 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:07:35.471 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[84914]: cluster 2023-12-06T07:07:34.697933+0000 mon.a (mon.0) 2524 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:07:35.471 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[84914]: cluster 2023-12-06T07:07:34.706122+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.471 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[84914]: cluster 2023-12-06T07:07:34.708497+0000 mon.a (mon.0) 2525 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-06T07:07:35.471 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[84914]: cluster 2023-12-06T07:07:34.712056+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.471 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[84914]: cluster 2023-12-06T07:07:34.713175+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.471 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[84914]: cluster 2023-12-06T07:07:34.713737+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.471 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[84914]: cluster 2023-12-06T07:07:34.717067+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.471 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[84914]: cluster 2023-12-06T07:07:34.718698+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.471 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[84914]: cluster 2023-12-06T07:07:34.720113+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.472 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[84914]: cluster 2023-12-06T07:07:34.720137+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.472 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[84914]: cluster 2023-12-06T07:07:34.723001+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.472 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[84914]: cluster 2023-12-06T07:07:35.046857+0000 mon.a (mon.0) 2526 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:07:35.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[78949]: cluster 2023-12-06T07:07:34.697933+0000 mon.a (mon.0) 2524 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:07:35.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[78949]: cluster 2023-12-06T07:07:34.706122+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[78949]: cluster 2023-12-06T07:07:34.708497+0000 mon.a (mon.0) 2525 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-06T07:07:35.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[78949]: cluster 2023-12-06T07:07:34.712056+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[78949]: cluster 2023-12-06T07:07:34.713175+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[78949]: cluster 2023-12-06T07:07:34.713737+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[78949]: cluster 2023-12-06T07:07:34.717067+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[78949]: cluster 2023-12-06T07:07:34.718698+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[78949]: cluster 2023-12-06T07:07:34.720113+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[78949]: cluster 2023-12-06T07:07:34.720137+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[78949]: cluster 2023-12-06T07:07:34.723001+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:35.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[78949]: cluster 2023-12-06T07:07:35.046857+0000 mon.a (mon.0) 2526 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:07:36.016 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:35 smithi040 bash[98429]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-3 2023-12-06T07:07:36.280 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[98562]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-3 2023-12-06T07:07:36.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[84914]: cluster 2023-12-06T07:07:34.713013+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:36.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[84914]: cluster 2023-12-06T07:07:34.718496+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:36.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[84914]: cluster 2023-12-06T07:07:35.714436+0000 mon.a (mon.0) 2527 : cluster 0 osdmap e124: 8 total, 7 up, 8 in 2023-12-06T07:07:36.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[84914]: cluster 2023-12-06T07:07:35.716130+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[84914]: cluster 2023-12-06T07:07:35.719311+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[84914]: cluster 2023-12-06T07:07:35.719345+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[84914]: cluster 2023-12-06T07:07:35.719693+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[84914]: cluster 2023-12-06T07:07:35.723613+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[84914]: cluster 2023-12-06T07:07:35.725067+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[84914]: cluster 2023-12-06T07:07:35.725723+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[84914]: cluster 2023-12-06T07:07:35.728113+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[84914]: cluster 2023-12-06T07:07:36.053798+0000 mgr.y (mgr.25474) 1277 : cluster 0 pgmap v165: 161 pgs: 27 peering, 15 stale+active+clean, 119 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 288 B/s rd, 0 op/s 2023-12-06T07:07:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[78949]: cluster 2023-12-06T07:07:34.713013+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[78949]: cluster 2023-12-06T07:07:34.718496+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[78949]: cluster 2023-12-06T07:07:35.714436+0000 mon.a (mon.0) 2527 : cluster 0 osdmap e124: 8 total, 7 up, 8 in 2023-12-06T07:07:36.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[78949]: cluster 2023-12-06T07:07:35.716130+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[78949]: cluster 2023-12-06T07:07:35.719311+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[78949]: cluster 2023-12-06T07:07:35.719345+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[78949]: cluster 2023-12-06T07:07:35.719693+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[78949]: cluster 2023-12-06T07:07:35.723613+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[78949]: cluster 2023-12-06T07:07:35.725067+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[78949]: cluster 2023-12-06T07:07:35.725723+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[78949]: cluster 2023-12-06T07:07:35.728113+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[78949]: cluster 2023-12-06T07:07:36.053798+0000 mgr.y (mgr.25474) 1277 : cluster 0 pgmap v165: 161 pgs: 27 peering, 15 stale+active+clean, 119 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 288 B/s rd, 0 op/s 2023-12-06T07:07:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:36 smithi141 bash[72190]: cluster 2023-12-06T07:07:34.713013+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:36 smithi141 bash[72190]: cluster 2023-12-06T07:07:34.718496+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:07:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:36 smithi141 bash[72190]: cluster 2023-12-06T07:07:35.714436+0000 mon.a (mon.0) 2527 : cluster 0 osdmap e124: 8 total, 7 up, 8 in 2023-12-06T07:07:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:36 smithi141 bash[72190]: cluster 2023-12-06T07:07:35.716130+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:36 smithi141 bash[72190]: cluster 2023-12-06T07:07:35.719311+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:36 smithi141 bash[72190]: cluster 2023-12-06T07:07:35.719345+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:36 smithi141 bash[72190]: cluster 2023-12-06T07:07:35.719693+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:36 smithi141 bash[72190]: cluster 2023-12-06T07:07:35.723613+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:36 smithi141 bash[72190]: cluster 2023-12-06T07:07:35.725067+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:36 smithi141 bash[72190]: cluster 2023-12-06T07:07:35.725723+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:36 smithi141 bash[72190]: cluster 2023-12-06T07:07:35.728113+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:36 smithi141 bash[72190]: cluster 2023-12-06T07:07:36.053798+0000 mgr.y (mgr.25474) 1277 : cluster 0 pgmap v165: 161 pgs: 27 peering, 15 stale+active+clean, 119 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 288 B/s rd, 0 op/s 2023-12-06T07:07:36.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:07:36 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:07:36] "GET /metrics HTTP/1.1" 200 38411 "" "Prometheus/2.33.4" 2023-12-06T07:07:37.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:37 smithi040 bash[78949]: cluster 2023-12-06T07:07:35.712006+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:37.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:37 smithi040 bash[78949]: cluster 2023-12-06T07:07:35.719046+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:37.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:37 smithi040 bash[78949]: cluster 2023-12-06T07:07:36.703459+0000 mon.a (mon.0) 2528 : cluster 3 Health check failed: Reduced data availability: 3 pgs inactive, 12 pgs peering (PG_AVAILABILITY) 2023-12-06T07:07:37.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:37 smithi040 bash[84914]: cluster 2023-12-06T07:07:35.712006+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:37.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:37 smithi040 bash[84914]: cluster 2023-12-06T07:07:35.719046+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:37.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:37 smithi040 bash[84914]: cluster 2023-12-06T07:07:36.703459+0000 mon.a (mon.0) 2528 : cluster 3 Health check failed: Reduced data availability: 3 pgs inactive, 12 pgs peering (PG_AVAILABILITY) 2023-12-06T07:07:37.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:37 smithi141 bash[72190]: cluster 2023-12-06T07:07:35.712006+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:37.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:37 smithi141 bash[72190]: cluster 2023-12-06T07:07:35.719046+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:07:37.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:37 smithi141 bash[72190]: cluster 2023-12-06T07:07:36.703459+0000 mon.a (mon.0) 2528 : cluster 3 Health check failed: Reduced data availability: 3 pgs inactive, 12 pgs peering (PG_AVAILABILITY) 2023-12-06T07:07:38.504 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:38 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.3.service: Succeeded. 2023-12-06T07:07:38.505 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:38 smithi040 systemd[1]: Stopped Ceph osd.3 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:07:38.505 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:38 smithi040 systemd[1]: Started Ceph osd.3 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:07:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:38 smithi141 bash[72190]: audit 2023-12-06T07:07:37.780818+0000 mon.a (mon.0) 2529 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:38 smithi141 bash[72190]: audit 2023-12-06T07:07:37.783167+0000 mon.a (mon.0) 2530 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:07:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:38 smithi141 bash[72190]: cluster 2023-12-06T07:07:38.054866+0000 mgr.y (mgr.25474) 1278 : cluster 0 pgmap v166: 161 pgs: 27 peering, 15 stale+active+clean, 119 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 288 B/s rd, 0 op/s 2023-12-06T07:07:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:38 smithi141 bash[72190]: audit 2023-12-06T07:07:38.481082+0000 mon.a (mon.0) 2531 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:38 smithi141 bash[72190]: audit 2023-12-06T07:07:38.490574+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:39.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:38 smithi040 bash[78949]: audit 2023-12-06T07:07:37.780818+0000 mon.a (mon.0) 2529 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:39.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:38 smithi040 bash[78949]: audit 2023-12-06T07:07:37.783167+0000 mon.a (mon.0) 2530 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:07:39.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:38 smithi040 bash[78949]: cluster 2023-12-06T07:07:38.054866+0000 mgr.y (mgr.25474) 1278 : cluster 0 pgmap v166: 161 pgs: 27 peering, 15 stale+active+clean, 119 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 288 B/s rd, 0 op/s 2023-12-06T07:07:39.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:38 smithi040 bash[78949]: audit 2023-12-06T07:07:38.481082+0000 mon.a (mon.0) 2531 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:39.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:38 smithi040 bash[78949]: audit 2023-12-06T07:07:38.490574+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:39.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:38 smithi040 bash[84914]: audit 2023-12-06T07:07:37.780818+0000 mon.a (mon.0) 2529 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:39.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:38 smithi040 bash[84914]: audit 2023-12-06T07:07:37.783167+0000 mon.a (mon.0) 2530 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:07:39.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:38 smithi040 bash[84914]: cluster 2023-12-06T07:07:38.054866+0000 mgr.y (mgr.25474) 1278 : cluster 0 pgmap v166: 161 pgs: 27 peering, 15 stale+active+clean, 119 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 288 B/s rd, 0 op/s 2023-12-06T07:07:39.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:38 smithi040 bash[84914]: audit 2023-12-06T07:07:38.481082+0000 mon.a (mon.0) 2531 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:39.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:38 smithi040 bash[84914]: audit 2023-12-06T07:07:38.490574+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.003 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:38.995264+0000 mon.a (mon.0) 2533 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.003 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.006090+0000 mon.a (mon.0) 2534 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.003 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.008933+0000 mon.a (mon.0) 2535 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.004 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.010499+0000 mon.a (mon.0) 2536 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.004 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: cluster 2023-12-06T07:07:39.013638+0000 mgr.y (mgr.25474) 1279 : cluster 0 pgmap v167: 161 pgs: 14 active+undersized+degraded, 27 peering, 25 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2023-12-06T07:07:40.004 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.020058+0000 mon.a (mon.0) 2537 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.004 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: cephadm 2023-12-06T07:07:39.020805+0000 mgr.y (mgr.25474) 1280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:40.004 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.104143+0000 mon.a (mon.0) 2538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.004 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.107507+0000 mon.a (mon.0) 2539 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.004 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[84914]: audit 2023-12-06T07:07:38.995264+0000 mon.a (mon.0) 2533 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.004 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[84914]: audit 2023-12-06T07:07:39.006090+0000 mon.a (mon.0) 2534 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.004 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[84914]: audit 2023-12-06T07:07:39.008933+0000 mon.a (mon.0) 2535 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.004 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[84914]: audit 2023-12-06T07:07:39.010499+0000 mon.a (mon.0) 2536 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.005 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[84914]: cluster 2023-12-06T07:07:39.013638+0000 mgr.y (mgr.25474) 1279 : cluster 0 pgmap v167: 161 pgs: 14 active+undersized+degraded, 27 peering, 25 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2023-12-06T07:07:40.005 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[84914]: audit 2023-12-06T07:07:39.020058+0000 mon.a (mon.0) 2537 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.005 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[84914]: cephadm 2023-12-06T07:07:39.020805+0000 mgr.y (mgr.25474) 1280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:40.005 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[84914]: audit 2023-12-06T07:07:39.104143+0000 mon.a (mon.0) 2538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.005 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[84914]: audit 2023-12-06T07:07:39.107507+0000 mon.a (mon.0) 2539 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.005 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[84914]: audit 2023-12-06T07:07:39.112571+0000 mon.a (mon.0) 2540 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.005 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[84914]: audit 2023-12-06T07:07:39.114127+0000 mon.a (mon.0) 2541 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.005 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[84914]: audit 2023-12-06T07:07:39.124936+0000 mon.a (mon.0) 2542 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.005 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[84914]: cephadm 2023-12-06T07:07:39.125701+0000 mgr.y (mgr.25474) 1281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:40.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.209611+0000 mon.a (mon.0) 2543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.211836+0000 mon.a (mon.0) 2544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.214550+0000 mon.a (mon.0) 2545 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.215467+0000 mon.a (mon.0) 2546 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.223754+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.309622+0000 mon.a (mon.0) 2548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.312134+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.315328+0000 mon.a (mon.0) 2550 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.316965+0000 mon.a (mon.0) 2551 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.325633+0000 mon.a (mon.0) 2552 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.403519+0000 mon.a (mon.0) 2553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.405885+0000 mon.a (mon.0) 2554 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.408424+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.409299+0000 mon.a (mon.0) 2556 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.418375+0000 mon.a (mon.0) 2557 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.502760+0000 mon.a (mon.0) 2558 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.505277+0000 mon.a (mon.0) 2559 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.508132+0000 mon.a (mon.0) 2560 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.509517+0000 mon.a (mon.0) 2561 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.519288+0000 mon.a (mon.0) 2562 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.599547+0000 mon.a (mon.0) 2563 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.601581+0000 mon.a (mon.0) 2564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.603843+0000 mon.a (mon.0) 2565 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.604605+0000 mon.a (mon.0) 2566 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.612258+0000 mon.a (mon.0) 2567 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.693611+0000 mon.a (mon.0) 2568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.696361+0000 mon.a (mon.0) 2569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.698730+0000 mon.a (mon.0) 2570 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.699758+0000 mon.a (mon.0) 2571 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.708415+0000 mon.a (mon.0) 2572 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.794302+0000 mon.a (mon.0) 2573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.796470+0000 mon.a (mon.0) 2574 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.798668+0000 mon.a (mon.0) 2575 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.799432+0000 mon.a (mon.0) 2576 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.806495+0000 mon.a (mon.0) 2577 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.869959+0000 mon.a (mon.0) 2578 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.872791+0000 mon.a (mon.0) 2579 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.875586+0000 mon.a (mon.0) 2580 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.876600+0000 mon.a (mon.0) 2581 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.886207+0000 mon.a (mon.0) 2582 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.964439+0000 mon.a (mon.0) 2583 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.967141+0000 mon.a (mon.0) 2584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.969540+0000 mon.a (mon.0) 2585 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.970464+0000 mon.a (mon.0) 2586 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[84914]: audit 2023-12-06T07:07:39.979839+0000 mon.a (mon.0) 2587 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.112571+0000 mon.a (mon.0) 2540 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.114127+0000 mon.a (mon.0) 2541 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.124936+0000 mon.a (mon.0) 2542 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: cephadm 2023-12-06T07:07:39.125701+0000 mgr.y (mgr.25474) 1281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:40.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.209611+0000 mon.a (mon.0) 2543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.211836+0000 mon.a (mon.0) 2544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.214550+0000 mon.a (mon.0) 2545 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.215467+0000 mon.a (mon.0) 2546 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.223754+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.309622+0000 mon.a (mon.0) 2548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.312134+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.315328+0000 mon.a (mon.0) 2550 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.316965+0000 mon.a (mon.0) 2551 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.325633+0000 mon.a (mon.0) 2552 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.403519+0000 mon.a (mon.0) 2553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.405885+0000 mon.a (mon.0) 2554 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.408424+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.409299+0000 mon.a (mon.0) 2556 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.418375+0000 mon.a (mon.0) 2557 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.502760+0000 mon.a (mon.0) 2558 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.505277+0000 mon.a (mon.0) 2559 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.508132+0000 mon.a (mon.0) 2560 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.509517+0000 mon.a (mon.0) 2561 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.519288+0000 mon.a (mon.0) 2562 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.599547+0000 mon.a (mon.0) 2563 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.601581+0000 mon.a (mon.0) 2564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:39 smithi040 bash[78949]: audit 2023-12-06T07:07:39.603843+0000 mon.a (mon.0) 2565 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.604605+0000 mon.a (mon.0) 2566 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.612258+0000 mon.a (mon.0) 2567 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.693611+0000 mon.a (mon.0) 2568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.696361+0000 mon.a (mon.0) 2569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.698730+0000 mon.a (mon.0) 2570 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.699758+0000 mon.a (mon.0) 2571 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.708415+0000 mon.a (mon.0) 2572 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.794302+0000 mon.a (mon.0) 2573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.796470+0000 mon.a (mon.0) 2574 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.798668+0000 mon.a (mon.0) 2575 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.799432+0000 mon.a (mon.0) 2576 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.806495+0000 mon.a (mon.0) 2577 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.869959+0000 mon.a (mon.0) 2578 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.872791+0000 mon.a (mon.0) 2579 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.875586+0000 mon.a (mon.0) 2580 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.876600+0000 mon.a (mon.0) 2581 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.886207+0000 mon.a (mon.0) 2582 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.964439+0000 mon.a (mon.0) 2583 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.967141+0000 mon.a (mon.0) 2584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.969540+0000 mon.a (mon.0) 2585 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.970464+0000 mon.a (mon.0) 2586 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[78949]: audit 2023-12-06T07:07:39.979839+0000 mon.a (mon.0) 2587 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:39 smithi141 bash[72190]: audit 2023-12-06T07:07:38.995264+0000 mon.a (mon.0) 2533 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:39 smithi141 bash[72190]: audit 2023-12-06T07:07:39.006090+0000 mon.a (mon.0) 2534 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:39 smithi141 bash[72190]: audit 2023-12-06T07:07:39.008933+0000 mon.a (mon.0) 2535 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:39 smithi141 bash[72190]: audit 2023-12-06T07:07:39.010499+0000 mon.a (mon.0) 2536 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:39 smithi141 bash[72190]: cluster 2023-12-06T07:07:39.013638+0000 mgr.y (mgr.25474) 1279 : cluster 0 pgmap v167: 161 pgs: 14 active+undersized+degraded, 27 peering, 25 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2023-12-06T07:07:40.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:39 smithi141 bash[72190]: audit 2023-12-06T07:07:39.020058+0000 mon.a (mon.0) 2537 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:39 smithi141 bash[72190]: cephadm 2023-12-06T07:07:39.020805+0000 mgr.y (mgr.25474) 1280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:40.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:39 smithi141 bash[72190]: audit 2023-12-06T07:07:39.104143+0000 mon.a (mon.0) 2538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:39 smithi141 bash[72190]: audit 2023-12-06T07:07:39.107507+0000 mon.a (mon.0) 2539 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:39 smithi141 bash[72190]: audit 2023-12-06T07:07:39.112571+0000 mon.a (mon.0) 2540 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:39 smithi141 bash[72190]: audit 2023-12-06T07:07:39.114127+0000 mon.a (mon.0) 2541 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:39 smithi141 bash[72190]: audit 2023-12-06T07:07:39.124936+0000 mon.a (mon.0) 2542 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: cephadm 2023-12-06T07:07:39.125701+0000 mgr.y (mgr.25474) 1281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:40.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.209611+0000 mon.a (mon.0) 2543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.211836+0000 mon.a (mon.0) 2544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.214550+0000 mon.a (mon.0) 2545 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.215467+0000 mon.a (mon.0) 2546 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.223754+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.309622+0000 mon.a (mon.0) 2548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.312134+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.315328+0000 mon.a (mon.0) 2550 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.316965+0000 mon.a (mon.0) 2551 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.325633+0000 mon.a (mon.0) 2552 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.403519+0000 mon.a (mon.0) 2553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.405885+0000 mon.a (mon.0) 2554 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.408424+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.409299+0000 mon.a (mon.0) 2556 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.418375+0000 mon.a (mon.0) 2557 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.502760+0000 mon.a (mon.0) 2558 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.505277+0000 mon.a (mon.0) 2559 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.508132+0000 mon.a (mon.0) 2560 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.509517+0000 mon.a (mon.0) 2561 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.519288+0000 mon.a (mon.0) 2562 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.599547+0000 mon.a (mon.0) 2563 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.601581+0000 mon.a (mon.0) 2564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.603843+0000 mon.a (mon.0) 2565 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.604605+0000 mon.a (mon.0) 2566 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.612258+0000 mon.a (mon.0) 2567 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.693611+0000 mon.a (mon.0) 2568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.696361+0000 mon.a (mon.0) 2569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.698730+0000 mon.a (mon.0) 2570 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.699758+0000 mon.a (mon.0) 2571 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.708415+0000 mon.a (mon.0) 2572 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.794302+0000 mon.a (mon.0) 2573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.796470+0000 mon.a (mon.0) 2574 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.798668+0000 mon.a (mon.0) 2575 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.799432+0000 mon.a (mon.0) 2576 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.806495+0000 mon.a (mon.0) 2577 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.869959+0000 mon.a (mon.0) 2578 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.872791+0000 mon.a (mon.0) 2579 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.875586+0000 mon.a (mon.0) 2580 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.876600+0000 mon.a (mon.0) 2581 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.886207+0000 mon.a (mon.0) 2582 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.964439+0000 mon.a (mon.0) 2583 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:40.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.967141+0000 mon.a (mon.0) 2584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:40.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.969540+0000 mon.a (mon.0) 2585 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:40.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.970464+0000 mon.a (mon.0) 2586 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:40.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:40 smithi141 bash[72190]: audit 2023-12-06T07:07:39.979839+0000 mon.a (mon.0) 2587 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:40.780 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[98730]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-06T07:07:40.780 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[98730]: 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-06T07:07:40.780 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[98730]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-06T07:07:40.780 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[98730]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-06T07:07:40.780 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[98730]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2023-12-06T07:07:40.780 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[98730]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-06T07:07:40.780 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:40 smithi040 bash[98730]: --> ceph-volume raw activate successful for osd ID: 3 2023-12-06T07:07:41.204 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: cephadm 2023-12-06T07:07:39.224635+0000 mgr.y (mgr.25474) 1282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.204 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: cephadm 2023-12-06T07:07:39.326343+0000 mgr.y (mgr.25474) 1283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.204 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: cephadm 2023-12-06T07:07:39.419048+0000 mgr.y (mgr.25474) 1284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.204 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: cephadm 2023-12-06T07:07:39.519942+0000 mgr.y (mgr.25474) 1285 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.204 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: cephadm 2023-12-06T07:07:39.612779+0000 mgr.y (mgr.25474) 1286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.204 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: cephadm 2023-12-06T07:07:39.709582+0000 mgr.y (mgr.25474) 1287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.204 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: cephadm 2023-12-06T07:07:39.807191+0000 mgr.y (mgr.25474) 1288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.204 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: cephadm 2023-12-06T07:07:39.886963+0000 mgr.y (mgr.25474) 1289 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.204 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: cephadm 2023-12-06T07:07:39.980543+0000 mgr.y (mgr.25474) 1290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.204 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: cluster 2023-12-06T07:07:40.001663+0000 mon.a (mon.0) 2588 : cluster 3 Health check failed: Degraded data redundancy: 40/630 objects degraded (6.349%), 14 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:41.204 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: cluster 2023-12-06T07:07:40.001702+0000 mon.a (mon.0) 2589 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:07:41.204 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.054606+0000 mon.a (mon.0) 2590 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.056765+0000 mon.a (mon.0) 2591 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.059500+0000 mon.a (mon.0) 2592 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.060529+0000 mon.a (mon.0) 2593 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.069268+0000 mon.a (mon.0) 2594 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: cephadm 2023-12-06T07:07:40.069913+0000 mgr.y (mgr.25474) 1291 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.154186+0000 mon.a (mon.0) 2595 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.156771+0000 mon.a (mon.0) 2596 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.159133+0000 mon.a (mon.0) 2597 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.159934+0000 mon.a (mon.0) 2598 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.168226+0000 mon.a (mon.0) 2599 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.245914+0000 mon.a (mon.0) 2600 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.248316+0000 mon.a (mon.0) 2601 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.251111+0000 mon.a (mon.0) 2602 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.252516+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.205 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.260982+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.337871+0000 mon.a (mon.0) 2605 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.339914+0000 mon.a (mon.0) 2606 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.342134+0000 mon.a (mon.0) 2607 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.342921+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.351495+0000 mon.a (mon.0) 2609 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.430372+0000 mon.a (mon.0) 2610 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.433111+0000 mon.a (mon.0) 2611 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.435196+0000 mon.a (mon.0) 2612 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.436047+0000 mon.a (mon.0) 2613 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.443063+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.521485+0000 mon.a (mon.0) 2615 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.523916+0000 mon.a (mon.0) 2616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.206 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.526898+0000 mon.a (mon.0) 2617 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: cephadm 2023-12-06T07:07:39.224635+0000 mgr.y (mgr.25474) 1282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: cephadm 2023-12-06T07:07:39.326343+0000 mgr.y (mgr.25474) 1283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: cephadm 2023-12-06T07:07:39.419048+0000 mgr.y (mgr.25474) 1284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: cephadm 2023-12-06T07:07:39.519942+0000 mgr.y (mgr.25474) 1285 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: cephadm 2023-12-06T07:07:39.612779+0000 mgr.y (mgr.25474) 1286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: cephadm 2023-12-06T07:07:39.709582+0000 mgr.y (mgr.25474) 1287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: cephadm 2023-12-06T07:07:39.807191+0000 mgr.y (mgr.25474) 1288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: cephadm 2023-12-06T07:07:39.886963+0000 mgr.y (mgr.25474) 1289 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: cephadm 2023-12-06T07:07:39.980543+0000 mgr.y (mgr.25474) 1290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: cluster 2023-12-06T07:07:40.001663+0000 mon.a (mon.0) 2588 : cluster 3 Health check failed: Degraded data redundancy: 40/630 objects degraded (6.349%), 14 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:41.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: cluster 2023-12-06T07:07:40.001702+0000 mon.a (mon.0) 2589 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:07:41.207 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.054606+0000 mon.a (mon.0) 2590 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.056765+0000 mon.a (mon.0) 2591 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.059500+0000 mon.a (mon.0) 2592 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.060529+0000 mon.a (mon.0) 2593 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.069268+0000 mon.a (mon.0) 2594 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: cephadm 2023-12-06T07:07:40.069913+0000 mgr.y (mgr.25474) 1291 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.154186+0000 mon.a (mon.0) 2595 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.156771+0000 mon.a (mon.0) 2596 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.208 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.159133+0000 mon.a (mon.0) 2597 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.528249+0000 mon.a (mon.0) 2618 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.208 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.535896+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.616220+0000 mon.a (mon.0) 2620 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.618807+0000 mon.a (mon.0) 2621 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.621279+0000 mon.a (mon.0) 2622 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.622362+0000 mon.a (mon.0) 2623 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.630069+0000 mon.a (mon.0) 2624 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.712939+0000 mon.a (mon.0) 2625 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.718216+0000 mon.a (mon.0) 2626 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.721419+0000 mon.a (mon.0) 2627 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.722618+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.731143+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.811604+0000 mon.a (mon.0) 2630 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.813715+0000 mon.a (mon.0) 2631 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.209 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.816518+0000 mon.a (mon.0) 2632 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.210 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.817258+0000 mon.a (mon.0) 2633 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.210 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.825945+0000 mon.a (mon.0) 2634 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.210 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.903721+0000 mon.a (mon.0) 2635 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.210 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.906432+0000 mon.a (mon.0) 2636 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.210 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.909678+0000 mon.a (mon.0) 2637 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.210 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.910735+0000 mon.a (mon.0) 2638 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.210 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[78949]: audit 2023-12-06T07:07:40.920121+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.210 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.159934+0000 mon.a (mon.0) 2598 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.210 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.168226+0000 mon.a (mon.0) 2599 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.245914+0000 mon.a (mon.0) 2600 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.248316+0000 mon.a (mon.0) 2601 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.251111+0000 mon.a (mon.0) 2602 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.252516+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.260982+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.337871+0000 mon.a (mon.0) 2605 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.339914+0000 mon.a (mon.0) 2606 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.342134+0000 mon.a (mon.0) 2607 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.342921+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.351495+0000 mon.a (mon.0) 2609 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.430372+0000 mon.a (mon.0) 2610 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.433111+0000 mon.a (mon.0) 2611 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.435196+0000 mon.a (mon.0) 2612 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.436047+0000 mon.a (mon.0) 2613 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.443063+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.211 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.521485+0000 mon.a (mon.0) 2615 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.523916+0000 mon.a (mon.0) 2616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.526898+0000 mon.a (mon.0) 2617 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.528249+0000 mon.a (mon.0) 2618 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.535896+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.616220+0000 mon.a (mon.0) 2620 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.618807+0000 mon.a (mon.0) 2621 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.621279+0000 mon.a (mon.0) 2622 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.622362+0000 mon.a (mon.0) 2623 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.630069+0000 mon.a (mon.0) 2624 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.712939+0000 mon.a (mon.0) 2625 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.718216+0000 mon.a (mon.0) 2626 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.721419+0000 mon.a (mon.0) 2627 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.722618+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.731143+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.212 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.811604+0000 mon.a (mon.0) 2630 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.213 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.813715+0000 mon.a (mon.0) 2631 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.213 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.816518+0000 mon.a (mon.0) 2632 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.213 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.817258+0000 mon.a (mon.0) 2633 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.213 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.825945+0000 mon.a (mon.0) 2634 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.213 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.903721+0000 mon.a (mon.0) 2635 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.213 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.906432+0000 mon.a (mon.0) 2636 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.213 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.909678+0000 mon.a (mon.0) 2637 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.213 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.910735+0000 mon.a (mon.0) 2638 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.213 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:41 smithi040 bash[84914]: audit 2023-12-06T07:07:40.920121+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: cephadm 2023-12-06T07:07:39.224635+0000 mgr.y (mgr.25474) 1282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: cephadm 2023-12-06T07:07:39.326343+0000 mgr.y (mgr.25474) 1283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: cephadm 2023-12-06T07:07:39.419048+0000 mgr.y (mgr.25474) 1284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: cephadm 2023-12-06T07:07:39.519942+0000 mgr.y (mgr.25474) 1285 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: cephadm 2023-12-06T07:07:39.612779+0000 mgr.y (mgr.25474) 1286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: cephadm 2023-12-06T07:07:39.709582+0000 mgr.y (mgr.25474) 1287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: cephadm 2023-12-06T07:07:39.807191+0000 mgr.y (mgr.25474) 1288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: cephadm 2023-12-06T07:07:39.886963+0000 mgr.y (mgr.25474) 1289 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: cephadm 2023-12-06T07:07:39.980543+0000 mgr.y (mgr.25474) 1290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: cluster 2023-12-06T07:07:40.001663+0000 mon.a (mon.0) 2588 : cluster 3 Health check failed: Degraded data redundancy: 40/630 objects degraded (6.349%), 14 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:41.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: cluster 2023-12-06T07:07:40.001702+0000 mon.a (mon.0) 2589 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:07:41.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.054606+0000 mon.a (mon.0) 2590 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.056765+0000 mon.a (mon.0) 2591 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.059500+0000 mon.a (mon.0) 2592 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.060529+0000 mon.a (mon.0) 2593 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.069268+0000 mon.a (mon.0) 2594 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: cephadm 2023-12-06T07:07:40.069913+0000 mgr.y (mgr.25474) 1291 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:41.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.154186+0000 mon.a (mon.0) 2595 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.156771+0000 mon.a (mon.0) 2596 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.159133+0000 mon.a (mon.0) 2597 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.159934+0000 mon.a (mon.0) 2598 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.168226+0000 mon.a (mon.0) 2599 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.245914+0000 mon.a (mon.0) 2600 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.248316+0000 mon.a (mon.0) 2601 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.251111+0000 mon.a (mon.0) 2602 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.252516+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.260982+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.337871+0000 mon.a (mon.0) 2605 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.339914+0000 mon.a (mon.0) 2606 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.342134+0000 mon.a (mon.0) 2607 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.342921+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.351495+0000 mon.a (mon.0) 2609 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.430372+0000 mon.a (mon.0) 2610 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.433111+0000 mon.a (mon.0) 2611 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.435196+0000 mon.a (mon.0) 2612 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.436047+0000 mon.a (mon.0) 2613 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.443063+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.521485+0000 mon.a (mon.0) 2615 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.523916+0000 mon.a (mon.0) 2616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.526898+0000 mon.a (mon.0) 2617 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.528249+0000 mon.a (mon.0) 2618 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.535896+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.616220+0000 mon.a (mon.0) 2620 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.618807+0000 mon.a (mon.0) 2621 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.621279+0000 mon.a (mon.0) 2622 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.622362+0000 mon.a (mon.0) 2623 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.630069+0000 mon.a (mon.0) 2624 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.712939+0000 mon.a (mon.0) 2625 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.718216+0000 mon.a (mon.0) 2626 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.721419+0000 mon.a (mon.0) 2627 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.722618+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.731143+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.811604+0000 mon.a (mon.0) 2630 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.813715+0000 mon.a (mon.0) 2631 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.816518+0000 mon.a (mon.0) 2632 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.817258+0000 mon.a (mon.0) 2633 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.825945+0000 mon.a (mon.0) 2634 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:41.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.903721+0000 mon.a (mon.0) 2635 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:41.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.906432+0000 mon.a (mon.0) 2636 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:41.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.909678+0000 mon.a (mon.0) 2637 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:41.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.910735+0000 mon.a (mon.0) 2638 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:41.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:41 smithi141 bash[72190]: audit 2023-12-06T07:07:40.920121+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: cephadm 2023-12-06T07:07:40.168839+0000 mgr.y (mgr.25474) 1292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: cephadm 2023-12-06T07:07:40.261756+0000 mgr.y (mgr.25474) 1293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: cephadm 2023-12-06T07:07:40.352109+0000 mgr.y (mgr.25474) 1294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: cephadm 2023-12-06T07:07:40.443775+0000 mgr.y (mgr.25474) 1295 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: cephadm 2023-12-06T07:07:40.536657+0000 mgr.y (mgr.25474) 1296 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: cephadm 2023-12-06T07:07:40.630843+0000 mgr.y (mgr.25474) 1297 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: cephadm 2023-12-06T07:07:40.731669+0000 mgr.y (mgr.25474) 1298 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: cephadm 2023-12-06T07:07:40.826628+0000 mgr.y (mgr.25474) 1299 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: cephadm 2023-12-06T07:07:40.920828+0000 mgr.y (mgr.25474) 1300 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:40.998020+0000 mon.a (mon.0) 2640 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.010742+0000 mon.a (mon.0) 2641 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.012957+0000 mon.a (mon.0) 2642 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.013745+0000 mon.a (mon.0) 2643 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: cluster 2023-12-06T07:07:41.014394+0000 mgr.y (mgr.25474) 1301 : cluster 0 pgmap v168: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T07:07:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.021371+0000 mon.a (mon.0) 2644 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: cephadm 2023-12-06T07:07:41.021864+0000 mgr.y (mgr.25474) 1302 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.098895+0000 mon.a (mon.0) 2645 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.103169+0000 mon.a (mon.0) 2646 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.107068+0000 mon.a (mon.0) 2647 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.108439+0000 mon.a (mon.0) 2648 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.119494+0000 mon.a (mon.0) 2649 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: cephadm 2023-12-06T07:07:41.120502+0000 mgr.y (mgr.25474) 1303 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.203432+0000 mon.a (mon.0) 2650 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.205685+0000 mon.a (mon.0) 2651 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.209164+0000 mon.a (mon.0) 2652 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.210271+0000 mon.a (mon.0) 2653 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.217836+0000 mon.a (mon.0) 2654 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.299210+0000 mon.a (mon.0) 2655 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.302219+0000 mon.a (mon.0) 2656 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.305072+0000 mon.a (mon.0) 2657 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.306059+0000 mon.a (mon.0) 2658 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.313760+0000 mon.a (mon.0) 2659 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.393958+0000 mon.a (mon.0) 2660 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.397669+0000 mon.a (mon.0) 2661 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.401136+0000 mon.a (mon.0) 2662 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.402165+0000 mon.a (mon.0) 2663 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.410313+0000 mon.a (mon.0) 2664 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.491711+0000 mon.a (mon.0) 2665 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.493758+0000 mon.a (mon.0) 2666 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.496519+0000 mon.a (mon.0) 2667 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: cephadm 2023-12-06T07:07:40.168839+0000 mgr.y (mgr.25474) 1292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: cephadm 2023-12-06T07:07:40.261756+0000 mgr.y (mgr.25474) 1293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: cephadm 2023-12-06T07:07:40.352109+0000 mgr.y (mgr.25474) 1294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: cephadm 2023-12-06T07:07:40.443775+0000 mgr.y (mgr.25474) 1295 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: cephadm 2023-12-06T07:07:40.536657+0000 mgr.y (mgr.25474) 1296 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: cephadm 2023-12-06T07:07:40.630843+0000 mgr.y (mgr.25474) 1297 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: cephadm 2023-12-06T07:07:40.731669+0000 mgr.y (mgr.25474) 1298 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: cephadm 2023-12-06T07:07:40.826628+0000 mgr.y (mgr.25474) 1299 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: cephadm 2023-12-06T07:07:40.920828+0000 mgr.y (mgr.25474) 1300 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:40.998020+0000 mon.a (mon.0) 2640 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.010742+0000 mon.a (mon.0) 2641 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.012957+0000 mon.a (mon.0) 2642 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.013745+0000 mon.a (mon.0) 2643 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: cluster 2023-12-06T07:07:41.014394+0000 mgr.y (mgr.25474) 1301 : cluster 0 pgmap v168: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T07:07:42.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.021371+0000 mon.a (mon.0) 2644 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: cephadm 2023-12-06T07:07:41.021864+0000 mgr.y (mgr.25474) 1302 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.098895+0000 mon.a (mon.0) 2645 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.103169+0000 mon.a (mon.0) 2646 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.107068+0000 mon.a (mon.0) 2647 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.108439+0000 mon.a (mon.0) 2648 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.497832+0000 mon.a (mon.0) 2668 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.506336+0000 mon.a (mon.0) 2669 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.588819+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.591018+0000 mon.a (mon.0) 2671 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.594282+0000 mon.a (mon.0) 2672 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.595571+0000 mon.a (mon.0) 2673 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.602884+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.683758+0000 mon.a (mon.0) 2675 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.685650+0000 mon.a (mon.0) 2676 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.687967+0000 mon.a (mon.0) 2677 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.688812+0000 mon.a (mon.0) 2678 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.696498+0000 mon.a (mon.0) 2679 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.761480+0000 mon.a (mon.0) 2680 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.764476+0000 mon.a (mon.0) 2681 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.767670+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.768866+0000 mon.a (mon.0) 2683 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.776817+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.841415+0000 mon.a (mon.0) 2685 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.844129+0000 mon.a (mon.0) 2686 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.846860+0000 mon.a (mon.0) 2687 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.847932+0000 mon.a (mon.0) 2688 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.856211+0000 mon.a (mon.0) 2689 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.937740+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.940104+0000 mon.a (mon.0) 2691 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.942512+0000 mon.a (mon.0) 2692 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.943474+0000 mon.a (mon.0) 2693 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[84914]: audit 2023-12-06T07:07:41.950892+0000 mon.a (mon.0) 2694 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.119494+0000 mon.a (mon.0) 2649 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: cephadm 2023-12-06T07:07:41.120502+0000 mgr.y (mgr.25474) 1303 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.203432+0000 mon.a (mon.0) 2650 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.205685+0000 mon.a (mon.0) 2651 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.209164+0000 mon.a (mon.0) 2652 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.210271+0000 mon.a (mon.0) 2653 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.217836+0000 mon.a (mon.0) 2654 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.299210+0000 mon.a (mon.0) 2655 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.302219+0000 mon.a (mon.0) 2656 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.305072+0000 mon.a (mon.0) 2657 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.306059+0000 mon.a (mon.0) 2658 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.313760+0000 mon.a (mon.0) 2659 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.393958+0000 mon.a (mon.0) 2660 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.397669+0000 mon.a (mon.0) 2661 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.401136+0000 mon.a (mon.0) 2662 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.402165+0000 mon.a (mon.0) 2663 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.410313+0000 mon.a (mon.0) 2664 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.491711+0000 mon.a (mon.0) 2665 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.493758+0000 mon.a (mon.0) 2666 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.496519+0000 mon.a (mon.0) 2667 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.497832+0000 mon.a (mon.0) 2668 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.506336+0000 mon.a (mon.0) 2669 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.588819+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.591018+0000 mon.a (mon.0) 2671 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.594282+0000 mon.a (mon.0) 2672 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.595571+0000 mon.a (mon.0) 2673 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.602884+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.683758+0000 mon.a (mon.0) 2675 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.685650+0000 mon.a (mon.0) 2676 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.687967+0000 mon.a (mon.0) 2677 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.688812+0000 mon.a (mon.0) 2678 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.696498+0000 mon.a (mon.0) 2679 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.761480+0000 mon.a (mon.0) 2680 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.764476+0000 mon.a (mon.0) 2681 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.767670+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.768866+0000 mon.a (mon.0) 2683 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.776817+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.841415+0000 mon.a (mon.0) 2685 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.844129+0000 mon.a (mon.0) 2686 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.846860+0000 mon.a (mon.0) 2687 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.847932+0000 mon.a (mon.0) 2688 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.856211+0000 mon.a (mon.0) 2689 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.937740+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.940104+0000 mon.a (mon.0) 2691 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.942512+0000 mon.a (mon.0) 2692 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.943474+0000 mon.a (mon.0) 2693 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:42 smithi040 bash[78949]: audit 2023-12-06T07:07:41.950892+0000 mon.a (mon.0) 2694 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: cephadm 2023-12-06T07:07:40.168839+0000 mgr.y (mgr.25474) 1292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: cephadm 2023-12-06T07:07:40.261756+0000 mgr.y (mgr.25474) 1293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: cephadm 2023-12-06T07:07:40.352109+0000 mgr.y (mgr.25474) 1294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: cephadm 2023-12-06T07:07:40.443775+0000 mgr.y (mgr.25474) 1295 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: cephadm 2023-12-06T07:07:40.536657+0000 mgr.y (mgr.25474) 1296 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: cephadm 2023-12-06T07:07:40.630843+0000 mgr.y (mgr.25474) 1297 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: cephadm 2023-12-06T07:07:40.731669+0000 mgr.y (mgr.25474) 1298 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: cephadm 2023-12-06T07:07:40.826628+0000 mgr.y (mgr.25474) 1299 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: cephadm 2023-12-06T07:07:40.920828+0000 mgr.y (mgr.25474) 1300 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:40.998020+0000 mon.a (mon.0) 2640 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.010742+0000 mon.a (mon.0) 2641 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.012957+0000 mon.a (mon.0) 2642 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.013745+0000 mon.a (mon.0) 2643 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: cluster 2023-12-06T07:07:41.014394+0000 mgr.y (mgr.25474) 1301 : cluster 0 pgmap v168: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T07:07:42.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.021371+0000 mon.a (mon.0) 2644 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: cephadm 2023-12-06T07:07:41.021864+0000 mgr.y (mgr.25474) 1302 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.098895+0000 mon.a (mon.0) 2645 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.103169+0000 mon.a (mon.0) 2646 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.107068+0000 mon.a (mon.0) 2647 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.108439+0000 mon.a (mon.0) 2648 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.119494+0000 mon.a (mon.0) 2649 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: cephadm 2023-12-06T07:07:41.120502+0000 mgr.y (mgr.25474) 1303 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.203432+0000 mon.a (mon.0) 2650 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.205685+0000 mon.a (mon.0) 2651 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.209164+0000 mon.a (mon.0) 2652 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.210271+0000 mon.a (mon.0) 2653 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.217836+0000 mon.a (mon.0) 2654 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.299210+0000 mon.a (mon.0) 2655 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.302219+0000 mon.a (mon.0) 2656 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.305072+0000 mon.a (mon.0) 2657 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.306059+0000 mon.a (mon.0) 2658 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.313760+0000 mon.a (mon.0) 2659 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.393958+0000 mon.a (mon.0) 2660 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.397669+0000 mon.a (mon.0) 2661 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.401136+0000 mon.a (mon.0) 2662 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.402165+0000 mon.a (mon.0) 2663 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.410313+0000 mon.a (mon.0) 2664 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.491711+0000 mon.a (mon.0) 2665 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.493758+0000 mon.a (mon.0) 2666 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.496519+0000 mon.a (mon.0) 2667 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.497832+0000 mon.a (mon.0) 2668 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.506336+0000 mon.a (mon.0) 2669 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.588819+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.591018+0000 mon.a (mon.0) 2671 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.594282+0000 mon.a (mon.0) 2672 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.595571+0000 mon.a (mon.0) 2673 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.602884+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.683758+0000 mon.a (mon.0) 2675 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.685650+0000 mon.a (mon.0) 2676 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.687967+0000 mon.a (mon.0) 2677 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.688812+0000 mon.a (mon.0) 2678 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.696498+0000 mon.a (mon.0) 2679 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.761480+0000 mon.a (mon.0) 2680 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.764476+0000 mon.a (mon.0) 2681 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.767670+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.768866+0000 mon.a (mon.0) 2683 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.776817+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.841415+0000 mon.a (mon.0) 2685 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.844129+0000 mon.a (mon.0) 2686 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.846860+0000 mon.a (mon.0) 2687 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.847932+0000 mon.a (mon.0) 2688 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.856211+0000 mon.a (mon.0) 2689 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:42.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.937740+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:42.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.940104+0000 mon.a (mon.0) 2691 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:42.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.942512+0000 mon.a (mon.0) 2692 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:42.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.943474+0000 mon.a (mon.0) 2693 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:42.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:42 smithi141 bash[72190]: audit 2023-12-06T07:07:41.950892+0000 mon.a (mon.0) 2694 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: cephadm 2023-12-06T07:07:41.218555+0000 mgr.y (mgr.25474) 1304 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: cephadm 2023-12-06T07:07:41.314503+0000 mgr.y (mgr.25474) 1305 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: cephadm 2023-12-06T07:07:41.411010+0000 mgr.y (mgr.25474) 1306 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: cephadm 2023-12-06T07:07:41.507168+0000 mgr.y (mgr.25474) 1307 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: cephadm 2023-12-06T07:07:41.603515+0000 mgr.y (mgr.25474) 1308 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: cephadm 2023-12-06T07:07:41.697362+0000 mgr.y (mgr.25474) 1309 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: cephadm 2023-12-06T07:07:41.777380+0000 mgr.y (mgr.25474) 1310 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: cephadm 2023-12-06T07:07:41.856859+0000 mgr.y (mgr.25474) 1311 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: cephadm 2023-12-06T07:07:41.951650+0000 mgr.y (mgr.25474) 1312 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: cluster 2023-12-06T07:07:41.999018+0000 mon.a (mon.0) 2695 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 12 pgs peering) 2023-12-06T07:07:43.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.026739+0000 mon.a (mon.0) 2696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.028714+0000 mon.a (mon.0) 2697 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.031241+0000 mon.a (mon.0) 2698 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.032289+0000 mon.a (mon.0) 2699 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.038894+0000 mon.a (mon.0) 2700 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: cephadm 2023-12-06T07:07:42.039417+0000 mgr.y (mgr.25474) 1313 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.116928+0000 mon.a (mon.0) 2701 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.120147+0000 mon.a (mon.0) 2702 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.124125+0000 mon.a (mon.0) 2703 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.125488+0000 mon.a (mon.0) 2704 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.135430+0000 mon.a (mon.0) 2705 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: cephadm 2023-12-06T07:07:41.218555+0000 mgr.y (mgr.25474) 1304 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: cephadm 2023-12-06T07:07:41.314503+0000 mgr.y (mgr.25474) 1305 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: cephadm 2023-12-06T07:07:41.411010+0000 mgr.y (mgr.25474) 1306 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: cephadm 2023-12-06T07:07:41.507168+0000 mgr.y (mgr.25474) 1307 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: cephadm 2023-12-06T07:07:41.603515+0000 mgr.y (mgr.25474) 1308 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: cephadm 2023-12-06T07:07:41.697362+0000 mgr.y (mgr.25474) 1309 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: cephadm 2023-12-06T07:07:41.777380+0000 mgr.y (mgr.25474) 1310 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: cephadm 2023-12-06T07:07:41.856859+0000 mgr.y (mgr.25474) 1311 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: cephadm 2023-12-06T07:07:41.951650+0000 mgr.y (mgr.25474) 1312 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: cluster 2023-12-06T07:07:41.999018+0000 mon.a (mon.0) 2695 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 12 pgs peering) 2023-12-06T07:07:43.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.026739+0000 mon.a (mon.0) 2696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.028714+0000 mon.a (mon.0) 2697 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.031241+0000 mon.a (mon.0) 2698 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.032289+0000 mon.a (mon.0) 2699 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.038894+0000 mon.a (mon.0) 2700 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: cephadm 2023-12-06T07:07:42.039417+0000 mgr.y (mgr.25474) 1313 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.116928+0000 mon.a (mon.0) 2701 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.120147+0000 mon.a (mon.0) 2702 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.124125+0000 mon.a (mon.0) 2703 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.125488+0000 mon.a (mon.0) 2704 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.135430+0000 mon.a (mon.0) 2705 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.216909+0000 mon.a (mon.0) 2706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.219555+0000 mon.a (mon.0) 2707 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.222058+0000 mon.a (mon.0) 2708 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.223076+0000 mon.a (mon.0) 2709 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.230020+0000 mon.a (mon.0) 2710 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.313290+0000 mon.a (mon.0) 2711 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.316141+0000 mon.a (mon.0) 2712 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.319248+0000 mon.a (mon.0) 2713 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.320382+0000 mon.a (mon.0) 2714 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.327026+0000 mon.a (mon.0) 2715 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.404584+0000 mon.a (mon.0) 2716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.407615+0000 mon.a (mon.0) 2717 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.410952+0000 mon.a (mon.0) 2718 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.412276+0000 mon.a (mon.0) 2719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.420389+0000 mon.a (mon.0) 2720 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.505012+0000 mon.a (mon.0) 2721 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.507108+0000 mon.a (mon.0) 2722 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.509726+0000 mon.a (mon.0) 2723 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.510504+0000 mon.a (mon.0) 2724 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.515865+0000 mon.a (mon.0) 2725 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.593244+0000 mon.a (mon.0) 2726 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.595926+0000 mon.a (mon.0) 2727 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.599026+0000 mon.a (mon.0) 2728 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.600340+0000 mon.a (mon.0) 2729 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.607719+0000 mon.a (mon.0) 2730 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.687620+0000 mon.a (mon.0) 2731 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.689928+0000 mon.a (mon.0) 2732 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.692501+0000 mon.a (mon.0) 2733 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.693325+0000 mon.a (mon.0) 2734 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.701250+0000 mon.a (mon.0) 2735 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.779645+0000 mon.a (mon.0) 2736 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.782151+0000 mon.a (mon.0) 2737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.785304+0000 mon.a (mon.0) 2738 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.786182+0000 mon.a (mon.0) 2739 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.792172+0000 mon.a (mon.0) 2740 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.876049+0000 mon.a (mon.0) 2741 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.878904+0000 mon.a (mon.0) 2742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.883885+0000 mon.a (mon.0) 2743 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.885779+0000 mon.a (mon.0) 2744 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.897506+0000 mon.a (mon.0) 2745 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.983334+0000 mon.a (mon.0) 2746 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.985572+0000 mon.a (mon.0) 2747 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.988421+0000 mon.a (mon.0) 2748 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:42.989774+0000 mon.a (mon.0) 2749 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[84914]: audit 2023-12-06T07:07:43.000981+0000 mon.a (mon.0) 2750 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.216909+0000 mon.a (mon.0) 2706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.219555+0000 mon.a (mon.0) 2707 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.222058+0000 mon.a (mon.0) 2708 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.223076+0000 mon.a (mon.0) 2709 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.230020+0000 mon.a (mon.0) 2710 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.313290+0000 mon.a (mon.0) 2711 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.316141+0000 mon.a (mon.0) 2712 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.319248+0000 mon.a (mon.0) 2713 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.320382+0000 mon.a (mon.0) 2714 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.327026+0000 mon.a (mon.0) 2715 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.404584+0000 mon.a (mon.0) 2716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.407615+0000 mon.a (mon.0) 2717 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.410952+0000 mon.a (mon.0) 2718 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.412276+0000 mon.a (mon.0) 2719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.420389+0000 mon.a (mon.0) 2720 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.505012+0000 mon.a (mon.0) 2721 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.507108+0000 mon.a (mon.0) 2722 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.509726+0000 mon.a (mon.0) 2723 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.510504+0000 mon.a (mon.0) 2724 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.515865+0000 mon.a (mon.0) 2725 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.593244+0000 mon.a (mon.0) 2726 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.595926+0000 mon.a (mon.0) 2727 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.599026+0000 mon.a (mon.0) 2728 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.600340+0000 mon.a (mon.0) 2729 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.607719+0000 mon.a (mon.0) 2730 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.687620+0000 mon.a (mon.0) 2731 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.689928+0000 mon.a (mon.0) 2732 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.692501+0000 mon.a (mon.0) 2733 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.693325+0000 mon.a (mon.0) 2734 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.297 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.701250+0000 mon.a (mon.0) 2735 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.297 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.779645+0000 mon.a (mon.0) 2736 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.297 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.782151+0000 mon.a (mon.0) 2737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.297 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.785304+0000 mon.a (mon.0) 2738 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.297 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.786182+0000 mon.a (mon.0) 2739 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.297 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.792172+0000 mon.a (mon.0) 2740 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.297 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.876049+0000 mon.a (mon.0) 2741 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.878904+0000 mon.a (mon.0) 2742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.883885+0000 mon.a (mon.0) 2743 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.885779+0000 mon.a (mon.0) 2744 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.897506+0000 mon.a (mon.0) 2745 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.983334+0000 mon.a (mon.0) 2746 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.985572+0000 mon.a (mon.0) 2747 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.988421+0000 mon.a (mon.0) 2748 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:42.989774+0000 mon.a (mon.0) 2749 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[78949]: audit 2023-12-06T07:07:43.000981+0000 mon.a (mon.0) 2750 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: cephadm 2023-12-06T07:07:41.218555+0000 mgr.y (mgr.25474) 1304 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: cephadm 2023-12-06T07:07:41.314503+0000 mgr.y (mgr.25474) 1305 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: cephadm 2023-12-06T07:07:41.411010+0000 mgr.y (mgr.25474) 1306 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: cephadm 2023-12-06T07:07:41.507168+0000 mgr.y (mgr.25474) 1307 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: cephadm 2023-12-06T07:07:41.603515+0000 mgr.y (mgr.25474) 1308 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: cephadm 2023-12-06T07:07:41.697362+0000 mgr.y (mgr.25474) 1309 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: cephadm 2023-12-06T07:07:41.777380+0000 mgr.y (mgr.25474) 1310 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: cephadm 2023-12-06T07:07:41.856859+0000 mgr.y (mgr.25474) 1311 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: cephadm 2023-12-06T07:07:41.951650+0000 mgr.y (mgr.25474) 1312 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: cluster 2023-12-06T07:07:41.999018+0000 mon.a (mon.0) 2695 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 12 pgs peering) 2023-12-06T07:07:43.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.026739+0000 mon.a (mon.0) 2696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.028714+0000 mon.a (mon.0) 2697 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.031241+0000 mon.a (mon.0) 2698 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.032289+0000 mon.a (mon.0) 2699 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.038894+0000 mon.a (mon.0) 2700 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: cephadm 2023-12-06T07:07:42.039417+0000 mgr.y (mgr.25474) 1313 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:43.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.116928+0000 mon.a (mon.0) 2701 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.120147+0000 mon.a (mon.0) 2702 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.124125+0000 mon.a (mon.0) 2703 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.125488+0000 mon.a (mon.0) 2704 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.135430+0000 mon.a (mon.0) 2705 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.216909+0000 mon.a (mon.0) 2706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.219555+0000 mon.a (mon.0) 2707 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.222058+0000 mon.a (mon.0) 2708 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.223076+0000 mon.a (mon.0) 2709 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.230020+0000 mon.a (mon.0) 2710 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.313290+0000 mon.a (mon.0) 2711 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.316141+0000 mon.a (mon.0) 2712 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.319248+0000 mon.a (mon.0) 2713 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.320382+0000 mon.a (mon.0) 2714 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.327026+0000 mon.a (mon.0) 2715 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.404584+0000 mon.a (mon.0) 2716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.407615+0000 mon.a (mon.0) 2717 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.410952+0000 mon.a (mon.0) 2718 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.412276+0000 mon.a (mon.0) 2719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.420389+0000 mon.a (mon.0) 2720 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.505012+0000 mon.a (mon.0) 2721 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.507108+0000 mon.a (mon.0) 2722 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.509726+0000 mon.a (mon.0) 2723 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.510504+0000 mon.a (mon.0) 2724 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.515865+0000 mon.a (mon.0) 2725 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.593244+0000 mon.a (mon.0) 2726 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.595926+0000 mon.a (mon.0) 2727 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.599026+0000 mon.a (mon.0) 2728 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.600340+0000 mon.a (mon.0) 2729 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.607719+0000 mon.a (mon.0) 2730 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.687620+0000 mon.a (mon.0) 2731 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.689928+0000 mon.a (mon.0) 2732 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.692501+0000 mon.a (mon.0) 2733 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.693325+0000 mon.a (mon.0) 2734 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.701250+0000 mon.a (mon.0) 2735 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.779645+0000 mon.a (mon.0) 2736 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.782151+0000 mon.a (mon.0) 2737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.785304+0000 mon.a (mon.0) 2738 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.786182+0000 mon.a (mon.0) 2739 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.792172+0000 mon.a (mon.0) 2740 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.876049+0000 mon.a (mon.0) 2741 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.878904+0000 mon.a (mon.0) 2742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.883885+0000 mon.a (mon.0) 2743 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.885779+0000 mon.a (mon.0) 2744 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.897506+0000 mon.a (mon.0) 2745 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:43.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.983334+0000 mon.a (mon.0) 2746 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:43.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.985572+0000 mon.a (mon.0) 2747 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:43.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.988421+0000 mon.a (mon.0) 2748 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:43.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:42.989774+0000 mon.a (mon.0) 2749 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:43.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:43 smithi141 bash[72190]: audit 2023-12-06T07:07:43.000981+0000 mon.a (mon.0) 2750 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.280 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:43 smithi040 bash[99162]: debug 2023-12-06T07:07:43.934+0000 7f9dc122a640 -1 Falling back to public interface 2023-12-06T07:07:44.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: cephadm 2023-12-06T07:07:42.136104+0000 mgr.y (mgr.25474) 1314 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: cephadm 2023-12-06T07:07:42.230718+0000 mgr.y (mgr.25474) 1315 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: cephadm 2023-12-06T07:07:42.327545+0000 mgr.y (mgr.25474) 1316 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: cephadm 2023-12-06T07:07:42.420902+0000 mgr.y (mgr.25474) 1317 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: cephadm 2023-12-06T07:07:42.516395+0000 mgr.y (mgr.25474) 1318 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: cephadm 2023-12-06T07:07:42.608386+0000 mgr.y (mgr.25474) 1319 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: cephadm 2023-12-06T07:07:42.701892+0000 mgr.y (mgr.25474) 1320 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: cephadm 2023-12-06T07:07:42.792826+0000 mgr.y (mgr.25474) 1321 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: cephadm 2023-12-06T07:07:42.898204+0000 mgr.y (mgr.25474) 1322 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: cephadm 2023-12-06T07:07:43.001655+0000 mgr.y (mgr.25474) 1323 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: cluster 2023-12-06T07:07:43.015200+0000 mgr.y (mgr.25474) 1324 : cluster 0 pgmap v169: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T07:07:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.086422+0000 mon.a (mon.0) 2751 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.089079+0000 mon.a (mon.0) 2752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.092214+0000 mon.a (mon.0) 2753 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.093218+0000 mon.a (mon.0) 2754 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.100705+0000 mon.a (mon.0) 2755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: cephadm 2023-12-06T07:07:43.101337+0000 mgr.y (mgr.25474) 1325 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.183414+0000 mon.a (mon.0) 2756 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.185865+0000 mon.a (mon.0) 2757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.189092+0000 mon.a (mon.0) 2758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: cephadm 2023-12-06T07:07:42.136104+0000 mgr.y (mgr.25474) 1314 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: cephadm 2023-12-06T07:07:42.230718+0000 mgr.y (mgr.25474) 1315 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: cephadm 2023-12-06T07:07:42.327545+0000 mgr.y (mgr.25474) 1316 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: cephadm 2023-12-06T07:07:42.420902+0000 mgr.y (mgr.25474) 1317 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: cephadm 2023-12-06T07:07:42.516395+0000 mgr.y (mgr.25474) 1318 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: cephadm 2023-12-06T07:07:42.608386+0000 mgr.y (mgr.25474) 1319 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: cephadm 2023-12-06T07:07:42.701892+0000 mgr.y (mgr.25474) 1320 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: cephadm 2023-12-06T07:07:42.792826+0000 mgr.y (mgr.25474) 1321 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: cephadm 2023-12-06T07:07:42.898204+0000 mgr.y (mgr.25474) 1322 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: cephadm 2023-12-06T07:07:43.001655+0000 mgr.y (mgr.25474) 1323 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: cluster 2023-12-06T07:07:43.015200+0000 mgr.y (mgr.25474) 1324 : cluster 0 pgmap v169: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T07:07:44.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.086422+0000 mon.a (mon.0) 2751 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.089079+0000 mon.a (mon.0) 2752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.092214+0000 mon.a (mon.0) 2753 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.093218+0000 mon.a (mon.0) 2754 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.100705+0000 mon.a (mon.0) 2755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: cephadm 2023-12-06T07:07:43.101337+0000 mgr.y (mgr.25474) 1325 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.183414+0000 mon.a (mon.0) 2756 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.185865+0000 mon.a (mon.0) 2757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.189092+0000 mon.a (mon.0) 2758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.190264+0000 mon.a (mon.0) 2759 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.198493+0000 mon.a (mon.0) 2760 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.280696+0000 mon.a (mon.0) 2761 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.283196+0000 mon.a (mon.0) 2762 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.285674+0000 mon.a (mon.0) 2763 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.286496+0000 mon.a (mon.0) 2764 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.294146+0000 mon.a (mon.0) 2765 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.372851+0000 mon.a (mon.0) 2766 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.375726+0000 mon.a (mon.0) 2767 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.378795+0000 mon.a (mon.0) 2768 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.380045+0000 mon.a (mon.0) 2769 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.388887+0000 mon.a (mon.0) 2770 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.453719+0000 mon.a (mon.0) 2771 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.456446+0000 mon.a (mon.0) 2772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.459733+0000 mon.a (mon.0) 2773 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.460681+0000 mon.a (mon.0) 2774 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.470164+0000 mon.a (mon.0) 2775 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.554247+0000 mon.a (mon.0) 2776 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.558420+0000 mon.a (mon.0) 2777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.561582+0000 mon.a (mon.0) 2778 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.190264+0000 mon.a (mon.0) 2759 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.198493+0000 mon.a (mon.0) 2760 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.280696+0000 mon.a (mon.0) 2761 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.283196+0000 mon.a (mon.0) 2762 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.285674+0000 mon.a (mon.0) 2763 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.286496+0000 mon.a (mon.0) 2764 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.294146+0000 mon.a (mon.0) 2765 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.372851+0000 mon.a (mon.0) 2766 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.375726+0000 mon.a (mon.0) 2767 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.378795+0000 mon.a (mon.0) 2768 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.380045+0000 mon.a (mon.0) 2769 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.388887+0000 mon.a (mon.0) 2770 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.453719+0000 mon.a (mon.0) 2771 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.456446+0000 mon.a (mon.0) 2772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.459733+0000 mon.a (mon.0) 2773 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.460681+0000 mon.a (mon.0) 2774 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.470164+0000 mon.a (mon.0) 2775 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.554247+0000 mon.a (mon.0) 2776 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.558420+0000 mon.a (mon.0) 2777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.561582+0000 mon.a (mon.0) 2778 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.562813+0000 mon.a (mon.0) 2779 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.572944+0000 mon.a (mon.0) 2780 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.651797+0000 mon.a (mon.0) 2781 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.654629+0000 mon.a (mon.0) 2782 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.657315+0000 mon.a (mon.0) 2783 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.658174+0000 mon.a (mon.0) 2784 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.667355+0000 mon.a (mon.0) 2785 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.748307+0000 mon.a (mon.0) 2786 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.750769+0000 mon.a (mon.0) 2787 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.752762+0000 mon.a (mon.0) 2788 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.753507+0000 mon.a (mon.0) 2789 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.761141+0000 mon.a (mon.0) 2790 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.840728+0000 mon.a (mon.0) 2791 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.843661+0000 mon.a (mon.0) 2792 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.849243+0000 mon.a (mon.0) 2793 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.851037+0000 mon.a (mon.0) 2794 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.859976+0000 mon.a (mon.0) 2795 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.941496+0000 mon.a (mon.0) 2796 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.945252+0000 mon.a (mon.0) 2797 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.949101+0000 mon.a (mon.0) 2798 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.562813+0000 mon.a (mon.0) 2779 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.572944+0000 mon.a (mon.0) 2780 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.651797+0000 mon.a (mon.0) 2781 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.654629+0000 mon.a (mon.0) 2782 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.657315+0000 mon.a (mon.0) 2783 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.658174+0000 mon.a (mon.0) 2784 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.667355+0000 mon.a (mon.0) 2785 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.748307+0000 mon.a (mon.0) 2786 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.750769+0000 mon.a (mon.0) 2787 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.752762+0000 mon.a (mon.0) 2788 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.753507+0000 mon.a (mon.0) 2789 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.761141+0000 mon.a (mon.0) 2790 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.840728+0000 mon.a (mon.0) 2791 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.843661+0000 mon.a (mon.0) 2792 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.849243+0000 mon.a (mon.0) 2793 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.851037+0000 mon.a (mon.0) 2794 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.859976+0000 mon.a (mon.0) 2795 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.941496+0000 mon.a (mon.0) 2796 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.945252+0000 mon.a (mon.0) 2797 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.949101+0000 mon.a (mon.0) 2798 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.950478+0000 mon.a (mon.0) 2799 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[84914]: audit 2023-12-06T07:07:43.958439+0000 mon.a (mon.0) 2800 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.950478+0000 mon.a (mon.0) 2799 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:44 smithi040 bash[78949]: audit 2023-12-06T07:07:43.958439+0000 mon.a (mon.0) 2800 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: cephadm 2023-12-06T07:07:42.136104+0000 mgr.y (mgr.25474) 1314 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: cephadm 2023-12-06T07:07:42.230718+0000 mgr.y (mgr.25474) 1315 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: cephadm 2023-12-06T07:07:42.327545+0000 mgr.y (mgr.25474) 1316 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: cephadm 2023-12-06T07:07:42.420902+0000 mgr.y (mgr.25474) 1317 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: cephadm 2023-12-06T07:07:42.516395+0000 mgr.y (mgr.25474) 1318 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: cephadm 2023-12-06T07:07:42.608386+0000 mgr.y (mgr.25474) 1319 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: cephadm 2023-12-06T07:07:42.701892+0000 mgr.y (mgr.25474) 1320 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: cephadm 2023-12-06T07:07:42.792826+0000 mgr.y (mgr.25474) 1321 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: cephadm 2023-12-06T07:07:42.898204+0000 mgr.y (mgr.25474) 1322 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: cephadm 2023-12-06T07:07:43.001655+0000 mgr.y (mgr.25474) 1323 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: cluster 2023-12-06T07:07:43.015200+0000 mgr.y (mgr.25474) 1324 : cluster 0 pgmap v169: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T07:07:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.086422+0000 mon.a (mon.0) 2751 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.089079+0000 mon.a (mon.0) 2752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.092214+0000 mon.a (mon.0) 2753 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.093218+0000 mon.a (mon.0) 2754 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.100705+0000 mon.a (mon.0) 2755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: cephadm 2023-12-06T07:07:43.101337+0000 mgr.y (mgr.25474) 1325 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.183414+0000 mon.a (mon.0) 2756 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.185865+0000 mon.a (mon.0) 2757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.189092+0000 mon.a (mon.0) 2758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.190264+0000 mon.a (mon.0) 2759 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.198493+0000 mon.a (mon.0) 2760 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.280696+0000 mon.a (mon.0) 2761 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.283196+0000 mon.a (mon.0) 2762 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.285674+0000 mon.a (mon.0) 2763 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.286496+0000 mon.a (mon.0) 2764 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.294146+0000 mon.a (mon.0) 2765 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.372851+0000 mon.a (mon.0) 2766 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.375726+0000 mon.a (mon.0) 2767 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.378795+0000 mon.a (mon.0) 2768 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.380045+0000 mon.a (mon.0) 2769 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.388887+0000 mon.a (mon.0) 2770 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.453719+0000 mon.a (mon.0) 2771 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.456446+0000 mon.a (mon.0) 2772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.459733+0000 mon.a (mon.0) 2773 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.460681+0000 mon.a (mon.0) 2774 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.470164+0000 mon.a (mon.0) 2775 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.554247+0000 mon.a (mon.0) 2776 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.558420+0000 mon.a (mon.0) 2777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.561582+0000 mon.a (mon.0) 2778 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.562813+0000 mon.a (mon.0) 2779 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.572944+0000 mon.a (mon.0) 2780 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.651797+0000 mon.a (mon.0) 2781 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.654629+0000 mon.a (mon.0) 2782 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.657315+0000 mon.a (mon.0) 2783 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.658174+0000 mon.a (mon.0) 2784 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.667355+0000 mon.a (mon.0) 2785 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.748307+0000 mon.a (mon.0) 2786 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.750769+0000 mon.a (mon.0) 2787 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.752762+0000 mon.a (mon.0) 2788 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.753507+0000 mon.a (mon.0) 2789 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.761141+0000 mon.a (mon.0) 2790 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.840728+0000 mon.a (mon.0) 2791 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.843661+0000 mon.a (mon.0) 2792 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.849243+0000 mon.a (mon.0) 2793 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.851037+0000 mon.a (mon.0) 2794 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.859976+0000 mon.a (mon.0) 2795 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:44.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.941496+0000 mon.a (mon.0) 2796 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:44.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.945252+0000 mon.a (mon.0) 2797 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:44.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.949101+0000 mon.a (mon.0) 2798 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:44.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.950478+0000 mon.a (mon.0) 2799 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:44.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:44 smithi141 bash[72190]: audit 2023-12-06T07:07:43.958439+0000 mon.a (mon.0) 2800 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: cephadm 2023-12-06T07:07:43.198988+0000 mgr.y (mgr.25474) 1326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: cephadm 2023-12-06T07:07:43.294623+0000 mgr.y (mgr.25474) 1327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: cephadm 2023-12-06T07:07:43.389580+0000 mgr.y (mgr.25474) 1328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: cephadm 2023-12-06T07:07:43.470821+0000 mgr.y (mgr.25474) 1329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: cephadm 2023-12-06T07:07:43.573496+0000 mgr.y (mgr.25474) 1330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: cephadm 2023-12-06T07:07:43.668050+0000 mgr.y (mgr.25474) 1331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: cephadm 2023-12-06T07:07:43.761974+0000 mgr.y (mgr.25474) 1332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: cephadm 2023-12-06T07:07:43.860703+0000 mgr.y (mgr.25474) 1333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:43.923648+0000 mgr.y (mgr.25474) 1334 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: cephadm 2023-12-06T07:07:43.959031+0000 mgr.y (mgr.25474) 1335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.037421+0000 mon.a (mon.0) 2801 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.039642+0000 mon.a (mon.0) 2802 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.042209+0000 mon.a (mon.0) 2803 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.043099+0000 mon.a (mon.0) 2804 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.050942+0000 mon.a (mon.0) 2805 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: cephadm 2023-12-06T07:07:44.051827+0000 mgr.y (mgr.25474) 1336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.130659+0000 mon.a (mon.0) 2806 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.133656+0000 mon.a (mon.0) 2807 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.137269+0000 mon.a (mon.0) 2808 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.138222+0000 mon.a (mon.0) 2809 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.145796+0000 mon.a (mon.0) 2810 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.211605+0000 mon.a (mon.0) 2811 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.214235+0000 mon.a (mon.0) 2812 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.218213+0000 mon.a (mon.0) 2813 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.219437+0000 mon.a (mon.0) 2814 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.228927+0000 mon.a (mon.0) 2815 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.313254+0000 mon.a (mon.0) 2816 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.315738+0000 mon.a (mon.0) 2817 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.319320+0000 mon.a (mon.0) 2818 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.320722+0000 mon.a (mon.0) 2819 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.327942+0000 mon.a (mon.0) 2820 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.411108+0000 mon.a (mon.0) 2821 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.413309+0000 mon.a (mon.0) 2822 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.416622+0000 mon.a (mon.0) 2823 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.417586+0000 mon.a (mon.0) 2824 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.426256+0000 mon.a (mon.0) 2825 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.506598+0000 mon.a (mon.0) 2826 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.510764+0000 mon.a (mon.0) 2827 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.514171+0000 mon.a (mon.0) 2828 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.515509+0000 mon.a (mon.0) 2829 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.522909+0000 mon.a (mon.0) 2830 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.601424+0000 mon.a (mon.0) 2831 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.604405+0000 mon.a (mon.0) 2832 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.608070+0000 mon.a (mon.0) 2833 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.609464+0000 mon.a (mon.0) 2834 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.616971+0000 mon.a (mon.0) 2835 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.680318+0000 mon.a (mon.0) 2836 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.682930+0000 mon.a (mon.0) 2837 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.685419+0000 mon.a (mon.0) 2838 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.686320+0000 mon.a (mon.0) 2839 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.693364+0000 mon.a (mon.0) 2840 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.778233+0000 mon.a (mon.0) 2841 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.782887+0000 mon.a (mon.0) 2842 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.787850+0000 mon.a (mon.0) 2843 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.789412+0000 mon.a (mon.0) 2844 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.798555+0000 mon.a (mon.0) 2845 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.879135+0000 mon.a (mon.0) 2846 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.881834+0000 mon.a (mon.0) 2847 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.884035+0000 mon.a (mon.0) 2848 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.884858+0000 mon.a (mon.0) 2849 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.893681+0000 mon.a (mon.0) 2850 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.971616+0000 mon.a (mon.0) 2851 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.974751+0000 mon.a (mon.0) 2852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.977981+0000 mon.a (mon.0) 2853 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.979176+0000 mon.a (mon.0) 2854 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:45 smithi141 bash[72190]: audit 2023-12-06T07:07:44.989332+0000 mon.a (mon.0) 2855 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: cephadm 2023-12-06T07:07:43.198988+0000 mgr.y (mgr.25474) 1326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: cephadm 2023-12-06T07:07:43.294623+0000 mgr.y (mgr.25474) 1327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: cephadm 2023-12-06T07:07:43.389580+0000 mgr.y (mgr.25474) 1328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: cephadm 2023-12-06T07:07:43.470821+0000 mgr.y (mgr.25474) 1329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: cephadm 2023-12-06T07:07:43.573496+0000 mgr.y (mgr.25474) 1330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: cephadm 2023-12-06T07:07:43.668050+0000 mgr.y (mgr.25474) 1331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: cephadm 2023-12-06T07:07:43.761974+0000 mgr.y (mgr.25474) 1332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: cephadm 2023-12-06T07:07:43.860703+0000 mgr.y (mgr.25474) 1333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:43.923648+0000 mgr.y (mgr.25474) 1334 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: cephadm 2023-12-06T07:07:43.959031+0000 mgr.y (mgr.25474) 1335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.037421+0000 mon.a (mon.0) 2801 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.039642+0000 mon.a (mon.0) 2802 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.042209+0000 mon.a (mon.0) 2803 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.043099+0000 mon.a (mon.0) 2804 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.050942+0000 mon.a (mon.0) 2805 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: cephadm 2023-12-06T07:07:44.051827+0000 mgr.y (mgr.25474) 1336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.130659+0000 mon.a (mon.0) 2806 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.133656+0000 mon.a (mon.0) 2807 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.137269+0000 mon.a (mon.0) 2808 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.138222+0000 mon.a (mon.0) 2809 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.145796+0000 mon.a (mon.0) 2810 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.211605+0000 mon.a (mon.0) 2811 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.214235+0000 mon.a (mon.0) 2812 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.218213+0000 mon.a (mon.0) 2813 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.219437+0000 mon.a (mon.0) 2814 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.228927+0000 mon.a (mon.0) 2815 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.313254+0000 mon.a (mon.0) 2816 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.315738+0000 mon.a (mon.0) 2817 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.319320+0000 mon.a (mon.0) 2818 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.320722+0000 mon.a (mon.0) 2819 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.327942+0000 mon.a (mon.0) 2820 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.411108+0000 mon.a (mon.0) 2821 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.413309+0000 mon.a (mon.0) 2822 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.416622+0000 mon.a (mon.0) 2823 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.417586+0000 mon.a (mon.0) 2824 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.426256+0000 mon.a (mon.0) 2825 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.506598+0000 mon.a (mon.0) 2826 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.510764+0000 mon.a (mon.0) 2827 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.514171+0000 mon.a (mon.0) 2828 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.515509+0000 mon.a (mon.0) 2829 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.522909+0000 mon.a (mon.0) 2830 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.601424+0000 mon.a (mon.0) 2831 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.604405+0000 mon.a (mon.0) 2832 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.608070+0000 mon.a (mon.0) 2833 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.609464+0000 mon.a (mon.0) 2834 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.616971+0000 mon.a (mon.0) 2835 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.680318+0000 mon.a (mon.0) 2836 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.682930+0000 mon.a (mon.0) 2837 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.685419+0000 mon.a (mon.0) 2838 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.686320+0000 mon.a (mon.0) 2839 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.693364+0000 mon.a (mon.0) 2840 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.778233+0000 mon.a (mon.0) 2841 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.782887+0000 mon.a (mon.0) 2842 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.787850+0000 mon.a (mon.0) 2843 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.789412+0000 mon.a (mon.0) 2844 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.798555+0000 mon.a (mon.0) 2845 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.879135+0000 mon.a (mon.0) 2846 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.881834+0000 mon.a (mon.0) 2847 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.884035+0000 mon.a (mon.0) 2848 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.884858+0000 mon.a (mon.0) 2849 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: cephadm 2023-12-06T07:07:43.198988+0000 mgr.y (mgr.25474) 1326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: cephadm 2023-12-06T07:07:43.294623+0000 mgr.y (mgr.25474) 1327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: cephadm 2023-12-06T07:07:43.389580+0000 mgr.y (mgr.25474) 1328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: cephadm 2023-12-06T07:07:43.470821+0000 mgr.y (mgr.25474) 1329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: cephadm 2023-12-06T07:07:43.573496+0000 mgr.y (mgr.25474) 1330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: cephadm 2023-12-06T07:07:43.668050+0000 mgr.y (mgr.25474) 1331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: cephadm 2023-12-06T07:07:43.761974+0000 mgr.y (mgr.25474) 1332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: cephadm 2023-12-06T07:07:43.860703+0000 mgr.y (mgr.25474) 1333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:43.923648+0000 mgr.y (mgr.25474) 1334 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:45.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: cephadm 2023-12-06T07:07:43.959031+0000 mgr.y (mgr.25474) 1335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.037421+0000 mon.a (mon.0) 2801 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.039642+0000 mon.a (mon.0) 2802 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.042209+0000 mon.a (mon.0) 2803 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.043099+0000 mon.a (mon.0) 2804 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.050942+0000 mon.a (mon.0) 2805 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: cephadm 2023-12-06T07:07:44.051827+0000 mgr.y (mgr.25474) 1336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:45.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.130659+0000 mon.a (mon.0) 2806 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.133656+0000 mon.a (mon.0) 2807 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.137269+0000 mon.a (mon.0) 2808 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.138222+0000 mon.a (mon.0) 2809 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.145796+0000 mon.a (mon.0) 2810 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.893681+0000 mon.a (mon.0) 2850 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.971616+0000 mon.a (mon.0) 2851 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.974751+0000 mon.a (mon.0) 2852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.977981+0000 mon.a (mon.0) 2853 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.979176+0000 mon.a (mon.0) 2854 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[78949]: audit 2023-12-06T07:07:44.989332+0000 mon.a (mon.0) 2855 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.211605+0000 mon.a (mon.0) 2811 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.214235+0000 mon.a (mon.0) 2812 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.218213+0000 mon.a (mon.0) 2813 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.219437+0000 mon.a (mon.0) 2814 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.228927+0000 mon.a (mon.0) 2815 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.313254+0000 mon.a (mon.0) 2816 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.315738+0000 mon.a (mon.0) 2817 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.319320+0000 mon.a (mon.0) 2818 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.320722+0000 mon.a (mon.0) 2819 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.327942+0000 mon.a (mon.0) 2820 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.411108+0000 mon.a (mon.0) 2821 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.413309+0000 mon.a (mon.0) 2822 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.416622+0000 mon.a (mon.0) 2823 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.417586+0000 mon.a (mon.0) 2824 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.426256+0000 mon.a (mon.0) 2825 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.506598+0000 mon.a (mon.0) 2826 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.510764+0000 mon.a (mon.0) 2827 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.514171+0000 mon.a (mon.0) 2828 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.515509+0000 mon.a (mon.0) 2829 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.522909+0000 mon.a (mon.0) 2830 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.601424+0000 mon.a (mon.0) 2831 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.604405+0000 mon.a (mon.0) 2832 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.608070+0000 mon.a (mon.0) 2833 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.609464+0000 mon.a (mon.0) 2834 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.616971+0000 mon.a (mon.0) 2835 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.680318+0000 mon.a (mon.0) 2836 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.682930+0000 mon.a (mon.0) 2837 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.685419+0000 mon.a (mon.0) 2838 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.686320+0000 mon.a (mon.0) 2839 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.693364+0000 mon.a (mon.0) 2840 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.778233+0000 mon.a (mon.0) 2841 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.782887+0000 mon.a (mon.0) 2842 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.787850+0000 mon.a (mon.0) 2843 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.789412+0000 mon.a (mon.0) 2844 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.798555+0000 mon.a (mon.0) 2845 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.879135+0000 mon.a (mon.0) 2846 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.881834+0000 mon.a (mon.0) 2847 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.884035+0000 mon.a (mon.0) 2848 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.884858+0000 mon.a (mon.0) 2849 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.893681+0000 mon.a (mon.0) 2850 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:45.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.971616+0000 mon.a (mon.0) 2851 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:45.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.974751+0000 mon.a (mon.0) 2852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:45.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.977981+0000 mon.a (mon.0) 2853 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:45.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.979176+0000 mon.a (mon.0) 2854 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:45.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:45 smithi040 bash[84914]: audit 2023-12-06T07:07:44.989332+0000 mon.a (mon.0) 2855 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: cephadm 2023-12-06T07:07:44.146415+0000 mgr.y (mgr.25474) 1337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: cephadm 2023-12-06T07:07:44.229658+0000 mgr.y (mgr.25474) 1338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: cephadm 2023-12-06T07:07:44.328666+0000 mgr.y (mgr.25474) 1339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: cephadm 2023-12-06T07:07:44.426861+0000 mgr.y (mgr.25474) 1340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: cephadm 2023-12-06T07:07:44.523646+0000 mgr.y (mgr.25474) 1341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: cephadm 2023-12-06T07:07:44.617606+0000 mgr.y (mgr.25474) 1342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: cephadm 2023-12-06T07:07:44.694193+0000 mgr.y (mgr.25474) 1343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: cephadm 2023-12-06T07:07:44.799455+0000 mgr.y (mgr.25474) 1344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: cephadm 2023-12-06T07:07:44.894375+0000 mgr.y (mgr.25474) 1345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: cephadm 2023-12-06T07:07:44.990271+0000 mgr.y (mgr.25474) 1346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: cluster 2023-12-06T07:07:45.016319+0000 mgr.y (mgr.25474) 1347 : cluster 0 pgmap v170: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T07:07:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.071908+0000 mon.a (mon.0) 2856 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.075376+0000 mon.a (mon.0) 2857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.079006+0000 mon.a (mon.0) 2858 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.080376+0000 mon.a (mon.0) 2859 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.088195+0000 mon.a (mon.0) 2860 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: cephadm 2023-12-06T07:07:45.089080+0000 mgr.y (mgr.25474) 1348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.170152+0000 mon.a (mon.0) 2861 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.172560+0000 mon.a (mon.0) 2862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.175581+0000 mon.a (mon.0) 2863 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: cephadm 2023-12-06T07:07:44.146415+0000 mgr.y (mgr.25474) 1337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: cephadm 2023-12-06T07:07:44.229658+0000 mgr.y (mgr.25474) 1338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: cephadm 2023-12-06T07:07:44.328666+0000 mgr.y (mgr.25474) 1339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: cephadm 2023-12-06T07:07:44.426861+0000 mgr.y (mgr.25474) 1340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: cephadm 2023-12-06T07:07:44.523646+0000 mgr.y (mgr.25474) 1341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: cephadm 2023-12-06T07:07:44.617606+0000 mgr.y (mgr.25474) 1342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: cephadm 2023-12-06T07:07:44.694193+0000 mgr.y (mgr.25474) 1343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: cephadm 2023-12-06T07:07:44.799455+0000 mgr.y (mgr.25474) 1344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: cephadm 2023-12-06T07:07:44.894375+0000 mgr.y (mgr.25474) 1345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: cephadm 2023-12-06T07:07:44.990271+0000 mgr.y (mgr.25474) 1346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: cluster 2023-12-06T07:07:45.016319+0000 mgr.y (mgr.25474) 1347 : cluster 0 pgmap v170: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T07:07:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.071908+0000 mon.a (mon.0) 2856 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.075376+0000 mon.a (mon.0) 2857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.079006+0000 mon.a (mon.0) 2858 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.080376+0000 mon.a (mon.0) 2859 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.088195+0000 mon.a (mon.0) 2860 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: cephadm 2023-12-06T07:07:45.089080+0000 mgr.y (mgr.25474) 1348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.170152+0000 mon.a (mon.0) 2861 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.172560+0000 mon.a (mon.0) 2862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.175581+0000 mon.a (mon.0) 2863 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.176287+0000 mon.a (mon.0) 2864 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.182656+0000 mon.a (mon.0) 2865 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.263026+0000 mon.a (mon.0) 2866 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.265524+0000 mon.a (mon.0) 2867 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.267876+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.268696+0000 mon.a (mon.0) 2869 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.275429+0000 mon.a (mon.0) 2870 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.358927+0000 mon.a (mon.0) 2871 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.361087+0000 mon.a (mon.0) 2872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.363392+0000 mon.a (mon.0) 2873 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.364682+0000 mon.a (mon.0) 2874 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.370821+0000 mon.a (mon.0) 2875 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.451963+0000 mon.a (mon.0) 2876 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.454948+0000 mon.a (mon.0) 2877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.459165+0000 mon.a (mon.0) 2878 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.460496+0000 mon.a (mon.0) 2879 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.468950+0000 mon.a (mon.0) 2880 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.547708+0000 mon.a (mon.0) 2881 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.550350+0000 mon.a (mon.0) 2882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.553211+0000 mon.a (mon.0) 2883 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.176287+0000 mon.a (mon.0) 2864 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.182656+0000 mon.a (mon.0) 2865 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.263026+0000 mon.a (mon.0) 2866 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.265524+0000 mon.a (mon.0) 2867 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.267876+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.268696+0000 mon.a (mon.0) 2869 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.275429+0000 mon.a (mon.0) 2870 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.358927+0000 mon.a (mon.0) 2871 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.361087+0000 mon.a (mon.0) 2872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.363392+0000 mon.a (mon.0) 2873 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.364682+0000 mon.a (mon.0) 2874 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.370821+0000 mon.a (mon.0) 2875 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.451963+0000 mon.a (mon.0) 2876 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.454948+0000 mon.a (mon.0) 2877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.459165+0000 mon.a (mon.0) 2878 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.460496+0000 mon.a (mon.0) 2879 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.468950+0000 mon.a (mon.0) 2880 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.547708+0000 mon.a (mon.0) 2881 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.550350+0000 mon.a (mon.0) 2882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.553211+0000 mon.a (mon.0) 2883 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.554217+0000 mon.a (mon.0) 2884 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.560447+0000 mon.a (mon.0) 2885 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.640484+0000 mon.a (mon.0) 2886 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.643147+0000 mon.a (mon.0) 2887 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.646156+0000 mon.a (mon.0) 2888 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.647218+0000 mon.a (mon.0) 2889 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.653460+0000 mon.a (mon.0) 2890 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.732635+0000 mon.a (mon.0) 2891 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.735543+0000 mon.a (mon.0) 2892 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.739933+0000 mon.a (mon.0) 2893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.741370+0000 mon.a (mon.0) 2894 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.752096+0000 mon.a (mon.0) 2895 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.835003+0000 mon.a (mon.0) 2896 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.838061+0000 mon.a (mon.0) 2897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.841649+0000 mon.a (mon.0) 2898 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.843153+0000 mon.a (mon.0) 2899 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.850841+0000 mon.a (mon.0) 2900 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.929250+0000 mon.a (mon.0) 2901 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.932093+0000 mon.a (mon.0) 2902 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.934928+0000 mon.a (mon.0) 2903 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.936224+0000 mon.a (mon.0) 2904 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:45.943901+0000 mon.a (mon.0) 2905 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[78949]: audit 2023-12-06T07:07:46.022626+0000 mon.a (mon.0) 2906 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.554217+0000 mon.a (mon.0) 2884 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.560447+0000 mon.a (mon.0) 2885 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.640484+0000 mon.a (mon.0) 2886 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.643147+0000 mon.a (mon.0) 2887 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.646156+0000 mon.a (mon.0) 2888 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.647218+0000 mon.a (mon.0) 2889 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.653460+0000 mon.a (mon.0) 2890 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.732635+0000 mon.a (mon.0) 2891 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.735543+0000 mon.a (mon.0) 2892 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.739933+0000 mon.a (mon.0) 2893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.741370+0000 mon.a (mon.0) 2894 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.752096+0000 mon.a (mon.0) 2895 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.835003+0000 mon.a (mon.0) 2896 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.838061+0000 mon.a (mon.0) 2897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.841649+0000 mon.a (mon.0) 2898 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.843153+0000 mon.a (mon.0) 2899 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.850841+0000 mon.a (mon.0) 2900 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.929250+0000 mon.a (mon.0) 2901 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.932093+0000 mon.a (mon.0) 2902 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.934928+0000 mon.a (mon.0) 2903 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.936224+0000 mon.a (mon.0) 2904 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:45.943901+0000 mon.a (mon.0) 2905 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[84914]: audit 2023-12-06T07:07:46.022626+0000 mon.a (mon.0) 2906 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: cephadm 2023-12-06T07:07:44.146415+0000 mgr.y (mgr.25474) 1337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: cephadm 2023-12-06T07:07:44.229658+0000 mgr.y (mgr.25474) 1338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: cephadm 2023-12-06T07:07:44.328666+0000 mgr.y (mgr.25474) 1339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: cephadm 2023-12-06T07:07:44.426861+0000 mgr.y (mgr.25474) 1340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: cephadm 2023-12-06T07:07:44.523646+0000 mgr.y (mgr.25474) 1341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: cephadm 2023-12-06T07:07:44.617606+0000 mgr.y (mgr.25474) 1342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: cephadm 2023-12-06T07:07:44.694193+0000 mgr.y (mgr.25474) 1343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: cephadm 2023-12-06T07:07:44.799455+0000 mgr.y (mgr.25474) 1344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: cephadm 2023-12-06T07:07:44.894375+0000 mgr.y (mgr.25474) 1345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: cephadm 2023-12-06T07:07:44.990271+0000 mgr.y (mgr.25474) 1346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: cluster 2023-12-06T07:07:45.016319+0000 mgr.y (mgr.25474) 1347 : cluster 0 pgmap v170: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T07:07:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.071908+0000 mon.a (mon.0) 2856 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.075376+0000 mon.a (mon.0) 2857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.079006+0000 mon.a (mon.0) 2858 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.080376+0000 mon.a (mon.0) 2859 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.088195+0000 mon.a (mon.0) 2860 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: cephadm 2023-12-06T07:07:45.089080+0000 mgr.y (mgr.25474) 1348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.170152+0000 mon.a (mon.0) 2861 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.172560+0000 mon.a (mon.0) 2862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.175581+0000 mon.a (mon.0) 2863 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.176287+0000 mon.a (mon.0) 2864 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.182656+0000 mon.a (mon.0) 2865 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.263026+0000 mon.a (mon.0) 2866 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.265524+0000 mon.a (mon.0) 2867 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.267876+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.268696+0000 mon.a (mon.0) 2869 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.275429+0000 mon.a (mon.0) 2870 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.358927+0000 mon.a (mon.0) 2871 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.361087+0000 mon.a (mon.0) 2872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.363392+0000 mon.a (mon.0) 2873 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.364682+0000 mon.a (mon.0) 2874 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.370821+0000 mon.a (mon.0) 2875 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.451963+0000 mon.a (mon.0) 2876 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.454948+0000 mon.a (mon.0) 2877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.459165+0000 mon.a (mon.0) 2878 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.460496+0000 mon.a (mon.0) 2879 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.468950+0000 mon.a (mon.0) 2880 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.547708+0000 mon.a (mon.0) 2881 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.550350+0000 mon.a (mon.0) 2882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.553211+0000 mon.a (mon.0) 2883 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.554217+0000 mon.a (mon.0) 2884 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.560447+0000 mon.a (mon.0) 2885 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.640484+0000 mon.a (mon.0) 2886 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.643147+0000 mon.a (mon.0) 2887 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.646156+0000 mon.a (mon.0) 2888 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.647218+0000 mon.a (mon.0) 2889 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.653460+0000 mon.a (mon.0) 2890 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.732635+0000 mon.a (mon.0) 2891 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.735543+0000 mon.a (mon.0) 2892 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.739933+0000 mon.a (mon.0) 2893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.741370+0000 mon.a (mon.0) 2894 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.752096+0000 mon.a (mon.0) 2895 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.835003+0000 mon.a (mon.0) 2896 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.838061+0000 mon.a (mon.0) 2897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.841649+0000 mon.a (mon.0) 2898 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.843153+0000 mon.a (mon.0) 2899 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.850841+0000 mon.a (mon.0) 2900 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.929250+0000 mon.a (mon.0) 2901 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.932093+0000 mon.a (mon.0) 2902 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:46.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.934928+0000 mon.a (mon.0) 2903 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:46.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.936224+0000 mon.a (mon.0) 2904 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:46.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:45.943901+0000 mon.a (mon.0) 2905 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:46.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:46 smithi141 bash[72190]: audit 2023-12-06T07:07:46.022626+0000 mon.a (mon.0) 2906 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:46.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:07:46 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:07:46] "GET /metrics HTTP/1.1" 200 38478 "" "Prometheus/2.33.4" 2023-12-06T07:07:47.280 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[99162]: debug 2023-12-06T07:07:47.002+0000 7f9dc122a640 -1 osd.3 0 read_superblock omap replica is missing. 2023-12-06T07:07:47.280 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[99162]: debug 2023-12-06T07:07:47.046+0000 7f9dc122a640 -1 osd.3 122 log_to_monitors true 2023-12-06T07:07:47.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: cephadm 2023-12-06T07:07:45.183233+0000 mgr.y (mgr.25474) 1349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: cephadm 2023-12-06T07:07:45.276134+0000 mgr.y (mgr.25474) 1350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: cephadm 2023-12-06T07:07:45.371576+0000 mgr.y (mgr.25474) 1351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: cephadm 2023-12-06T07:07:45.469781+0000 mgr.y (mgr.25474) 1352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: cephadm 2023-12-06T07:07:45.561168+0000 mgr.y (mgr.25474) 1353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: cephadm 2023-12-06T07:07:45.654002+0000 mgr.y (mgr.25474) 1354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: cephadm 2023-12-06T07:07:45.752969+0000 mgr.y (mgr.25474) 1355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: cephadm 2023-12-06T07:07:45.851661+0000 mgr.y (mgr.25474) 1356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: cephadm 2023-12-06T07:07:45.944861+0000 mgr.y (mgr.25474) 1357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.026881+0000 mon.a (mon.0) 2907 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.039540+0000 mon.a (mon.0) 2908 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.040657+0000 mon.a (mon.0) 2909 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.046316+0000 mon.a (mon.0) 2910 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: cephadm 2023-12-06T07:07:46.047033+0000 mgr.y (mgr.25474) 1358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.104543+0000 mon.a (mon.0) 2911 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.107956+0000 mon.a (mon.0) 2912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.110740+0000 mon.a (mon.0) 2913 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.111732+0000 mon.a (mon.0) 2914 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.119345+0000 mon.a (mon.0) 2915 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: cephadm 2023-12-06T07:07:46.120029+0000 mgr.y (mgr.25474) 1359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.201570+0000 mon.a (mon.0) 2916 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: cephadm 2023-12-06T07:07:45.183233+0000 mgr.y (mgr.25474) 1349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: cephadm 2023-12-06T07:07:45.276134+0000 mgr.y (mgr.25474) 1350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: cephadm 2023-12-06T07:07:45.371576+0000 mgr.y (mgr.25474) 1351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: cephadm 2023-12-06T07:07:45.469781+0000 mgr.y (mgr.25474) 1352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: cephadm 2023-12-06T07:07:45.561168+0000 mgr.y (mgr.25474) 1353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: cephadm 2023-12-06T07:07:45.654002+0000 mgr.y (mgr.25474) 1354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: cephadm 2023-12-06T07:07:45.752969+0000 mgr.y (mgr.25474) 1355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: cephadm 2023-12-06T07:07:45.851661+0000 mgr.y (mgr.25474) 1356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: cephadm 2023-12-06T07:07:45.944861+0000 mgr.y (mgr.25474) 1357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.026881+0000 mon.a (mon.0) 2907 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.039540+0000 mon.a (mon.0) 2908 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.040657+0000 mon.a (mon.0) 2909 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.046316+0000 mon.a (mon.0) 2910 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: cephadm 2023-12-06T07:07:46.047033+0000 mgr.y (mgr.25474) 1358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.104543+0000 mon.a (mon.0) 2911 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.107956+0000 mon.a (mon.0) 2912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.110740+0000 mon.a (mon.0) 2913 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.111732+0000 mon.a (mon.0) 2914 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.119345+0000 mon.a (mon.0) 2915 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: cephadm 2023-12-06T07:07:46.120029+0000 mgr.y (mgr.25474) 1359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.201570+0000 mon.a (mon.0) 2916 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.204507+0000 mon.a (mon.0) 2917 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.207607+0000 mon.a (mon.0) 2918 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.208665+0000 mon.a (mon.0) 2919 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.215013+0000 mon.a (mon.0) 2920 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.292042+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.294489+0000 mon.a (mon.0) 2922 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.296843+0000 mon.a (mon.0) 2923 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.297730+0000 mon.a (mon.0) 2924 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.304245+0000 mon.a (mon.0) 2925 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.383226+0000 mon.a (mon.0) 2926 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.385386+0000 mon.a (mon.0) 2927 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.388027+0000 mon.a (mon.0) 2928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.388928+0000 mon.a (mon.0) 2929 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.396750+0000 mon.a (mon.0) 2930 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.476565+0000 mon.a (mon.0) 2931 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.478694+0000 mon.a (mon.0) 2932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.481348+0000 mon.a (mon.0) 2933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.482559+0000 mon.a (mon.0) 2934 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.489829+0000 mon.a (mon.0) 2935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.204507+0000 mon.a (mon.0) 2917 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.207607+0000 mon.a (mon.0) 2918 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.208665+0000 mon.a (mon.0) 2919 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.215013+0000 mon.a (mon.0) 2920 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.292042+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.294489+0000 mon.a (mon.0) 2922 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.296843+0000 mon.a (mon.0) 2923 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.297730+0000 mon.a (mon.0) 2924 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.304245+0000 mon.a (mon.0) 2925 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.383226+0000 mon.a (mon.0) 2926 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.385386+0000 mon.a (mon.0) 2927 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.388027+0000 mon.a (mon.0) 2928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.388928+0000 mon.a (mon.0) 2929 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.396750+0000 mon.a (mon.0) 2930 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.476565+0000 mon.a (mon.0) 2931 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.478694+0000 mon.a (mon.0) 2932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.481348+0000 mon.a (mon.0) 2933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.482559+0000 mon.a (mon.0) 2934 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.489829+0000 mon.a (mon.0) 2935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.571563+0000 mon.a (mon.0) 2936 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.573657+0000 mon.a (mon.0) 2937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.576434+0000 mon.a (mon.0) 2938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.577422+0000 mon.a (mon.0) 2939 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.583914+0000 mon.a (mon.0) 2940 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.668083+0000 mon.a (mon.0) 2941 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.670069+0000 mon.a (mon.0) 2942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.672390+0000 mon.a (mon.0) 2943 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.673174+0000 mon.a (mon.0) 2944 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.678616+0000 mon.a (mon.0) 2945 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.757880+0000 mon.a (mon.0) 2946 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.760056+0000 mon.a (mon.0) 2947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.763018+0000 mon.a (mon.0) 2948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.764224+0000 mon.a (mon.0) 2949 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.771240+0000 mon.a (mon.0) 2950 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.852118+0000 mon.a (mon.0) 2951 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.854945+0000 mon.a (mon.0) 2952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.858172+0000 mon.a (mon.0) 2953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.859223+0000 mon.a (mon.0) 2954 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.865464+0000 mon.a (mon.0) 2955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.571563+0000 mon.a (mon.0) 2936 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.573657+0000 mon.a (mon.0) 2937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.576434+0000 mon.a (mon.0) 2938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.577422+0000 mon.a (mon.0) 2939 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.583914+0000 mon.a (mon.0) 2940 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.668083+0000 mon.a (mon.0) 2941 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.670069+0000 mon.a (mon.0) 2942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.672390+0000 mon.a (mon.0) 2943 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.673174+0000 mon.a (mon.0) 2944 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.678616+0000 mon.a (mon.0) 2945 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.757880+0000 mon.a (mon.0) 2946 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.760056+0000 mon.a (mon.0) 2947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.763018+0000 mon.a (mon.0) 2948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.764224+0000 mon.a (mon.0) 2949 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.771240+0000 mon.a (mon.0) 2950 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.852118+0000 mon.a (mon.0) 2951 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.854945+0000 mon.a (mon.0) 2952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.858172+0000 mon.a (mon.0) 2953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.859223+0000 mon.a (mon.0) 2954 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.865464+0000 mon.a (mon.0) 2955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.931651+0000 mon.a (mon.0) 2956 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.933745+0000 mon.a (mon.0) 2957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.937338+0000 mon.a (mon.0) 2958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.939300+0000 mon.a (mon.0) 2959 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[84914]: audit 2023-12-06T07:07:46.946028+0000 mon.a (mon.0) 2960 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.931651+0000 mon.a (mon.0) 2956 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.933745+0000 mon.a (mon.0) 2957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.937338+0000 mon.a (mon.0) 2958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.939300+0000 mon.a (mon.0) 2959 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:47 smithi040 bash[78949]: audit 2023-12-06T07:07:46.946028+0000 mon.a (mon.0) 2960 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.370 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: cephadm 2023-12-06T07:07:45.183233+0000 mgr.y (mgr.25474) 1349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.370 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: cephadm 2023-12-06T07:07:45.276134+0000 mgr.y (mgr.25474) 1350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.371 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: cephadm 2023-12-06T07:07:45.371576+0000 mgr.y (mgr.25474) 1351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.371 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: cephadm 2023-12-06T07:07:45.469781+0000 mgr.y (mgr.25474) 1352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.371 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: cephadm 2023-12-06T07:07:45.561168+0000 mgr.y (mgr.25474) 1353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.371 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: cephadm 2023-12-06T07:07:45.654002+0000 mgr.y (mgr.25474) 1354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.371 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: cephadm 2023-12-06T07:07:45.752969+0000 mgr.y (mgr.25474) 1355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.371 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: cephadm 2023-12-06T07:07:45.851661+0000 mgr.y (mgr.25474) 1356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.371 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: cephadm 2023-12-06T07:07:45.944861+0000 mgr.y (mgr.25474) 1357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.371 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.026881+0000 mon.a (mon.0) 2907 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.371 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.039540+0000 mon.a (mon.0) 2908 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.371 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.040657+0000 mon.a (mon.0) 2909 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.371 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.046316+0000 mon.a (mon.0) 2910 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.371 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: cephadm 2023-12-06T07:07:46.047033+0000 mgr.y (mgr.25474) 1358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.371 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.104543+0000 mon.a (mon.0) 2911 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.371 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.107956+0000 mon.a (mon.0) 2912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.372 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.110740+0000 mon.a (mon.0) 2913 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.372 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.111732+0000 mon.a (mon.0) 2914 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.372 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.119345+0000 mon.a (mon.0) 2915 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.372 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: cephadm 2023-12-06T07:07:46.120029+0000 mgr.y (mgr.25474) 1359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:47.372 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.201570+0000 mon.a (mon.0) 2916 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.372 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.204507+0000 mon.a (mon.0) 2917 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.373 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.207607+0000 mon.a (mon.0) 2918 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.373 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.208665+0000 mon.a (mon.0) 2919 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.373 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.215013+0000 mon.a (mon.0) 2920 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.373 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.292042+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.373 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.294489+0000 mon.a (mon.0) 2922 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.373 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.296843+0000 mon.a (mon.0) 2923 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.373 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.297730+0000 mon.a (mon.0) 2924 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.373 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.304245+0000 mon.a (mon.0) 2925 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.373 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.383226+0000 mon.a (mon.0) 2926 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.374 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.385386+0000 mon.a (mon.0) 2927 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.374 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.388027+0000 mon.a (mon.0) 2928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.374 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.388928+0000 mon.a (mon.0) 2929 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.374 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.396750+0000 mon.a (mon.0) 2930 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.374 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.476565+0000 mon.a (mon.0) 2931 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.374 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.478694+0000 mon.a (mon.0) 2932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.374 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.481348+0000 mon.a (mon.0) 2933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.374 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.482559+0000 mon.a (mon.0) 2934 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.374 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.489829+0000 mon.a (mon.0) 2935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.374 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.571563+0000 mon.a (mon.0) 2936 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.374 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.573657+0000 mon.a (mon.0) 2937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.374 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.576434+0000 mon.a (mon.0) 2938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.374 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.577422+0000 mon.a (mon.0) 2939 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.375 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.583914+0000 mon.a (mon.0) 2940 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.375 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.668083+0000 mon.a (mon.0) 2941 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.375 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.670069+0000 mon.a (mon.0) 2942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.375 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.672390+0000 mon.a (mon.0) 2943 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.375 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.673174+0000 mon.a (mon.0) 2944 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.375 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.678616+0000 mon.a (mon.0) 2945 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.375 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.757880+0000 mon.a (mon.0) 2946 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.375 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.760056+0000 mon.a (mon.0) 2947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.375 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.763018+0000 mon.a (mon.0) 2948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.375 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.764224+0000 mon.a (mon.0) 2949 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.375 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.771240+0000 mon.a (mon.0) 2950 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.375 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.852118+0000 mon.a (mon.0) 2951 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.375 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.854945+0000 mon.a (mon.0) 2952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.375 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.858172+0000 mon.a (mon.0) 2953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.376 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.859223+0000 mon.a (mon.0) 2954 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.376 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.865464+0000 mon.a (mon.0) 2955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:47.376 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.931651+0000 mon.a (mon.0) 2956 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:47.376 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.933745+0000 mon.a (mon.0) 2957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:47.376 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.937338+0000 mon.a (mon.0) 2958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:47.376 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.939300+0000 mon.a (mon.0) 2959 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:47.376 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:47 smithi141 bash[72190]: audit 2023-12-06T07:07:46.946028+0000 mon.a (mon.0) 2960 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: cephadm 2023-12-06T07:07:46.215708+0000 mgr.y (mgr.25474) 1360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: cephadm 2023-12-06T07:07:46.304891+0000 mgr.y (mgr.25474) 1361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: cephadm 2023-12-06T07:07:46.397648+0000 mgr.y (mgr.25474) 1362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: cephadm 2023-12-06T07:07:46.490339+0000 mgr.y (mgr.25474) 1363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: cephadm 2023-12-06T07:07:46.584634+0000 mgr.y (mgr.25474) 1364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: cephadm 2023-12-06T07:07:46.679138+0000 mgr.y (mgr.25474) 1365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: cephadm 2023-12-06T07:07:46.771927+0000 mgr.y (mgr.25474) 1366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: cephadm 2023-12-06T07:07:46.866362+0000 mgr.y (mgr.25474) 1367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: cephadm 2023-12-06T07:07:46.947335+0000 mgr.y (mgr.25474) 1368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: cluster 2023-12-06T07:07:47.017241+0000 mgr.y (mgr.25474) 1369 : cluster 0 pgmap v171: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T07:07:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.038786+0000 mon.a (mon.0) 2961 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.042025+0000 mon.a (mon.0) 2962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.044749+0000 mon.a (mon.0) 2963 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.045704+0000 mon.a (mon.0) 2964 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.052310+0000 mon.a (mon.0) 2965 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: cephadm 2023-12-06T07:07:47.052870+0000 mgr.y (mgr.25474) 1370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.054392+0000 mon.c (mon.1) 11 : audit 1 from='osd.3 [v2:172.21.15.40:6826/2259136369,v1:172.21.15.40:6827/2259136369]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:07:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.054795+0000 mon.a (mon.0) 2966 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:07:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.119073+0000 mon.a (mon.0) 2967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.121148+0000 mon.a (mon.0) 2968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.123704+0000 mon.a (mon.0) 2969 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.124625+0000 mon.a (mon.0) 2970 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.130706+0000 mon.a (mon.0) 2971 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: cephadm 2023-12-06T07:07:47.131398+0000 mgr.y (mgr.25474) 1371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.209391+0000 mon.a (mon.0) 2972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.212347+0000 mon.a (mon.0) 2973 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.214909+0000 mon.a (mon.0) 2974 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.216077+0000 mon.a (mon.0) 2975 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.224902+0000 mon.a (mon.0) 2976 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.299471+0000 mon.a (mon.0) 2977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.301857+0000 mon.a (mon.0) 2978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.305205+0000 mon.a (mon.0) 2979 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.306165+0000 mon.a (mon.0) 2980 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.314375+0000 mon.a (mon.0) 2981 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.394175+0000 mon.a (mon.0) 2982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.397212+0000 mon.a (mon.0) 2983 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.400131+0000 mon.a (mon.0) 2984 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.401137+0000 mon.a (mon.0) 2985 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.407207+0000 mon.a (mon.0) 2986 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.490471+0000 mon.a (mon.0) 2987 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.492652+0000 mon.a (mon.0) 2988 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.495030+0000 mon.a (mon.0) 2989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.495945+0000 mon.a (mon.0) 2990 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.501876+0000 mon.a (mon.0) 2991 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.581160+0000 mon.a (mon.0) 2992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.583948+0000 mon.a (mon.0) 2993 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.587938+0000 mon.a (mon.0) 2994 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.589421+0000 mon.a (mon.0) 2995 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.597739+0000 mon.a (mon.0) 2996 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: cluster 2023-12-06T07:07:47.646125+0000 mon.a (mon.0) 2997 : cluster 3 Health check update: Degraded data redundancy: 80/630 objects degraded (12.698%), 25 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:48.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.671939+0000 mon.a (mon.0) 2998 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.674123+0000 mon.a (mon.0) 2999 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.676340+0000 mon.a (mon.0) 3000 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.677342+0000 mon.a (mon.0) 3001 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.686168+0000 mon.a (mon.0) 3002 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.752371+0000 mon.a (mon.0) 3003 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.755207+0000 mon.a (mon.0) 3004 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.758321+0000 mon.a (mon.0) 3005 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.759743+0000 mon.a (mon.0) 3006 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.769673+0000 mon.a (mon.0) 3007 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.847811+0000 mon.a (mon.0) 3008 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.851015+0000 mon.a (mon.0) 3009 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.854455+0000 mon.a (mon.0) 3010 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.856011+0000 mon.a (mon.0) 3011 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.864119+0000 mon.a (mon.0) 3012 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.944817+0000 mon.a (mon.0) 3013 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.947840+0000 mon.a (mon.0) 3014 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.951737+0000 mon.a (mon.0) 3015 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.954846+0000 mon.a (mon.0) 3016 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.963174+0000 mon.a (mon.0) 3017 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:48 smithi141 bash[72190]: audit 2023-12-06T07:07:47.989855+0000 mon.a (mon.0) 3018 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.280 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[99162]: debug 2023-12-06T07:07:48.094+0000 7f9daf695700 -1 osd.3 122 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:07:48.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: cephadm 2023-12-06T07:07:46.215708+0000 mgr.y (mgr.25474) 1360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: cephadm 2023-12-06T07:07:46.304891+0000 mgr.y (mgr.25474) 1361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: cephadm 2023-12-06T07:07:46.397648+0000 mgr.y (mgr.25474) 1362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: cephadm 2023-12-06T07:07:46.490339+0000 mgr.y (mgr.25474) 1363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: cephadm 2023-12-06T07:07:46.584634+0000 mgr.y (mgr.25474) 1364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: cephadm 2023-12-06T07:07:46.679138+0000 mgr.y (mgr.25474) 1365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: cephadm 2023-12-06T07:07:46.771927+0000 mgr.y (mgr.25474) 1366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: cephadm 2023-12-06T07:07:46.866362+0000 mgr.y (mgr.25474) 1367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: cephadm 2023-12-06T07:07:46.947335+0000 mgr.y (mgr.25474) 1368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: cluster 2023-12-06T07:07:47.017241+0000 mgr.y (mgr.25474) 1369 : cluster 0 pgmap v171: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T07:07:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.038786+0000 mon.a (mon.0) 2961 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.042025+0000 mon.a (mon.0) 2962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.044749+0000 mon.a (mon.0) 2963 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.045704+0000 mon.a (mon.0) 2964 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.052310+0000 mon.a (mon.0) 2965 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: cephadm 2023-12-06T07:07:47.052870+0000 mgr.y (mgr.25474) 1370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.054392+0000 mon.c (mon.1) 11 : audit 1 from='osd.3 [v2:172.21.15.40:6826/2259136369,v1:172.21.15.40:6827/2259136369]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:07:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.054795+0000 mon.a (mon.0) 2966 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:07:48.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.119073+0000 mon.a (mon.0) 2967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.121148+0000 mon.a (mon.0) 2968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: cephadm 2023-12-06T07:07:46.215708+0000 mgr.y (mgr.25474) 1360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: cephadm 2023-12-06T07:07:46.304891+0000 mgr.y (mgr.25474) 1361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: cephadm 2023-12-06T07:07:46.397648+0000 mgr.y (mgr.25474) 1362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: cephadm 2023-12-06T07:07:46.490339+0000 mgr.y (mgr.25474) 1363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: cephadm 2023-12-06T07:07:46.584634+0000 mgr.y (mgr.25474) 1364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: cephadm 2023-12-06T07:07:46.679138+0000 mgr.y (mgr.25474) 1365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: cephadm 2023-12-06T07:07:46.771927+0000 mgr.y (mgr.25474) 1366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: cephadm 2023-12-06T07:07:46.866362+0000 mgr.y (mgr.25474) 1367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: cephadm 2023-12-06T07:07:46.947335+0000 mgr.y (mgr.25474) 1368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: cluster 2023-12-06T07:07:47.017241+0000 mgr.y (mgr.25474) 1369 : cluster 0 pgmap v171: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T07:07:48.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.038786+0000 mon.a (mon.0) 2961 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.042025+0000 mon.a (mon.0) 2962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.044749+0000 mon.a (mon.0) 2963 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.045704+0000 mon.a (mon.0) 2964 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.052310+0000 mon.a (mon.0) 2965 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: cephadm 2023-12-06T07:07:47.052870+0000 mgr.y (mgr.25474) 1370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.054392+0000 mon.c (mon.1) 11 : audit 1 from='osd.3 [v2:172.21.15.40:6826/2259136369,v1:172.21.15.40:6827/2259136369]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:07:48.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.054795+0000 mon.a (mon.0) 2966 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:07:48.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.119073+0000 mon.a (mon.0) 2967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.121148+0000 mon.a (mon.0) 2968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.123704+0000 mon.a (mon.0) 2969 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.124625+0000 mon.a (mon.0) 2970 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.130706+0000 mon.a (mon.0) 2971 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: cephadm 2023-12-06T07:07:47.131398+0000 mgr.y (mgr.25474) 1371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.209391+0000 mon.a (mon.0) 2972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.212347+0000 mon.a (mon.0) 2973 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.214909+0000 mon.a (mon.0) 2974 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.216077+0000 mon.a (mon.0) 2975 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.224902+0000 mon.a (mon.0) 2976 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.299471+0000 mon.a (mon.0) 2977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.301857+0000 mon.a (mon.0) 2978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.305205+0000 mon.a (mon.0) 2979 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.306165+0000 mon.a (mon.0) 2980 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.314375+0000 mon.a (mon.0) 2981 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.394175+0000 mon.a (mon.0) 2982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.397212+0000 mon.a (mon.0) 2983 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.400131+0000 mon.a (mon.0) 2984 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.401137+0000 mon.a (mon.0) 2985 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.407207+0000 mon.a (mon.0) 2986 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.490471+0000 mon.a (mon.0) 2987 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.123704+0000 mon.a (mon.0) 2969 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.124625+0000 mon.a (mon.0) 2970 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.130706+0000 mon.a (mon.0) 2971 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: cephadm 2023-12-06T07:07:47.131398+0000 mgr.y (mgr.25474) 1371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:48.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.209391+0000 mon.a (mon.0) 2972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.212347+0000 mon.a (mon.0) 2973 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.214909+0000 mon.a (mon.0) 2974 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.216077+0000 mon.a (mon.0) 2975 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.224902+0000 mon.a (mon.0) 2976 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.299471+0000 mon.a (mon.0) 2977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.301857+0000 mon.a (mon.0) 2978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.305205+0000 mon.a (mon.0) 2979 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.306165+0000 mon.a (mon.0) 2980 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.314375+0000 mon.a (mon.0) 2981 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.394175+0000 mon.a (mon.0) 2982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.397212+0000 mon.a (mon.0) 2983 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.400131+0000 mon.a (mon.0) 2984 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.401137+0000 mon.a (mon.0) 2985 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.407207+0000 mon.a (mon.0) 2986 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.490471+0000 mon.a (mon.0) 2987 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.492652+0000 mon.a (mon.0) 2988 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.495030+0000 mon.a (mon.0) 2989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.495945+0000 mon.a (mon.0) 2990 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.501876+0000 mon.a (mon.0) 2991 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.581160+0000 mon.a (mon.0) 2992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.583948+0000 mon.a (mon.0) 2993 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.587938+0000 mon.a (mon.0) 2994 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.589421+0000 mon.a (mon.0) 2995 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.597739+0000 mon.a (mon.0) 2996 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: cluster 2023-12-06T07:07:47.646125+0000 mon.a (mon.0) 2997 : cluster 3 Health check update: Degraded data redundancy: 80/630 objects degraded (12.698%), 25 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.671939+0000 mon.a (mon.0) 2998 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.674123+0000 mon.a (mon.0) 2999 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.676340+0000 mon.a (mon.0) 3000 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.677342+0000 mon.a (mon.0) 3001 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.686168+0000 mon.a (mon.0) 3002 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.752371+0000 mon.a (mon.0) 3003 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.755207+0000 mon.a (mon.0) 3004 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.758321+0000 mon.a (mon.0) 3005 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.759743+0000 mon.a (mon.0) 3006 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.492652+0000 mon.a (mon.0) 2988 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.495030+0000 mon.a (mon.0) 2989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.495945+0000 mon.a (mon.0) 2990 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.501876+0000 mon.a (mon.0) 2991 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.581160+0000 mon.a (mon.0) 2992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.583948+0000 mon.a (mon.0) 2993 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.587938+0000 mon.a (mon.0) 2994 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.589421+0000 mon.a (mon.0) 2995 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.597739+0000 mon.a (mon.0) 2996 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: cluster 2023-12-06T07:07:47.646125+0000 mon.a (mon.0) 2997 : cluster 3 Health check update: Degraded data redundancy: 80/630 objects degraded (12.698%), 25 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.671939+0000 mon.a (mon.0) 2998 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.674123+0000 mon.a (mon.0) 2999 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.676340+0000 mon.a (mon.0) 3000 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.677342+0000 mon.a (mon.0) 3001 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.686168+0000 mon.a (mon.0) 3002 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.752371+0000 mon.a (mon.0) 3003 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.755207+0000 mon.a (mon.0) 3004 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.758321+0000 mon.a (mon.0) 3005 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.759743+0000 mon.a (mon.0) 3006 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.769673+0000 mon.a (mon.0) 3007 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.847811+0000 mon.a (mon.0) 3008 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.851015+0000 mon.a (mon.0) 3009 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.854455+0000 mon.a (mon.0) 3010 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.856011+0000 mon.a (mon.0) 3011 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.864119+0000 mon.a (mon.0) 3012 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.944817+0000 mon.a (mon.0) 3013 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.947840+0000 mon.a (mon.0) 3014 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.951737+0000 mon.a (mon.0) 3015 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.954846+0000 mon.a (mon.0) 3016 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.963174+0000 mon.a (mon.0) 3017 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[84914]: audit 2023-12-06T07:07:47.989855+0000 mon.a (mon.0) 3018 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.769673+0000 mon.a (mon.0) 3007 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.847811+0000 mon.a (mon.0) 3008 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.851015+0000 mon.a (mon.0) 3009 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.854455+0000 mon.a (mon.0) 3010 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.856011+0000 mon.a (mon.0) 3011 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.864119+0000 mon.a (mon.0) 3012 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.944817+0000 mon.a (mon.0) 3013 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:48.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.947840+0000 mon.a (mon.0) 3014 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:48.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.951737+0000 mon.a (mon.0) 3015 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:48.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.954846+0000 mon.a (mon.0) 3016 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:48.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.963174+0000 mon.a (mon.0) 3017 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:48.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:48 smithi040 bash[78949]: audit 2023-12-06T07:07:47.989855+0000 mon.a (mon.0) 3018 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cephadm 2023-12-06T07:07:47.225590+0000 mgr.y (mgr.25474) 1372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cephadm 2023-12-06T07:07:47.315234+0000 mgr.y (mgr.25474) 1373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cephadm 2023-12-06T07:07:47.407806+0000 mgr.y (mgr.25474) 1374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cephadm 2023-12-06T07:07:47.502518+0000 mgr.y (mgr.25474) 1375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cephadm 2023-12-06T07:07:47.598390+0000 mgr.y (mgr.25474) 1376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cephadm 2023-12-06T07:07:47.688305+0000 mgr.y (mgr.25474) 1377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cephadm 2023-12-06T07:07:47.770335+0000 mgr.y (mgr.25474) 1378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cephadm 2023-12-06T07:07:47.865071+0000 mgr.y (mgr.25474) 1379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cephadm 2023-12-06T07:07:47.963845+0000 mgr.y (mgr.25474) 1380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.046389+0000 mon.a (mon.0) 3019 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.048874+0000 mon.a (mon.0) 3020 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.050974+0000 mon.a (mon.0) 3021 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T07:07:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cluster 2023-12-06T07:07:48.055885+0000 mon.a (mon.0) 3022 : cluster 0 osdmap e125: 8 total, 7 up, 8 in 2023-12-06T07:07:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.059635+0000 mon.c (mon.1) 12 : audit 1 from='osd.3 [v2:172.21.15.40:6826/2259136369,v1:172.21.15.40:6827/2259136369]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:07:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.059654+0000 mon.a (mon.0) 3023 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.060244+0000 mon.a (mon.0) 3024 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:07:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.061550+0000 mon.a (mon.0) 3025 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.074199+0000 mon.a (mon.0) 3026 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cephadm 2023-12-06T07:07:48.074751+0000 mgr.y (mgr.25474) 1381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cluster 2023-12-06T07:07:48.115299+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:07:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cluster 2023-12-06T07:07:48.118322+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:07:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cephadm 2023-12-06T07:07:47.225590+0000 mgr.y (mgr.25474) 1372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cephadm 2023-12-06T07:07:47.315234+0000 mgr.y (mgr.25474) 1373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cephadm 2023-12-06T07:07:47.407806+0000 mgr.y (mgr.25474) 1374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cephadm 2023-12-06T07:07:47.502518+0000 mgr.y (mgr.25474) 1375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cephadm 2023-12-06T07:07:47.598390+0000 mgr.y (mgr.25474) 1376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cephadm 2023-12-06T07:07:47.688305+0000 mgr.y (mgr.25474) 1377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cephadm 2023-12-06T07:07:47.770335+0000 mgr.y (mgr.25474) 1378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cephadm 2023-12-06T07:07:47.865071+0000 mgr.y (mgr.25474) 1379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cephadm 2023-12-06T07:07:47.963845+0000 mgr.y (mgr.25474) 1380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.046389+0000 mon.a (mon.0) 3019 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.048874+0000 mon.a (mon.0) 3020 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.050974+0000 mon.a (mon.0) 3021 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T07:07:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cluster 2023-12-06T07:07:48.055885+0000 mon.a (mon.0) 3022 : cluster 0 osdmap e125: 8 total, 7 up, 8 in 2023-12-06T07:07:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.059635+0000 mon.c (mon.1) 12 : audit 1 from='osd.3 [v2:172.21.15.40:6826/2259136369,v1:172.21.15.40:6827/2259136369]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:07:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.059654+0000 mon.a (mon.0) 3023 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.060244+0000 mon.a (mon.0) 3024 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:07:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.061550+0000 mon.a (mon.0) 3025 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.074199+0000 mon.a (mon.0) 3026 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cephadm 2023-12-06T07:07:48.074751+0000 mgr.y (mgr.25474) 1381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cluster 2023-12-06T07:07:48.115299+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:07:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cluster 2023-12-06T07:07:48.118322+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:07:49.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.136899+0000 mon.a (mon.0) 3027 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.139715+0000 mon.a (mon.0) 3028 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.142498+0000 mon.a (mon.0) 3029 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.143484+0000 mon.a (mon.0) 3030 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.149351+0000 mon.a (mon.0) 3031 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.226684+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.229835+0000 mon.a (mon.0) 3033 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.233548+0000 mon.a (mon.0) 3034 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.234943+0000 mon.a (mon.0) 3035 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.242869+0000 mon.a (mon.0) 3036 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.320380+0000 mon.a (mon.0) 3037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.324348+0000 mon.a (mon.0) 3038 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.328188+0000 mon.a (mon.0) 3039 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.329803+0000 mon.a (mon.0) 3040 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.339221+0000 mon.a (mon.0) 3041 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cluster 2023-12-06T07:07:48.340303+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:07:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cluster 2023-12-06T07:07:48.340313+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:07:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: cluster 2023-12-06T07:07:48.340444+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:07:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.420328+0000 mon.a (mon.0) 3042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.423113+0000 mon.a (mon.0) 3043 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.136899+0000 mon.a (mon.0) 3027 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.139715+0000 mon.a (mon.0) 3028 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.142498+0000 mon.a (mon.0) 3029 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.143484+0000 mon.a (mon.0) 3030 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.149351+0000 mon.a (mon.0) 3031 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.226684+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.229835+0000 mon.a (mon.0) 3033 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.233548+0000 mon.a (mon.0) 3034 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.234943+0000 mon.a (mon.0) 3035 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.242869+0000 mon.a (mon.0) 3036 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.320380+0000 mon.a (mon.0) 3037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.324348+0000 mon.a (mon.0) 3038 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.328188+0000 mon.a (mon.0) 3039 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.329803+0000 mon.a (mon.0) 3040 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.339221+0000 mon.a (mon.0) 3041 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cluster 2023-12-06T07:07:48.340303+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:07:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cluster 2023-12-06T07:07:48.340313+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:07:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: cluster 2023-12-06T07:07:48.340444+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:07:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.420328+0000 mon.a (mon.0) 3042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.423113+0000 mon.a (mon.0) 3043 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.426520+0000 mon.a (mon.0) 3044 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.427524+0000 mon.a (mon.0) 3045 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.434357+0000 mon.a (mon.0) 3046 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.518749+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.521247+0000 mon.a (mon.0) 3048 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.524990+0000 mon.a (mon.0) 3049 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.526484+0000 mon.a (mon.0) 3050 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.534337+0000 mon.a (mon.0) 3051 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.614766+0000 mon.a (mon.0) 3052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.618163+0000 mon.a (mon.0) 3053 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.622021+0000 mon.a (mon.0) 3054 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.623599+0000 mon.a (mon.0) 3055 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.632370+0000 mon.a (mon.0) 3056 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.708230+0000 mon.a (mon.0) 3057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.710132+0000 mon.a (mon.0) 3058 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.712288+0000 mon.a (mon.0) 3059 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.713093+0000 mon.a (mon.0) 3060 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.719106+0000 mon.a (mon.0) 3061 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.783373+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.785567+0000 mon.a (mon.0) 3063 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.426520+0000 mon.a (mon.0) 3044 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.427524+0000 mon.a (mon.0) 3045 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.434357+0000 mon.a (mon.0) 3046 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.518749+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.521247+0000 mon.a (mon.0) 3048 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.524990+0000 mon.a (mon.0) 3049 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.526484+0000 mon.a (mon.0) 3050 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.534337+0000 mon.a (mon.0) 3051 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.614766+0000 mon.a (mon.0) 3052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.618163+0000 mon.a (mon.0) 3053 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.622021+0000 mon.a (mon.0) 3054 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.623599+0000 mon.a (mon.0) 3055 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.632370+0000 mon.a (mon.0) 3056 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.708230+0000 mon.a (mon.0) 3057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.710132+0000 mon.a (mon.0) 3058 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.712288+0000 mon.a (mon.0) 3059 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.713093+0000 mon.a (mon.0) 3060 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.719106+0000 mon.a (mon.0) 3061 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.783373+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.785567+0000 mon.a (mon.0) 3063 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.788372+0000 mon.a (mon.0) 3064 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.789548+0000 mon.a (mon.0) 3065 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.795660+0000 mon.a (mon.0) 3066 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.870536+0000 mon.a (mon.0) 3067 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.873176+0000 mon.a (mon.0) 3068 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.875954+0000 mon.a (mon.0) 3069 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.877288+0000 mon.a (mon.0) 3070 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.885211+0000 mon.a (mon.0) 3071 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.962370+0000 mon.a (mon.0) 3072 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.966308+0000 mon.a (mon.0) 3073 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.969139+0000 mon.a (mon.0) 3074 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.970478+0000 mon.a (mon.0) 3075 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[78949]: audit 2023-12-06T07:07:48.977483+0000 mon.a (mon.0) 3076 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.788372+0000 mon.a (mon.0) 3064 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.789548+0000 mon.a (mon.0) 3065 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.795660+0000 mon.a (mon.0) 3066 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.870536+0000 mon.a (mon.0) 3067 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.873176+0000 mon.a (mon.0) 3068 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.875954+0000 mon.a (mon.0) 3069 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.877288+0000 mon.a (mon.0) 3070 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.885211+0000 mon.a (mon.0) 3071 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.962370+0000 mon.a (mon.0) 3072 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.966308+0000 mon.a (mon.0) 3073 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.969139+0000 mon.a (mon.0) 3074 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.970478+0000 mon.a (mon.0) 3075 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:49 smithi040 bash[84914]: audit 2023-12-06T07:07:48.977483+0000 mon.a (mon.0) 3076 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cephadm 2023-12-06T07:07:47.225590+0000 mgr.y (mgr.25474) 1372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cephadm 2023-12-06T07:07:47.315234+0000 mgr.y (mgr.25474) 1373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cephadm 2023-12-06T07:07:47.407806+0000 mgr.y (mgr.25474) 1374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cephadm 2023-12-06T07:07:47.502518+0000 mgr.y (mgr.25474) 1375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cephadm 2023-12-06T07:07:47.598390+0000 mgr.y (mgr.25474) 1376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cephadm 2023-12-06T07:07:47.688305+0000 mgr.y (mgr.25474) 1377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cephadm 2023-12-06T07:07:47.770335+0000 mgr.y (mgr.25474) 1378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cephadm 2023-12-06T07:07:47.865071+0000 mgr.y (mgr.25474) 1379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cephadm 2023-12-06T07:07:47.963845+0000 mgr.y (mgr.25474) 1380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.046389+0000 mon.a (mon.0) 3019 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.048874+0000 mon.a (mon.0) 3020 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.050974+0000 mon.a (mon.0) 3021 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T07:07:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cluster 2023-12-06T07:07:48.055885+0000 mon.a (mon.0) 3022 : cluster 0 osdmap e125: 8 total, 7 up, 8 in 2023-12-06T07:07:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.059635+0000 mon.c (mon.1) 12 : audit 1 from='osd.3 [v2:172.21.15.40:6826/2259136369,v1:172.21.15.40:6827/2259136369]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:07:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.059654+0000 mon.a (mon.0) 3023 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.060244+0000 mon.a (mon.0) 3024 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-06T07:07:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.061550+0000 mon.a (mon.0) 3025 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.074199+0000 mon.a (mon.0) 3026 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cephadm 2023-12-06T07:07:48.074751+0000 mgr.y (mgr.25474) 1381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cluster 2023-12-06T07:07:48.115299+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:07:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cluster 2023-12-06T07:07:48.118322+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:07:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.136899+0000 mon.a (mon.0) 3027 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.139715+0000 mon.a (mon.0) 3028 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.142498+0000 mon.a (mon.0) 3029 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.143484+0000 mon.a (mon.0) 3030 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.149351+0000 mon.a (mon.0) 3031 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.226684+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.229835+0000 mon.a (mon.0) 3033 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.233548+0000 mon.a (mon.0) 3034 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.234943+0000 mon.a (mon.0) 3035 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.242869+0000 mon.a (mon.0) 3036 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.320380+0000 mon.a (mon.0) 3037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.324348+0000 mon.a (mon.0) 3038 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.328188+0000 mon.a (mon.0) 3039 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.329803+0000 mon.a (mon.0) 3040 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.339221+0000 mon.a (mon.0) 3041 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cluster 2023-12-06T07:07:48.340303+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:07:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cluster 2023-12-06T07:07:48.340313+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:07:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: cluster 2023-12-06T07:07:48.340444+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:07:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.420328+0000 mon.a (mon.0) 3042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.423113+0000 mon.a (mon.0) 3043 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.426520+0000 mon.a (mon.0) 3044 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.427524+0000 mon.a (mon.0) 3045 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.434357+0000 mon.a (mon.0) 3046 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.518749+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.521247+0000 mon.a (mon.0) 3048 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.524990+0000 mon.a (mon.0) 3049 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.526484+0000 mon.a (mon.0) 3050 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.534337+0000 mon.a (mon.0) 3051 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.614766+0000 mon.a (mon.0) 3052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.618163+0000 mon.a (mon.0) 3053 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.622021+0000 mon.a (mon.0) 3054 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.623599+0000 mon.a (mon.0) 3055 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.632370+0000 mon.a (mon.0) 3056 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.708230+0000 mon.a (mon.0) 3057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.710132+0000 mon.a (mon.0) 3058 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.712288+0000 mon.a (mon.0) 3059 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.713093+0000 mon.a (mon.0) 3060 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.719106+0000 mon.a (mon.0) 3061 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.783373+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.785567+0000 mon.a (mon.0) 3063 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.788372+0000 mon.a (mon.0) 3064 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.789548+0000 mon.a (mon.0) 3065 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.795660+0000 mon.a (mon.0) 3066 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.870536+0000 mon.a (mon.0) 3067 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.873176+0000 mon.a (mon.0) 3068 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.875954+0000 mon.a (mon.0) 3069 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.877288+0000 mon.a (mon.0) 3070 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.885211+0000 mon.a (mon.0) 3071 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.962370+0000 mon.a (mon.0) 3072 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.966308+0000 mon.a (mon.0) 3073 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.969139+0000 mon.a (mon.0) 3074 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.970478+0000 mon.a (mon.0) 3075 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:49 smithi141 bash[72190]: audit 2023-12-06T07:07:48.977483+0000 mon.a (mon.0) 3076 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.254 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cephadm 2023-12-06T07:07:48.149859+0000 mgr.y (mgr.25474) 1382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.254 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cephadm 2023-12-06T07:07:48.243508+0000 mgr.y (mgr.25474) 1383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.254 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cephadm 2023-12-06T07:07:48.340206+0000 mgr.y (mgr.25474) 1384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.254 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cephadm 2023-12-06T07:07:48.435311+0000 mgr.y (mgr.25474) 1385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.254 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cephadm 2023-12-06T07:07:48.535250+0000 mgr.y (mgr.25474) 1386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.254 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cephadm 2023-12-06T07:07:48.633004+0000 mgr.y (mgr.25474) 1387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.254 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cephadm 2023-12-06T07:07:48.719894+0000 mgr.y (mgr.25474) 1388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.254 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cephadm 2023-12-06T07:07:48.796539+0000 mgr.y (mgr.25474) 1389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.254 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cephadm 2023-12-06T07:07:48.886070+0000 mgr.y (mgr.25474) 1390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.254 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cephadm 2023-12-06T07:07:48.978399+0000 mgr.y (mgr.25474) 1391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.254 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cluster 2023-12-06T07:07:49.018727+0000 mgr.y (mgr.25474) 1392 : cluster 0 pgmap v173: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 177 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 80/630 objects degraded (12.698%) 2023-12-06T07:07:50.255 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.057547+0000 mon.a (mon.0) 3077 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.255 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.059801+0000 mon.a (mon.0) 3078 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.255 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.062119+0000 mon.a (mon.0) 3079 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.255 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.063040+0000 mon.a (mon.0) 3080 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.255 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.069499+0000 mon.a (mon.0) 3081 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.255 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cephadm 2023-12-06T07:07:49.070245+0000 mgr.y (mgr.25474) 1393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.255 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cluster 2023-12-06T07:07:49.072005+0000 mon.a (mon.0) 3082 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:07:50.255 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cluster 2023-12-06T07:07:49.078225+0000 mon.a (mon.0) 3083 : cluster 1 osd.3 [v2:172.21.15.40:6826/2259136369,v1:172.21.15.40:6827/2259136369] boot 2023-12-06T07:07:50.255 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cluster 2023-12-06T07:07:49.078315+0000 mon.a (mon.0) 3084 : cluster 0 osdmap e126: 8 total, 8 up, 8 in 2023-12-06T07:07:50.255 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cluster 2023-12-06T07:07:49.078510+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:07:50.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cephadm 2023-12-06T07:07:48.149859+0000 mgr.y (mgr.25474) 1382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cephadm 2023-12-06T07:07:48.243508+0000 mgr.y (mgr.25474) 1383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cephadm 2023-12-06T07:07:48.340206+0000 mgr.y (mgr.25474) 1384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cephadm 2023-12-06T07:07:48.435311+0000 mgr.y (mgr.25474) 1385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cephadm 2023-12-06T07:07:48.535250+0000 mgr.y (mgr.25474) 1386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cephadm 2023-12-06T07:07:48.633004+0000 mgr.y (mgr.25474) 1387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cephadm 2023-12-06T07:07:48.719894+0000 mgr.y (mgr.25474) 1388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cephadm 2023-12-06T07:07:48.796539+0000 mgr.y (mgr.25474) 1389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cephadm 2023-12-06T07:07:48.886070+0000 mgr.y (mgr.25474) 1390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cephadm 2023-12-06T07:07:48.978399+0000 mgr.y (mgr.25474) 1391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cluster 2023-12-06T07:07:49.018727+0000 mgr.y (mgr.25474) 1392 : cluster 0 pgmap v173: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 177 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 80/630 objects degraded (12.698%) 2023-12-06T07:07:50.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.057547+0000 mon.a (mon.0) 3077 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.059801+0000 mon.a (mon.0) 3078 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.257 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.062119+0000 mon.a (mon.0) 3079 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.257 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.063040+0000 mon.a (mon.0) 3080 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.257 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.069499+0000 mon.a (mon.0) 3081 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.257 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cephadm 2023-12-06T07:07:49.070245+0000 mgr.y (mgr.25474) 1393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.257 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cluster 2023-12-06T07:07:49.072005+0000 mon.a (mon.0) 3082 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:07:50.257 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cluster 2023-12-06T07:07:49.078225+0000 mon.a (mon.0) 3083 : cluster 1 osd.3 [v2:172.21.15.40:6826/2259136369,v1:172.21.15.40:6827/2259136369] boot 2023-12-06T07:07:50.257 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cluster 2023-12-06T07:07:49.078315+0000 mon.a (mon.0) 3084 : cluster 0 osdmap e126: 8 total, 8 up, 8 in 2023-12-06T07:07:50.257 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cluster 2023-12-06T07:07:49.078510+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:07:50.257 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.078762+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:07:50.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: cluster 2023-12-06T07:07:49.084769+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:07:50.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.184715+0000 mon.a (mon.0) 3086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.187828+0000 mon.a (mon.0) 3087 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.191628+0000 mon.a (mon.0) 3088 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.192966+0000 mon.a (mon.0) 3089 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.201201+0000 mon.a (mon.0) 3090 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.281411+0000 mon.a (mon.0) 3091 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.283908+0000 mon.a (mon.0) 3092 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.287059+0000 mon.a (mon.0) 3093 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.288392+0000 mon.a (mon.0) 3094 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.297048+0000 mon.a (mon.0) 3095 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.378493+0000 mon.a (mon.0) 3096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.383659+0000 mon.a (mon.0) 3097 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.385729+0000 mon.a (mon.0) 3098 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.258 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.386541+0000 mon.a (mon.0) 3099 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.391894+0000 mon.a (mon.0) 3100 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.456334+0000 mon.a (mon.0) 3101 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.459326+0000 mon.a (mon.0) 3102 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.259 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.464084+0000 mon.a (mon.0) 3103 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.259 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.078762+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:07:50.259 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: cluster 2023-12-06T07:07:49.084769+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:07:50.259 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.184715+0000 mon.a (mon.0) 3086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.259 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.187828+0000 mon.a (mon.0) 3087 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.259 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.191628+0000 mon.a (mon.0) 3088 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.259 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.192966+0000 mon.a (mon.0) 3089 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.259 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.201201+0000 mon.a (mon.0) 3090 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.281411+0000 mon.a (mon.0) 3091 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.283908+0000 mon.a (mon.0) 3092 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.287059+0000 mon.a (mon.0) 3093 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.288392+0000 mon.a (mon.0) 3094 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.297048+0000 mon.a (mon.0) 3095 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.378493+0000 mon.a (mon.0) 3096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.383659+0000 mon.a (mon.0) 3097 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.385729+0000 mon.a (mon.0) 3098 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.386541+0000 mon.a (mon.0) 3099 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.391894+0000 mon.a (mon.0) 3100 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.456334+0000 mon.a (mon.0) 3101 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.459326+0000 mon.a (mon.0) 3102 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.260 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.464084+0000 mon.a (mon.0) 3103 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.465506+0000 mon.a (mon.0) 3104 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.474396+0000 mon.a (mon.0) 3105 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.552320+0000 mon.a (mon.0) 3106 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.556486+0000 mon.a (mon.0) 3107 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.560453+0000 mon.a (mon.0) 3108 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.561805+0000 mon.a (mon.0) 3109 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.261 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.569863+0000 mon.a (mon.0) 3110 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.649729+0000 mon.a (mon.0) 3111 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.654313+0000 mon.a (mon.0) 3112 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.658262+0000 mon.a (mon.0) 3113 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.659820+0000 mon.a (mon.0) 3114 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.668067+0000 mon.a (mon.0) 3115 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.747322+0000 mon.a (mon.0) 3116 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.749268+0000 mon.a (mon.0) 3117 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.751575+0000 mon.a (mon.0) 3118 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.752342+0000 mon.a (mon.0) 3119 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.759071+0000 mon.a (mon.0) 3120 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.841883+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.262 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.843983+0000 mon.a (mon.0) 3122 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.848076+0000 mon.a (mon.0) 3123 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.849765+0000 mon.a (mon.0) 3124 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.857793+0000 mon.a (mon.0) 3125 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.940403+0000 mon.a (mon.0) 3126 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.942404+0000 mon.a (mon.0) 3127 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.945603+0000 mon.a (mon.0) 3128 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.946562+0000 mon.a (mon.0) 3129 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:49.953830+0000 mon.a (mon.0) 3130 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.263 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[84914]: audit 2023-12-06T07:07:50.034071+0000 mon.a (mon.0) 3131 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.264 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.465506+0000 mon.a (mon.0) 3104 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.264 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.474396+0000 mon.a (mon.0) 3105 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.264 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.552320+0000 mon.a (mon.0) 3106 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.264 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.556486+0000 mon.a (mon.0) 3107 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.264 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.560453+0000 mon.a (mon.0) 3108 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.264 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.561805+0000 mon.a (mon.0) 3109 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.264 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.569863+0000 mon.a (mon.0) 3110 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.264 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.649729+0000 mon.a (mon.0) 3111 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.264 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.654313+0000 mon.a (mon.0) 3112 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.264 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.658262+0000 mon.a (mon.0) 3113 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.264 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.659820+0000 mon.a (mon.0) 3114 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.264 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.668067+0000 mon.a (mon.0) 3115 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.747322+0000 mon.a (mon.0) 3116 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.749268+0000 mon.a (mon.0) 3117 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.751575+0000 mon.a (mon.0) 3118 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.752342+0000 mon.a (mon.0) 3119 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.759071+0000 mon.a (mon.0) 3120 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.841883+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.843983+0000 mon.a (mon.0) 3122 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.848076+0000 mon.a (mon.0) 3123 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.849765+0000 mon.a (mon.0) 3124 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.857793+0000 mon.a (mon.0) 3125 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.940403+0000 mon.a (mon.0) 3126 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.942404+0000 mon.a (mon.0) 3127 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.945603+0000 mon.a (mon.0) 3128 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.946562+0000 mon.a (mon.0) 3129 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.265 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:49.953830+0000 mon.a (mon.0) 3130 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.266 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:50 smithi040 bash[78949]: audit 2023-12-06T07:07:50.034071+0000 mon.a (mon.0) 3131 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.329 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cephadm 2023-12-06T07:07:48.149859+0000 mgr.y (mgr.25474) 1382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.329 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cephadm 2023-12-06T07:07:48.243508+0000 mgr.y (mgr.25474) 1383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.329 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cephadm 2023-12-06T07:07:48.340206+0000 mgr.y (mgr.25474) 1384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.329 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cephadm 2023-12-06T07:07:48.435311+0000 mgr.y (mgr.25474) 1385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.329 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cephadm 2023-12-06T07:07:48.535250+0000 mgr.y (mgr.25474) 1386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.329 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cephadm 2023-12-06T07:07:48.633004+0000 mgr.y (mgr.25474) 1387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.329 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cephadm 2023-12-06T07:07:48.719894+0000 mgr.y (mgr.25474) 1388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.329 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cephadm 2023-12-06T07:07:48.796539+0000 mgr.y (mgr.25474) 1389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.329 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cephadm 2023-12-06T07:07:48.886070+0000 mgr.y (mgr.25474) 1390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.329 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cephadm 2023-12-06T07:07:48.978399+0000 mgr.y (mgr.25474) 1391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.329 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cluster 2023-12-06T07:07:49.018727+0000 mgr.y (mgr.25474) 1392 : cluster 0 pgmap v173: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 177 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 80/630 objects degraded (12.698%) 2023-12-06T07:07:50.330 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.057547+0000 mon.a (mon.0) 3077 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.330 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.059801+0000 mon.a (mon.0) 3078 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.330 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.062119+0000 mon.a (mon.0) 3079 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.330 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.063040+0000 mon.a (mon.0) 3080 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.330 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.069499+0000 mon.a (mon.0) 3081 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.330 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cephadm 2023-12-06T07:07:49.070245+0000 mgr.y (mgr.25474) 1393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:50.330 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cluster 2023-12-06T07:07:49.072005+0000 mon.a (mon.0) 3082 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:07:50.330 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cluster 2023-12-06T07:07:49.078225+0000 mon.a (mon.0) 3083 : cluster 1 osd.3 [v2:172.21.15.40:6826/2259136369,v1:172.21.15.40:6827/2259136369] boot 2023-12-06T07:07:50.330 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cluster 2023-12-06T07:07:49.078315+0000 mon.a (mon.0) 3084 : cluster 0 osdmap e126: 8 total, 8 up, 8 in 2023-12-06T07:07:50.330 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cluster 2023-12-06T07:07:49.078510+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:07:50.330 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.078762+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:07:50.330 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: cluster 2023-12-06T07:07:49.084769+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:07:50.330 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.184715+0000 mon.a (mon.0) 3086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.330 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.187828+0000 mon.a (mon.0) 3087 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.330 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.191628+0000 mon.a (mon.0) 3088 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.331 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.192966+0000 mon.a (mon.0) 3089 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.331 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.201201+0000 mon.a (mon.0) 3090 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.331 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.281411+0000 mon.a (mon.0) 3091 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.331 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.283908+0000 mon.a (mon.0) 3092 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.331 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.287059+0000 mon.a (mon.0) 3093 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.331 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.288392+0000 mon.a (mon.0) 3094 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.331 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.297048+0000 mon.a (mon.0) 3095 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.331 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.378493+0000 mon.a (mon.0) 3096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.331 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.383659+0000 mon.a (mon.0) 3097 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.331 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.385729+0000 mon.a (mon.0) 3098 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.331 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.386541+0000 mon.a (mon.0) 3099 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.331 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.391894+0000 mon.a (mon.0) 3100 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.331 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.456334+0000 mon.a (mon.0) 3101 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.331 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.459326+0000 mon.a (mon.0) 3102 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.331 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.464084+0000 mon.a (mon.0) 3103 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.332 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.465506+0000 mon.a (mon.0) 3104 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.332 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.474396+0000 mon.a (mon.0) 3105 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.332 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.552320+0000 mon.a (mon.0) 3106 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.332 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.556486+0000 mon.a (mon.0) 3107 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.332 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.560453+0000 mon.a (mon.0) 3108 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.332 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.561805+0000 mon.a (mon.0) 3109 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.332 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.569863+0000 mon.a (mon.0) 3110 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.332 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.649729+0000 mon.a (mon.0) 3111 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.332 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.654313+0000 mon.a (mon.0) 3112 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.658262+0000 mon.a (mon.0) 3113 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.659820+0000 mon.a (mon.0) 3114 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.668067+0000 mon.a (mon.0) 3115 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.747322+0000 mon.a (mon.0) 3116 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.749268+0000 mon.a (mon.0) 3117 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.751575+0000 mon.a (mon.0) 3118 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.752342+0000 mon.a (mon.0) 3119 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.759071+0000 mon.a (mon.0) 3120 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.841883+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.843983+0000 mon.a (mon.0) 3122 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.848076+0000 mon.a (mon.0) 3123 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.849765+0000 mon.a (mon.0) 3124 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.857793+0000 mon.a (mon.0) 3125 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.940403+0000 mon.a (mon.0) 3126 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.942404+0000 mon.a (mon.0) 3127 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:50.333 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.945603+0000 mon.a (mon.0) 3128 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:50.334 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.946562+0000 mon.a (mon.0) 3129 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:50.334 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:49.953830+0000 mon.a (mon.0) 3130 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:50.334 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:50 smithi141 bash[72190]: audit 2023-12-06T07:07:50.034071+0000 mon.a (mon.0) 3131 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.184 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cephadm 2023-12-06T07:07:49.202106+0000 mgr.y (mgr.25474) 1394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.185 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cephadm 2023-12-06T07:07:49.297981+0000 mgr.y (mgr.25474) 1395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.185 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cephadm 2023-12-06T07:07:49.392384+0000 mgr.y (mgr.25474) 1396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.185 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cephadm 2023-12-06T07:07:49.475125+0000 mgr.y (mgr.25474) 1397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.185 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cephadm 2023-12-06T07:07:49.570866+0000 mgr.y (mgr.25474) 1398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.185 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cephadm 2023-12-06T07:07:49.668725+0000 mgr.y (mgr.25474) 1399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.185 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cephadm 2023-12-06T07:07:49.759872+0000 mgr.y (mgr.25474) 1400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.185 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cephadm 2023-12-06T07:07:49.858610+0000 mgr.y (mgr.25474) 1401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.185 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cephadm 2023-12-06T07:07:49.954336+0000 mgr.y (mgr.25474) 1402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.185 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.036546+0000 mon.a (mon.0) 3132 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.185 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.047413+0000 mon.a (mon.0) 3133 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.185 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.048820+0000 mon.a (mon.0) 3134 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.185 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.054339+0000 mon.a (mon.0) 3135 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.185 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cephadm 2023-12-06T07:07:50.054869+0000 mgr.y (mgr.25474) 1403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.185 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cluster 2023-12-06T07:07:50.081203+0000 mon.a (mon.0) 3136 : cluster 0 osdmap e127: 8 total, 8 up, 8 in 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cluster 2023-12-06T07:07:50.084370+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cluster 2023-12-06T07:07:50.087126+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cluster 2023-12-06T07:07:50.087222+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cluster 2023-12-06T07:07:50.087357+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cluster 2023-12-06T07:07:50.088503+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cluster 2023-12-06T07:07:50.089152+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cluster 2023-12-06T07:07:50.089670+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cluster 2023-12-06T07:07:50.092506+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: cluster 2023-12-06T07:07:50.095858+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.121958+0000 mon.a (mon.0) 3137 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.124996+0000 mon.a (mon.0) 3138 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.127816+0000 mon.a (mon.0) 3139 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.131056+0000 mon.a (mon.0) 3140 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.138666+0000 mon.a (mon.0) 3141 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.205536+0000 mon.a (mon.0) 3142 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.186 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.207959+0000 mon.a (mon.0) 3143 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.187 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.210557+0000 mon.a (mon.0) 3144 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.187 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.211392+0000 mon.a (mon.0) 3145 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.187 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.217981+0000 mon.a (mon.0) 3146 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.187 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.303893+0000 mon.a (mon.0) 3147 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.187 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.308473+0000 mon.a (mon.0) 3148 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.187 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.310596+0000 mon.a (mon.0) 3149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.187 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.314083+0000 mon.a (mon.0) 3150 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.187 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.315045+0000 mon.a (mon.0) 3151 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.187 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.317856+0000 mon.a (mon.0) 3152 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.187 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.321187+0000 mon.a (mon.0) 3153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.187 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.325887+0000 mon.a (mon.0) 3154 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.187 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.394665+0000 mon.a (mon.0) 3155 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.187 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.396877+0000 mon.a (mon.0) 3156 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.188 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cephadm 2023-12-06T07:07:49.202106+0000 mgr.y (mgr.25474) 1394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.188 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cephadm 2023-12-06T07:07:49.297981+0000 mgr.y (mgr.25474) 1395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.188 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cephadm 2023-12-06T07:07:49.392384+0000 mgr.y (mgr.25474) 1396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.188 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cephadm 2023-12-06T07:07:49.475125+0000 mgr.y (mgr.25474) 1397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.188 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cephadm 2023-12-06T07:07:49.570866+0000 mgr.y (mgr.25474) 1398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.188 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cephadm 2023-12-06T07:07:49.668725+0000 mgr.y (mgr.25474) 1399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.188 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cephadm 2023-12-06T07:07:49.759872+0000 mgr.y (mgr.25474) 1400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.188 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cephadm 2023-12-06T07:07:49.858610+0000 mgr.y (mgr.25474) 1401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.188 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cephadm 2023-12-06T07:07:49.954336+0000 mgr.y (mgr.25474) 1402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.188 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.036546+0000 mon.a (mon.0) 3132 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.188 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.047413+0000 mon.a (mon.0) 3133 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.188 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.048820+0000 mon.a (mon.0) 3134 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.188 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.054339+0000 mon.a (mon.0) 3135 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.188 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cephadm 2023-12-06T07:07:50.054869+0000 mgr.y (mgr.25474) 1403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.189 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cluster 2023-12-06T07:07:50.081203+0000 mon.a (mon.0) 3136 : cluster 0 osdmap e127: 8 total, 8 up, 8 in 2023-12-06T07:07:51.189 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cluster 2023-12-06T07:07:50.084370+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.189 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cluster 2023-12-06T07:07:50.087126+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.189 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cluster 2023-12-06T07:07:50.087222+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.189 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cluster 2023-12-06T07:07:50.087357+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.189 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cluster 2023-12-06T07:07:50.088503+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.189 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cluster 2023-12-06T07:07:50.089152+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.189 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cluster 2023-12-06T07:07:50.089670+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.190 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cluster 2023-12-06T07:07:50.092506+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.190 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.400757+0000 mon.a (mon.0) 3157 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.190 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.401717+0000 mon.a (mon.0) 3158 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.190 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.410296+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.190 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.489735+0000 mon.a (mon.0) 3160 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.190 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.492560+0000 mon.a (mon.0) 3161 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.190 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.495226+0000 mon.a (mon.0) 3162 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.190 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.496452+0000 mon.a (mon.0) 3163 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.503019+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.584112+0000 mon.a (mon.0) 3165 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.586398+0000 mon.a (mon.0) 3166 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.590284+0000 mon.a (mon.0) 3167 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.591764+0000 mon.a (mon.0) 3168 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.598261+0000 mon.a (mon.0) 3169 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.678523+0000 mon.a (mon.0) 3170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.681259+0000 mon.a (mon.0) 3171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.683880+0000 mon.a (mon.0) 3172 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.684991+0000 mon.a (mon.0) 3173 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.692532+0000 mon.a (mon.0) 3174 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.776187+0000 mon.a (mon.0) 3175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.778741+0000 mon.a (mon.0) 3176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.782358+0000 mon.a (mon.0) 3177 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.191 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.783771+0000 mon.a (mon.0) 3178 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.192 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.793971+0000 mon.a (mon.0) 3179 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.192 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.874971+0000 mon.a (mon.0) 3180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.192 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.877935+0000 mon.a (mon.0) 3181 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.192 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.881266+0000 mon.a (mon.0) 3182 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.192 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.882416+0000 mon.a (mon.0) 3183 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.192 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.889737+0000 mon.a (mon.0) 3184 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.192 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.973631+0000 mon.a (mon.0) 3185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.192 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.976774+0000 mon.a (mon.0) 3186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.192 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.979773+0000 mon.a (mon.0) 3187 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.192 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.980791+0000 mon.a (mon.0) 3188 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.192 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[84914]: audit 2023-12-06T07:07:50.989952+0000 mon.a (mon.0) 3189 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.193 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: cluster 2023-12-06T07:07:50.095858+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.193 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.121958+0000 mon.a (mon.0) 3137 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.193 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.124996+0000 mon.a (mon.0) 3138 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.193 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.127816+0000 mon.a (mon.0) 3139 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.194 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.131056+0000 mon.a (mon.0) 3140 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.194 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.138666+0000 mon.a (mon.0) 3141 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.194 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.205536+0000 mon.a (mon.0) 3142 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.194 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.207959+0000 mon.a (mon.0) 3143 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.194 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.210557+0000 mon.a (mon.0) 3144 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.194 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.211392+0000 mon.a (mon.0) 3145 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.194 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.217981+0000 mon.a (mon.0) 3146 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.194 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.303893+0000 mon.a (mon.0) 3147 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.194 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.308473+0000 mon.a (mon.0) 3148 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.310596+0000 mon.a (mon.0) 3149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.314083+0000 mon.a (mon.0) 3150 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.315045+0000 mon.a (mon.0) 3151 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.317856+0000 mon.a (mon.0) 3152 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.321187+0000 mon.a (mon.0) 3153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.325887+0000 mon.a (mon.0) 3154 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.394665+0000 mon.a (mon.0) 3155 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.396877+0000 mon.a (mon.0) 3156 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.400757+0000 mon.a (mon.0) 3157 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.401717+0000 mon.a (mon.0) 3158 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.410296+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.489735+0000 mon.a (mon.0) 3160 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.492560+0000 mon.a (mon.0) 3161 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.495226+0000 mon.a (mon.0) 3162 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.496452+0000 mon.a (mon.0) 3163 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.195 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.503019+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.196 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.584112+0000 mon.a (mon.0) 3165 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.196 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.586398+0000 mon.a (mon.0) 3166 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.196 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.590284+0000 mon.a (mon.0) 3167 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.196 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.591764+0000 mon.a (mon.0) 3168 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.196 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.598261+0000 mon.a (mon.0) 3169 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.196 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.678523+0000 mon.a (mon.0) 3170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.196 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.681259+0000 mon.a (mon.0) 3171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.196 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.683880+0000 mon.a (mon.0) 3172 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.196 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.684991+0000 mon.a (mon.0) 3173 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.196 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.692532+0000 mon.a (mon.0) 3174 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.196 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.776187+0000 mon.a (mon.0) 3175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.196 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.778741+0000 mon.a (mon.0) 3176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.196 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.782358+0000 mon.a (mon.0) 3177 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.196 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.783771+0000 mon.a (mon.0) 3178 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.196 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.793971+0000 mon.a (mon.0) 3179 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.197 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.874971+0000 mon.a (mon.0) 3180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.197 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.877935+0000 mon.a (mon.0) 3181 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.197 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.881266+0000 mon.a (mon.0) 3182 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.197 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.882416+0000 mon.a (mon.0) 3183 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.197 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.889737+0000 mon.a (mon.0) 3184 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.197 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.973631+0000 mon.a (mon.0) 3185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.197 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.976774+0000 mon.a (mon.0) 3186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.197 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.979773+0000 mon.a (mon.0) 3187 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.197 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.980791+0000 mon.a (mon.0) 3188 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.197 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[78949]: audit 2023-12-06T07:07:50.989952+0000 mon.a (mon.0) 3189 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cephadm 2023-12-06T07:07:49.202106+0000 mgr.y (mgr.25474) 1394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cephadm 2023-12-06T07:07:49.297981+0000 mgr.y (mgr.25474) 1395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cephadm 2023-12-06T07:07:49.392384+0000 mgr.y (mgr.25474) 1396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cephadm 2023-12-06T07:07:49.475125+0000 mgr.y (mgr.25474) 1397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cephadm 2023-12-06T07:07:49.570866+0000 mgr.y (mgr.25474) 1398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cephadm 2023-12-06T07:07:49.668725+0000 mgr.y (mgr.25474) 1399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cephadm 2023-12-06T07:07:49.759872+0000 mgr.y (mgr.25474) 1400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cephadm 2023-12-06T07:07:49.858610+0000 mgr.y (mgr.25474) 1401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cephadm 2023-12-06T07:07:49.954336+0000 mgr.y (mgr.25474) 1402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.036546+0000 mon.a (mon.0) 3132 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.047413+0000 mon.a (mon.0) 3133 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.048820+0000 mon.a (mon.0) 3134 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.054339+0000 mon.a (mon.0) 3135 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cephadm 2023-12-06T07:07:50.054869+0000 mgr.y (mgr.25474) 1403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cluster 2023-12-06T07:07:50.081203+0000 mon.a (mon.0) 3136 : cluster 0 osdmap e127: 8 total, 8 up, 8 in 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cluster 2023-12-06T07:07:50.084370+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cluster 2023-12-06T07:07:50.087126+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cluster 2023-12-06T07:07:50.087222+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cluster 2023-12-06T07:07:50.087357+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cluster 2023-12-06T07:07:50.088503+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cluster 2023-12-06T07:07:50.089152+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cluster 2023-12-06T07:07:50.089670+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cluster 2023-12-06T07:07:50.092506+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: cluster 2023-12-06T07:07:50.095858+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:07:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.121958+0000 mon.a (mon.0) 3137 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.124996+0000 mon.a (mon.0) 3138 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.127816+0000 mon.a (mon.0) 3139 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.131056+0000 mon.a (mon.0) 3140 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.138666+0000 mon.a (mon.0) 3141 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.205536+0000 mon.a (mon.0) 3142 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.207959+0000 mon.a (mon.0) 3143 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.210557+0000 mon.a (mon.0) 3144 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.211392+0000 mon.a (mon.0) 3145 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.217981+0000 mon.a (mon.0) 3146 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.303893+0000 mon.a (mon.0) 3147 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.308473+0000 mon.a (mon.0) 3148 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.310596+0000 mon.a (mon.0) 3149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.314083+0000 mon.a (mon.0) 3150 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.315045+0000 mon.a (mon.0) 3151 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.317856+0000 mon.a (mon.0) 3152 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.321187+0000 mon.a (mon.0) 3153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.325887+0000 mon.a (mon.0) 3154 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.394665+0000 mon.a (mon.0) 3155 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.396877+0000 mon.a (mon.0) 3156 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.400757+0000 mon.a (mon.0) 3157 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.401717+0000 mon.a (mon.0) 3158 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.410296+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.489735+0000 mon.a (mon.0) 3160 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.492560+0000 mon.a (mon.0) 3161 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.495226+0000 mon.a (mon.0) 3162 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.496452+0000 mon.a (mon.0) 3163 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.503019+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.584112+0000 mon.a (mon.0) 3165 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.586398+0000 mon.a (mon.0) 3166 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.590284+0000 mon.a (mon.0) 3167 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.591764+0000 mon.a (mon.0) 3168 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.598261+0000 mon.a (mon.0) 3169 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.678523+0000 mon.a (mon.0) 3170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.681259+0000 mon.a (mon.0) 3171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.683880+0000 mon.a (mon.0) 3172 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.684991+0000 mon.a (mon.0) 3173 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.692532+0000 mon.a (mon.0) 3174 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.776187+0000 mon.a (mon.0) 3175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.778741+0000 mon.a (mon.0) 3176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.782358+0000 mon.a (mon.0) 3177 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.783771+0000 mon.a (mon.0) 3178 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.793971+0000 mon.a (mon.0) 3179 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.874971+0000 mon.a (mon.0) 3180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.877935+0000 mon.a (mon.0) 3181 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.881266+0000 mon.a (mon.0) 3182 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.882416+0000 mon.a (mon.0) 3183 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.889737+0000 mon.a (mon.0) 3184 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.973631+0000 mon.a (mon.0) 3185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:51.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.976774+0000 mon.a (mon.0) 3186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:51.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.979773+0000 mon.a (mon.0) 3187 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:51.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.980791+0000 mon.a (mon.0) 3188 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:51.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:51 smithi141 bash[72190]: audit 2023-12-06T07:07:50.989952+0000 mon.a (mon.0) 3189 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:51.530 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:07:51 smithi040 bash[75188]: debug 2023-12-06T07:07:51.182+0000 7efde2cff700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-12-06T07:07:52.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: cephadm 2023-12-06T07:07:50.139789+0000 mgr.y (mgr.25474) 1404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: cephadm 2023-12-06T07:07:50.218518+0000 mgr.y (mgr.25474) 1405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: cephadm 2023-12-06T07:07:50.327759+0000 mgr.y (mgr.25474) 1406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: cephadm 2023-12-06T07:07:50.411059+0000 mgr.y (mgr.25474) 1407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: cephadm 2023-12-06T07:07:50.503989+0000 mgr.y (mgr.25474) 1408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: cephadm 2023-12-06T07:07:50.598980+0000 mgr.y (mgr.25474) 1409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: cephadm 2023-12-06T07:07:50.693187+0000 mgr.y (mgr.25474) 1410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: cephadm 2023-12-06T07:07:50.794740+0000 mgr.y (mgr.25474) 1411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: cephadm 2023-12-06T07:07:50.890572+0000 mgr.y (mgr.25474) 1412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: cephadm 2023-12-06T07:07:50.990684+0000 mgr.y (mgr.25474) 1413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: cluster 2023-12-06T07:07:51.019591+0000 mgr.y (mgr.25474) 1414 : cluster 0 pgmap v176: 161 pgs: 18 active+undersized+degraded, 33 active+undersized, 110 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 56/630 objects degraded (8.889%) 2023-12-06T07:07:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: audit 2023-12-06T07:07:51.065932+0000 mon.a (mon.0) 3190 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: audit 2023-12-06T07:07:51.068679+0000 mon.a (mon.0) 3191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: audit 2023-12-06T07:07:51.071800+0000 mon.a (mon.0) 3192 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: audit 2023-12-06T07:07:51.072949+0000 mon.a (mon.0) 3193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: audit 2023-12-06T07:07:51.082958+0000 mon.a (mon.0) 3194 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: cephadm 2023-12-06T07:07:51.083710+0000 mgr.y (mgr.25474) 1415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: audit 2023-12-06T07:07:51.158717+0000 mon.a (mon.0) 3195 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: audit 2023-12-06T07:07:51.165820+0000 mon.a (mon.0) 3196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: audit 2023-12-06T07:07:51.169707+0000 mon.a (mon.0) 3197 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: audit 2023-12-06T07:07:51.177007+0000 mon.a (mon.0) 3198 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: audit 2023-12-06T07:07:51.177565+0000 mon.a (mon.0) 3199 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: audit 2023-12-06T07:07:51.181194+0000 mon.a (mon.0) 3200 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: audit 2023-12-06T07:07:51.182750+0000 mon.a (mon.0) 3201 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:52 smithi141 bash[72190]: audit 2023-12-06T07:07:51.184591+0000 mon.a (mon.0) 3202 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:07:52.475 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: cephadm 2023-12-06T07:07:50.139789+0000 mgr.y (mgr.25474) 1404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.475 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: cephadm 2023-12-06T07:07:50.218518+0000 mgr.y (mgr.25474) 1405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.475 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: cephadm 2023-12-06T07:07:50.327759+0000 mgr.y (mgr.25474) 1406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.475 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: cephadm 2023-12-06T07:07:50.411059+0000 mgr.y (mgr.25474) 1407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: cephadm 2023-12-06T07:07:50.503989+0000 mgr.y (mgr.25474) 1408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: cephadm 2023-12-06T07:07:50.598980+0000 mgr.y (mgr.25474) 1409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: cephadm 2023-12-06T07:07:50.693187+0000 mgr.y (mgr.25474) 1410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: cephadm 2023-12-06T07:07:50.794740+0000 mgr.y (mgr.25474) 1411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: cephadm 2023-12-06T07:07:50.890572+0000 mgr.y (mgr.25474) 1412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: cephadm 2023-12-06T07:07:50.990684+0000 mgr.y (mgr.25474) 1413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: cluster 2023-12-06T07:07:51.019591+0000 mgr.y (mgr.25474) 1414 : cluster 0 pgmap v176: 161 pgs: 18 active+undersized+degraded, 33 active+undersized, 110 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 56/630 objects degraded (8.889%) 2023-12-06T07:07:52.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: audit 2023-12-06T07:07:51.065932+0000 mon.a (mon.0) 3190 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:52.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: audit 2023-12-06T07:07:51.068679+0000 mon.a (mon.0) 3191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:52.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: audit 2023-12-06T07:07:51.071800+0000 mon.a (mon.0) 3192 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:52.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: audit 2023-12-06T07:07:51.072949+0000 mon.a (mon.0) 3193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:52.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: audit 2023-12-06T07:07:51.082958+0000 mon.a (mon.0) 3194 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:52.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: cephadm 2023-12-06T07:07:51.083710+0000 mgr.y (mgr.25474) 1415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: audit 2023-12-06T07:07:51.158717+0000 mon.a (mon.0) 3195 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:52.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: audit 2023-12-06T07:07:51.165820+0000 mon.a (mon.0) 3196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:52.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: audit 2023-12-06T07:07:51.169707+0000 mon.a (mon.0) 3197 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:52.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: audit 2023-12-06T07:07:51.177007+0000 mon.a (mon.0) 3198 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:52.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: audit 2023-12-06T07:07:51.177565+0000 mon.a (mon.0) 3199 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:52.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: audit 2023-12-06T07:07:51.181194+0000 mon.a (mon.0) 3200 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:52.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: audit 2023-12-06T07:07:51.182750+0000 mon.a (mon.0) 3201 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:52.477 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[84914]: audit 2023-12-06T07:07:51.184591+0000 mon.a (mon.0) 3202 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:07:52.477 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: cephadm 2023-12-06T07:07:50.139789+0000 mgr.y (mgr.25474) 1404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.477 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: cephadm 2023-12-06T07:07:50.218518+0000 mgr.y (mgr.25474) 1405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.477 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: cephadm 2023-12-06T07:07:50.327759+0000 mgr.y (mgr.25474) 1406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: cephadm 2023-12-06T07:07:50.411059+0000 mgr.y (mgr.25474) 1407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: cephadm 2023-12-06T07:07:50.503989+0000 mgr.y (mgr.25474) 1408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: cephadm 2023-12-06T07:07:50.598980+0000 mgr.y (mgr.25474) 1409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: cephadm 2023-12-06T07:07:50.693187+0000 mgr.y (mgr.25474) 1410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: cephadm 2023-12-06T07:07:50.794740+0000 mgr.y (mgr.25474) 1411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: cephadm 2023-12-06T07:07:50.890572+0000 mgr.y (mgr.25474) 1412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: cephadm 2023-12-06T07:07:50.990684+0000 mgr.y (mgr.25474) 1413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: cluster 2023-12-06T07:07:51.019591+0000 mgr.y (mgr.25474) 1414 : cluster 0 pgmap v176: 161 pgs: 18 active+undersized+degraded, 33 active+undersized, 110 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 56/630 objects degraded (8.889%) 2023-12-06T07:07:52.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: audit 2023-12-06T07:07:51.065932+0000 mon.a (mon.0) 3190 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:52.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: audit 2023-12-06T07:07:51.068679+0000 mon.a (mon.0) 3191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:52.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: audit 2023-12-06T07:07:51.071800+0000 mon.a (mon.0) 3192 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:07:52.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: audit 2023-12-06T07:07:51.072949+0000 mon.a (mon.0) 3193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:07:52.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: audit 2023-12-06T07:07:51.082958+0000 mon.a (mon.0) 3194 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:52.478 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: cephadm 2023-12-06T07:07:51.083710+0000 mgr.y (mgr.25474) 1415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:07:52.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: audit 2023-12-06T07:07:51.158717+0000 mon.a (mon.0) 3195 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:52.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: audit 2023-12-06T07:07:51.165820+0000 mon.a (mon.0) 3196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:07:52.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: audit 2023-12-06T07:07:51.169707+0000 mon.a (mon.0) 3197 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:52.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: audit 2023-12-06T07:07:51.177007+0000 mon.a (mon.0) 3198 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:52.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: audit 2023-12-06T07:07:51.177565+0000 mon.a (mon.0) 3199 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:52.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: audit 2023-12-06T07:07:51.181194+0000 mon.a (mon.0) 3200 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:52.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: audit 2023-12-06T07:07:51.182750+0000 mon.a (mon.0) 3201 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:07:52.479 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:52 smithi040 bash[78949]: audit 2023-12-06T07:07:51.184591+0000 mon.a (mon.0) 3202 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:07:53.321 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:53 smithi040 bash[84914]: audit 2023-12-06T07:07:51.184794+0000 mgr.y (mgr.25474) 1416 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:07:53.321 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:53 smithi040 bash[84914]: cephadm 2023-12-06T07:07:51.185815+0000 mgr.y (mgr.25474) 1417 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-12-06T07:07:53.321 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:53 smithi040 bash[84914]: cluster 2023-12-06T07:07:52.648874+0000 mon.a (mon.0) 3203 : cluster 3 Health check update: Degraded data redundancy: 56/630 objects degraded (8.889%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:53.321 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:53 smithi040 bash[84914]: audit 2023-12-06T07:07:52.782192+0000 mon.a (mon.0) 3204 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:53.321 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:53 smithi040 bash[84914]: audit 2023-12-06T07:07:52.784538+0000 mon.a (mon.0) 3205 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:07:53.322 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:53 smithi040 bash[78949]: audit 2023-12-06T07:07:51.184794+0000 mgr.y (mgr.25474) 1416 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:07:53.322 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:53 smithi040 bash[78949]: cephadm 2023-12-06T07:07:51.185815+0000 mgr.y (mgr.25474) 1417 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-12-06T07:07:53.322 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:53 smithi040 bash[78949]: cluster 2023-12-06T07:07:52.648874+0000 mon.a (mon.0) 3203 : cluster 3 Health check update: Degraded data redundancy: 56/630 objects degraded (8.889%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:53.322 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:53 smithi040 bash[78949]: audit 2023-12-06T07:07:52.782192+0000 mon.a (mon.0) 3204 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:53.322 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:53 smithi040 bash[78949]: audit 2023-12-06T07:07:52.784538+0000 mon.a (mon.0) 3205 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:07:53.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:53 smithi141 bash[72190]: audit 2023-12-06T07:07:51.184794+0000 mgr.y (mgr.25474) 1416 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:07:53.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:53 smithi141 bash[72190]: cephadm 2023-12-06T07:07:51.185815+0000 mgr.y (mgr.25474) 1417 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-12-06T07:07:53.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:53 smithi141 bash[72190]: cluster 2023-12-06T07:07:52.648874+0000 mon.a (mon.0) 3203 : cluster 3 Health check update: Degraded data redundancy: 56/630 objects degraded (8.889%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T07:07:53.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:53 smithi141 bash[72190]: audit 2023-12-06T07:07:52.782192+0000 mon.a (mon.0) 3204 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:53.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:53 smithi141 bash[72190]: audit 2023-12-06T07:07:52.784538+0000 mon.a (mon.0) 3205 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:07:54.145 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:54 smithi040 bash[78949]: cluster 2023-12-06T07:07:53.020525+0000 mgr.y (mgr.25474) 1418 : cluster 0 pgmap v177: 161 pgs: 18 active+undersized+degraded, 33 active+undersized, 110 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 56/630 objects degraded (8.889%) 2023-12-06T07:07:54.145 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:54 smithi040 bash[84914]: cluster 2023-12-06T07:07:53.020525+0000 mgr.y (mgr.25474) 1418 : cluster 0 pgmap v177: 161 pgs: 18 active+undersized+degraded, 33 active+undersized, 110 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 56/630 objects degraded (8.889%) 2023-12-06T07:07:54.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:54 smithi141 bash[72190]: cluster 2023-12-06T07:07:53.020525+0000 mgr.y (mgr.25474) 1418 : cluster 0 pgmap v177: 161 pgs: 18 active+undersized+degraded, 33 active+undersized, 110 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 56/630 objects degraded (8.889%) 2023-12-06T07:07:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:55 smithi141 bash[72190]: audit 2023-12-06T07:07:53.933667+0000 mgr.y (mgr.25474) 1419 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:55 smithi141 bash[72190]: audit 2023-12-06T07:07:54.213292+0000 mon.a (mon.0) 3206 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:55 smithi141 bash[72190]: audit 2023-12-06T07:07:54.221769+0000 mon.a (mon.0) 3207 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:55 smithi141 bash[72190]: audit 2023-12-06T07:07:54.232671+0000 mon.a (mon.0) 3208 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:55.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:55 smithi040 bash[78949]: audit 2023-12-06T07:07:53.933667+0000 mgr.y (mgr.25474) 1419 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:55.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:55 smithi040 bash[78949]: audit 2023-12-06T07:07:54.213292+0000 mon.a (mon.0) 3206 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:55.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:55 smithi040 bash[78949]: audit 2023-12-06T07:07:54.221769+0000 mon.a (mon.0) 3207 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:55.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:55 smithi040 bash[78949]: audit 2023-12-06T07:07:54.232671+0000 mon.a (mon.0) 3208 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:55 smithi040 bash[84914]: audit 2023-12-06T07:07:53.933667+0000 mgr.y (mgr.25474) 1419 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:07:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:55 smithi040 bash[84914]: audit 2023-12-06T07:07:54.213292+0000 mon.a (mon.0) 3206 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:55 smithi040 bash[84914]: audit 2023-12-06T07:07:54.221769+0000 mon.a (mon.0) 3207 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:55 smithi040 bash[84914]: audit 2023-12-06T07:07:54.232671+0000 mon.a (mon.0) 3208 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:07:56.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:56 smithi040 bash[78949]: cluster 2023-12-06T07:07:55.022007+0000 mgr.y (mgr.25474) 1420 : cluster 0 pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:07:56.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:56 smithi040 bash[78949]: cluster 2023-12-06T07:07:55.230198+0000 mon.a (mon.0) 3209 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 56/630 objects degraded (8.889%), 18 pgs degraded) 2023-12-06T07:07:56.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:56 smithi040 bash[78949]: cluster 2023-12-06T07:07:55.230271+0000 mon.a (mon.0) 3210 : cluster 1 Cluster is now healthy 2023-12-06T07:07:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:56 smithi040 bash[84914]: cluster 2023-12-06T07:07:55.022007+0000 mgr.y (mgr.25474) 1420 : cluster 0 pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:07:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:56 smithi040 bash[84914]: cluster 2023-12-06T07:07:55.230198+0000 mon.a (mon.0) 3209 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 56/630 objects degraded (8.889%), 18 pgs degraded) 2023-12-06T07:07:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:56 smithi040 bash[84914]: cluster 2023-12-06T07:07:55.230271+0000 mon.a (mon.0) 3210 : cluster 1 Cluster is now healthy 2023-12-06T07:07:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:56 smithi141 bash[72190]: cluster 2023-12-06T07:07:55.022007+0000 mgr.y (mgr.25474) 1420 : cluster 0 pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:07:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:56 smithi141 bash[72190]: cluster 2023-12-06T07:07:55.230198+0000 mon.a (mon.0) 3209 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 56/630 objects degraded (8.889%), 18 pgs degraded) 2023-12-06T07:07:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:56 smithi141 bash[72190]: cluster 2023-12-06T07:07:55.230271+0000 mon.a (mon.0) 3210 : cluster 1 Cluster is now healthy 2023-12-06T07:07:56.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:07:56 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:07:56] "GET /metrics HTTP/1.1" 200 38484 "" "Prometheus/2.33.4" 2023-12-06T07:07:58.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:07:58 smithi141 bash[72190]: cluster 2023-12-06T07:07:57.023092+0000 mgr.y (mgr.25474) 1421 : cluster 0 pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:07:58.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:07:58 smithi040 bash[78949]: cluster 2023-12-06T07:07:57.023092+0000 mgr.y (mgr.25474) 1421 : cluster 0 pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:07:58.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:07:58 smithi040 bash[84914]: cluster 2023-12-06T07:07:57.023092+0000 mgr.y (mgr.25474) 1421 : cluster 0 pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:08:00.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:00 smithi141 bash[72190]: cluster 2023-12-06T07:07:59.024715+0000 mgr.y (mgr.25474) 1422 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:08:00.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:00 smithi040 bash[78949]: cluster 2023-12-06T07:07:59.024715+0000 mgr.y (mgr.25474) 1422 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:08:00.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:00 smithi040 bash[84914]: cluster 2023-12-06T07:07:59.024715+0000 mgr.y (mgr.25474) 1422 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:08:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:02 smithi141 bash[72190]: cluster 2023-12-06T07:08:01.025823+0000 mgr.y (mgr.25474) 1423 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:08:02.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:02 smithi040 bash[78949]: cluster 2023-12-06T07:08:01.025823+0000 mgr.y (mgr.25474) 1423 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:08:02.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:02 smithi040 bash[84914]: cluster 2023-12-06T07:08:01.025823+0000 mgr.y (mgr.25474) 1423 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:08:03.362 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:08:04.148 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:08:04.149 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 9s ago 21m - - 2023-12-06T07:08:04.149 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 13s ago 20m - - 2023-12-06T07:08:04.149 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (7m) 9s ago 13m 16.7M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:08:04.149 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (6m) 13s ago 13m 43.5M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:08:04.149 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (5m) 9s ago 11m 47.2M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:08:04.149 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (4m) 13s ago 20m 433M - 19.0.0-26-g0482646f 26bb7d89db2e 345817faf911 2023-12-06T07:08:04.149 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (6m) 9s ago 22m 516M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:08:04.149 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (5m) 9s ago 22m 69.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:08:04.149 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (3m) 13s ago 20m 43.0M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a46e947a89d4 2023-12-06T07:08:04.149 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (3m) 9s ago 20m 47.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e f003381b7d99 2023-12-06T07:08:04.149 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (7m) 9s ago 14m 16.1M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:08:04.149 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (7m) 13s ago 14m 12.0M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:08:04.149 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (2m) 9s ago 19m 53.7M 4096M 19.0.0-26-g0482646f 26bb7d89db2e bd803ebde49a 2023-12-06T07:08:04.149 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (96s) 9s ago 19m 51.6M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 17848df7e7ac 2023-12-06T07:08:04.150 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (57s) 9s ago 18m 48.1M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 129ef8397e96 2023-12-06T07:08:04.150 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (22s) 9s ago 17m 48.7M 4096M 19.0.0-26-g0482646f 26bb7d89db2e de107f4b0425 2023-12-06T07:08:04.150 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (17m) 13s ago 17m 70.1M 4096M 17.2.0 e1d6a67b021e 374aa03cfc10 2023-12-06T07:08:04.150 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (16m) 13s ago 16m 62.7M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:08:04.150 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (15m) 13s ago 15m 61.4M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:08:04.150 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (15m) 13s ago 15m 65.6M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:08:04.150 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (5m) 13s ago 14m 64.8M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:08:04.150 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (12m) 9s ago 12m 89.7M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:08:04.150 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (12m) 13s ago 12m 88.5M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:08:04.150 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (11m) 9s ago 11m 88.6M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:08:04.150 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (11m) 13s ago 11m 88.9M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:08:04.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:04 smithi040 bash[84914]: audit 2023-12-06T07:08:03.008185+0000 mon.a (mon.0) 3211 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:04.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:04 smithi040 bash[84914]: cluster 2023-12-06T07:08:03.026496+0000 mgr.y (mgr.25474) 1424 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:08:04.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:04 smithi040 bash[78949]: audit 2023-12-06T07:08:03.008185+0000 mon.a (mon.0) 3211 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:04.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:04 smithi040 bash[78949]: cluster 2023-12-06T07:08:03.026496+0000 mgr.y (mgr.25474) 1424 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:08:04.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:04 smithi141 bash[72190]: audit 2023-12-06T07:08:03.008185+0000 mon.a (mon.0) 3211 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:04.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:04 smithi141 bash[72190]: cluster 2023-12-06T07:08:03.026496+0000 mgr.y (mgr.25474) 1424 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:08:04.608 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:08:04.608 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:08:04.608 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:08:04.608 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:08:04.608 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:08:04.609 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:08:04.609 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:08:04.609 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:08:04.609 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-06T07:08:04.609 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 4 2023-12-06T07:08:04.609 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:08:04.609 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:08:04.609 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:08:04.609 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:08:04.609 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:08:04.609 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8, 2023-12-06T07:08:04.609 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 9 2023-12-06T07:08:04.609 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:08:04.609 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:08:04.992 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:08:04.992 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:08:04.993 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:08:04.993 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:08:04.993 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:08:04.993 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr", 2023-12-06T07:08:04.993 INFO:teuthology.orchestra.run.smithi040.stdout: "mon" 2023-12-06T07:08:04.993 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:08:04.993 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "9/23 daemons upgraded", 2023-12-06T07:08:04.993 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:08:04.993 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:08:04.993 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:08:05.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:05 smithi040 bash[78949]: audit 2023-12-06T07:08:03.340470+0000 mgr.y (mgr.25474) 1425 : audit 0 from='client.34497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:05.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:05 smithi040 bash[78949]: audit 2023-12-06T07:08:03.737367+0000 mgr.y (mgr.25474) 1426 : audit 0 from='client.34503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:05.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:05 smithi040 bash[78949]: audit 2023-12-06T07:08:03.944676+0000 mgr.y (mgr.25474) 1427 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:05.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:05 smithi040 bash[78949]: audit 2023-12-06T07:08:04.118056+0000 mgr.y (mgr.25474) 1428 : audit 0 from='client.34509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:05.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:05 smithi040 bash[78949]: audit 2023-12-06T07:08:04.602688+0000 mon.a (mon.0) 3212 : audit 0 from='client.? 172.21.15.40:0/3644319628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:05.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:05 smithi040 bash[84914]: audit 2023-12-06T07:08:03.340470+0000 mgr.y (mgr.25474) 1425 : audit 0 from='client.34497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:05.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:05 smithi040 bash[84914]: audit 2023-12-06T07:08:03.737367+0000 mgr.y (mgr.25474) 1426 : audit 0 from='client.34503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:05.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:05 smithi040 bash[84914]: audit 2023-12-06T07:08:03.944676+0000 mgr.y (mgr.25474) 1427 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:05.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:05 smithi040 bash[84914]: audit 2023-12-06T07:08:04.118056+0000 mgr.y (mgr.25474) 1428 : audit 0 from='client.34509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:05.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:05 smithi040 bash[84914]: audit 2023-12-06T07:08:04.602688+0000 mon.a (mon.0) 3212 : audit 0 from='client.? 172.21.15.40:0/3644319628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:05.444 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T07:08:05.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:05 smithi141 bash[72190]: audit 2023-12-06T07:08:03.340470+0000 mgr.y (mgr.25474) 1425 : audit 0 from='client.34497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:05.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:05 smithi141 bash[72190]: audit 2023-12-06T07:08:03.737367+0000 mgr.y (mgr.25474) 1426 : audit 0 from='client.34503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:05.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:05 smithi141 bash[72190]: audit 2023-12-06T07:08:03.944676+0000 mgr.y (mgr.25474) 1427 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:05.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:05 smithi141 bash[72190]: audit 2023-12-06T07:08:04.118056+0000 mgr.y (mgr.25474) 1428 : audit 0 from='client.34509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:05.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:05 smithi141 bash[72190]: audit 2023-12-06T07:08:04.602688+0000 mon.a (mon.0) 3212 : audit 0 from='client.? 172.21.15.40:0/3644319628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:06.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:06 smithi141 bash[72190]: audit 2023-12-06T07:08:04.986377+0000 mgr.y (mgr.25474) 1429 : audit 0 from='client.34521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:06.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:06 smithi141 bash[72190]: cluster 2023-12-06T07:08:05.027666+0000 mgr.y (mgr.25474) 1430 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:08:06.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:06 smithi141 bash[72190]: audit 2023-12-06T07:08:05.438724+0000 mon.a (mon.0) 3213 : audit 0 from='client.? 172.21.15.40:0/437760767' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:08:06.498 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:06 smithi040 bash[84914]: audit 2023-12-06T07:08:04.986377+0000 mgr.y (mgr.25474) 1429 : audit 0 from='client.34521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:06.498 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:06 smithi040 bash[84914]: cluster 2023-12-06T07:08:05.027666+0000 mgr.y (mgr.25474) 1430 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:08:06.498 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:06 smithi040 bash[84914]: audit 2023-12-06T07:08:05.438724+0000 mon.a (mon.0) 3213 : audit 0 from='client.? 172.21.15.40:0/437760767' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:08:06.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:06 smithi040 bash[78949]: audit 2023-12-06T07:08:04.986377+0000 mgr.y (mgr.25474) 1429 : audit 0 from='client.34521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:06.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:06 smithi040 bash[78949]: cluster 2023-12-06T07:08:05.027666+0000 mgr.y (mgr.25474) 1430 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:08:06.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:06 smithi040 bash[78949]: audit 2023-12-06T07:08:05.438724+0000 mon.a (mon.0) 3213 : audit 0 from='client.? 172.21.15.40:0/437760767' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:08:06.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:08:06 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:08:06] "GET /metrics HTTP/1.1" 200 38484 "" "Prometheus/2.33.4" 2023-12-06T07:08:07.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:07 smithi141 bash[72190]: audit 2023-12-06T07:08:06.201704+0000 mon.a (mon.0) 3214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:08:07.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:07 smithi040 bash[78949]: audit 2023-12-06T07:08:06.201704+0000 mon.a (mon.0) 3214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:08:07.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:07 smithi040 bash[84914]: audit 2023-12-06T07:08:06.201704+0000 mon.a (mon.0) 3214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:08:08.312 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:08 smithi141 bash[72190]: audit 2023-12-06T07:08:06.202220+0000 mgr.y (mgr.25474) 1431 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:08:08.312 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:08 smithi141 bash[72190]: cephadm 2023-12-06T07:08:06.205298+0000 mgr.y (mgr.25474) 1432 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-06T07:08:08.313 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:08 smithi141 bash[72190]: cluster 2023-12-06T07:08:07.028803+0000 mgr.y (mgr.25474) 1433 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:08:08.313 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:08 smithi141 bash[72190]: audit 2023-12-06T07:08:07.782977+0000 mon.a (mon.0) 3215 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:08.313 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:08 smithi141 bash[72190]: audit 2023-12-06T07:08:07.785442+0000 mon.a (mon.0) 3216 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:08:08.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:08 smithi040 bash[78949]: audit 2023-12-06T07:08:06.202220+0000 mgr.y (mgr.25474) 1431 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:08:08.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:08 smithi040 bash[78949]: cephadm 2023-12-06T07:08:06.205298+0000 mgr.y (mgr.25474) 1432 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-06T07:08:08.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:08 smithi040 bash[78949]: cluster 2023-12-06T07:08:07.028803+0000 mgr.y (mgr.25474) 1433 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:08:08.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:08 smithi040 bash[78949]: audit 2023-12-06T07:08:07.782977+0000 mon.a (mon.0) 3215 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:08.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:08 smithi040 bash[78949]: audit 2023-12-06T07:08:07.785442+0000 mon.a (mon.0) 3216 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:08:08.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:08 smithi040 bash[84914]: audit 2023-12-06T07:08:06.202220+0000 mgr.y (mgr.25474) 1431 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:08:08.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:08 smithi040 bash[84914]: cephadm 2023-12-06T07:08:06.205298+0000 mgr.y (mgr.25474) 1432 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-06T07:08:08.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:08 smithi040 bash[84914]: cluster 2023-12-06T07:08:07.028803+0000 mgr.y (mgr.25474) 1433 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:08:08.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:08 smithi040 bash[84914]: audit 2023-12-06T07:08:07.782977+0000 mon.a (mon.0) 3215 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:08.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:08 smithi040 bash[84914]: audit 2023-12-06T07:08:07.785442+0000 mon.a (mon.0) 3216 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:08:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:10 smithi141 bash[72190]: cluster 2023-12-06T07:08:09.030317+0000 mgr.y (mgr.25474) 1434 : cluster 0 pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:08:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:10 smithi141 bash[72190]: audit 2023-12-06T07:08:09.637219+0000 mon.a (mon.0) 3217 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:10 smithi141 bash[72190]: audit 2023-12-06T07:08:09.642397+0000 mon.a (mon.0) 3218 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:08:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:10 smithi141 bash[72190]: audit 2023-12-06T07:08:09.644231+0000 mon.a (mon.0) 3219 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:10.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:10 smithi040 bash[78949]: cluster 2023-12-06T07:08:09.030317+0000 mgr.y (mgr.25474) 1434 : cluster 0 pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:08:10.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:10 smithi040 bash[78949]: audit 2023-12-06T07:08:09.637219+0000 mon.a (mon.0) 3217 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:10.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:10 smithi040 bash[78949]: audit 2023-12-06T07:08:09.642397+0000 mon.a (mon.0) 3218 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:08:10.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:10 smithi040 bash[78949]: audit 2023-12-06T07:08:09.644231+0000 mon.a (mon.0) 3219 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:10.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:10 smithi040 bash[84914]: cluster 2023-12-06T07:08:09.030317+0000 mgr.y (mgr.25474) 1434 : cluster 0 pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:08:10.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:10 smithi040 bash[84914]: audit 2023-12-06T07:08:09.637219+0000 mon.a (mon.0) 3217 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:10.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:10 smithi040 bash[84914]: audit 2023-12-06T07:08:09.642397+0000 mon.a (mon.0) 3218 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:08:10.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:10 smithi040 bash[84914]: audit 2023-12-06T07:08:09.644231+0000 mon.a (mon.0) 3219 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:11 smithi141 bash[72190]: cephadm 2023-12-06T07:08:09.629687+0000 mgr.y (mgr.25474) 1435 : cephadm 1 Upgrade: Updating osd.4 2023-12-06T07:08:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:11 smithi141 bash[72190]: cephadm 2023-12-06T07:08:09.648996+0000 mgr.y (mgr.25474) 1436 : cephadm 1 Deploying daemon osd.4 on smithi141 2023-12-06T07:08:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:11 smithi141 bash[72190]: audit 2023-12-06T07:08:10.477032+0000 mon.a (mon.0) 3220 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:11 smithi141 bash[72190]: audit 2023-12-06T07:08:10.485760+0000 mon.a (mon.0) 3221 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:11 smithi141 bash[72190]: audit 2023-12-06T07:08:10.494720+0000 mon.a (mon.0) 3222 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:11.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:11 smithi040 bash[78949]: cephadm 2023-12-06T07:08:09.629687+0000 mgr.y (mgr.25474) 1435 : cephadm 1 Upgrade: Updating osd.4 2023-12-06T07:08:11.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:11 smithi040 bash[78949]: cephadm 2023-12-06T07:08:09.648996+0000 mgr.y (mgr.25474) 1436 : cephadm 1 Deploying daemon osd.4 on smithi141 2023-12-06T07:08:11.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:11 smithi040 bash[78949]: audit 2023-12-06T07:08:10.477032+0000 mon.a (mon.0) 3220 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:11.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:11 smithi040 bash[78949]: audit 2023-12-06T07:08:10.485760+0000 mon.a (mon.0) 3221 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:11.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:11 smithi040 bash[78949]: audit 2023-12-06T07:08:10.494720+0000 mon.a (mon.0) 3222 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:11.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:11 smithi040 bash[84914]: cephadm 2023-12-06T07:08:09.629687+0000 mgr.y (mgr.25474) 1435 : cephadm 1 Upgrade: Updating osd.4 2023-12-06T07:08:11.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:11 smithi040 bash[84914]: cephadm 2023-12-06T07:08:09.648996+0000 mgr.y (mgr.25474) 1436 : cephadm 1 Deploying daemon osd.4 on smithi141 2023-12-06T07:08:11.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:11 smithi040 bash[84914]: audit 2023-12-06T07:08:10.477032+0000 mon.a (mon.0) 3220 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:11.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:11 smithi040 bash[84914]: audit 2023-12-06T07:08:10.485760+0000 mon.a (mon.0) 3221 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:11.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:11 smithi040 bash[84914]: audit 2023-12-06T07:08:10.494720+0000 mon.a (mon.0) 3222 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:12.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:12 smithi141 bash[72190]: cluster 2023-12-06T07:08:11.031400+0000 mgr.y (mgr.25474) 1437 : cluster 0 pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:08:12.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:12 smithi040 bash[78949]: cluster 2023-12-06T07:08:11.031400+0000 mgr.y (mgr.25474) 1437 : cluster 0 pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:08:12.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:12 smithi040 bash[84914]: cluster 2023-12-06T07:08:11.031400+0000 mgr.y (mgr.25474) 1437 : cluster 0 pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:08:13.958 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:13 smithi040 bash[84914]: cluster 2023-12-06T07:08:13.032077+0000 mgr.y (mgr.25474) 1438 : cluster 0 pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:08:13.958 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:13 smithi040 bash[78949]: cluster 2023-12-06T07:08:13.032077+0000 mgr.y (mgr.25474) 1438 : cluster 0 pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:08:13.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:13 smithi141 bash[72190]: cluster 2023-12-06T07:08:13.032077+0000 mgr.y (mgr.25474) 1438 : cluster 0 pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:08:14.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:14 smithi141 bash[72190]: audit 2023-12-06T07:08:13.951866+0000 mgr.y (mgr.25474) 1439 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:14.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:14 smithi141 bash[72190]: audit 2023-12-06T07:08:14.397699+0000 mon.a (mon.0) 3223 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:14.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:14 smithi141 bash[72190]: audit 2023-12-06T07:08:14.410081+0000 mon.a (mon.0) 3224 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:14.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:14 smithi141 bash[72190]: audit 2023-12-06T07:08:14.420438+0000 mon.a (mon.0) 3225 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:15.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:14 smithi040 bash[84914]: audit 2023-12-06T07:08:13.951866+0000 mgr.y (mgr.25474) 1439 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:15.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:14 smithi040 bash[84914]: audit 2023-12-06T07:08:14.397699+0000 mon.a (mon.0) 3223 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:15.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:14 smithi040 bash[84914]: audit 2023-12-06T07:08:14.410081+0000 mon.a (mon.0) 3224 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:15.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:14 smithi040 bash[84914]: audit 2023-12-06T07:08:14.420438+0000 mon.a (mon.0) 3225 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:15.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:14 smithi040 bash[78949]: audit 2023-12-06T07:08:13.951866+0000 mgr.y (mgr.25474) 1439 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:15.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:14 smithi040 bash[78949]: audit 2023-12-06T07:08:14.397699+0000 mon.a (mon.0) 3223 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:15.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:14 smithi040 bash[78949]: audit 2023-12-06T07:08:14.410081+0000 mon.a (mon.0) 3224 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:15.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:14 smithi040 bash[78949]: audit 2023-12-06T07:08:14.420438+0000 mon.a (mon.0) 3225 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:15.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:15 smithi141 bash[72190]: cluster 2023-12-06T07:08:15.033335+0000 mgr.y (mgr.25474) 1440 : cluster 0 pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:08:15.997 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:15 smithi040 bash[78949]: cluster 2023-12-06T07:08:15.033335+0000 mgr.y (mgr.25474) 1440 : cluster 0 pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:08:15.997 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:15 smithi040 bash[84914]: cluster 2023-12-06T07:08:15.033335+0000 mgr.y (mgr.25474) 1440 : cluster 0 pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:08:16.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:08:16 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:08:16] "GET /metrics HTTP/1.1" 200 38483 "" "Prometheus/2.33.4" 2023-12-06T07:08:17.353 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:17 smithi141 systemd[1]: Stopping Ceph osd.4 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:08:17.709 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:17 smithi141 bash[30774]: debug 2023-12-06T07:08:17.346+0000 7effac3b7700 -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-06T07:08:17.709 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:17 smithi141 bash[30774]: debug 2023-12-06T07:08:17.346+0000 7effac3b7700 -1 osd.4 127 *** Got signal Terminated *** 2023-12-06T07:08:17.709 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:17 smithi141 bash[30774]: debug 2023-12-06T07:08:17.346+0000 7effac3b7700 -1 osd.4 127 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:08:18.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:18 smithi141 bash[72190]: cluster 2023-12-06T07:08:17.034407+0000 mgr.y (mgr.25474) 1441 : cluster 0 pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:08:18.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:18 smithi141 bash[72190]: cluster 2023-12-06T07:08:17.349534+0000 mon.a (mon.0) 3226 : cluster 1 osd.4 marked itself down and dead 2023-12-06T07:08:18.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:18 smithi040 bash[78949]: cluster 2023-12-06T07:08:17.034407+0000 mgr.y (mgr.25474) 1441 : cluster 0 pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:08:18.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:18 smithi040 bash[78949]: cluster 2023-12-06T07:08:17.349534+0000 mon.a (mon.0) 3226 : cluster 1 osd.4 marked itself down and dead 2023-12-06T07:08:18.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:18 smithi040 bash[84914]: cluster 2023-12-06T07:08:17.034407+0000 mgr.y (mgr.25474) 1441 : cluster 0 pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:08:18.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:18 smithi040 bash[84914]: cluster 2023-12-06T07:08:17.349534+0000 mon.a (mon.0) 3226 : cluster 1 osd.4 marked itself down and dead 2023-12-06T07:08:19.412 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:19 smithi141 bash[72190]: cluster 2023-12-06T07:08:18.089460+0000 mon.a (mon.0) 3227 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:08:19.413 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:19 smithi141 bash[72190]: cluster 2023-12-06T07:08:18.099908+0000 mon.a (mon.0) 3228 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-06T07:08:19.413 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:19 smithi141 bash[72190]: cluster 2023-12-06T07:08:18.102964+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.413 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:19 smithi141 bash[72190]: cluster 2023-12-06T07:08:18.107944+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.413 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:19 smithi141 bash[72190]: cluster 2023-12-06T07:08:18.107985+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.413 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:19 smithi141 bash[72190]: cluster 2023-12-06T07:08:18.111520+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.414 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:19 smithi141 bash[72190]: cluster 2023-12-06T07:08:18.112879+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.414 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:19 smithi141 bash[72190]: cluster 2023-12-06T07:08:18.115603+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.414 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:19 smithi141 bash[72190]: cluster 2023-12-06T07:08:18.117065+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.414 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:19 smithi141 bash[72190]: cluster 2023-12-06T07:08:19.100801+0000 mon.a (mon.0) 3229 : cluster 0 osdmap e129: 8 total, 7 up, 8 in 2023-12-06T07:08:19.414 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:19 smithi141 bash[77714]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-4 2023-12-06T07:08:19.415 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:19 smithi141 bash[77790]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-4 2023-12-06T07:08:19.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[78949]: cluster 2023-12-06T07:08:18.089460+0000 mon.a (mon.0) 3227 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:08:19.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[78949]: cluster 2023-12-06T07:08:18.099908+0000 mon.a (mon.0) 3228 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-06T07:08:19.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[78949]: cluster 2023-12-06T07:08:18.102964+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[78949]: cluster 2023-12-06T07:08:18.107944+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[78949]: cluster 2023-12-06T07:08:18.107985+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[78949]: cluster 2023-12-06T07:08:18.111520+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[78949]: cluster 2023-12-06T07:08:18.112879+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[78949]: cluster 2023-12-06T07:08:18.115603+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[78949]: cluster 2023-12-06T07:08:18.117065+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[78949]: cluster 2023-12-06T07:08:19.100801+0000 mon.a (mon.0) 3229 : cluster 0 osdmap e129: 8 total, 7 up, 8 in 2023-12-06T07:08:19.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[84914]: cluster 2023-12-06T07:08:18.089460+0000 mon.a (mon.0) 3227 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:08:19.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[84914]: cluster 2023-12-06T07:08:18.099908+0000 mon.a (mon.0) 3228 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-06T07:08:19.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[84914]: cluster 2023-12-06T07:08:18.102964+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[84914]: cluster 2023-12-06T07:08:18.107944+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[84914]: cluster 2023-12-06T07:08:18.107985+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[84914]: cluster 2023-12-06T07:08:18.111520+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[84914]: cluster 2023-12-06T07:08:18.112879+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[84914]: cluster 2023-12-06T07:08:18.115603+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[84914]: cluster 2023-12-06T07:08:18.117065+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:08:19.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:19 smithi040 bash[84914]: cluster 2023-12-06T07:08:19.100801+0000 mon.a (mon.0) 3229 : cluster 0 osdmap e129: 8 total, 7 up, 8 in 2023-12-06T07:08:20.403 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:20 smithi141 bash[72190]: cluster 2023-12-06T07:08:19.035970+0000 mgr.y (mgr.25474) 1442 : cluster 0 pgmap v191: 161 pgs: 39 peering, 11 stale+active+clean, 111 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-06T07:08:20.403 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:20 smithi141 bash[72190]: cluster 2023-12-06T07:08:19.105077+0000 mon.a (mon.0) 3230 : cluster 3 Health check failed: Reduced data availability: 8 pgs inactive, 12 pgs peering (PG_AVAILABILITY) 2023-12-06T07:08:20.403 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:20 smithi141 bash[72190]: cluster 2023-12-06T07:08:19.106181+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.403 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:20 smithi141 bash[72190]: cluster 2023-12-06T07:08:19.106554+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.403 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:20 smithi141 bash[72190]: cluster 2023-12-06T07:08:19.107617+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.403 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:20 smithi141 bash[72190]: cluster 2023-12-06T07:08:19.109240+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.403 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:20 smithi141 bash[72190]: cluster 2023-12-06T07:08:19.109839+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.403 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:20 smithi141 bash[72190]: cluster 2023-12-06T07:08:19.110621+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.404 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:20 smithi141 bash[72190]: cluster 2023-12-06T07:08:19.110833+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[78949]: cluster 2023-12-06T07:08:19.035970+0000 mgr.y (mgr.25474) 1442 : cluster 0 pgmap v191: 161 pgs: 39 peering, 11 stale+active+clean, 111 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-06T07:08:20.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[78949]: cluster 2023-12-06T07:08:19.105077+0000 mon.a (mon.0) 3230 : cluster 3 Health check failed: Reduced data availability: 8 pgs inactive, 12 pgs peering (PG_AVAILABILITY) 2023-12-06T07:08:20.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[78949]: cluster 2023-12-06T07:08:19.106181+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[78949]: cluster 2023-12-06T07:08:19.106554+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[78949]: cluster 2023-12-06T07:08:19.107617+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[78949]: cluster 2023-12-06T07:08:19.109240+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[78949]: cluster 2023-12-06T07:08:19.109839+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[78949]: cluster 2023-12-06T07:08:19.110621+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[78949]: cluster 2023-12-06T07:08:19.110833+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[84914]: cluster 2023-12-06T07:08:19.035970+0000 mgr.y (mgr.25474) 1442 : cluster 0 pgmap v191: 161 pgs: 39 peering, 11 stale+active+clean, 111 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-06T07:08:20.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[84914]: cluster 2023-12-06T07:08:19.105077+0000 mon.a (mon.0) 3230 : cluster 3 Health check failed: Reduced data availability: 8 pgs inactive, 12 pgs peering (PG_AVAILABILITY) 2023-12-06T07:08:20.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[84914]: cluster 2023-12-06T07:08:19.106181+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[84914]: cluster 2023-12-06T07:08:19.106554+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[84914]: cluster 2023-12-06T07:08:19.107617+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[84914]: cluster 2023-12-06T07:08:19.109240+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[84914]: cluster 2023-12-06T07:08:19.109839+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[84914]: cluster 2023-12-06T07:08:19.110621+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:20.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:20 smithi040 bash[84914]: cluster 2023-12-06T07:08:19.110833+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:08:21.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:21 smithi141 bash[72190]: cluster 2023-12-06T07:08:21.037443+0000 mgr.y (mgr.25474) 1443 : cluster 0 pgmap v193: 161 pgs: 11 active+undersized+degraded, 39 peering, 6 stale+active+clean, 8 active+undersized, 97 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2023-12-06T07:08:21.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:21 smithi141 bash[72190]: cluster 2023-12-06T07:08:21.125436+0000 mon.a (mon.0) 3231 : cluster 3 Health check failed: Degraded data redundancy: 40/630 objects degraded (6.349%), 11 pgs degraded (PG_DEGRADED) 2023-12-06T07:08:21.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:21 smithi040 bash[78949]: cluster 2023-12-06T07:08:21.037443+0000 mgr.y (mgr.25474) 1443 : cluster 0 pgmap v193: 161 pgs: 11 active+undersized+degraded, 39 peering, 6 stale+active+clean, 8 active+undersized, 97 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2023-12-06T07:08:21.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:21 smithi040 bash[78949]: cluster 2023-12-06T07:08:21.125436+0000 mon.a (mon.0) 3231 : cluster 3 Health check failed: Degraded data redundancy: 40/630 objects degraded (6.349%), 11 pgs degraded (PG_DEGRADED) 2023-12-06T07:08:21.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:21 smithi040 bash[84914]: cluster 2023-12-06T07:08:21.037443+0000 mgr.y (mgr.25474) 1443 : cluster 0 pgmap v193: 161 pgs: 11 active+undersized+degraded, 39 peering, 6 stale+active+clean, 8 active+undersized, 97 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2023-12-06T07:08:21.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:21 smithi040 bash[84914]: cluster 2023-12-06T07:08:21.125436+0000 mon.a (mon.0) 3231 : cluster 3 Health check failed: Degraded data redundancy: 40/630 objects degraded (6.349%), 11 pgs degraded (PG_DEGRADED) 2023-12-06T07:08:21.915 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:21 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.4.service: Succeeded. 2023-12-06T07:08:21.915 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:21 smithi141 systemd[1]: Stopped Ceph osd.4 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:08:22.209 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:21 smithi141 systemd[1]: Started Ceph osd.4 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:08:23.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:21.963617+0000 mon.a (mon.0) 3232 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:21.976149+0000 mon.a (mon.0) 3233 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.001339+0000 mon.a (mon.0) 3234 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.003443+0000 mon.a (mon.0) 3235 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.014637+0000 mon.a (mon.0) 3236 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: cephadm 2023-12-06T07:08:22.015808+0000 mgr.y (mgr.25474) 1444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:23.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.097700+0000 mon.a (mon.0) 3237 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.102678+0000 mon.a (mon.0) 3238 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.107998+0000 mon.a (mon.0) 3239 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.109755+0000 mon.a (mon.0) 3240 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.119466+0000 mon.a (mon.0) 3241 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: cephadm 2023-12-06T07:08:22.120520+0000 mgr.y (mgr.25474) 1445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:23.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.203054+0000 mon.a (mon.0) 3242 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.205356+0000 mon.a (mon.0) 3243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.207708+0000 mon.a (mon.0) 3244 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.208663+0000 mon.a (mon.0) 3245 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.216179+0000 mon.a (mon.0) 3246 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.294132+0000 mon.a (mon.0) 3247 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.298497+0000 mon.a (mon.0) 3248 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.302961+0000 mon.a (mon.0) 3249 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.304626+0000 mon.a (mon.0) 3250 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.312864+0000 mon.a (mon.0) 3251 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.392706+0000 mon.a (mon.0) 3252 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.396699+0000 mon.a (mon.0) 3253 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.400723+0000 mon.a (mon.0) 3254 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.402166+0000 mon.a (mon.0) 3255 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.411381+0000 mon.a (mon.0) 3256 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.492290+0000 mon.a (mon.0) 3257 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.496377+0000 mon.a (mon.0) 3258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.500122+0000 mon.a (mon.0) 3259 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.501485+0000 mon.a (mon.0) 3260 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.509228+0000 mon.a (mon.0) 3261 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.588688+0000 mon.a (mon.0) 3262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.591667+0000 mon.a (mon.0) 3263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.594807+0000 mon.a (mon.0) 3264 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.596142+0000 mon.a (mon.0) 3265 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.604658+0000 mon.a (mon.0) 3266 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.683298+0000 mon.a (mon.0) 3267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.687828+0000 mon.a (mon.0) 3268 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.691433+0000 mon.a (mon.0) 3269 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.692783+0000 mon.a (mon.0) 3270 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.699227+0000 mon.a (mon.0) 3271 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.780573+0000 mon.a (mon.0) 3272 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.781152+0000 mon.a (mon.0) 3273 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.782150+0000 mon.a (mon.0) 3274 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:08:23.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.784256+0000 mon.a (mon.0) 3275 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.796144+0000 mon.a (mon.0) 3276 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.810288+0000 mon.a (mon.0) 3277 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.822183+0000 mon.a (mon.0) 3278 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.899874+0000 mon.a (mon.0) 3279 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.903264+0000 mon.a (mon.0) 3280 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.906614+0000 mon.a (mon.0) 3281 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.907785+0000 mon.a (mon.0) 3282 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:22 smithi141 bash[72190]: audit 2023-12-06T07:08:22.917110+0000 mon.a (mon.0) 3283 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:21.963617+0000 mon.a (mon.0) 3232 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:21.976149+0000 mon.a (mon.0) 3233 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.001339+0000 mon.a (mon.0) 3234 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.003443+0000 mon.a (mon.0) 3235 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.014637+0000 mon.a (mon.0) 3236 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: cephadm 2023-12-06T07:08:22.015808+0000 mgr.y (mgr.25474) 1444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.097700+0000 mon.a (mon.0) 3237 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.102678+0000 mon.a (mon.0) 3238 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.107998+0000 mon.a (mon.0) 3239 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.109755+0000 mon.a (mon.0) 3240 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.119466+0000 mon.a (mon.0) 3241 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: cephadm 2023-12-06T07:08:22.120520+0000 mgr.y (mgr.25474) 1445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:23.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.203054+0000 mon.a (mon.0) 3242 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.205356+0000 mon.a (mon.0) 3243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.207708+0000 mon.a (mon.0) 3244 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.208663+0000 mon.a (mon.0) 3245 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.216179+0000 mon.a (mon.0) 3246 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.294132+0000 mon.a (mon.0) 3247 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.298497+0000 mon.a (mon.0) 3248 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.302961+0000 mon.a (mon.0) 3249 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:21.963617+0000 mon.a (mon.0) 3232 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:21.976149+0000 mon.a (mon.0) 3233 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.001339+0000 mon.a (mon.0) 3234 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.003443+0000 mon.a (mon.0) 3235 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.014637+0000 mon.a (mon.0) 3236 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: cephadm 2023-12-06T07:08:22.015808+0000 mgr.y (mgr.25474) 1444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:23.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.097700+0000 mon.a (mon.0) 3237 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.102678+0000 mon.a (mon.0) 3238 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.107998+0000 mon.a (mon.0) 3239 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.109755+0000 mon.a (mon.0) 3240 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.119466+0000 mon.a (mon.0) 3241 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: cephadm 2023-12-06T07:08:22.120520+0000 mgr.y (mgr.25474) 1445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:23.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.203054+0000 mon.a (mon.0) 3242 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.205356+0000 mon.a (mon.0) 3243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.207708+0000 mon.a (mon.0) 3244 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.208663+0000 mon.a (mon.0) 3245 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.216179+0000 mon.a (mon.0) 3246 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.294132+0000 mon.a (mon.0) 3247 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.298497+0000 mon.a (mon.0) 3248 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.302961+0000 mon.a (mon.0) 3249 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.304626+0000 mon.a (mon.0) 3250 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.312864+0000 mon.a (mon.0) 3251 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.392706+0000 mon.a (mon.0) 3252 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.396699+0000 mon.a (mon.0) 3253 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.400723+0000 mon.a (mon.0) 3254 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.402166+0000 mon.a (mon.0) 3255 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.411381+0000 mon.a (mon.0) 3256 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.492290+0000 mon.a (mon.0) 3257 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.496377+0000 mon.a (mon.0) 3258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.500122+0000 mon.a (mon.0) 3259 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.501485+0000 mon.a (mon.0) 3260 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.509228+0000 mon.a (mon.0) 3261 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.588688+0000 mon.a (mon.0) 3262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.591667+0000 mon.a (mon.0) 3263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.594807+0000 mon.a (mon.0) 3264 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.596142+0000 mon.a (mon.0) 3265 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.604658+0000 mon.a (mon.0) 3266 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.683298+0000 mon.a (mon.0) 3267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.687828+0000 mon.a (mon.0) 3268 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.304626+0000 mon.a (mon.0) 3250 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.312864+0000 mon.a (mon.0) 3251 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.392706+0000 mon.a (mon.0) 3252 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.396699+0000 mon.a (mon.0) 3253 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.400723+0000 mon.a (mon.0) 3254 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.402166+0000 mon.a (mon.0) 3255 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.411381+0000 mon.a (mon.0) 3256 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.492290+0000 mon.a (mon.0) 3257 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.496377+0000 mon.a (mon.0) 3258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.500122+0000 mon.a (mon.0) 3259 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.501485+0000 mon.a (mon.0) 3260 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.509228+0000 mon.a (mon.0) 3261 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.588688+0000 mon.a (mon.0) 3262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.591667+0000 mon.a (mon.0) 3263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.594807+0000 mon.a (mon.0) 3264 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.596142+0000 mon.a (mon.0) 3265 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.604658+0000 mon.a (mon.0) 3266 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.683298+0000 mon.a (mon.0) 3267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.687828+0000 mon.a (mon.0) 3268 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.691433+0000 mon.a (mon.0) 3269 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.692783+0000 mon.a (mon.0) 3270 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.699227+0000 mon.a (mon.0) 3271 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.780573+0000 mon.a (mon.0) 3272 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.781152+0000 mon.a (mon.0) 3273 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.782150+0000 mon.a (mon.0) 3274 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:08:23.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.784256+0000 mon.a (mon.0) 3275 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.796144+0000 mon.a (mon.0) 3276 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.810288+0000 mon.a (mon.0) 3277 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.822183+0000 mon.a (mon.0) 3278 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.899874+0000 mon.a (mon.0) 3279 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.903264+0000 mon.a (mon.0) 3280 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.906614+0000 mon.a (mon.0) 3281 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.907785+0000 mon.a (mon.0) 3282 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[84914]: audit 2023-12-06T07:08:22.917110+0000 mon.a (mon.0) 3283 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.691433+0000 mon.a (mon.0) 3269 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.692783+0000 mon.a (mon.0) 3270 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.699227+0000 mon.a (mon.0) 3271 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.780573+0000 mon.a (mon.0) 3272 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.781152+0000 mon.a (mon.0) 3273 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.782150+0000 mon.a (mon.0) 3274 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:08:23.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.784256+0000 mon.a (mon.0) 3275 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.796144+0000 mon.a (mon.0) 3276 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.810288+0000 mon.a (mon.0) 3277 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.822183+0000 mon.a (mon.0) 3278 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.899874+0000 mon.a (mon.0) 3279 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:23.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.903264+0000 mon.a (mon.0) 3280 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:23.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.906614+0000 mon.a (mon.0) 3281 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:23.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.907785+0000 mon.a (mon.0) 3282 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:23.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:22 smithi040 bash[78949]: audit 2023-12-06T07:08:22.917110+0000 mon.a (mon.0) 3283 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:23.835 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:23 smithi141 bash[77961]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-06T07:08:23.835 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:23 smithi141 bash[77961]: 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-06T07:08:23.835 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:23 smithi141 bash[77961]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-06T07:08:23.835 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:23 smithi141 bash[77961]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-06T07:08:23.835 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:23 smithi141 bash[77961]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-06T07:08:23.835 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:23 smithi141 bash[77961]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-06T07:08:23.835 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:23 smithi141 bash[77961]: --> ceph-volume raw activate successful for osd ID: 4 2023-12-06T07:08:24.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: cephadm 2023-12-06T07:08:22.216803+0000 mgr.y (mgr.25474) 1446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: cephadm 2023-12-06T07:08:22.313494+0000 mgr.y (mgr.25474) 1447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: cephadm 2023-12-06T07:08:22.412213+0000 mgr.y (mgr.25474) 1448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: cephadm 2023-12-06T07:08:22.509823+0000 mgr.y (mgr.25474) 1449 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: cephadm 2023-12-06T07:08:22.605570+0000 mgr.y (mgr.25474) 1450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: cephadm 2023-12-06T07:08:22.699848+0000 mgr.y (mgr.25474) 1451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: cephadm 2023-12-06T07:08:22.822681+0000 mgr.y (mgr.25474) 1452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: cephadm 2023-12-06T07:08:22.917777+0000 mgr.y (mgr.25474) 1453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:22.994896+0000 mon.a (mon.0) 3284 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:22.996926+0000 mon.a (mon.0) 3285 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:22.999152+0000 mon.a (mon.0) 3286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:22.999933+0000 mon.a (mon.0) 3287 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.006712+0000 mon.a (mon.0) 3288 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: cephadm 2023-12-06T07:08:23.007365+0000 mgr.y (mgr.25474) 1454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: cluster 2023-12-06T07:08:23.038438+0000 mgr.y (mgr.25474) 1455 : cluster 0 pgmap v194: 161 pgs: 11 active+undersized+degraded, 39 peering, 6 stale+active+clean, 8 active+undersized, 97 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2023-12-06T07:08:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.086647+0000 mon.a (mon.0) 3289 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.090580+0000 mon.a (mon.0) 3290 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.093595+0000 mon.a (mon.0) 3291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.094564+0000 mon.a (mon.0) 3292 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.100204+0000 mon.a (mon.0) 3293 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: cephadm 2023-12-06T07:08:22.216803+0000 mgr.y (mgr.25474) 1446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: cephadm 2023-12-06T07:08:22.313494+0000 mgr.y (mgr.25474) 1447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: cephadm 2023-12-06T07:08:22.412213+0000 mgr.y (mgr.25474) 1448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: cephadm 2023-12-06T07:08:22.509823+0000 mgr.y (mgr.25474) 1449 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: cephadm 2023-12-06T07:08:22.605570+0000 mgr.y (mgr.25474) 1450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: cephadm 2023-12-06T07:08:22.699848+0000 mgr.y (mgr.25474) 1451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: cephadm 2023-12-06T07:08:22.822681+0000 mgr.y (mgr.25474) 1452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: cephadm 2023-12-06T07:08:22.917777+0000 mgr.y (mgr.25474) 1453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:22.994896+0000 mon.a (mon.0) 3284 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:22.996926+0000 mon.a (mon.0) 3285 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:22.999152+0000 mon.a (mon.0) 3286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:22.999933+0000 mon.a (mon.0) 3287 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.006712+0000 mon.a (mon.0) 3288 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: cephadm 2023-12-06T07:08:23.007365+0000 mgr.y (mgr.25474) 1454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: cluster 2023-12-06T07:08:23.038438+0000 mgr.y (mgr.25474) 1455 : cluster 0 pgmap v194: 161 pgs: 11 active+undersized+degraded, 39 peering, 6 stale+active+clean, 8 active+undersized, 97 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2023-12-06T07:08:24.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.086647+0000 mon.a (mon.0) 3289 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.090580+0000 mon.a (mon.0) 3290 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.093595+0000 mon.a (mon.0) 3291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.094564+0000 mon.a (mon.0) 3292 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.100204+0000 mon.a (mon.0) 3293 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: cephadm 2023-12-06T07:08:23.100928+0000 mgr.y (mgr.25474) 1456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.183177+0000 mon.a (mon.0) 3294 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.185902+0000 mon.a (mon.0) 3295 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.189443+0000 mon.a (mon.0) 3296 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.190422+0000 mon.a (mon.0) 3297 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.197903+0000 mon.a (mon.0) 3298 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.274923+0000 mon.a (mon.0) 3299 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.277844+0000 mon.a (mon.0) 3300 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.281176+0000 mon.a (mon.0) 3301 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.282412+0000 mon.a (mon.0) 3302 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.290399+0000 mon.a (mon.0) 3303 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.368316+0000 mon.a (mon.0) 3304 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.371440+0000 mon.a (mon.0) 3305 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.375107+0000 mon.a (mon.0) 3306 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.376363+0000 mon.a (mon.0) 3307 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.385077+0000 mon.a (mon.0) 3308 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.463123+0000 mon.a (mon.0) 3309 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.466348+0000 mon.a (mon.0) 3310 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.469871+0000 mon.a (mon.0) 3311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.471231+0000 mon.a (mon.0) 3312 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.480229+0000 mon.a (mon.0) 3313 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.563421+0000 mon.a (mon.0) 3314 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.566017+0000 mon.a (mon.0) 3315 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.569227+0000 mon.a (mon.0) 3316 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.570369+0000 mon.a (mon.0) 3317 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.577453+0000 mon.a (mon.0) 3318 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.659492+0000 mon.a (mon.0) 3319 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.663113+0000 mon.a (mon.0) 3320 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.666896+0000 mon.a (mon.0) 3321 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.668502+0000 mon.a (mon.0) 3322 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.678768+0000 mon.a (mon.0) 3323 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.760835+0000 mon.a (mon.0) 3324 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.763448+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.765809+0000 mon.a (mon.0) 3326 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.766859+0000 mon.a (mon.0) 3327 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.776067+0000 mon.a (mon.0) 3328 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.852679+0000 mon.a (mon.0) 3329 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.855505+0000 mon.a (mon.0) 3330 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.859346+0000 mon.a (mon.0) 3331 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.860567+0000 mon.a (mon.0) 3332 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.869672+0000 mon.a (mon.0) 3333 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.951814+0000 mon.a (mon.0) 3334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.954563+0000 mon.a (mon.0) 3335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[84914]: audit 2023-12-06T07:08:23.958839+0000 mon.a (mon.0) 3336 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: cephadm 2023-12-06T07:08:23.100928+0000 mgr.y (mgr.25474) 1456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.183177+0000 mon.a (mon.0) 3294 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.185902+0000 mon.a (mon.0) 3295 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.189443+0000 mon.a (mon.0) 3296 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.190422+0000 mon.a (mon.0) 3297 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.197903+0000 mon.a (mon.0) 3298 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.274923+0000 mon.a (mon.0) 3299 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.277844+0000 mon.a (mon.0) 3300 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.281176+0000 mon.a (mon.0) 3301 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.282412+0000 mon.a (mon.0) 3302 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.290399+0000 mon.a (mon.0) 3303 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.368316+0000 mon.a (mon.0) 3304 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.371440+0000 mon.a (mon.0) 3305 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.375107+0000 mon.a (mon.0) 3306 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.376363+0000 mon.a (mon.0) 3307 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.385077+0000 mon.a (mon.0) 3308 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.463123+0000 mon.a (mon.0) 3309 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.466348+0000 mon.a (mon.0) 3310 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.469871+0000 mon.a (mon.0) 3311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.471231+0000 mon.a (mon.0) 3312 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.480229+0000 mon.a (mon.0) 3313 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.563421+0000 mon.a (mon.0) 3314 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.566017+0000 mon.a (mon.0) 3315 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.569227+0000 mon.a (mon.0) 3316 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.570369+0000 mon.a (mon.0) 3317 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.577453+0000 mon.a (mon.0) 3318 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.659492+0000 mon.a (mon.0) 3319 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.663113+0000 mon.a (mon.0) 3320 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.666896+0000 mon.a (mon.0) 3321 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.668502+0000 mon.a (mon.0) 3322 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.678768+0000 mon.a (mon.0) 3323 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.760835+0000 mon.a (mon.0) 3324 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.763448+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.765809+0000 mon.a (mon.0) 3326 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.766859+0000 mon.a (mon.0) 3327 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.776067+0000 mon.a (mon.0) 3328 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.852679+0000 mon.a (mon.0) 3329 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.855505+0000 mon.a (mon.0) 3330 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.859346+0000 mon.a (mon.0) 3331 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.860567+0000 mon.a (mon.0) 3332 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.869672+0000 mon.a (mon.0) 3333 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.951814+0000 mon.a (mon.0) 3334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.954563+0000 mon.a (mon.0) 3335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:23 smithi040 bash[78949]: audit 2023-12-06T07:08:23.958839+0000 mon.a (mon.0) 3336 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:22.216803+0000 mgr.y (mgr.25474) 1446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:22.313494+0000 mgr.y (mgr.25474) 1447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:22.412213+0000 mgr.y (mgr.25474) 1448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:22.509823+0000 mgr.y (mgr.25474) 1449 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:22.605570+0000 mgr.y (mgr.25474) 1450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:22.699848+0000 mgr.y (mgr.25474) 1451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:22.822681+0000 mgr.y (mgr.25474) 1452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:22.917777+0000 mgr.y (mgr.25474) 1453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:22.994896+0000 mon.a (mon.0) 3284 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:22.996926+0000 mon.a (mon.0) 3285 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:22.999152+0000 mon.a (mon.0) 3286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:22.999933+0000 mon.a (mon.0) 3287 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.006712+0000 mon.a (mon.0) 3288 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:23.007365+0000 mgr.y (mgr.25474) 1454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cluster 2023-12-06T07:08:23.038438+0000 mgr.y (mgr.25474) 1455 : cluster 0 pgmap v194: 161 pgs: 11 active+undersized+degraded, 39 peering, 6 stale+active+clean, 8 active+undersized, 97 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2023-12-06T07:08:24.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.086647+0000 mon.a (mon.0) 3289 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.090580+0000 mon.a (mon.0) 3290 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.093595+0000 mon.a (mon.0) 3291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.094564+0000 mon.a (mon.0) 3292 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.100204+0000 mon.a (mon.0) 3293 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:23.100928+0000 mgr.y (mgr.25474) 1456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:24.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.183177+0000 mon.a (mon.0) 3294 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.185902+0000 mon.a (mon.0) 3295 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.189443+0000 mon.a (mon.0) 3296 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.190422+0000 mon.a (mon.0) 3297 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.197903+0000 mon.a (mon.0) 3298 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.274923+0000 mon.a (mon.0) 3299 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.277844+0000 mon.a (mon.0) 3300 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.281176+0000 mon.a (mon.0) 3301 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.282412+0000 mon.a (mon.0) 3302 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.290399+0000 mon.a (mon.0) 3303 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.368316+0000 mon.a (mon.0) 3304 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.371440+0000 mon.a (mon.0) 3305 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.375107+0000 mon.a (mon.0) 3306 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.376363+0000 mon.a (mon.0) 3307 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.385077+0000 mon.a (mon.0) 3308 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.463123+0000 mon.a (mon.0) 3309 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.466348+0000 mon.a (mon.0) 3310 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.469871+0000 mon.a (mon.0) 3311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.471231+0000 mon.a (mon.0) 3312 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.480229+0000 mon.a (mon.0) 3313 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.563421+0000 mon.a (mon.0) 3314 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.566017+0000 mon.a (mon.0) 3315 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.569227+0000 mon.a (mon.0) 3316 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.570369+0000 mon.a (mon.0) 3317 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.577453+0000 mon.a (mon.0) 3318 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.659492+0000 mon.a (mon.0) 3319 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.663113+0000 mon.a (mon.0) 3320 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.666896+0000 mon.a (mon.0) 3321 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.668502+0000 mon.a (mon.0) 3322 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.678768+0000 mon.a (mon.0) 3323 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.760835+0000 mon.a (mon.0) 3324 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.763448+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.765809+0000 mon.a (mon.0) 3326 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.766859+0000 mon.a (mon.0) 3327 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.776067+0000 mon.a (mon.0) 3328 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.852679+0000 mon.a (mon.0) 3329 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.855505+0000 mon.a (mon.0) 3330 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.859346+0000 mon.a (mon.0) 3331 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:24.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.860567+0000 mon.a (mon.0) 3332 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:24.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.869672+0000 mon.a (mon.0) 3333 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:24.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.951814+0000 mon.a (mon.0) 3334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:24.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.954563+0000 mon.a (mon.0) 3335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:24.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.958839+0000 mon.a (mon.0) 3336 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: cephadm 2023-12-06T07:08:23.198407+0000 mgr.y (mgr.25474) 1457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: cephadm 2023-12-06T07:08:23.291011+0000 mgr.y (mgr.25474) 1458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: cephadm 2023-12-06T07:08:23.385835+0000 mgr.y (mgr.25474) 1459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: cephadm 2023-12-06T07:08:23.481041+0000 mgr.y (mgr.25474) 1460 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: cephadm 2023-12-06T07:08:23.577933+0000 mgr.y (mgr.25474) 1461 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: cephadm 2023-12-06T07:08:23.679442+0000 mgr.y (mgr.25474) 1462 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: cephadm 2023-12-06T07:08:23.776782+0000 mgr.y (mgr.25474) 1463 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: cephadm 2023-12-06T07:08:23.870427+0000 mgr.y (mgr.25474) 1464 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:23.959739+0000 mgr.y (mgr.25474) 1465 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:23.960652+0000 mon.a (mon.0) 3337 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:23.976111+0000 mon.a (mon.0) 3338 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: cephadm 2023-12-06T07:08:23.976692+0000 mgr.y (mgr.25474) 1466 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.037874+0000 mon.a (mon.0) 3339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.041688+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.045530+0000 mon.a (mon.0) 3341 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.046835+0000 mon.a (mon.0) 3342 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.055623+0000 mon.a (mon.0) 3343 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: cephadm 2023-12-06T07:08:24.056374+0000 mgr.y (mgr.25474) 1467 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.138909+0000 mon.a (mon.0) 3344 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.141643+0000 mon.a (mon.0) 3345 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.144933+0000 mon.a (mon.0) 3346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.146032+0000 mon.a (mon.0) 3347 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.152369+0000 mon.a (mon.0) 3348 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.232615+0000 mon.a (mon.0) 3349 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.234629+0000 mon.a (mon.0) 3350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.236972+0000 mon.a (mon.0) 3351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.237787+0000 mon.a (mon.0) 3352 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.246859+0000 mon.a (mon.0) 3353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.329065+0000 mon.a (mon.0) 3354 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.332021+0000 mon.a (mon.0) 3355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.336598+0000 mon.a (mon.0) 3356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.338156+0000 mon.a (mon.0) 3357 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.347344+0000 mon.a (mon.0) 3358 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.428008+0000 mon.a (mon.0) 3359 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.430586+0000 mon.a (mon.0) 3360 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.433871+0000 mon.a (mon.0) 3361 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.434962+0000 mon.a (mon.0) 3362 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.444077+0000 mon.a (mon.0) 3363 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.526828+0000 mon.a (mon.0) 3364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.529247+0000 mon.a (mon.0) 3365 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.531924+0000 mon.a (mon.0) 3366 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.532775+0000 mon.a (mon.0) 3367 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.541230+0000 mon.a (mon.0) 3368 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.623628+0000 mon.a (mon.0) 3369 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.626851+0000 mon.a (mon.0) 3370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.630611+0000 mon.a (mon.0) 3371 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.631808+0000 mon.a (mon.0) 3372 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.640196+0000 mon.a (mon.0) 3373 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.720624+0000 mon.a (mon.0) 3374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.723265+0000 mon.a (mon.0) 3375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.725771+0000 mon.a (mon.0) 3376 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.726593+0000 mon.a (mon.0) 3377 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.736043+0000 mon.a (mon.0) 3378 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.819799+0000 mon.a (mon.0) 3379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.822427+0000 mon.a (mon.0) 3380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.825858+0000 mon.a (mon.0) 3381 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.826775+0000 mon.a (mon.0) 3382 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.833969+0000 mon.a (mon.0) 3383 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.911234+0000 mon.a (mon.0) 3384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.914319+0000 mon.a (mon.0) 3385 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.918211+0000 mon.a (mon.0) 3386 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.919765+0000 mon.a (mon.0) 3387 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[84914]: audit 2023-12-06T07:08:24.929142+0000 mon.a (mon.0) 3388 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: cephadm 2023-12-06T07:08:23.198407+0000 mgr.y (mgr.25474) 1457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: cephadm 2023-12-06T07:08:23.291011+0000 mgr.y (mgr.25474) 1458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: cephadm 2023-12-06T07:08:23.385835+0000 mgr.y (mgr.25474) 1459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: cephadm 2023-12-06T07:08:23.481041+0000 mgr.y (mgr.25474) 1460 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: cephadm 2023-12-06T07:08:23.577933+0000 mgr.y (mgr.25474) 1461 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: cephadm 2023-12-06T07:08:23.679442+0000 mgr.y (mgr.25474) 1462 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: cephadm 2023-12-06T07:08:23.776782+0000 mgr.y (mgr.25474) 1463 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: cephadm 2023-12-06T07:08:23.870427+0000 mgr.y (mgr.25474) 1464 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:23.959739+0000 mgr.y (mgr.25474) 1465 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:25.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:23.960652+0000 mon.a (mon.0) 3337 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:23.976111+0000 mon.a (mon.0) 3338 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: cephadm 2023-12-06T07:08:23.976692+0000 mgr.y (mgr.25474) 1466 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.037874+0000 mon.a (mon.0) 3339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.041688+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.045530+0000 mon.a (mon.0) 3341 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.046835+0000 mon.a (mon.0) 3342 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.055623+0000 mon.a (mon.0) 3343 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: cephadm 2023-12-06T07:08:24.056374+0000 mgr.y (mgr.25474) 1467 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.138909+0000 mon.a (mon.0) 3344 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.141643+0000 mon.a (mon.0) 3345 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.144933+0000 mon.a (mon.0) 3346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.146032+0000 mon.a (mon.0) 3347 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.152369+0000 mon.a (mon.0) 3348 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.232615+0000 mon.a (mon.0) 3349 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.234629+0000 mon.a (mon.0) 3350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.236972+0000 mon.a (mon.0) 3351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.237787+0000 mon.a (mon.0) 3352 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.246859+0000 mon.a (mon.0) 3353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.329065+0000 mon.a (mon.0) 3354 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.332021+0000 mon.a (mon.0) 3355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.336598+0000 mon.a (mon.0) 3356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.338156+0000 mon.a (mon.0) 3357 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.347344+0000 mon.a (mon.0) 3358 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.428008+0000 mon.a (mon.0) 3359 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.430586+0000 mon.a (mon.0) 3360 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.433871+0000 mon.a (mon.0) 3361 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.434962+0000 mon.a (mon.0) 3362 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.444077+0000 mon.a (mon.0) 3363 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.526828+0000 mon.a (mon.0) 3364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.529247+0000 mon.a (mon.0) 3365 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.531924+0000 mon.a (mon.0) 3366 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.532775+0000 mon.a (mon.0) 3367 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.541230+0000 mon.a (mon.0) 3368 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.623628+0000 mon.a (mon.0) 3369 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.626851+0000 mon.a (mon.0) 3370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.630611+0000 mon.a (mon.0) 3371 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.631808+0000 mon.a (mon.0) 3372 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.640196+0000 mon.a (mon.0) 3373 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.720624+0000 mon.a (mon.0) 3374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.723265+0000 mon.a (mon.0) 3375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.725771+0000 mon.a (mon.0) 3376 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.726593+0000 mon.a (mon.0) 3377 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.736043+0000 mon.a (mon.0) 3378 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.819799+0000 mon.a (mon.0) 3379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.822427+0000 mon.a (mon.0) 3380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.825858+0000 mon.a (mon.0) 3381 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.826775+0000 mon.a (mon.0) 3382 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.833969+0000 mon.a (mon.0) 3383 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.911234+0000 mon.a (mon.0) 3384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.914319+0000 mon.a (mon.0) 3385 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.918211+0000 mon.a (mon.0) 3386 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.919765+0000 mon.a (mon.0) 3387 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:24 smithi040 bash[78949]: audit 2023-12-06T07:08:24.929142+0000 mon.a (mon.0) 3388 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.550 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:23.198407+0000 mgr.y (mgr.25474) 1457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.550 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:23.291011+0000 mgr.y (mgr.25474) 1458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.550 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:23.385835+0000 mgr.y (mgr.25474) 1459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.551 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:23.481041+0000 mgr.y (mgr.25474) 1460 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.551 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:23.577933+0000 mgr.y (mgr.25474) 1461 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.551 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:23.679442+0000 mgr.y (mgr.25474) 1462 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.551 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:23.776782+0000 mgr.y (mgr.25474) 1463 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.551 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:23.870427+0000 mgr.y (mgr.25474) 1464 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.551 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.959739+0000 mgr.y (mgr.25474) 1465 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:25.551 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.960652+0000 mon.a (mon.0) 3337 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.551 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:23.976111+0000 mon.a (mon.0) 3338 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.551 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:23.976692+0000 mgr.y (mgr.25474) 1466 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.551 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.037874+0000 mon.a (mon.0) 3339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.551 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.041688+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.551 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.045530+0000 mon.a (mon.0) 3341 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.551 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.046835+0000 mon.a (mon.0) 3342 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.552 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.055623+0000 mon.a (mon.0) 3343 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.552 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: cephadm 2023-12-06T07:08:24.056374+0000 mgr.y (mgr.25474) 1467 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:25.552 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.138909+0000 mon.a (mon.0) 3344 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.552 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.141643+0000 mon.a (mon.0) 3345 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.552 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.144933+0000 mon.a (mon.0) 3346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.552 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.146032+0000 mon.a (mon.0) 3347 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.552 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.152369+0000 mon.a (mon.0) 3348 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.552 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.232615+0000 mon.a (mon.0) 3349 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.552 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.234629+0000 mon.a (mon.0) 3350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.552 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.236972+0000 mon.a (mon.0) 3351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.552 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.237787+0000 mon.a (mon.0) 3352 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.552 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.246859+0000 mon.a (mon.0) 3353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.552 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.329065+0000 mon.a (mon.0) 3354 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.552 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.332021+0000 mon.a (mon.0) 3355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.552 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.336598+0000 mon.a (mon.0) 3356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.553 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.338156+0000 mon.a (mon.0) 3357 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.553 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.347344+0000 mon.a (mon.0) 3358 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.553 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.428008+0000 mon.a (mon.0) 3359 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.553 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.430586+0000 mon.a (mon.0) 3360 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.553 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.433871+0000 mon.a (mon.0) 3361 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.553 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.434962+0000 mon.a (mon.0) 3362 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.553 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.444077+0000 mon.a (mon.0) 3363 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.553 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.526828+0000 mon.a (mon.0) 3364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.553 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.529247+0000 mon.a (mon.0) 3365 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.553 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.531924+0000 mon.a (mon.0) 3366 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.553 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.532775+0000 mon.a (mon.0) 3367 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.553 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.541230+0000 mon.a (mon.0) 3368 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.553 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.623628+0000 mon.a (mon.0) 3369 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.553 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.626851+0000 mon.a (mon.0) 3370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.554 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.630611+0000 mon.a (mon.0) 3371 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.554 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.631808+0000 mon.a (mon.0) 3372 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.554 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.640196+0000 mon.a (mon.0) 3373 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.554 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.720624+0000 mon.a (mon.0) 3374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.554 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.723265+0000 mon.a (mon.0) 3375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.554 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.725771+0000 mon.a (mon.0) 3376 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.554 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.726593+0000 mon.a (mon.0) 3377 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.554 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.736043+0000 mon.a (mon.0) 3378 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.554 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.819799+0000 mon.a (mon.0) 3379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.554 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.822427+0000 mon.a (mon.0) 3380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.554 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.825858+0000 mon.a (mon.0) 3381 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.554 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.826775+0000 mon.a (mon.0) 3382 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.554 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.833969+0000 mon.a (mon.0) 3383 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:25.554 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.911234+0000 mon.a (mon.0) 3384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:25.555 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.914319+0000 mon.a (mon.0) 3385 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:25.555 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.918211+0000 mon.a (mon.0) 3386 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:25.555 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.919765+0000 mon.a (mon.0) 3387 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:25.555 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:24 smithi141 bash[72190]: audit 2023-12-06T07:08:24.929142+0000 mon.a (mon.0) 3388 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: cephadm 2023-12-06T07:08:24.153093+0000 mgr.y (mgr.25474) 1468 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: cephadm 2023-12-06T07:08:24.247529+0000 mgr.y (mgr.25474) 1469 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: cephadm 2023-12-06T07:08:24.347990+0000 mgr.y (mgr.25474) 1470 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: cephadm 2023-12-06T07:08:24.444721+0000 mgr.y (mgr.25474) 1471 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: cephadm 2023-12-06T07:08:24.542216+0000 mgr.y (mgr.25474) 1472 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: cephadm 2023-12-06T07:08:24.640878+0000 mgr.y (mgr.25474) 1473 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: cephadm 2023-12-06T07:08:24.736913+0000 mgr.y (mgr.25474) 1474 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: cephadm 2023-12-06T07:08:24.834504+0000 mgr.y (mgr.25474) 1475 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: cephadm 2023-12-06T07:08:24.929742+0000 mgr.y (mgr.25474) 1476 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.009673+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.012262+0000 mon.a (mon.0) 3390 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.014994+0000 mon.a (mon.0) 3391 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.015962+0000 mon.a (mon.0) 3392 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.023134+0000 mon.a (mon.0) 3393 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: cephadm 2023-12-06T07:08:25.023680+0000 mgr.y (mgr.25474) 1477 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: cluster 2023-12-06T07:08:25.039872+0000 mgr.y (mgr.25474) 1478 : cluster 0 pgmap v195: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-06T07:08:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.099649+0000 mon.a (mon.0) 3394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.102957+0000 mon.a (mon.0) 3395 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.107416+0000 mon.a (mon.0) 3396 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.108719+0000 mon.a (mon.0) 3397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.117911+0000 mon.a (mon.0) 3398 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: cephadm 2023-12-06T07:08:25.118719+0000 mgr.y (mgr.25474) 1479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.199478+0000 mon.a (mon.0) 3399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.201539+0000 mon.a (mon.0) 3400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.204622+0000 mon.a (mon.0) 3401 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.205731+0000 mon.a (mon.0) 3402 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.214680+0000 mon.a (mon.0) 3403 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.293020+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.296113+0000 mon.a (mon.0) 3405 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.299806+0000 mon.a (mon.0) 3406 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.301155+0000 mon.a (mon.0) 3407 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.310396+0000 mon.a (mon.0) 3408 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.392318+0000 mon.a (mon.0) 3409 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.396668+0000 mon.a (mon.0) 3410 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.400031+0000 mon.a (mon.0) 3411 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.401340+0000 mon.a (mon.0) 3412 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.409722+0000 mon.a (mon.0) 3413 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.494529+0000 mon.a (mon.0) 3414 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.498863+0000 mon.a (mon.0) 3415 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.502660+0000 mon.a (mon.0) 3416 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.504028+0000 mon.a (mon.0) 3417 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.513770+0000 mon.a (mon.0) 3418 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.595484+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.597752+0000 mon.a (mon.0) 3420 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.600377+0000 mon.a (mon.0) 3421 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.601286+0000 mon.a (mon.0) 3422 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.608900+0000 mon.a (mon.0) 3423 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.691325+0000 mon.a (mon.0) 3424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.693466+0000 mon.a (mon.0) 3425 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.696513+0000 mon.a (mon.0) 3426 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.697378+0000 mon.a (mon.0) 3427 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.706117+0000 mon.a (mon.0) 3428 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.787573+0000 mon.a (mon.0) 3429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.789847+0000 mon.a (mon.0) 3430 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.793068+0000 mon.a (mon.0) 3431 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.794182+0000 mon.a (mon.0) 3432 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.802091+0000 mon.a (mon.0) 3433 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.879449+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.882331+0000 mon.a (mon.0) 3435 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.885356+0000 mon.a (mon.0) 3436 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.886351+0000 mon.a (mon.0) 3437 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[84914]: audit 2023-12-06T07:08:25.895111+0000 mon.a (mon.0) 3438 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: cephadm 2023-12-06T07:08:24.153093+0000 mgr.y (mgr.25474) 1468 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: cephadm 2023-12-06T07:08:24.247529+0000 mgr.y (mgr.25474) 1469 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: cephadm 2023-12-06T07:08:24.347990+0000 mgr.y (mgr.25474) 1470 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: cephadm 2023-12-06T07:08:24.444721+0000 mgr.y (mgr.25474) 1471 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: cephadm 2023-12-06T07:08:24.542216+0000 mgr.y (mgr.25474) 1472 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: cephadm 2023-12-06T07:08:24.640878+0000 mgr.y (mgr.25474) 1473 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: cephadm 2023-12-06T07:08:24.736913+0000 mgr.y (mgr.25474) 1474 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: cephadm 2023-12-06T07:08:24.834504+0000 mgr.y (mgr.25474) 1475 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: cephadm 2023-12-06T07:08:24.929742+0000 mgr.y (mgr.25474) 1476 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.009673+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.012262+0000 mon.a (mon.0) 3390 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.014994+0000 mon.a (mon.0) 3391 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.015962+0000 mon.a (mon.0) 3392 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.023134+0000 mon.a (mon.0) 3393 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: cephadm 2023-12-06T07:08:25.023680+0000 mgr.y (mgr.25474) 1477 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: cluster 2023-12-06T07:08:25.039872+0000 mgr.y (mgr.25474) 1478 : cluster 0 pgmap v195: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-06T07:08:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.099649+0000 mon.a (mon.0) 3394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.102957+0000 mon.a (mon.0) 3395 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.107416+0000 mon.a (mon.0) 3396 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.108719+0000 mon.a (mon.0) 3397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.117911+0000 mon.a (mon.0) 3398 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: cephadm 2023-12-06T07:08:25.118719+0000 mgr.y (mgr.25474) 1479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.199478+0000 mon.a (mon.0) 3399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.201539+0000 mon.a (mon.0) 3400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.204622+0000 mon.a (mon.0) 3401 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.205731+0000 mon.a (mon.0) 3402 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.214680+0000 mon.a (mon.0) 3403 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.293020+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.296113+0000 mon.a (mon.0) 3405 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.299806+0000 mon.a (mon.0) 3406 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.301155+0000 mon.a (mon.0) 3407 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.310396+0000 mon.a (mon.0) 3408 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.392318+0000 mon.a (mon.0) 3409 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.396668+0000 mon.a (mon.0) 3410 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.400031+0000 mon.a (mon.0) 3411 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.401340+0000 mon.a (mon.0) 3412 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.409722+0000 mon.a (mon.0) 3413 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.494529+0000 mon.a (mon.0) 3414 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.498863+0000 mon.a (mon.0) 3415 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.502660+0000 mon.a (mon.0) 3416 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.504028+0000 mon.a (mon.0) 3417 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.513770+0000 mon.a (mon.0) 3418 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.595484+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.597752+0000 mon.a (mon.0) 3420 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.600377+0000 mon.a (mon.0) 3421 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.601286+0000 mon.a (mon.0) 3422 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.608900+0000 mon.a (mon.0) 3423 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.691325+0000 mon.a (mon.0) 3424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.693466+0000 mon.a (mon.0) 3425 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.696513+0000 mon.a (mon.0) 3426 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.697378+0000 mon.a (mon.0) 3427 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.706117+0000 mon.a (mon.0) 3428 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.787573+0000 mon.a (mon.0) 3429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.789847+0000 mon.a (mon.0) 3430 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.793068+0000 mon.a (mon.0) 3431 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.794182+0000 mon.a (mon.0) 3432 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.802091+0000 mon.a (mon.0) 3433 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.879449+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.882331+0000 mon.a (mon.0) 3435 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.885356+0000 mon.a (mon.0) 3436 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.886351+0000 mon.a (mon.0) 3437 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:25 smithi040 bash[78949]: audit 2023-12-06T07:08:25.895111+0000 mon.a (mon.0) 3438 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.385 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: cephadm 2023-12-06T07:08:24.153093+0000 mgr.y (mgr.25474) 1468 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.385 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: cephadm 2023-12-06T07:08:24.247529+0000 mgr.y (mgr.25474) 1469 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.385 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: cephadm 2023-12-06T07:08:24.347990+0000 mgr.y (mgr.25474) 1470 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.385 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: cephadm 2023-12-06T07:08:24.444721+0000 mgr.y (mgr.25474) 1471 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.386 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: cephadm 2023-12-06T07:08:24.542216+0000 mgr.y (mgr.25474) 1472 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.386 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: cephadm 2023-12-06T07:08:24.640878+0000 mgr.y (mgr.25474) 1473 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.386 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: cephadm 2023-12-06T07:08:24.736913+0000 mgr.y (mgr.25474) 1474 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.386 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: cephadm 2023-12-06T07:08:24.834504+0000 mgr.y (mgr.25474) 1475 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.386 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: cephadm 2023-12-06T07:08:24.929742+0000 mgr.y (mgr.25474) 1476 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.386 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.009673+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.386 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.012262+0000 mon.a (mon.0) 3390 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.386 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.014994+0000 mon.a (mon.0) 3391 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.386 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.015962+0000 mon.a (mon.0) 3392 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.386 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.023134+0000 mon.a (mon.0) 3393 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.386 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: cephadm 2023-12-06T07:08:25.023680+0000 mgr.y (mgr.25474) 1477 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.386 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: cluster 2023-12-06T07:08:25.039872+0000 mgr.y (mgr.25474) 1478 : cluster 0 pgmap v195: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-06T07:08:26.386 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.099649+0000 mon.a (mon.0) 3394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.386 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.102957+0000 mon.a (mon.0) 3395 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.387 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.107416+0000 mon.a (mon.0) 3396 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.387 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.108719+0000 mon.a (mon.0) 3397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.388 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.117911+0000 mon.a (mon.0) 3398 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.388 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: cephadm 2023-12-06T07:08:25.118719+0000 mgr.y (mgr.25474) 1479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:26.388 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.199478+0000 mon.a (mon.0) 3399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.388 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.201539+0000 mon.a (mon.0) 3400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.388 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.204622+0000 mon.a (mon.0) 3401 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.388 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.205731+0000 mon.a (mon.0) 3402 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.388 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.214680+0000 mon.a (mon.0) 3403 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.388 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.293020+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.388 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.296113+0000 mon.a (mon.0) 3405 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.388 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.299806+0000 mon.a (mon.0) 3406 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.301155+0000 mon.a (mon.0) 3407 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.310396+0000 mon.a (mon.0) 3408 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.392318+0000 mon.a (mon.0) 3409 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.396668+0000 mon.a (mon.0) 3410 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.400031+0000 mon.a (mon.0) 3411 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.401340+0000 mon.a (mon.0) 3412 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.409722+0000 mon.a (mon.0) 3413 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.494529+0000 mon.a (mon.0) 3414 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.498863+0000 mon.a (mon.0) 3415 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.502660+0000 mon.a (mon.0) 3416 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.504028+0000 mon.a (mon.0) 3417 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.513770+0000 mon.a (mon.0) 3418 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.595484+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.597752+0000 mon.a (mon.0) 3420 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.600377+0000 mon.a (mon.0) 3421 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.601286+0000 mon.a (mon.0) 3422 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.608900+0000 mon.a (mon.0) 3423 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.691325+0000 mon.a (mon.0) 3424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.693466+0000 mon.a (mon.0) 3425 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.696513+0000 mon.a (mon.0) 3426 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.697378+0000 mon.a (mon.0) 3427 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.706117+0000 mon.a (mon.0) 3428 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.787573+0000 mon.a (mon.0) 3429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.789847+0000 mon.a (mon.0) 3430 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.793068+0000 mon.a (mon.0) 3431 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.794182+0000 mon.a (mon.0) 3432 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.802091+0000 mon.a (mon.0) 3433 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.879449+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:26.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.882331+0000 mon.a (mon.0) 3435 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:26.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.885356+0000 mon.a (mon.0) 3436 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:26.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.886351+0000 mon.a (mon.0) 3437 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:26.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:25 smithi141 bash[72190]: audit 2023-12-06T07:08:25.895111+0000 mon.a (mon.0) 3438 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:26.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:08:26] "GET /metrics HTTP/1.1" 200 38483 "" "Prometheus/2.33.4" 2023-12-06T07:08:26.959 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[78325]: debug 2023-12-06T07:08:26.701+0000 7f99911d6700 1 -- 172.21.15.141:0/2748124442 <== mon.2 v2:172.21.15.141:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558c6e3f11e0 con 0x558c6e476800 2023-12-06T07:08:27.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: cephadm 2023-12-06T07:08:25.215235+0000 mgr.y (mgr.25474) 1480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: cephadm 2023-12-06T07:08:25.311311+0000 mgr.y (mgr.25474) 1481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: cephadm 2023-12-06T07:08:25.410414+0000 mgr.y (mgr.25474) 1482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: cephadm 2023-12-06T07:08:25.514763+0000 mgr.y (mgr.25474) 1483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: cephadm 2023-12-06T07:08:25.609441+0000 mgr.y (mgr.25474) 1484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: cephadm 2023-12-06T07:08:25.706902+0000 mgr.y (mgr.25474) 1485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: cephadm 2023-12-06T07:08:25.802624+0000 mgr.y (mgr.25474) 1486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: cephadm 2023-12-06T07:08:25.895728+0000 mgr.y (mgr.25474) 1487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:25.979959+0000 mon.a (mon.0) 3439 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:25.982447+0000 mon.a (mon.0) 3440 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:25.985256+0000 mon.a (mon.0) 3441 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:25.986020+0000 mon.a (mon.0) 3442 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:25.992455+0000 mon.a (mon.0) 3443 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: cephadm 2023-12-06T07:08:25.992919+0000 mgr.y (mgr.25474) 1488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: cluster 2023-12-06T07:08:26.019479+0000 mon.a (mon.0) 3444 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 12 pgs peering) 2023-12-06T07:08:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.074740+0000 mon.a (mon.0) 3445 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.077290+0000 mon.a (mon.0) 3446 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.080257+0000 mon.a (mon.0) 3447 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.081383+0000 mon.a (mon.0) 3448 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.088784+0000 mon.a (mon.0) 3449 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: cephadm 2023-12-06T07:08:26.089330+0000 mgr.y (mgr.25474) 1489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.171062+0000 mon.a (mon.0) 3450 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.173118+0000 mon.a (mon.0) 3451 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.175854+0000 mon.a (mon.0) 3452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.176956+0000 mon.a (mon.0) 3453 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.184479+0000 mon.a (mon.0) 3454 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.265841+0000 mon.a (mon.0) 3455 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.268776+0000 mon.a (mon.0) 3456 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.272266+0000 mon.a (mon.0) 3457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.273506+0000 mon.a (mon.0) 3458 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.280840+0000 mon.a (mon.0) 3459 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.362761+0000 mon.a (mon.0) 3460 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.365190+0000 mon.a (mon.0) 3461 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.368831+0000 mon.a (mon.0) 3462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.369900+0000 mon.a (mon.0) 3463 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.378959+0000 mon.a (mon.0) 3464 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.458583+0000 mon.a (mon.0) 3465 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.461781+0000 mon.a (mon.0) 3466 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.465464+0000 mon.a (mon.0) 3467 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.466753+0000 mon.a (mon.0) 3468 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.477370+0000 mon.a (mon.0) 3469 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.555514+0000 mon.a (mon.0) 3470 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.558592+0000 mon.a (mon.0) 3471 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.561938+0000 mon.a (mon.0) 3472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.563097+0000 mon.a (mon.0) 3473 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.571092+0000 mon.a (mon.0) 3474 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.649343+0000 mon.a (mon.0) 3475 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.652607+0000 mon.a (mon.0) 3476 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.656362+0000 mon.a (mon.0) 3477 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.657824+0000 mon.a (mon.0) 3478 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.666356+0000 mon.a (mon.0) 3479 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.744481+0000 mon.a (mon.0) 3480 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.747711+0000 mon.a (mon.0) 3481 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.751068+0000 mon.a (mon.0) 3482 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.752408+0000 mon.a (mon.0) 3483 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.760808+0000 mon.a (mon.0) 3484 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.838876+0000 mon.a (mon.0) 3485 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.842004+0000 mon.a (mon.0) 3486 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.845336+0000 mon.a (mon.0) 3487 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.846653+0000 mon.a (mon.0) 3488 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.854875+0000 mon.a (mon.0) 3489 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.932152+0000 mon.a (mon.0) 3490 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.934991+0000 mon.a (mon.0) 3491 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.938216+0000 mon.a (mon.0) 3492 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.939424+0000 mon.a (mon.0) 3493 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:26 smithi141 bash[72190]: audit 2023-12-06T07:08:26.945582+0000 mon.a (mon.0) 3494 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: cephadm 2023-12-06T07:08:25.215235+0000 mgr.y (mgr.25474) 1480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: cephadm 2023-12-06T07:08:25.311311+0000 mgr.y (mgr.25474) 1481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: cephadm 2023-12-06T07:08:25.410414+0000 mgr.y (mgr.25474) 1482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: cephadm 2023-12-06T07:08:25.514763+0000 mgr.y (mgr.25474) 1483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: cephadm 2023-12-06T07:08:25.609441+0000 mgr.y (mgr.25474) 1484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: cephadm 2023-12-06T07:08:25.706902+0000 mgr.y (mgr.25474) 1485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: cephadm 2023-12-06T07:08:25.802624+0000 mgr.y (mgr.25474) 1486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: cephadm 2023-12-06T07:08:25.895728+0000 mgr.y (mgr.25474) 1487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:25.979959+0000 mon.a (mon.0) 3439 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:25.982447+0000 mon.a (mon.0) 3440 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:25.985256+0000 mon.a (mon.0) 3441 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:25.986020+0000 mon.a (mon.0) 3442 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:25.992455+0000 mon.a (mon.0) 3443 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: cephadm 2023-12-06T07:08:25.992919+0000 mgr.y (mgr.25474) 1488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: cluster 2023-12-06T07:08:26.019479+0000 mon.a (mon.0) 3444 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 12 pgs peering) 2023-12-06T07:08:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.074740+0000 mon.a (mon.0) 3445 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.077290+0000 mon.a (mon.0) 3446 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.080257+0000 mon.a (mon.0) 3447 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.081383+0000 mon.a (mon.0) 3448 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.088784+0000 mon.a (mon.0) 3449 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: cephadm 2023-12-06T07:08:26.089330+0000 mgr.y (mgr.25474) 1489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.171062+0000 mon.a (mon.0) 3450 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.173118+0000 mon.a (mon.0) 3451 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.175854+0000 mon.a (mon.0) 3452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.176956+0000 mon.a (mon.0) 3453 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.184479+0000 mon.a (mon.0) 3454 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.265841+0000 mon.a (mon.0) 3455 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.268776+0000 mon.a (mon.0) 3456 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.272266+0000 mon.a (mon.0) 3457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.273506+0000 mon.a (mon.0) 3458 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.280840+0000 mon.a (mon.0) 3459 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.362761+0000 mon.a (mon.0) 3460 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.365190+0000 mon.a (mon.0) 3461 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.368831+0000 mon.a (mon.0) 3462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.369900+0000 mon.a (mon.0) 3463 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.378959+0000 mon.a (mon.0) 3464 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.458583+0000 mon.a (mon.0) 3465 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.461781+0000 mon.a (mon.0) 3466 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.465464+0000 mon.a (mon.0) 3467 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.466753+0000 mon.a (mon.0) 3468 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.477370+0000 mon.a (mon.0) 3469 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.555514+0000 mon.a (mon.0) 3470 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.558592+0000 mon.a (mon.0) 3471 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.561938+0000 mon.a (mon.0) 3472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.563097+0000 mon.a (mon.0) 3473 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.571092+0000 mon.a (mon.0) 3474 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.649343+0000 mon.a (mon.0) 3475 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.652607+0000 mon.a (mon.0) 3476 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.656362+0000 mon.a (mon.0) 3477 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.657824+0000 mon.a (mon.0) 3478 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.666356+0000 mon.a (mon.0) 3479 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.744481+0000 mon.a (mon.0) 3480 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.747711+0000 mon.a (mon.0) 3481 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.751068+0000 mon.a (mon.0) 3482 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.752408+0000 mon.a (mon.0) 3483 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.760808+0000 mon.a (mon.0) 3484 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.838876+0000 mon.a (mon.0) 3485 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.842004+0000 mon.a (mon.0) 3486 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.845336+0000 mon.a (mon.0) 3487 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.846653+0000 mon.a (mon.0) 3488 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.854875+0000 mon.a (mon.0) 3489 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.932152+0000 mon.a (mon.0) 3490 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.934991+0000 mon.a (mon.0) 3491 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.938216+0000 mon.a (mon.0) 3492 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.939424+0000 mon.a (mon.0) 3493 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[84914]: audit 2023-12-06T07:08:26.945582+0000 mon.a (mon.0) 3494 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: cephadm 2023-12-06T07:08:25.215235+0000 mgr.y (mgr.25474) 1480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: cephadm 2023-12-06T07:08:25.311311+0000 mgr.y (mgr.25474) 1481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: cephadm 2023-12-06T07:08:25.410414+0000 mgr.y (mgr.25474) 1482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: cephadm 2023-12-06T07:08:25.514763+0000 mgr.y (mgr.25474) 1483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: cephadm 2023-12-06T07:08:25.609441+0000 mgr.y (mgr.25474) 1484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: cephadm 2023-12-06T07:08:25.706902+0000 mgr.y (mgr.25474) 1485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: cephadm 2023-12-06T07:08:25.802624+0000 mgr.y (mgr.25474) 1486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: cephadm 2023-12-06T07:08:25.895728+0000 mgr.y (mgr.25474) 1487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:25.979959+0000 mon.a (mon.0) 3439 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:25.982447+0000 mon.a (mon.0) 3440 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:25.985256+0000 mon.a (mon.0) 3441 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:25.986020+0000 mon.a (mon.0) 3442 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:25.992455+0000 mon.a (mon.0) 3443 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: cephadm 2023-12-06T07:08:25.992919+0000 mgr.y (mgr.25474) 1488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: cluster 2023-12-06T07:08:26.019479+0000 mon.a (mon.0) 3444 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 12 pgs peering) 2023-12-06T07:08:27.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.074740+0000 mon.a (mon.0) 3445 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.077290+0000 mon.a (mon.0) 3446 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.080257+0000 mon.a (mon.0) 3447 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.081383+0000 mon.a (mon.0) 3448 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.088784+0000 mon.a (mon.0) 3449 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: cephadm 2023-12-06T07:08:26.089330+0000 mgr.y (mgr.25474) 1489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:27.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.171062+0000 mon.a (mon.0) 3450 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.173118+0000 mon.a (mon.0) 3451 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.175854+0000 mon.a (mon.0) 3452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.176956+0000 mon.a (mon.0) 3453 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.184479+0000 mon.a (mon.0) 3454 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.265841+0000 mon.a (mon.0) 3455 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.268776+0000 mon.a (mon.0) 3456 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.272266+0000 mon.a (mon.0) 3457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.273506+0000 mon.a (mon.0) 3458 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.280840+0000 mon.a (mon.0) 3459 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.362761+0000 mon.a (mon.0) 3460 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.365190+0000 mon.a (mon.0) 3461 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.368831+0000 mon.a (mon.0) 3462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.369900+0000 mon.a (mon.0) 3463 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.378959+0000 mon.a (mon.0) 3464 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.458583+0000 mon.a (mon.0) 3465 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.461781+0000 mon.a (mon.0) 3466 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.465464+0000 mon.a (mon.0) 3467 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.466753+0000 mon.a (mon.0) 3468 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.477370+0000 mon.a (mon.0) 3469 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.555514+0000 mon.a (mon.0) 3470 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.558592+0000 mon.a (mon.0) 3471 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.561938+0000 mon.a (mon.0) 3472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.563097+0000 mon.a (mon.0) 3473 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.571092+0000 mon.a (mon.0) 3474 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.649343+0000 mon.a (mon.0) 3475 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.652607+0000 mon.a (mon.0) 3476 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.656362+0000 mon.a (mon.0) 3477 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.657824+0000 mon.a (mon.0) 3478 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.666356+0000 mon.a (mon.0) 3479 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.744481+0000 mon.a (mon.0) 3480 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.747711+0000 mon.a (mon.0) 3481 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.751068+0000 mon.a (mon.0) 3482 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.752408+0000 mon.a (mon.0) 3483 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.760808+0000 mon.a (mon.0) 3484 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.838876+0000 mon.a (mon.0) 3485 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.842004+0000 mon.a (mon.0) 3486 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.845336+0000 mon.a (mon.0) 3487 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.846653+0000 mon.a (mon.0) 3488 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.854875+0000 mon.a (mon.0) 3489 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.932152+0000 mon.a (mon.0) 3490 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.934991+0000 mon.a (mon.0) 3491 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.938216+0000 mon.a (mon.0) 3492 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.939424+0000 mon.a (mon.0) 3493 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:27.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:26 smithi040 bash[78949]: audit 2023-12-06T07:08:26.945582+0000 mon.a (mon.0) 3494 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:27.526 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[78325]: debug 2023-12-06T07:08:27.253+0000 7f999a35c640 -1 Falling back to public interface 2023-12-06T07:08:28.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: cephadm 2023-12-06T07:08:26.185313+0000 mgr.y (mgr.25474) 1490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: cephadm 2023-12-06T07:08:26.281621+0000 mgr.y (mgr.25474) 1491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: cephadm 2023-12-06T07:08:26.379546+0000 mgr.y (mgr.25474) 1492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: cephadm 2023-12-06T07:08:26.478170+0000 mgr.y (mgr.25474) 1493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: cephadm 2023-12-06T07:08:26.571711+0000 mgr.y (mgr.25474) 1494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: cephadm 2023-12-06T07:08:26.667010+0000 mgr.y (mgr.25474) 1495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: cephadm 2023-12-06T07:08:26.761427+0000 mgr.y (mgr.25474) 1496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: cephadm 2023-12-06T07:08:26.855694+0000 mgr.y (mgr.25474) 1497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: cephadm 2023-12-06T07:08:26.946119+0000 mgr.y (mgr.25474) 1498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.024526+0000 mon.a (mon.0) 3495 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.026872+0000 mon.a (mon.0) 3496 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.029218+0000 mon.a (mon.0) 3497 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.030221+0000 mon.a (mon.0) 3498 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.036864+0000 mon.a (mon.0) 3499 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: cephadm 2023-12-06T07:08:27.037480+0000 mgr.y (mgr.25474) 1499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: cluster 2023-12-06T07:08:27.040638+0000 mgr.y (mgr.25474) 1500 : cluster 0 pgmap v196: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-06T07:08:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.118599+0000 mon.a (mon.0) 3500 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.122462+0000 mon.a (mon.0) 3501 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.125210+0000 mon.a (mon.0) 3502 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.126199+0000 mon.a (mon.0) 3503 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.133398+0000 mon.a (mon.0) 3504 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: cephadm 2023-12-06T07:08:27.134104+0000 mgr.y (mgr.25474) 1501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.213245+0000 mon.a (mon.0) 3505 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.217658+0000 mon.a (mon.0) 3506 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.222766+0000 mon.a (mon.0) 3507 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.224017+0000 mon.a (mon.0) 3508 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.233982+0000 mon.a (mon.0) 3509 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.312361+0000 mon.a (mon.0) 3510 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.315603+0000 mon.a (mon.0) 3511 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.319104+0000 mon.a (mon.0) 3512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.320435+0000 mon.a (mon.0) 3513 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.330216+0000 mon.a (mon.0) 3514 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.410244+0000 mon.a (mon.0) 3515 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.412838+0000 mon.a (mon.0) 3516 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.416237+0000 mon.a (mon.0) 3517 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.417468+0000 mon.a (mon.0) 3518 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.424992+0000 mon.a (mon.0) 3519 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.505598+0000 mon.a (mon.0) 3520 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.508039+0000 mon.a (mon.0) 3521 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.511250+0000 mon.a (mon.0) 3522 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.512202+0000 mon.a (mon.0) 3523 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.520564+0000 mon.a (mon.0) 3524 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.605292+0000 mon.a (mon.0) 3525 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.609283+0000 mon.a (mon.0) 3526 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.613173+0000 mon.a (mon.0) 3527 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.614356+0000 mon.a (mon.0) 3528 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.622994+0000 mon.a (mon.0) 3529 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: cluster 2023-12-06T07:08:27.660580+0000 mon.a (mon.0) 3530 : cluster 3 Health check update: Degraded data redundancy: 107/630 objects degraded (16.984%), 27 pgs degraded (PG_DEGRADED) 2023-12-06T07:08:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.706376+0000 mon.a (mon.0) 3531 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.709788+0000 mon.a (mon.0) 3532 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.713233+0000 mon.a (mon.0) 3533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.714360+0000 mon.a (mon.0) 3534 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.722179+0000 mon.a (mon.0) 3535 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.801357+0000 mon.a (mon.0) 3536 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.803698+0000 mon.a (mon.0) 3537 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.806578+0000 mon.a (mon.0) 3538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.807730+0000 mon.a (mon.0) 3539 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.816272+0000 mon.a (mon.0) 3540 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.893753+0000 mon.a (mon.0) 3541 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.895943+0000 mon.a (mon.0) 3542 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.898638+0000 mon.a (mon.0) 3543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.899538+0000 mon.a (mon.0) 3544 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[84914]: audit 2023-12-06T07:08:27.907919+0000 mon.a (mon.0) 3545 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: cephadm 2023-12-06T07:08:26.185313+0000 mgr.y (mgr.25474) 1490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: cephadm 2023-12-06T07:08:26.281621+0000 mgr.y (mgr.25474) 1491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: cephadm 2023-12-06T07:08:26.379546+0000 mgr.y (mgr.25474) 1492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: cephadm 2023-12-06T07:08:26.478170+0000 mgr.y (mgr.25474) 1493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: cephadm 2023-12-06T07:08:26.571711+0000 mgr.y (mgr.25474) 1494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: cephadm 2023-12-06T07:08:26.667010+0000 mgr.y (mgr.25474) 1495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: cephadm 2023-12-06T07:08:26.761427+0000 mgr.y (mgr.25474) 1496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: cephadm 2023-12-06T07:08:26.855694+0000 mgr.y (mgr.25474) 1497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: cephadm 2023-12-06T07:08:26.946119+0000 mgr.y (mgr.25474) 1498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.024526+0000 mon.a (mon.0) 3495 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.026872+0000 mon.a (mon.0) 3496 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.029218+0000 mon.a (mon.0) 3497 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.030221+0000 mon.a (mon.0) 3498 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.036864+0000 mon.a (mon.0) 3499 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: cephadm 2023-12-06T07:08:27.037480+0000 mgr.y (mgr.25474) 1499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: cluster 2023-12-06T07:08:27.040638+0000 mgr.y (mgr.25474) 1500 : cluster 0 pgmap v196: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-06T07:08:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.118599+0000 mon.a (mon.0) 3500 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.122462+0000 mon.a (mon.0) 3501 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.125210+0000 mon.a (mon.0) 3502 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.126199+0000 mon.a (mon.0) 3503 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.133398+0000 mon.a (mon.0) 3504 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: cephadm 2023-12-06T07:08:27.134104+0000 mgr.y (mgr.25474) 1501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.213245+0000 mon.a (mon.0) 3505 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.217658+0000 mon.a (mon.0) 3506 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.222766+0000 mon.a (mon.0) 3507 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.224017+0000 mon.a (mon.0) 3508 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.233982+0000 mon.a (mon.0) 3509 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.312361+0000 mon.a (mon.0) 3510 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.315603+0000 mon.a (mon.0) 3511 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.319104+0000 mon.a (mon.0) 3512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.320435+0000 mon.a (mon.0) 3513 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.330216+0000 mon.a (mon.0) 3514 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.410244+0000 mon.a (mon.0) 3515 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.412838+0000 mon.a (mon.0) 3516 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.416237+0000 mon.a (mon.0) 3517 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.417468+0000 mon.a (mon.0) 3518 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.424992+0000 mon.a (mon.0) 3519 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.505598+0000 mon.a (mon.0) 3520 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.508039+0000 mon.a (mon.0) 3521 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.511250+0000 mon.a (mon.0) 3522 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.512202+0000 mon.a (mon.0) 3523 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.520564+0000 mon.a (mon.0) 3524 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.605292+0000 mon.a (mon.0) 3525 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.609283+0000 mon.a (mon.0) 3526 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.613173+0000 mon.a (mon.0) 3527 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.614356+0000 mon.a (mon.0) 3528 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.622994+0000 mon.a (mon.0) 3529 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: cluster 2023-12-06T07:08:27.660580+0000 mon.a (mon.0) 3530 : cluster 3 Health check update: Degraded data redundancy: 107/630 objects degraded (16.984%), 27 pgs degraded (PG_DEGRADED) 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.706376+0000 mon.a (mon.0) 3531 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.709788+0000 mon.a (mon.0) 3532 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.713233+0000 mon.a (mon.0) 3533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.714360+0000 mon.a (mon.0) 3534 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.722179+0000 mon.a (mon.0) 3535 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.801357+0000 mon.a (mon.0) 3536 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.803698+0000 mon.a (mon.0) 3537 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.806578+0000 mon.a (mon.0) 3538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.807730+0000 mon.a (mon.0) 3539 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.816272+0000 mon.a (mon.0) 3540 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.893753+0000 mon.a (mon.0) 3541 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.895943+0000 mon.a (mon.0) 3542 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.898638+0000 mon.a (mon.0) 3543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.899538+0000 mon.a (mon.0) 3544 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:27 smithi040 bash[78949]: audit 2023-12-06T07:08:27.907919+0000 mon.a (mon.0) 3545 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: cephadm 2023-12-06T07:08:26.185313+0000 mgr.y (mgr.25474) 1490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: cephadm 2023-12-06T07:08:26.281621+0000 mgr.y (mgr.25474) 1491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: cephadm 2023-12-06T07:08:26.379546+0000 mgr.y (mgr.25474) 1492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: cephadm 2023-12-06T07:08:26.478170+0000 mgr.y (mgr.25474) 1493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: cephadm 2023-12-06T07:08:26.571711+0000 mgr.y (mgr.25474) 1494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: cephadm 2023-12-06T07:08:26.667010+0000 mgr.y (mgr.25474) 1495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: cephadm 2023-12-06T07:08:26.761427+0000 mgr.y (mgr.25474) 1496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: cephadm 2023-12-06T07:08:26.855694+0000 mgr.y (mgr.25474) 1497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: cephadm 2023-12-06T07:08:26.946119+0000 mgr.y (mgr.25474) 1498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.024526+0000 mon.a (mon.0) 3495 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.026872+0000 mon.a (mon.0) 3496 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.029218+0000 mon.a (mon.0) 3497 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.030221+0000 mon.a (mon.0) 3498 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.036864+0000 mon.a (mon.0) 3499 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: cephadm 2023-12-06T07:08:27.037480+0000 mgr.y (mgr.25474) 1499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: cluster 2023-12-06T07:08:27.040638+0000 mgr.y (mgr.25474) 1500 : cluster 0 pgmap v196: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.118599+0000 mon.a (mon.0) 3500 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.122462+0000 mon.a (mon.0) 3501 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.125210+0000 mon.a (mon.0) 3502 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.126199+0000 mon.a (mon.0) 3503 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.133398+0000 mon.a (mon.0) 3504 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: cephadm 2023-12-06T07:08:27.134104+0000 mgr.y (mgr.25474) 1501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.213245+0000 mon.a (mon.0) 3505 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.217658+0000 mon.a (mon.0) 3506 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.222766+0000 mon.a (mon.0) 3507 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.224017+0000 mon.a (mon.0) 3508 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.233982+0000 mon.a (mon.0) 3509 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.312361+0000 mon.a (mon.0) 3510 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.315603+0000 mon.a (mon.0) 3511 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.319104+0000 mon.a (mon.0) 3512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.320435+0000 mon.a (mon.0) 3513 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.330216+0000 mon.a (mon.0) 3514 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.410244+0000 mon.a (mon.0) 3515 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.412838+0000 mon.a (mon.0) 3516 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.416237+0000 mon.a (mon.0) 3517 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.417468+0000 mon.a (mon.0) 3518 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.424992+0000 mon.a (mon.0) 3519 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.505598+0000 mon.a (mon.0) 3520 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.508039+0000 mon.a (mon.0) 3521 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.511250+0000 mon.a (mon.0) 3522 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.512202+0000 mon.a (mon.0) 3523 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.520564+0000 mon.a (mon.0) 3524 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.605292+0000 mon.a (mon.0) 3525 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.609283+0000 mon.a (mon.0) 3526 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.613173+0000 mon.a (mon.0) 3527 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.614356+0000 mon.a (mon.0) 3528 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.622994+0000 mon.a (mon.0) 3529 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: cluster 2023-12-06T07:08:27.660580+0000 mon.a (mon.0) 3530 : cluster 3 Health check update: Degraded data redundancy: 107/630 objects degraded (16.984%), 27 pgs degraded (PG_DEGRADED) 2023-12-06T07:08:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.706376+0000 mon.a (mon.0) 3531 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.709788+0000 mon.a (mon.0) 3532 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.713233+0000 mon.a (mon.0) 3533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.714360+0000 mon.a (mon.0) 3534 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.722179+0000 mon.a (mon.0) 3535 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.801357+0000 mon.a (mon.0) 3536 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.803698+0000 mon.a (mon.0) 3537 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.806578+0000 mon.a (mon.0) 3538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.807730+0000 mon.a (mon.0) 3539 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.816272+0000 mon.a (mon.0) 3540 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.893753+0000 mon.a (mon.0) 3541 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.895943+0000 mon.a (mon.0) 3542 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.898638+0000 mon.a (mon.0) 3543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.899538+0000 mon.a (mon.0) 3544 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:28.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:27 smithi141 bash[72190]: audit 2023-12-06T07:08:27.907919+0000 mon.a (mon.0) 3545 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: cephadm 2023-12-06T07:08:27.234785+0000 mgr.y (mgr.25474) 1502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: cephadm 2023-12-06T07:08:27.331111+0000 mgr.y (mgr.25474) 1503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: cephadm 2023-12-06T07:08:27.425726+0000 mgr.y (mgr.25474) 1504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: cephadm 2023-12-06T07:08:27.521262+0000 mgr.y (mgr.25474) 1505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: cephadm 2023-12-06T07:08:27.623852+0000 mgr.y (mgr.25474) 1506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: cephadm 2023-12-06T07:08:27.723267+0000 mgr.y (mgr.25474) 1507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: cephadm 2023-12-06T07:08:27.816924+0000 mgr.y (mgr.25474) 1508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: cephadm 2023-12-06T07:08:27.908519+0000 mgr.y (mgr.25474) 1509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:27.988841+0000 mon.a (mon.0) 3546 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:27.991479+0000 mon.a (mon.0) 3547 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:27.993553+0000 mon.a (mon.0) 3548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:27.994281+0000 mon.a (mon.0) 3549 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:27.999162+0000 mon.a (mon.0) 3550 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: cephadm 2023-12-06T07:08:27.999778+0000 mgr.y (mgr.25474) 1510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.077102+0000 mon.a (mon.0) 3551 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.081551+0000 mon.a (mon.0) 3552 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.085272+0000 mon.a (mon.0) 3553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.086651+0000 mon.a (mon.0) 3554 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.093778+0000 mon.a (mon.0) 3555 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: cephadm 2023-12-06T07:08:28.094411+0000 mgr.y (mgr.25474) 1511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.173476+0000 mon.a (mon.0) 3556 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: cephadm 2023-12-06T07:08:27.234785+0000 mgr.y (mgr.25474) 1502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: cephadm 2023-12-06T07:08:27.331111+0000 mgr.y (mgr.25474) 1503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: cephadm 2023-12-06T07:08:27.425726+0000 mgr.y (mgr.25474) 1504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: cephadm 2023-12-06T07:08:27.521262+0000 mgr.y (mgr.25474) 1505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: cephadm 2023-12-06T07:08:27.623852+0000 mgr.y (mgr.25474) 1506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: cephadm 2023-12-06T07:08:27.723267+0000 mgr.y (mgr.25474) 1507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: cephadm 2023-12-06T07:08:27.816924+0000 mgr.y (mgr.25474) 1508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: cephadm 2023-12-06T07:08:27.908519+0000 mgr.y (mgr.25474) 1509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:27.988841+0000 mon.a (mon.0) 3546 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:27.991479+0000 mon.a (mon.0) 3547 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:27.993553+0000 mon.a (mon.0) 3548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:27.994281+0000 mon.a (mon.0) 3549 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:27.999162+0000 mon.a (mon.0) 3550 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: cephadm 2023-12-06T07:08:27.999778+0000 mgr.y (mgr.25474) 1510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.077102+0000 mon.a (mon.0) 3551 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.081551+0000 mon.a (mon.0) 3552 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.085272+0000 mon.a (mon.0) 3553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.086651+0000 mon.a (mon.0) 3554 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.093778+0000 mon.a (mon.0) 3555 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: cephadm 2023-12-06T07:08:28.094411+0000 mgr.y (mgr.25474) 1511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.173476+0000 mon.a (mon.0) 3556 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.176400+0000 mon.a (mon.0) 3557 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.179805+0000 mon.a (mon.0) 3558 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.180879+0000 mon.a (mon.0) 3559 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.187413+0000 mon.a (mon.0) 3560 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.268142+0000 mon.a (mon.0) 3561 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.271381+0000 mon.a (mon.0) 3562 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.274220+0000 mon.a (mon.0) 3563 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.275352+0000 mon.a (mon.0) 3564 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.282914+0000 mon.a (mon.0) 3565 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.363924+0000 mon.a (mon.0) 3566 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.366517+0000 mon.a (mon.0) 3567 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.369590+0000 mon.a (mon.0) 3568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.370769+0000 mon.a (mon.0) 3569 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.377085+0000 mon.a (mon.0) 3570 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.438848+0000 mon.a (mon.0) 3571 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.442125+0000 mon.a (mon.0) 3572 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.446361+0000 mon.a (mon.0) 3573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.447908+0000 mon.a (mon.0) 3574 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.457575+0000 mon.a (mon.0) 3575 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.176400+0000 mon.a (mon.0) 3557 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.179805+0000 mon.a (mon.0) 3558 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.180879+0000 mon.a (mon.0) 3559 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.187413+0000 mon.a (mon.0) 3560 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.268142+0000 mon.a (mon.0) 3561 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.271381+0000 mon.a (mon.0) 3562 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.274220+0000 mon.a (mon.0) 3563 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.275352+0000 mon.a (mon.0) 3564 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.282914+0000 mon.a (mon.0) 3565 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.363924+0000 mon.a (mon.0) 3566 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.366517+0000 mon.a (mon.0) 3567 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.369590+0000 mon.a (mon.0) 3568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.370769+0000 mon.a (mon.0) 3569 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.377085+0000 mon.a (mon.0) 3570 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.438848+0000 mon.a (mon.0) 3571 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.442125+0000 mon.a (mon.0) 3572 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.446361+0000 mon.a (mon.0) 3573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.447908+0000 mon.a (mon.0) 3574 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.457575+0000 mon.a (mon.0) 3575 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.537100+0000 mon.a (mon.0) 3576 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.541364+0000 mon.a (mon.0) 3577 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.544951+0000 mon.a (mon.0) 3578 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.546096+0000 mon.a (mon.0) 3579 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.555054+0000 mon.a (mon.0) 3580 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.638801+0000 mon.a (mon.0) 3581 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.641075+0000 mon.a (mon.0) 3582 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.644553+0000 mon.a (mon.0) 3583 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.645631+0000 mon.a (mon.0) 3584 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.654390+0000 mon.a (mon.0) 3585 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.734182+0000 mon.a (mon.0) 3586 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.736649+0000 mon.a (mon.0) 3587 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.740178+0000 mon.a (mon.0) 3588 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.741623+0000 mon.a (mon.0) 3589 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.750420+0000 mon.a (mon.0) 3590 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.828899+0000 mon.a (mon.0) 3591 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.832135+0000 mon.a (mon.0) 3592 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.835860+0000 mon.a (mon.0) 3593 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.837198+0000 mon.a (mon.0) 3594 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.845868+0000 mon.a (mon.0) 3595 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.537100+0000 mon.a (mon.0) 3576 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.541364+0000 mon.a (mon.0) 3577 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.544951+0000 mon.a (mon.0) 3578 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.546096+0000 mon.a (mon.0) 3579 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.555054+0000 mon.a (mon.0) 3580 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.638801+0000 mon.a (mon.0) 3581 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.641075+0000 mon.a (mon.0) 3582 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.644553+0000 mon.a (mon.0) 3583 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.645631+0000 mon.a (mon.0) 3584 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.654390+0000 mon.a (mon.0) 3585 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.734182+0000 mon.a (mon.0) 3586 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.736649+0000 mon.a (mon.0) 3587 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.740178+0000 mon.a (mon.0) 3588 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.741623+0000 mon.a (mon.0) 3589 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.750420+0000 mon.a (mon.0) 3590 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.828899+0000 mon.a (mon.0) 3591 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.832135+0000 mon.a (mon.0) 3592 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.835860+0000 mon.a (mon.0) 3593 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.837198+0000 mon.a (mon.0) 3594 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.845868+0000 mon.a (mon.0) 3595 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.920309+0000 mon.a (mon.0) 3596 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.923132+0000 mon.a (mon.0) 3597 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.927105+0000 mon.a (mon.0) 3598 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.928314+0000 mon.a (mon.0) 3599 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[84914]: audit 2023-12-06T07:08:28.935480+0000 mon.a (mon.0) 3600 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.920309+0000 mon.a (mon.0) 3596 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.923132+0000 mon.a (mon.0) 3597 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.927105+0000 mon.a (mon.0) 3598 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.928314+0000 mon.a (mon.0) 3599 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:28 smithi040 bash[78949]: audit 2023-12-06T07:08:28.935480+0000 mon.a (mon.0) 3600 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: cephadm 2023-12-06T07:08:27.234785+0000 mgr.y (mgr.25474) 1502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: cephadm 2023-12-06T07:08:27.331111+0000 mgr.y (mgr.25474) 1503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: cephadm 2023-12-06T07:08:27.425726+0000 mgr.y (mgr.25474) 1504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: cephadm 2023-12-06T07:08:27.521262+0000 mgr.y (mgr.25474) 1505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: cephadm 2023-12-06T07:08:27.623852+0000 mgr.y (mgr.25474) 1506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: cephadm 2023-12-06T07:08:27.723267+0000 mgr.y (mgr.25474) 1507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: cephadm 2023-12-06T07:08:27.816924+0000 mgr.y (mgr.25474) 1508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: cephadm 2023-12-06T07:08:27.908519+0000 mgr.y (mgr.25474) 1509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:27.988841+0000 mon.a (mon.0) 3546 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:27.991479+0000 mon.a (mon.0) 3547 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:27.993553+0000 mon.a (mon.0) 3548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:27.994281+0000 mon.a (mon.0) 3549 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:27.999162+0000 mon.a (mon.0) 3550 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: cephadm 2023-12-06T07:08:27.999778+0000 mgr.y (mgr.25474) 1510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.077102+0000 mon.a (mon.0) 3551 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.081551+0000 mon.a (mon.0) 3552 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.085272+0000 mon.a (mon.0) 3553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.086651+0000 mon.a (mon.0) 3554 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.093778+0000 mon.a (mon.0) 3555 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: cephadm 2023-12-06T07:08:28.094411+0000 mgr.y (mgr.25474) 1511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.173476+0000 mon.a (mon.0) 3556 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.176400+0000 mon.a (mon.0) 3557 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.179805+0000 mon.a (mon.0) 3558 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.180879+0000 mon.a (mon.0) 3559 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.187413+0000 mon.a (mon.0) 3560 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.268142+0000 mon.a (mon.0) 3561 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.271381+0000 mon.a (mon.0) 3562 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.274220+0000 mon.a (mon.0) 3563 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.275352+0000 mon.a (mon.0) 3564 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.282914+0000 mon.a (mon.0) 3565 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.363924+0000 mon.a (mon.0) 3566 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.366517+0000 mon.a (mon.0) 3567 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.369590+0000 mon.a (mon.0) 3568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.370769+0000 mon.a (mon.0) 3569 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.377085+0000 mon.a (mon.0) 3570 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.438848+0000 mon.a (mon.0) 3571 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.442125+0000 mon.a (mon.0) 3572 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.446361+0000 mon.a (mon.0) 3573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.447908+0000 mon.a (mon.0) 3574 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.457575+0000 mon.a (mon.0) 3575 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.537100+0000 mon.a (mon.0) 3576 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.541364+0000 mon.a (mon.0) 3577 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.544951+0000 mon.a (mon.0) 3578 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.546096+0000 mon.a (mon.0) 3579 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.555054+0000 mon.a (mon.0) 3580 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.638801+0000 mon.a (mon.0) 3581 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.641075+0000 mon.a (mon.0) 3582 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.644553+0000 mon.a (mon.0) 3583 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.645631+0000 mon.a (mon.0) 3584 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.654390+0000 mon.a (mon.0) 3585 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.734182+0000 mon.a (mon.0) 3586 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.736649+0000 mon.a (mon.0) 3587 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.740178+0000 mon.a (mon.0) 3588 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.741623+0000 mon.a (mon.0) 3589 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.750420+0000 mon.a (mon.0) 3590 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.828899+0000 mon.a (mon.0) 3591 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.832135+0000 mon.a (mon.0) 3592 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.835860+0000 mon.a (mon.0) 3593 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.837198+0000 mon.a (mon.0) 3594 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.845868+0000 mon.a (mon.0) 3595 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:29.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.920309+0000 mon.a (mon.0) 3596 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:29.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.923132+0000 mon.a (mon.0) 3597 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:29.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.927105+0000 mon.a (mon.0) 3598 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:29.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.928314+0000 mon.a (mon.0) 3599 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:29.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:28 smithi141 bash[72190]: audit 2023-12-06T07:08:28.935480+0000 mon.a (mon.0) 3600 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: cephadm 2023-12-06T07:08:28.188201+0000 mgr.y (mgr.25474) 1512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: cephadm 2023-12-06T07:08:28.283823+0000 mgr.y (mgr.25474) 1513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: cephadm 2023-12-06T07:08:28.377563+0000 mgr.y (mgr.25474) 1514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: cephadm 2023-12-06T07:08:28.458155+0000 mgr.y (mgr.25474) 1515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: cephadm 2023-12-06T07:08:28.555856+0000 mgr.y (mgr.25474) 1516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: cephadm 2023-12-06T07:08:28.655020+0000 mgr.y (mgr.25474) 1517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: cephadm 2023-12-06T07:08:28.751330+0000 mgr.y (mgr.25474) 1518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: cephadm 2023-12-06T07:08:28.846371+0000 mgr.y (mgr.25474) 1519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: cephadm 2023-12-06T07:08:28.936113+0000 mgr.y (mgr.25474) 1520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.013427+0000 mon.a (mon.0) 3601 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.016145+0000 mon.a (mon.0) 3602 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.019515+0000 mon.a (mon.0) 3603 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.020460+0000 mon.a (mon.0) 3604 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.025839+0000 mon.a (mon.0) 3605 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: cephadm 2023-12-06T07:08:29.026324+0000 mgr.y (mgr.25474) 1521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: cluster 2023-12-06T07:08:29.041759+0000 mgr.y (mgr.25474) 1522 : cluster 0 pgmap v197: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-06T07:08:30.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.104195+0000 mon.a (mon.0) 3606 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.107569+0000 mon.a (mon.0) 3607 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.110608+0000 mon.a (mon.0) 3608 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.111720+0000 mon.a (mon.0) 3609 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.120779+0000 mon.a (mon.0) 3610 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: cephadm 2023-12-06T07:08:29.121409+0000 mgr.y (mgr.25474) 1523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.202754+0000 mon.a (mon.0) 3611 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.205011+0000 mon.a (mon.0) 3612 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.207976+0000 mon.a (mon.0) 3613 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.208867+0000 mon.a (mon.0) 3614 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.215737+0000 mon.a (mon.0) 3615 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.297047+0000 mon.a (mon.0) 3616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.299484+0000 mon.a (mon.0) 3617 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.302366+0000 mon.a (mon.0) 3618 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.303536+0000 mon.a (mon.0) 3619 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.313403+0000 mon.a (mon.0) 3620 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.390704+0000 mon.a (mon.0) 3621 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.392736+0000 mon.a (mon.0) 3622 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.394890+0000 mon.a (mon.0) 3623 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.396002+0000 mon.a (mon.0) 3624 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.406342+0000 mon.a (mon.0) 3625 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.486098+0000 mon.a (mon.0) 3626 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.489986+0000 mon.a (mon.0) 3627 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.492894+0000 mon.a (mon.0) 3628 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.494115+0000 mon.a (mon.0) 3629 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.505055+0000 mon.a (mon.0) 3630 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.588712+0000 mon.a (mon.0) 3631 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.591368+0000 mon.a (mon.0) 3632 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.593909+0000 mon.a (mon.0) 3633 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.595411+0000 mon.a (mon.0) 3634 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.605138+0000 mon.a (mon.0) 3635 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.684525+0000 mon.a (mon.0) 3636 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.687093+0000 mon.a (mon.0) 3637 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.690161+0000 mon.a (mon.0) 3638 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.691228+0000 mon.a (mon.0) 3639 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.701562+0000 mon.a (mon.0) 3640 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.784034+0000 mon.a (mon.0) 3641 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.786820+0000 mon.a (mon.0) 3642 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.789404+0000 mon.a (mon.0) 3643 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.790534+0000 mon.a (mon.0) 3644 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.801703+0000 mon.a (mon.0) 3645 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.884089+0000 mon.a (mon.0) 3646 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.886360+0000 mon.a (mon.0) 3647 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.889813+0000 mon.a (mon.0) 3648 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.890832+0000 mon.a (mon.0) 3649 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:29 smithi141 bash[72190]: audit 2023-12-06T07:08:29.902736+0000 mon.a (mon.0) 3650 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: cephadm 2023-12-06T07:08:28.188201+0000 mgr.y (mgr.25474) 1512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: cephadm 2023-12-06T07:08:28.283823+0000 mgr.y (mgr.25474) 1513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: cephadm 2023-12-06T07:08:28.377563+0000 mgr.y (mgr.25474) 1514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: cephadm 2023-12-06T07:08:28.458155+0000 mgr.y (mgr.25474) 1515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: cephadm 2023-12-06T07:08:28.555856+0000 mgr.y (mgr.25474) 1516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: cephadm 2023-12-06T07:08:28.655020+0000 mgr.y (mgr.25474) 1517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: cephadm 2023-12-06T07:08:28.751330+0000 mgr.y (mgr.25474) 1518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: cephadm 2023-12-06T07:08:28.846371+0000 mgr.y (mgr.25474) 1519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: cephadm 2023-12-06T07:08:28.936113+0000 mgr.y (mgr.25474) 1520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.013427+0000 mon.a (mon.0) 3601 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.016145+0000 mon.a (mon.0) 3602 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.019515+0000 mon.a (mon.0) 3603 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.020460+0000 mon.a (mon.0) 3604 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.025839+0000 mon.a (mon.0) 3605 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: cephadm 2023-12-06T07:08:29.026324+0000 mgr.y (mgr.25474) 1521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: cluster 2023-12-06T07:08:29.041759+0000 mgr.y (mgr.25474) 1522 : cluster 0 pgmap v197: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-06T07:08:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.104195+0000 mon.a (mon.0) 3606 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.107569+0000 mon.a (mon.0) 3607 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.110608+0000 mon.a (mon.0) 3608 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.111720+0000 mon.a (mon.0) 3609 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: cephadm 2023-12-06T07:08:28.188201+0000 mgr.y (mgr.25474) 1512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: cephadm 2023-12-06T07:08:28.283823+0000 mgr.y (mgr.25474) 1513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: cephadm 2023-12-06T07:08:28.377563+0000 mgr.y (mgr.25474) 1514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: cephadm 2023-12-06T07:08:28.458155+0000 mgr.y (mgr.25474) 1515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: cephadm 2023-12-06T07:08:28.555856+0000 mgr.y (mgr.25474) 1516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: cephadm 2023-12-06T07:08:28.655020+0000 mgr.y (mgr.25474) 1517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: cephadm 2023-12-06T07:08:28.751330+0000 mgr.y (mgr.25474) 1518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: cephadm 2023-12-06T07:08:28.846371+0000 mgr.y (mgr.25474) 1519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: cephadm 2023-12-06T07:08:28.936113+0000 mgr.y (mgr.25474) 1520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.013427+0000 mon.a (mon.0) 3601 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.016145+0000 mon.a (mon.0) 3602 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.019515+0000 mon.a (mon.0) 3603 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.020460+0000 mon.a (mon.0) 3604 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.025839+0000 mon.a (mon.0) 3605 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: cephadm 2023-12-06T07:08:29.026324+0000 mgr.y (mgr.25474) 1521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: cluster 2023-12-06T07:08:29.041759+0000 mgr.y (mgr.25474) 1522 : cluster 0 pgmap v197: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-06T07:08:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.104195+0000 mon.a (mon.0) 3606 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.107569+0000 mon.a (mon.0) 3607 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.110608+0000 mon.a (mon.0) 3608 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.111720+0000 mon.a (mon.0) 3609 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.120779+0000 mon.a (mon.0) 3610 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: cephadm 2023-12-06T07:08:29.121409+0000 mgr.y (mgr.25474) 1523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.202754+0000 mon.a (mon.0) 3611 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.205011+0000 mon.a (mon.0) 3612 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.207976+0000 mon.a (mon.0) 3613 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.208867+0000 mon.a (mon.0) 3614 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.215737+0000 mon.a (mon.0) 3615 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.297047+0000 mon.a (mon.0) 3616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.299484+0000 mon.a (mon.0) 3617 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.302366+0000 mon.a (mon.0) 3618 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.303536+0000 mon.a (mon.0) 3619 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.313403+0000 mon.a (mon.0) 3620 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.390704+0000 mon.a (mon.0) 3621 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.392736+0000 mon.a (mon.0) 3622 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.394890+0000 mon.a (mon.0) 3623 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.396002+0000 mon.a (mon.0) 3624 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.406342+0000 mon.a (mon.0) 3625 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.486098+0000 mon.a (mon.0) 3626 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.489986+0000 mon.a (mon.0) 3627 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.492894+0000 mon.a (mon.0) 3628 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.494115+0000 mon.a (mon.0) 3629 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.505055+0000 mon.a (mon.0) 3630 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.588712+0000 mon.a (mon.0) 3631 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.591368+0000 mon.a (mon.0) 3632 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.593909+0000 mon.a (mon.0) 3633 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.595411+0000 mon.a (mon.0) 3634 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.605138+0000 mon.a (mon.0) 3635 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.684525+0000 mon.a (mon.0) 3636 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.687093+0000 mon.a (mon.0) 3637 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.690161+0000 mon.a (mon.0) 3638 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.691228+0000 mon.a (mon.0) 3639 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.701562+0000 mon.a (mon.0) 3640 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.784034+0000 mon.a (mon.0) 3641 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.786820+0000 mon.a (mon.0) 3642 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.789404+0000 mon.a (mon.0) 3643 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.790534+0000 mon.a (mon.0) 3644 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.801703+0000 mon.a (mon.0) 3645 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.884089+0000 mon.a (mon.0) 3646 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.886360+0000 mon.a (mon.0) 3647 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.889813+0000 mon.a (mon.0) 3648 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.890832+0000 mon.a (mon.0) 3649 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[78949]: audit 2023-12-06T07:08:29.902736+0000 mon.a (mon.0) 3650 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.120779+0000 mon.a (mon.0) 3610 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: cephadm 2023-12-06T07:08:29.121409+0000 mgr.y (mgr.25474) 1523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.202754+0000 mon.a (mon.0) 3611 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.205011+0000 mon.a (mon.0) 3612 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.207976+0000 mon.a (mon.0) 3613 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.208867+0000 mon.a (mon.0) 3614 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.215737+0000 mon.a (mon.0) 3615 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.297047+0000 mon.a (mon.0) 3616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.299484+0000 mon.a (mon.0) 3617 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.302366+0000 mon.a (mon.0) 3618 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.303536+0000 mon.a (mon.0) 3619 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.313403+0000 mon.a (mon.0) 3620 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.390704+0000 mon.a (mon.0) 3621 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.392736+0000 mon.a (mon.0) 3622 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.394890+0000 mon.a (mon.0) 3623 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.396002+0000 mon.a (mon.0) 3624 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.406342+0000 mon.a (mon.0) 3625 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.486098+0000 mon.a (mon.0) 3626 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.489986+0000 mon.a (mon.0) 3627 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.492894+0000 mon.a (mon.0) 3628 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.494115+0000 mon.a (mon.0) 3629 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.505055+0000 mon.a (mon.0) 3630 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.588712+0000 mon.a (mon.0) 3631 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.591368+0000 mon.a (mon.0) 3632 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.593909+0000 mon.a (mon.0) 3633 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.595411+0000 mon.a (mon.0) 3634 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.605138+0000 mon.a (mon.0) 3635 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.684525+0000 mon.a (mon.0) 3636 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.687093+0000 mon.a (mon.0) 3637 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.690161+0000 mon.a (mon.0) 3638 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.691228+0000 mon.a (mon.0) 3639 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.701562+0000 mon.a (mon.0) 3640 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.784034+0000 mon.a (mon.0) 3641 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.786820+0000 mon.a (mon.0) 3642 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.789404+0000 mon.a (mon.0) 3643 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.790534+0000 mon.a (mon.0) 3644 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.801703+0000 mon.a (mon.0) 3645 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.884089+0000 mon.a (mon.0) 3646 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.886360+0000 mon.a (mon.0) 3647 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.889813+0000 mon.a (mon.0) 3648 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.890832+0000 mon.a (mon.0) 3649 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:30.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:29 smithi040 bash[84914]: audit 2023-12-06T07:08:29.902736+0000 mon.a (mon.0) 3650 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:30.429 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[78325]: debug 2023-12-06T07:08:30.377+0000 7f999a35c640 -1 osd.4 0 read_superblock omap replica is missing. 2023-12-06T07:08:30.669 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[78325]: debug 2023-12-06T07:08:30.425+0000 7f999a35c640 -1 osd.4 127 log_to_monitors true 2023-12-06T07:08:31.149 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: cephadm 2023-12-06T07:08:29.216405+0000 mgr.y (mgr.25474) 1524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.149 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: cephadm 2023-12-06T07:08:29.314117+0000 mgr.y (mgr.25474) 1525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.150 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: cephadm 2023-12-06T07:08:29.406910+0000 mgr.y (mgr.25474) 1526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.150 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: cephadm 2023-12-06T07:08:29.505733+0000 mgr.y (mgr.25474) 1527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.150 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: cephadm 2023-12-06T07:08:29.605706+0000 mgr.y (mgr.25474) 1528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.150 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: cephadm 2023-12-06T07:08:29.702315+0000 mgr.y (mgr.25474) 1529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.150 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: cephadm 2023-12-06T07:08:29.802451+0000 mgr.y (mgr.25474) 1530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.150 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: cephadm 2023-12-06T07:08:29.903472+0000 mgr.y (mgr.25474) 1531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.150 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:29.983904+0000 mon.a (mon.0) 3651 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.150 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:29.996052+0000 mon.a (mon.0) 3652 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.150 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:29.998199+0000 mon.a (mon.0) 3653 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.150 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:29.998971+0000 mon.a (mon.0) 3654 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.150 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.004146+0000 mon.a (mon.0) 3655 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.150 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: cephadm 2023-12-06T07:08:30.004921+0000 mgr.y (mgr.25474) 1532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.150 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.087141+0000 mon.a (mon.0) 3656 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.150 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.091139+0000 mon.a (mon.0) 3657 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.095338+0000 mon.a (mon.0) 3658 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.096811+0000 mon.a (mon.0) 3659 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.104107+0000 mon.a (mon.0) 3660 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: cephadm 2023-12-06T07:08:30.104792+0000 mgr.y (mgr.25474) 1533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.184521+0000 mon.a (mon.0) 3661 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.187202+0000 mon.a (mon.0) 3662 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.190346+0000 mon.a (mon.0) 3663 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.191602+0000 mon.a (mon.0) 3664 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.198197+0000 mon.a (mon.0) 3665 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.280007+0000 mon.a (mon.0) 3666 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.282373+0000 mon.a (mon.0) 3667 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.285226+0000 mon.a (mon.0) 3668 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.286192+0000 mon.a (mon.0) 3669 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.292212+0000 mon.a (mon.0) 3670 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.372123+0000 mon.a (mon.0) 3671 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.151 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.374717+0000 mon.a (mon.0) 3672 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.152 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.377346+0000 mon.a (mon.0) 3673 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.152 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.378156+0000 mon.a (mon.0) 3674 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.152 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.385937+0000 mon.a (mon.0) 3675 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.152 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.429442+0000 mon.a (mon.0) 3676 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:08:31.152 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.431673+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.141:6800/204818560,v1:172.21.15.141:6801/204818560]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:08:31.152 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.433589+0000 mon.a (mon.0) 3677 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.152 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.436524+0000 mon.a (mon.0) 3678 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.152 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.440288+0000 mon.a (mon.0) 3679 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.152 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.441695+0000 mon.a (mon.0) 3680 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.152 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.449182+0000 mon.a (mon.0) 3681 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.152 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.528505+0000 mon.a (mon.0) 3682 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.152 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.531127+0000 mon.a (mon.0) 3683 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.152 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.534692+0000 mon.a (mon.0) 3684 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.152 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.535780+0000 mon.a (mon.0) 3685 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.152 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.543788+0000 mon.a (mon.0) 3686 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.153 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.610521+0000 mon.a (mon.0) 3687 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.153 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.612997+0000 mon.a (mon.0) 3688 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.153 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.616572+0000 mon.a (mon.0) 3689 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.153 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.617528+0000 mon.a (mon.0) 3690 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.153 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.626286+0000 mon.a (mon.0) 3691 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.153 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.643191+0000 mon.a (mon.0) 3692 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.153 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.652840+0000 mon.a (mon.0) 3693 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.153 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.662000+0000 mon.a (mon.0) 3694 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.153 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.708338+0000 mon.a (mon.0) 3695 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.153 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.711160+0000 mon.a (mon.0) 3696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.153 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.713342+0000 mon.a (mon.0) 3697 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.153 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.715128+0000 mon.a (mon.0) 3698 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.154 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:30 smithi141 bash[72190]: audit 2023-12-06T07:08:30.717263+0000 mon.a (mon.0) 3699 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:08:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: cephadm 2023-12-06T07:08:29.216405+0000 mgr.y (mgr.25474) 1524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: cephadm 2023-12-06T07:08:29.314117+0000 mgr.y (mgr.25474) 1525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: cephadm 2023-12-06T07:08:29.406910+0000 mgr.y (mgr.25474) 1526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: cephadm 2023-12-06T07:08:29.505733+0000 mgr.y (mgr.25474) 1527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: cephadm 2023-12-06T07:08:29.605706+0000 mgr.y (mgr.25474) 1528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: cephadm 2023-12-06T07:08:29.702315+0000 mgr.y (mgr.25474) 1529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: cephadm 2023-12-06T07:08:29.802451+0000 mgr.y (mgr.25474) 1530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: cephadm 2023-12-06T07:08:29.903472+0000 mgr.y (mgr.25474) 1531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:29.983904+0000 mon.a (mon.0) 3651 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:29.996052+0000 mon.a (mon.0) 3652 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:29.998199+0000 mon.a (mon.0) 3653 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:29.998971+0000 mon.a (mon.0) 3654 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.004146+0000 mon.a (mon.0) 3655 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: cephadm 2023-12-06T07:08:30.004921+0000 mgr.y (mgr.25474) 1532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.087141+0000 mon.a (mon.0) 3656 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.091139+0000 mon.a (mon.0) 3657 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.095338+0000 mon.a (mon.0) 3658 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.096811+0000 mon.a (mon.0) 3659 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.104107+0000 mon.a (mon.0) 3660 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: cephadm 2023-12-06T07:08:30.104792+0000 mgr.y (mgr.25474) 1533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.184521+0000 mon.a (mon.0) 3661 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: cephadm 2023-12-06T07:08:29.216405+0000 mgr.y (mgr.25474) 1524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: cephadm 2023-12-06T07:08:29.314117+0000 mgr.y (mgr.25474) 1525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: cephadm 2023-12-06T07:08:29.406910+0000 mgr.y (mgr.25474) 1526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: cephadm 2023-12-06T07:08:29.505733+0000 mgr.y (mgr.25474) 1527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: cephadm 2023-12-06T07:08:29.605706+0000 mgr.y (mgr.25474) 1528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: cephadm 2023-12-06T07:08:29.702315+0000 mgr.y (mgr.25474) 1529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: cephadm 2023-12-06T07:08:29.802451+0000 mgr.y (mgr.25474) 1530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: cephadm 2023-12-06T07:08:29.903472+0000 mgr.y (mgr.25474) 1531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:29.983904+0000 mon.a (mon.0) 3651 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:29.996052+0000 mon.a (mon.0) 3652 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:29.998199+0000 mon.a (mon.0) 3653 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:29.998971+0000 mon.a (mon.0) 3654 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.004146+0000 mon.a (mon.0) 3655 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: cephadm 2023-12-06T07:08:30.004921+0000 mgr.y (mgr.25474) 1532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.087141+0000 mon.a (mon.0) 3656 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.091139+0000 mon.a (mon.0) 3657 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.095338+0000 mon.a (mon.0) 3658 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.096811+0000 mon.a (mon.0) 3659 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.104107+0000 mon.a (mon.0) 3660 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: cephadm 2023-12-06T07:08:30.104792+0000 mgr.y (mgr.25474) 1533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:31.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.184521+0000 mon.a (mon.0) 3661 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.187202+0000 mon.a (mon.0) 3662 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.190346+0000 mon.a (mon.0) 3663 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.191602+0000 mon.a (mon.0) 3664 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.198197+0000 mon.a (mon.0) 3665 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.280007+0000 mon.a (mon.0) 3666 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.282373+0000 mon.a (mon.0) 3667 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.285226+0000 mon.a (mon.0) 3668 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.286192+0000 mon.a (mon.0) 3669 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.292212+0000 mon.a (mon.0) 3670 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.372123+0000 mon.a (mon.0) 3671 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.374717+0000 mon.a (mon.0) 3672 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.377346+0000 mon.a (mon.0) 3673 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.378156+0000 mon.a (mon.0) 3674 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.385937+0000 mon.a (mon.0) 3675 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.429442+0000 mon.a (mon.0) 3676 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:08:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.431673+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.141:6800/204818560,v1:172.21.15.141:6801/204818560]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:08:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.433589+0000 mon.a (mon.0) 3677 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.436524+0000 mon.a (mon.0) 3678 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.440288+0000 mon.a (mon.0) 3679 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.187202+0000 mon.a (mon.0) 3662 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.190346+0000 mon.a (mon.0) 3663 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.191602+0000 mon.a (mon.0) 3664 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.198197+0000 mon.a (mon.0) 3665 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.280007+0000 mon.a (mon.0) 3666 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.282373+0000 mon.a (mon.0) 3667 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.285226+0000 mon.a (mon.0) 3668 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.286192+0000 mon.a (mon.0) 3669 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.292212+0000 mon.a (mon.0) 3670 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.372123+0000 mon.a (mon.0) 3671 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.374717+0000 mon.a (mon.0) 3672 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.377346+0000 mon.a (mon.0) 3673 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.378156+0000 mon.a (mon.0) 3674 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.385937+0000 mon.a (mon.0) 3675 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.429442+0000 mon.a (mon.0) 3676 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:08:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.431673+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.141:6800/204818560,v1:172.21.15.141:6801/204818560]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:08:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.433589+0000 mon.a (mon.0) 3677 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.436524+0000 mon.a (mon.0) 3678 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.440288+0000 mon.a (mon.0) 3679 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.441695+0000 mon.a (mon.0) 3680 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.449182+0000 mon.a (mon.0) 3681 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.528505+0000 mon.a (mon.0) 3682 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.531127+0000 mon.a (mon.0) 3683 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.534692+0000 mon.a (mon.0) 3684 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.535780+0000 mon.a (mon.0) 3685 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.543788+0000 mon.a (mon.0) 3686 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.610521+0000 mon.a (mon.0) 3687 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.612997+0000 mon.a (mon.0) 3688 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.616572+0000 mon.a (mon.0) 3689 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.617528+0000 mon.a (mon.0) 3690 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.626286+0000 mon.a (mon.0) 3691 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.643191+0000 mon.a (mon.0) 3692 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.652840+0000 mon.a (mon.0) 3693 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.662000+0000 mon.a (mon.0) 3694 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.708338+0000 mon.a (mon.0) 3695 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.711160+0000 mon.a (mon.0) 3696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.713342+0000 mon.a (mon.0) 3697 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.715128+0000 mon.a (mon.0) 3698 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[78949]: audit 2023-12-06T07:08:30.717263+0000 mon.a (mon.0) 3699 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:08:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.441695+0000 mon.a (mon.0) 3680 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.449182+0000 mon.a (mon.0) 3681 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.528505+0000 mon.a (mon.0) 3682 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.531127+0000 mon.a (mon.0) 3683 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.534692+0000 mon.a (mon.0) 3684 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.535780+0000 mon.a (mon.0) 3685 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.543788+0000 mon.a (mon.0) 3686 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.610521+0000 mon.a (mon.0) 3687 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.612997+0000 mon.a (mon.0) 3688 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.616572+0000 mon.a (mon.0) 3689 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.617528+0000 mon.a (mon.0) 3690 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.626286+0000 mon.a (mon.0) 3691 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.643191+0000 mon.a (mon.0) 3692 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.652840+0000 mon.a (mon.0) 3693 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.662000+0000 mon.a (mon.0) 3694 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.708338+0000 mon.a (mon.0) 3695 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:31.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.711160+0000 mon.a (mon.0) 3696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.713342+0000 mon.a (mon.0) 3697 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.715128+0000 mon.a (mon.0) 3698 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:31.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:30 smithi040 bash[84914]: audit 2023-12-06T07:08:30.717263+0000 mon.a (mon.0) 3699 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:08:31.709 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:31 smithi141 bash[78325]: debug 2023-12-06T07:08:31.449+0000 7f99877c5700 -1 osd.4 127 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:08:32.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:31 smithi040 bash[78949]: cephadm 2023-12-06T07:08:30.198705+0000 mgr.y (mgr.25474) 1534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[78949]: cephadm 2023-12-06T07:08:30.292852+0000 mgr.y (mgr.25474) 1535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[78949]: cephadm 2023-12-06T07:08:30.386610+0000 mgr.y (mgr.25474) 1536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[78949]: cephadm 2023-12-06T07:08:30.449756+0000 mgr.y (mgr.25474) 1537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[78949]: cephadm 2023-12-06T07:08:30.544637+0000 mgr.y (mgr.25474) 1538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[78949]: cephadm 2023-12-06T07:08:30.626953+0000 mgr.y (mgr.25474) 1539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[78949]: audit 2023-12-06T07:08:30.717542+0000 mgr.y (mgr.25474) 1540 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:08:32.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[78949]: cephadm 2023-12-06T07:08:30.719402+0000 mgr.y (mgr.25474) 1541 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-06T07:08:32.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[78949]: cluster 2023-12-06T07:08:31.042833+0000 mgr.y (mgr.25474) 1542 : cluster 0 pgmap v198: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-06T07:08:32.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[78949]: audit 2023-12-06T07:08:31.385556+0000 mon.a (mon.0) 3700 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T07:08:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[78949]: cluster 2023-12-06T07:08:31.392264+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:08:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[78949]: cluster 2023-12-06T07:08:31.393125+0000 mon.a (mon.0) 3701 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-06T07:08:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[78949]: audit 2023-12-06T07:08:31.395632+0000 mon.a (mon.0) 3702 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:08:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[78949]: audit 2023-12-06T07:08:31.397904+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.141:6800/204818560,v1:172.21.15.141:6801/204818560]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:08:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[78949]: cluster 2023-12-06T07:08:31.438020+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:08:32.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[78949]: cluster 2023-12-06T07:08:31.454362+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:08:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: cephadm 2023-12-06T07:08:30.198705+0000 mgr.y (mgr.25474) 1534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: cephadm 2023-12-06T07:08:30.292852+0000 mgr.y (mgr.25474) 1535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: cephadm 2023-12-06T07:08:30.386610+0000 mgr.y (mgr.25474) 1536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: cephadm 2023-12-06T07:08:30.449756+0000 mgr.y (mgr.25474) 1537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: cephadm 2023-12-06T07:08:30.544637+0000 mgr.y (mgr.25474) 1538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: cephadm 2023-12-06T07:08:30.626953+0000 mgr.y (mgr.25474) 1539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: audit 2023-12-06T07:08:30.717542+0000 mgr.y (mgr.25474) 1540 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:08:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: cephadm 2023-12-06T07:08:30.719402+0000 mgr.y (mgr.25474) 1541 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-06T07:08:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: cluster 2023-12-06T07:08:31.042833+0000 mgr.y (mgr.25474) 1542 : cluster 0 pgmap v198: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-06T07:08:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: audit 2023-12-06T07:08:31.385556+0000 mon.a (mon.0) 3700 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T07:08:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: cluster 2023-12-06T07:08:31.392264+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:08:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: cluster 2023-12-06T07:08:31.393125+0000 mon.a (mon.0) 3701 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-06T07:08:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: audit 2023-12-06T07:08:31.395632+0000 mon.a (mon.0) 3702 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:08:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: audit 2023-12-06T07:08:31.397904+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.141:6800/204818560,v1:172.21.15.141:6801/204818560]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:08:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: cluster 2023-12-06T07:08:31.438020+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:08:32.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:32 smithi040 bash[84914]: cluster 2023-12-06T07:08:31.454362+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:08:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: cephadm 2023-12-06T07:08:30.198705+0000 mgr.y (mgr.25474) 1534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: cephadm 2023-12-06T07:08:30.292852+0000 mgr.y (mgr.25474) 1535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: cephadm 2023-12-06T07:08:30.386610+0000 mgr.y (mgr.25474) 1536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: cephadm 2023-12-06T07:08:30.449756+0000 mgr.y (mgr.25474) 1537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: cephadm 2023-12-06T07:08:30.544637+0000 mgr.y (mgr.25474) 1538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: cephadm 2023-12-06T07:08:30.626953+0000 mgr.y (mgr.25474) 1539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: audit 2023-12-06T07:08:30.717542+0000 mgr.y (mgr.25474) 1540 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:08:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: cephadm 2023-12-06T07:08:30.719402+0000 mgr.y (mgr.25474) 1541 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-06T07:08:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: cluster 2023-12-06T07:08:31.042833+0000 mgr.y (mgr.25474) 1542 : cluster 0 pgmap v198: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-06T07:08:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: audit 2023-12-06T07:08:31.385556+0000 mon.a (mon.0) 3700 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T07:08:32.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: cluster 2023-12-06T07:08:31.392264+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:08:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: cluster 2023-12-06T07:08:31.393125+0000 mon.a (mon.0) 3701 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-06T07:08:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: audit 2023-12-06T07:08:31.395632+0000 mon.a (mon.0) 3702 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:08:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: audit 2023-12-06T07:08:31.397904+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.141:6800/204818560,v1:172.21.15.141:6801/204818560]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:08:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: cluster 2023-12-06T07:08:31.438020+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:08:32.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:32 smithi141 bash[72190]: cluster 2023-12-06T07:08:31.454362+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:08:33.259 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:33 smithi141 bash[72190]: cluster 2023-12-06T07:08:32.386634+0000 mon.a (mon.0) 3703 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:08:33.259 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:33 smithi141 bash[72190]: cluster 2023-12-06T07:08:32.394899+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T07:08:33.259 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:33 smithi141 bash[72190]: cluster 2023-12-06T07:08:32.398398+0000 mon.a (mon.0) 3704 : cluster 1 osd.4 [v2:172.21.15.141:6800/204818560,v1:172.21.15.141:6801/204818560] boot 2023-12-06T07:08:33.259 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:33 smithi141 bash[72190]: cluster 2023-12-06T07:08:32.398519+0000 mon.a (mon.0) 3705 : cluster 0 osdmap e131: 8 total, 8 up, 8 in 2023-12-06T07:08:33.259 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:33 smithi141 bash[72190]: cluster 2023-12-06T07:08:32.401867+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T07:08:33.259 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:33 smithi141 bash[72190]: cluster 2023-12-06T07:08:32.403805+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T07:08:33.259 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:33 smithi141 bash[72190]: audit 2023-12-06T07:08:32.405762+0000 mon.a (mon.0) 3706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:08:33.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:33 smithi040 bash[84914]: cluster 2023-12-06T07:08:32.386634+0000 mon.a (mon.0) 3703 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:08:33.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:33 smithi040 bash[84914]: cluster 2023-12-06T07:08:32.394899+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T07:08:33.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:33 smithi040 bash[84914]: cluster 2023-12-06T07:08:32.398398+0000 mon.a (mon.0) 3704 : cluster 1 osd.4 [v2:172.21.15.141:6800/204818560,v1:172.21.15.141:6801/204818560] boot 2023-12-06T07:08:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:33 smithi040 bash[84914]: cluster 2023-12-06T07:08:32.398519+0000 mon.a (mon.0) 3705 : cluster 0 osdmap e131: 8 total, 8 up, 8 in 2023-12-06T07:08:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:33 smithi040 bash[84914]: cluster 2023-12-06T07:08:32.401867+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T07:08:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:33 smithi040 bash[84914]: cluster 2023-12-06T07:08:32.403805+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T07:08:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:33 smithi040 bash[84914]: audit 2023-12-06T07:08:32.405762+0000 mon.a (mon.0) 3706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:08:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:33 smithi040 bash[78949]: cluster 2023-12-06T07:08:32.386634+0000 mon.a (mon.0) 3703 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:08:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:33 smithi040 bash[78949]: cluster 2023-12-06T07:08:32.394899+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T07:08:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:33 smithi040 bash[78949]: cluster 2023-12-06T07:08:32.398398+0000 mon.a (mon.0) 3704 : cluster 1 osd.4 [v2:172.21.15.141:6800/204818560,v1:172.21.15.141:6801/204818560] boot 2023-12-06T07:08:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:33 smithi040 bash[78949]: cluster 2023-12-06T07:08:32.398519+0000 mon.a (mon.0) 3705 : cluster 0 osdmap e131: 8 total, 8 up, 8 in 2023-12-06T07:08:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:33 smithi040 bash[78949]: cluster 2023-12-06T07:08:32.401867+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T07:08:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:33 smithi040 bash[78949]: cluster 2023-12-06T07:08:32.403805+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T07:08:33.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:33 smithi040 bash[78949]: audit 2023-12-06T07:08:32.405762+0000 mon.a (mon.0) 3706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:08:34.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: audit 2023-12-06T07:08:33.034680+0000 mon.a (mon.0) 3707 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: cluster 2023-12-06T07:08:33.044067+0000 mgr.y (mgr.25474) 1543 : cluster 0 pgmap v201: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: cluster 2023-12-06T07:08:33.396998+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: cluster 2023-12-06T07:08:33.398561+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: cluster 2023-12-06T07:08:33.398972+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: cluster 2023-12-06T07:08:33.400632+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: cluster 2023-12-06T07:08:33.402215+0000 mon.a (mon.0) 3708 : cluster 0 osdmap e132: 8 total, 8 up, 8 in 2023-12-06T07:08:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: cluster 2023-12-06T07:08:33.402290+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: cluster 2023-12-06T07:08:33.409099+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: cluster 2023-12-06T07:08:33.410573+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: cluster 2023-12-06T07:08:33.411116+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: cluster 2023-12-06T07:08:33.412419+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: cluster 2023-12-06T07:08:33.416549+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: audit 2023-12-06T07:08:33.718974+0000 mon.a (mon.0) 3709 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:34.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: audit 2023-12-06T07:08:33.728794+0000 mon.a (mon.0) 3710 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:34.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[78949]: audit 2023-12-06T07:08:33.737390+0000 mon.a (mon.0) 3711 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: audit 2023-12-06T07:08:33.034680+0000 mon.a (mon.0) 3707 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: cluster 2023-12-06T07:08:33.044067+0000 mgr.y (mgr.25474) 1543 : cluster 0 pgmap v201: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: cluster 2023-12-06T07:08:33.396998+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: cluster 2023-12-06T07:08:33.398561+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: cluster 2023-12-06T07:08:33.398972+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: cluster 2023-12-06T07:08:33.400632+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: cluster 2023-12-06T07:08:33.402215+0000 mon.a (mon.0) 3708 : cluster 0 osdmap e132: 8 total, 8 up, 8 in 2023-12-06T07:08:34.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: cluster 2023-12-06T07:08:33.402290+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: cluster 2023-12-06T07:08:33.409099+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: cluster 2023-12-06T07:08:33.410573+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: cluster 2023-12-06T07:08:33.411116+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: cluster 2023-12-06T07:08:33.412419+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: cluster 2023-12-06T07:08:33.416549+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: audit 2023-12-06T07:08:33.718974+0000 mon.a (mon.0) 3709 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:34.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: audit 2023-12-06T07:08:33.728794+0000 mon.a (mon.0) 3710 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:34.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:34 smithi040 bash[84914]: audit 2023-12-06T07:08:33.737390+0000 mon.a (mon.0) 3711 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:34.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: audit 2023-12-06T07:08:33.034680+0000 mon.a (mon.0) 3707 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:34.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: cluster 2023-12-06T07:08:33.044067+0000 mgr.y (mgr.25474) 1543 : cluster 0 pgmap v201: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:34.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: cluster 2023-12-06T07:08:33.396998+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: cluster 2023-12-06T07:08:33.398561+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: cluster 2023-12-06T07:08:33.398972+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: cluster 2023-12-06T07:08:33.400632+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: cluster 2023-12-06T07:08:33.402215+0000 mon.a (mon.0) 3708 : cluster 0 osdmap e132: 8 total, 8 up, 8 in 2023-12-06T07:08:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: cluster 2023-12-06T07:08:33.402290+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: cluster 2023-12-06T07:08:33.409099+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: cluster 2023-12-06T07:08:33.410573+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: cluster 2023-12-06T07:08:33.411116+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: cluster 2023-12-06T07:08:33.412419+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: cluster 2023-12-06T07:08:33.416549+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:08:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: audit 2023-12-06T07:08:33.718974+0000 mon.a (mon.0) 3709 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: audit 2023-12-06T07:08:33.728794+0000 mon.a (mon.0) 3710 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:34 smithi141 bash[72190]: audit 2023-12-06T07:08:33.737390+0000 mon.a (mon.0) 3711 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:35.318 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:35 smithi040 bash[78949]: audit 2023-12-06T07:08:33.961038+0000 mgr.y (mgr.25474) 1544 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:35.318 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:35 smithi040 bash[78949]: audit 2023-12-06T07:08:34.576297+0000 mon.a (mon.0) 3712 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:35.318 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:35 smithi040 bash[78949]: audit 2023-12-06T07:08:34.593311+0000 mon.a (mon.0) 3713 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:35.318 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:35 smithi040 bash[78949]: audit 2023-12-06T07:08:34.605975+0000 mon.a (mon.0) 3714 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:35.319 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:35 smithi040 bash[84914]: audit 2023-12-06T07:08:33.961038+0000 mgr.y (mgr.25474) 1544 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:35.319 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:35 smithi040 bash[84914]: audit 2023-12-06T07:08:34.576297+0000 mon.a (mon.0) 3712 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:35.319 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:35 smithi040 bash[84914]: audit 2023-12-06T07:08:34.593311+0000 mon.a (mon.0) 3713 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:35.319 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:35 smithi040 bash[84914]: audit 2023-12-06T07:08:34.605975+0000 mon.a (mon.0) 3714 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:35.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:35 smithi141 bash[72190]: audit 2023-12-06T07:08:33.961038+0000 mgr.y (mgr.25474) 1544 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:35.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:35 smithi141 bash[72190]: audit 2023-12-06T07:08:34.576297+0000 mon.a (mon.0) 3712 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:35.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:35 smithi141 bash[72190]: audit 2023-12-06T07:08:34.593311+0000 mon.a (mon.0) 3713 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:35.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:35 smithi141 bash[72190]: audit 2023-12-06T07:08:34.605975+0000 mon.a (mon.0) 3714 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:35.850 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:08:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:36 smithi141 bash[72190]: cluster 2023-12-06T07:08:35.045503+0000 mgr.y (mgr.25474) 1545 : cluster 0 pgmap v203: 161 pgs: 4 peering, 17 active+undersized+degraded, 20 active+undersized, 120 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 54/630 objects degraded (8.571%) 2023-12-06T07:08:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:36 smithi141 bash[72190]: audit 2023-12-06T07:08:35.452532+0000 mon.a (mon.0) 3715 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:08:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:36 smithi141 bash[72190]: audit 2023-12-06T07:08:35.454308+0000 mon.a (mon.0) 3716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:36.466 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:36 smithi040 bash[84914]: cluster 2023-12-06T07:08:35.045503+0000 mgr.y (mgr.25474) 1545 : cluster 0 pgmap v203: 161 pgs: 4 peering, 17 active+undersized+degraded, 20 active+undersized, 120 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 54/630 objects degraded (8.571%) 2023-12-06T07:08:36.466 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:36 smithi040 bash[84914]: audit 2023-12-06T07:08:35.452532+0000 mon.a (mon.0) 3715 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:08:36.466 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:36 smithi040 bash[84914]: audit 2023-12-06T07:08:35.454308+0000 mon.a (mon.0) 3716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:36.466 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:36 smithi040 bash[78949]: cluster 2023-12-06T07:08:35.045503+0000 mgr.y (mgr.25474) 1545 : cluster 0 pgmap v203: 161 pgs: 4 peering, 17 active+undersized+degraded, 20 active+undersized, 120 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 54/630 objects degraded (8.571%) 2023-12-06T07:08:36.466 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:36 smithi040 bash[78949]: audit 2023-12-06T07:08:35.452532+0000 mon.a (mon.0) 3715 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:08:36.466 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:36 smithi040 bash[78949]: audit 2023-12-06T07:08:35.454308+0000 mon.a (mon.0) 3716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:36.658 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:08:36.659 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 2s ago 21m - - 2023-12-06T07:08:36.659 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 0s ago 21m - - 2023-12-06T07:08:36.659 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (8m) 2s ago 14m 16.6M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:08:36.659 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (7m) 0s ago 13m 44.4M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:08:36.659 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (6m) 2s ago 12m 47.4M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:08:36.659 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (4m) 0s ago 20m 433M - 19.0.0-26-g0482646f 26bb7d89db2e 345817faf911 2023-12-06T07:08:36.659 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (6m) 2s ago 22m 517M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:08:36.659 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (5m) 2s ago 22m 70.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:08:36.659 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (3m) 0s ago 21m 47.3M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a46e947a89d4 2023-12-06T07:08:36.659 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (4m) 2s ago 21m 48.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e f003381b7d99 2023-12-06T07:08:36.659 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (8m) 2s ago 14m 12.2M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:08:36.659 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (7m) 0s ago 14m 12.7M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:08:36.659 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (2m) 2s ago 20m 54.1M 4096M 19.0.0-26-g0482646f 26bb7d89db2e bd803ebde49a 2023-12-06T07:08:36.659 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (2m) 2s ago 19m 51.7M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 17848df7e7ac 2023-12-06T07:08:36.660 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (89s) 2s ago 18m 48.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 129ef8397e96 2023-12-06T07:08:36.660 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (55s) 2s ago 18m 49.2M 4096M 19.0.0-26-g0482646f 26bb7d89db2e de107f4b0425 2023-12-06T07:08:36.660 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (11s) 0s ago 17m 49.7M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 7a0e91839196 2023-12-06T07:08:36.660 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (17m) 0s ago 17m 64.8M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:08:36.660 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (16m) 0s ago 16m 63.3M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:08:36.660 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (15m) 0s ago 15m 67.9M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:08:36.660 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (6m) 0s ago 14m 65.1M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:08:36.660 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (12m) 2s ago 12m 89.8M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:08:36.660 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (12m) 0s ago 12m 88.7M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:08:36.660 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (12m) 2s ago 12m 88.7M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:08:36.660 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (12m) 0s ago 12m 89.2M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:08:36.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:08:36 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:08:36] "GET /metrics HTTP/1.1" 200 38483 "" "Prometheus/2.33.4" 2023-12-06T07:08:37.125 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:08:37.125 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:08:37.125 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 10 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:08:37.126 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:08:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:37 smithi141 bash[72190]: cephadm 2023-12-06T07:08:35.449790+0000 mgr.y (mgr.25474) 1546 : cephadm 1 Upgrade: Updating osd.4 2023-12-06T07:08:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:37 smithi141 bash[72190]: cephadm 2023-12-06T07:08:35.462735+0000 mgr.y (mgr.25474) 1547 : cephadm 1 Deploying daemon osd.4 on smithi141 2023-12-06T07:08:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:37 smithi141 bash[72190]: audit 2023-12-06T07:08:35.829487+0000 mgr.y (mgr.25474) 1548 : audit 0 from='client.54385 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:37 smithi141 bash[72190]: cluster 2023-12-06T07:08:36.041672+0000 mon.a (mon.0) 3717 : cluster 3 Health check update: Degraded data redundancy: 54/630 objects degraded (8.571%), 17 pgs degraded (PG_DEGRADED) 2023-12-06T07:08:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:37 smithi141 bash[72190]: audit 2023-12-06T07:08:36.528396+0000 mon.a (mon.0) 3718 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:37 smithi141 bash[72190]: audit 2023-12-06T07:08:36.537161+0000 mon.a (mon.0) 3719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:37 smithi141 bash[72190]: audit 2023-12-06T07:08:36.544314+0000 mon.a (mon.0) 3720 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:37.513 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:08:37.514 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:08:37.514 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:08:37.514 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:08:37.514 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:08:37.514 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr", 2023-12-06T07:08:37.514 INFO:teuthology.orchestra.run.smithi040.stdout: "mon" 2023-12-06T07:08:37.514 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:08:37.514 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "10/23 daemons upgraded", 2023-12-06T07:08:37.514 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:08:37.514 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:08:37.514 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:08:37.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:37 smithi040 bash[78949]: cephadm 2023-12-06T07:08:35.449790+0000 mgr.y (mgr.25474) 1546 : cephadm 1 Upgrade: Updating osd.4 2023-12-06T07:08:37.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:37 smithi040 bash[78949]: cephadm 2023-12-06T07:08:35.462735+0000 mgr.y (mgr.25474) 1547 : cephadm 1 Deploying daemon osd.4 on smithi141 2023-12-06T07:08:37.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:37 smithi040 bash[78949]: audit 2023-12-06T07:08:35.829487+0000 mgr.y (mgr.25474) 1548 : audit 0 from='client.54385 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:37.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:37 smithi040 bash[78949]: cluster 2023-12-06T07:08:36.041672+0000 mon.a (mon.0) 3717 : cluster 3 Health check update: Degraded data redundancy: 54/630 objects degraded (8.571%), 17 pgs degraded (PG_DEGRADED) 2023-12-06T07:08:37.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:37 smithi040 bash[78949]: audit 2023-12-06T07:08:36.528396+0000 mon.a (mon.0) 3718 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:37.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:37 smithi040 bash[78949]: audit 2023-12-06T07:08:36.537161+0000 mon.a (mon.0) 3719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:37.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:37 smithi040 bash[78949]: audit 2023-12-06T07:08:36.544314+0000 mon.a (mon.0) 3720 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:37.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:37 smithi040 bash[84914]: cephadm 2023-12-06T07:08:35.449790+0000 mgr.y (mgr.25474) 1546 : cephadm 1 Upgrade: Updating osd.4 2023-12-06T07:08:37.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:37 smithi040 bash[84914]: cephadm 2023-12-06T07:08:35.462735+0000 mgr.y (mgr.25474) 1547 : cephadm 1 Deploying daemon osd.4 on smithi141 2023-12-06T07:08:37.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:37 smithi040 bash[84914]: audit 2023-12-06T07:08:35.829487+0000 mgr.y (mgr.25474) 1548 : audit 0 from='client.54385 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:37.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:37 smithi040 bash[84914]: cluster 2023-12-06T07:08:36.041672+0000 mon.a (mon.0) 3717 : cluster 3 Health check update: Degraded data redundancy: 54/630 objects degraded (8.571%), 17 pgs degraded (PG_DEGRADED) 2023-12-06T07:08:37.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:37 smithi040 bash[84914]: audit 2023-12-06T07:08:36.528396+0000 mon.a (mon.0) 3718 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:37.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:37 smithi040 bash[84914]: audit 2023-12-06T07:08:36.537161+0000 mon.a (mon.0) 3719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:37.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:37 smithi040 bash[84914]: audit 2023-12-06T07:08:36.544314+0000 mon.a (mon.0) 3720 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:37.978 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T07:08:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[78949]: audit 2023-12-06T07:08:36.237745+0000 mgr.y (mgr.25474) 1549 : audit 0 from='client.54391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[78949]: audit 2023-12-06T07:08:36.629084+0000 mgr.y (mgr.25474) 1550 : audit 0 from='client.34551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[78949]: cluster 2023-12-06T07:08:37.046396+0000 mgr.y (mgr.25474) 1551 : cluster 0 pgmap v204: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:08:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[78949]: audit 2023-12-06T07:08:37.119784+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.40:0/751548351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[78949]: cluster 2023-12-06T07:08:37.541799+0000 mon.a (mon.0) 3721 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/630 objects degraded (8.571%), 17 pgs degraded) 2023-12-06T07:08:38.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[78949]: cluster 2023-12-06T07:08:37.541851+0000 mon.a (mon.0) 3722 : cluster 1 Cluster is now healthy 2023-12-06T07:08:38.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[78949]: audit 2023-12-06T07:08:37.782781+0000 mon.a (mon.0) 3723 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:38.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[78949]: audit 2023-12-06T07:08:37.786099+0000 mon.a (mon.0) 3724 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:08:38.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[78949]: audit 2023-12-06T07:08:37.972559+0000 mon.a (mon.0) 3725 : audit 0 from='client.? 172.21.15.40:0/3081197850' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:08:38.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[84914]: audit 2023-12-06T07:08:36.237745+0000 mgr.y (mgr.25474) 1549 : audit 0 from='client.54391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:38.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[84914]: audit 2023-12-06T07:08:36.629084+0000 mgr.y (mgr.25474) 1550 : audit 0 from='client.34551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:38.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[84914]: cluster 2023-12-06T07:08:37.046396+0000 mgr.y (mgr.25474) 1551 : cluster 0 pgmap v204: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:08:38.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[84914]: audit 2023-12-06T07:08:37.119784+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.40:0/751548351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:38.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[84914]: cluster 2023-12-06T07:08:37.541799+0000 mon.a (mon.0) 3721 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/630 objects degraded (8.571%), 17 pgs degraded) 2023-12-06T07:08:38.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[84914]: cluster 2023-12-06T07:08:37.541851+0000 mon.a (mon.0) 3722 : cluster 1 Cluster is now healthy 2023-12-06T07:08:38.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[84914]: audit 2023-12-06T07:08:37.782781+0000 mon.a (mon.0) 3723 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:38.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[84914]: audit 2023-12-06T07:08:37.786099+0000 mon.a (mon.0) 3724 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:08:38.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:38 smithi040 bash[84914]: audit 2023-12-06T07:08:37.972559+0000 mon.a (mon.0) 3725 : audit 0 from='client.? 172.21.15.40:0/3081197850' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:08:38.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:38 smithi141 bash[72190]: audit 2023-12-06T07:08:36.237745+0000 mgr.y (mgr.25474) 1549 : audit 0 from='client.54391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:38.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:38 smithi141 bash[72190]: audit 2023-12-06T07:08:36.629084+0000 mgr.y (mgr.25474) 1550 : audit 0 from='client.34551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:38.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:38 smithi141 bash[72190]: cluster 2023-12-06T07:08:37.046396+0000 mgr.y (mgr.25474) 1551 : cluster 0 pgmap v204: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:08:38.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:38 smithi141 bash[72190]: audit 2023-12-06T07:08:37.119784+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.40:0/751548351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:38 smithi141 bash[72190]: cluster 2023-12-06T07:08:37.541799+0000 mon.a (mon.0) 3721 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/630 objects degraded (8.571%), 17 pgs degraded) 2023-12-06T07:08:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:38 smithi141 bash[72190]: cluster 2023-12-06T07:08:37.541851+0000 mon.a (mon.0) 3722 : cluster 1 Cluster is now healthy 2023-12-06T07:08:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:38 smithi141 bash[72190]: audit 2023-12-06T07:08:37.782781+0000 mon.a (mon.0) 3723 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:38 smithi141 bash[72190]: audit 2023-12-06T07:08:37.786099+0000 mon.a (mon.0) 3724 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:08:38.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:38 smithi141 bash[72190]: audit 2023-12-06T07:08:37.972559+0000 mon.a (mon.0) 3725 : audit 0 from='client.? 172.21.15.40:0/3081197850' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:08:39.430 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:39 smithi141 bash[72190]: audit 2023-12-06T07:08:37.507652+0000 mgr.y (mgr.25474) 1552 : audit 0 from='client.34563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:39.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:39 smithi040 bash[78949]: audit 2023-12-06T07:08:37.507652+0000 mgr.y (mgr.25474) 1552 : audit 0 from='client.34563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:39.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:39 smithi040 bash[84914]: audit 2023-12-06T07:08:37.507652+0000 mgr.y (mgr.25474) 1552 : audit 0 from='client.34563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:08:40.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:40 smithi141 bash[72190]: cluster 2023-12-06T07:08:39.047781+0000 mgr.y (mgr.25474) 1553 : cluster 0 pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T07:08:40.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:40 smithi040 bash[78949]: cluster 2023-12-06T07:08:39.047781+0000 mgr.y (mgr.25474) 1553 : cluster 0 pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T07:08:40.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:40 smithi040 bash[84914]: cluster 2023-12-06T07:08:39.047781+0000 mgr.y (mgr.25474) 1553 : cluster 0 pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T07:08:42.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:42 smithi141 bash[72190]: cluster 2023-12-06T07:08:41.048821+0000 mgr.y (mgr.25474) 1554 : cluster 0 pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:08:42.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:42 smithi040 bash[78949]: cluster 2023-12-06T07:08:41.048821+0000 mgr.y (mgr.25474) 1554 : cluster 0 pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:08:42.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:42 smithi040 bash[84914]: cluster 2023-12-06T07:08:41.048821+0000 mgr.y (mgr.25474) 1554 : cluster 0 pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:08:43.459 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:43 smithi141 systemd[1]: Stopping Ceph osd.4 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:08:43.959 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:43 smithi141 bash[78325]: debug 2023-12-06T07:08:43.525+0000 7f99909d5700 -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-06T07:08:43.959 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:43 smithi141 bash[78325]: debug 2023-12-06T07:08:43.525+0000 7f99909d5700 -1 osd.4 132 *** Got signal Terminated *** 2023-12-06T07:08:43.959 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:43 smithi141 bash[78325]: debug 2023-12-06T07:08:43.525+0000 7f99909d5700 -1 osd.4 132 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:08:44.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:44 smithi040 bash[78949]: cluster 2023-12-06T07:08:43.049953+0000 mgr.y (mgr.25474) 1555 : cluster 0 pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:08:44.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:44 smithi040 bash[78949]: audit 2023-12-06T07:08:43.058019+0000 mon.a (mon.0) 3726 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:44.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:44 smithi040 bash[78949]: cluster 2023-12-06T07:08:43.524278+0000 mon.a (mon.0) 3727 : cluster 1 osd.4 marked itself down and dead 2023-12-06T07:08:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:44 smithi040 bash[84914]: cluster 2023-12-06T07:08:43.049953+0000 mgr.y (mgr.25474) 1555 : cluster 0 pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:08:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:44 smithi040 bash[84914]: audit 2023-12-06T07:08:43.058019+0000 mon.a (mon.0) 3726 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:44.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:44 smithi040 bash[84914]: cluster 2023-12-06T07:08:43.524278+0000 mon.a (mon.0) 3727 : cluster 1 osd.4 marked itself down and dead 2023-12-06T07:08:44.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:44 smithi141 bash[72190]: cluster 2023-12-06T07:08:43.049953+0000 mgr.y (mgr.25474) 1555 : cluster 0 pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:08:44.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:44 smithi141 bash[72190]: audit 2023-12-06T07:08:43.058019+0000 mon.a (mon.0) 3726 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:44.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:44 smithi141 bash[72190]: cluster 2023-12-06T07:08:43.524278+0000 mon.a (mon.0) 3727 : cluster 1 osd.4 marked itself down and dead 2023-12-06T07:08:45.089 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: audit 2023-12-06T07:08:43.971889+0000 mgr.y (mgr.25474) 1556 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:45.102 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:44.054558+0000 mon.a (mon.0) 3728 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:08:45.102 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:44.065454+0000 mon.a (mon.0) 3729 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-06T07:08:45.103 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:44.068556+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.103 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:44.070174+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.103 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:44.071658+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.103 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:44.074961+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.103 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:44.075202+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.103 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:44.076691+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.103 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:44.077777+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.103 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:44.080007+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.103 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:44.080157+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.103 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:44.082016+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.103 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:44.082454+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.380 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[80355]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-4 2023-12-06T07:08:45.380 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[80427]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-4 2023-12-06T07:08:45.380 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:44.083862+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:44.086701+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:45 smithi141 bash[72190]: cluster 2023-12-06T07:08:45.068031+0000 mon.a (mon.0) 3730 : cluster 0 osdmap e134: 8 total, 7 up, 8 in 2023-12-06T07:08:45.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: audit 2023-12-06T07:08:43.971889+0000 mgr.y (mgr.25474) 1556 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:44.054558+0000 mon.a (mon.0) 3728 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:08:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:44.065454+0000 mon.a (mon.0) 3729 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-06T07:08:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:44.068556+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:44.070174+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:44.071658+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:44.074961+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:44.075202+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:44.076691+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:44.077777+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:44.080007+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:44.080157+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:44.082016+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:44.082454+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:44.083862+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:44.086701+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[78949]: cluster 2023-12-06T07:08:45.068031+0000 mon.a (mon.0) 3730 : cluster 0 osdmap e134: 8 total, 7 up, 8 in 2023-12-06T07:08:45.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: audit 2023-12-06T07:08:43.971889+0000 mgr.y (mgr.25474) 1556 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:45.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:44.054558+0000 mon.a (mon.0) 3728 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:08:45.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:44.065454+0000 mon.a (mon.0) 3729 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-06T07:08:45.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:44.068556+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:44.070174+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:44.071658+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:44.074961+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:44.075202+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:44.076691+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:44.077777+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:44.080007+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:44.080157+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:44.082016+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:44.082454+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:44.083862+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:44.086701+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:08:45.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:45 smithi040 bash[84914]: cluster 2023-12-06T07:08:45.068031+0000 mon.a (mon.0) 3730 : cluster 0 osdmap e134: 8 total, 7 up, 8 in 2023-12-06T07:08:46.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:46 smithi141 bash[72190]: cluster 2023-12-06T07:08:45.050732+0000 mgr.y (mgr.25474) 1557 : cluster 0 pgmap v209: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:08:46.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:46 smithi141 bash[72190]: cluster 2023-12-06T07:08:45.065548+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:46 smithi141 bash[72190]: cluster 2023-12-06T07:08:45.070549+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:46 smithi141 bash[72190]: cluster 2023-12-06T07:08:45.071782+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:46 smithi141 bash[72190]: cluster 2023-12-06T07:08:45.071875+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.382 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:46 smithi141 bash[72190]: cluster 2023-12-06T07:08:45.075701+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.382 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:46 smithi141 bash[72190]: cluster 2023-12-06T07:08:45.079125+0000 osd.5 (osd.5) 49 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.498 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:46 smithi040 bash[84914]: cluster 2023-12-06T07:08:45.050732+0000 mgr.y (mgr.25474) 1557 : cluster 0 pgmap v209: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:08:46.498 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:46 smithi040 bash[84914]: cluster 2023-12-06T07:08:45.065548+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:46 smithi040 bash[84914]: cluster 2023-12-06T07:08:45.070549+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:46 smithi040 bash[84914]: cluster 2023-12-06T07:08:45.071782+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:46 smithi040 bash[84914]: cluster 2023-12-06T07:08:45.071875+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:46 smithi040 bash[84914]: cluster 2023-12-06T07:08:45.075701+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:46 smithi040 bash[84914]: cluster 2023-12-06T07:08:45.079125+0000 osd.5 (osd.5) 49 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:46 smithi040 bash[78949]: cluster 2023-12-06T07:08:45.050732+0000 mgr.y (mgr.25474) 1557 : cluster 0 pgmap v209: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:08:46.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:46 smithi040 bash[78949]: cluster 2023-12-06T07:08:45.065548+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:46 smithi040 bash[78949]: cluster 2023-12-06T07:08:45.070549+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:46 smithi040 bash[78949]: cluster 2023-12-06T07:08:45.071782+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:46 smithi040 bash[78949]: cluster 2023-12-06T07:08:45.071875+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:46 smithi040 bash[78949]: cluster 2023-12-06T07:08:45.075701+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:46 smithi040 bash[78949]: cluster 2023-12-06T07:08:45.079125+0000 osd.5 (osd.5) 49 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:08:46.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:08:46 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:08:46] "GET /metrics HTTP/1.1" 200 38486 "" "Prometheus/2.33.4" 2023-12-06T07:08:47.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:47 smithi141 bash[72190]: cluster 2023-12-06T07:08:47.093370+0000 mon.a (mon.0) 3731 : cluster 3 Health check failed: Degraded data redundancy: 40/630 objects degraded (6.349%), 11 pgs degraded (PG_DEGRADED) 2023-12-06T07:08:47.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:47 smithi040 bash[78949]: cluster 2023-12-06T07:08:47.093370+0000 mon.a (mon.0) 3731 : cluster 3 Health check failed: Degraded data redundancy: 40/630 objects degraded (6.349%), 11 pgs degraded (PG_DEGRADED) 2023-12-06T07:08:47.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:47 smithi040 bash[84914]: cluster 2023-12-06T07:08:47.093370+0000 mon.a (mon.0) 3731 : cluster 3 Health check failed: Degraded data redundancy: 40/630 objects degraded (6.349%), 11 pgs degraded (PG_DEGRADED) 2023-12-06T07:08:47.933 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:47 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.4.service: Succeeded. 2023-12-06T07:08:47.933 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:47 smithi141 systemd[1]: Stopped Ceph osd.4 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:08:47.933 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:47 smithi141 systemd[1]: Started Ceph osd.4 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:08:48.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:48 smithi141 bash[72190]: cluster 2023-12-06T07:08:47.052082+0000 mgr.y (mgr.25474) 1558 : cluster 0 pgmap v211: 161 pgs: 11 active+undersized+degraded, 18 stale+active+clean, 8 active+undersized, 124 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 40/630 objects degraded (6.349%) 2023-12-06T07:08:48.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:48 smithi141 bash[72190]: audit 2023-12-06T07:08:47.917558+0000 mon.a (mon.0) 3732 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:48.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:48 smithi141 bash[72190]: audit 2023-12-06T07:08:47.928122+0000 mon.a (mon.0) 3733 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:48.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:48 smithi141 bash[72190]: audit 2023-12-06T07:08:47.959843+0000 mon.a (mon.0) 3734 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:48.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:48 smithi141 bash[72190]: audit 2023-12-06T07:08:47.961675+0000 mon.a (mon.0) 3735 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:48.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:48 smithi141 bash[72190]: audit 2023-12-06T07:08:47.973038+0000 mon.a (mon.0) 3736 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:48.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:48 smithi141 bash[72190]: audit 2023-12-06T07:08:48.056620+0000 mon.a (mon.0) 3737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:48 smithi141 bash[72190]: audit 2023-12-06T07:08:48.060005+0000 mon.a (mon.0) 3738 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:48 smithi141 bash[72190]: audit 2023-12-06T07:08:48.070433+0000 mon.a (mon.0) 3739 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:48 smithi141 bash[72190]: audit 2023-12-06T07:08:48.072140+0000 mon.a (mon.0) 3740 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:48.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:48 smithi141 bash[72190]: audit 2023-12-06T07:08:48.081282+0000 mon.a (mon.0) 3741 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:48.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[84914]: cluster 2023-12-06T07:08:47.052082+0000 mgr.y (mgr.25474) 1558 : cluster 0 pgmap v211: 161 pgs: 11 active+undersized+degraded, 18 stale+active+clean, 8 active+undersized, 124 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 40/630 objects degraded (6.349%) 2023-12-06T07:08:48.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[84914]: audit 2023-12-06T07:08:47.917558+0000 mon.a (mon.0) 3732 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:48.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[84914]: audit 2023-12-06T07:08:47.928122+0000 mon.a (mon.0) 3733 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:48.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[84914]: audit 2023-12-06T07:08:47.959843+0000 mon.a (mon.0) 3734 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:48.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[84914]: audit 2023-12-06T07:08:47.961675+0000 mon.a (mon.0) 3735 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[84914]: audit 2023-12-06T07:08:47.973038+0000 mon.a (mon.0) 3736 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[84914]: audit 2023-12-06T07:08:48.056620+0000 mon.a (mon.0) 3737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[84914]: audit 2023-12-06T07:08:48.060005+0000 mon.a (mon.0) 3738 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[84914]: audit 2023-12-06T07:08:48.070433+0000 mon.a (mon.0) 3739 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[84914]: audit 2023-12-06T07:08:48.072140+0000 mon.a (mon.0) 3740 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:48.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[84914]: audit 2023-12-06T07:08:48.081282+0000 mon.a (mon.0) 3741 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:48.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[78949]: cluster 2023-12-06T07:08:47.052082+0000 mgr.y (mgr.25474) 1558 : cluster 0 pgmap v211: 161 pgs: 11 active+undersized+degraded, 18 stale+active+clean, 8 active+undersized, 124 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 40/630 objects degraded (6.349%) 2023-12-06T07:08:48.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[78949]: audit 2023-12-06T07:08:47.917558+0000 mon.a (mon.0) 3732 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:48.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[78949]: audit 2023-12-06T07:08:47.928122+0000 mon.a (mon.0) 3733 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:48.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[78949]: audit 2023-12-06T07:08:47.959843+0000 mon.a (mon.0) 3734 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:48.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[78949]: audit 2023-12-06T07:08:47.961675+0000 mon.a (mon.0) 3735 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:48.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[78949]: audit 2023-12-06T07:08:47.973038+0000 mon.a (mon.0) 3736 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:48.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[78949]: audit 2023-12-06T07:08:48.056620+0000 mon.a (mon.0) 3737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:48.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[78949]: audit 2023-12-06T07:08:48.060005+0000 mon.a (mon.0) 3738 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:48.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[78949]: audit 2023-12-06T07:08:48.070433+0000 mon.a (mon.0) 3739 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:48.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[78949]: audit 2023-12-06T07:08:48.072140+0000 mon.a (mon.0) 3740 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:48.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:48 smithi040 bash[78949]: audit 2023-12-06T07:08:48.081282+0000 mon.a (mon.0) 3741 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.163 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: cephadm 2023-12-06T07:08:47.974146+0000 mgr.y (mgr.25474) 1559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:49.163 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: cephadm 2023-12-06T07:08:48.081925+0000 mgr.y (mgr.25474) 1560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:49.163 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.160644+0000 mon.a (mon.0) 3742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.164 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.163271+0000 mon.a (mon.0) 3743 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.164 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.165847+0000 mon.a (mon.0) 3744 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.164 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.166915+0000 mon.a (mon.0) 3745 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.164 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.174332+0000 mon.a (mon.0) 3746 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.164 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.252765+0000 mon.a (mon.0) 3747 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.164 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.257205+0000 mon.a (mon.0) 3748 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.164 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.261490+0000 mon.a (mon.0) 3749 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.164 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.262937+0000 mon.a (mon.0) 3750 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.166 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: cephadm 2023-12-06T07:08:47.974146+0000 mgr.y (mgr.25474) 1559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:49.166 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: cephadm 2023-12-06T07:08:48.081925+0000 mgr.y (mgr.25474) 1560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:49.167 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.160644+0000 mon.a (mon.0) 3742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.167 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.163271+0000 mon.a (mon.0) 3743 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: cephadm 2023-12-06T07:08:47.974146+0000 mgr.y (mgr.25474) 1559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:49.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: cephadm 2023-12-06T07:08:48.081925+0000 mgr.y (mgr.25474) 1560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:49.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.160644+0000 mon.a (mon.0) 3742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.163271+0000 mon.a (mon.0) 3743 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.165847+0000 mon.a (mon.0) 3744 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.166915+0000 mon.a (mon.0) 3745 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.174332+0000 mon.a (mon.0) 3746 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.252765+0000 mon.a (mon.0) 3747 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.257205+0000 mon.a (mon.0) 3748 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.261490+0000 mon.a (mon.0) 3749 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.262937+0000 mon.a (mon.0) 3750 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.273710+0000 mon.a (mon.0) 3751 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.354741+0000 mon.a (mon.0) 3752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.357408+0000 mon.a (mon.0) 3753 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.360539+0000 mon.a (mon.0) 3754 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.361726+0000 mon.a (mon.0) 3755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.369380+0000 mon.a (mon.0) 3756 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.451845+0000 mon.a (mon.0) 3757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.454410+0000 mon.a (mon.0) 3758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.457758+0000 mon.a (mon.0) 3759 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.458865+0000 mon.a (mon.0) 3760 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.465661+0000 mon.a (mon.0) 3761 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.552728+0000 mon.a (mon.0) 3762 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.555478+0000 mon.a (mon.0) 3763 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.559436+0000 mon.a (mon.0) 3764 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.560638+0000 mon.a (mon.0) 3765 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.569709+0000 mon.a (mon.0) 3766 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.652392+0000 mon.a (mon.0) 3767 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.655124+0000 mon.a (mon.0) 3768 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.658561+0000 mon.a (mon.0) 3769 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.659907+0000 mon.a (mon.0) 3770 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.673422+0000 mon.a (mon.0) 3771 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.751812+0000 mon.a (mon.0) 3772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.754794+0000 mon.a (mon.0) 3773 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.758641+0000 mon.a (mon.0) 3774 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.759979+0000 mon.a (mon.0) 3775 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.768567+0000 mon.a (mon.0) 3776 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.845915+0000 mon.a (mon.0) 3777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.850395+0000 mon.a (mon.0) 3778 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.854626+0000 mon.a (mon.0) 3779 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.856120+0000 mon.a (mon.0) 3780 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.865580+0000 mon.a (mon.0) 3781 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.943392+0000 mon.a (mon.0) 3782 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.946200+0000 mon.a (mon.0) 3783 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.949757+0000 mon.a (mon.0) 3784 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.950965+0000 mon.a (mon.0) 3785 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:48.958952+0000 mon.a (mon.0) 3786 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:49.040369+0000 mon.a (mon.0) 3787 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:49.044199+0000 mon.a (mon.0) 3788 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:49.048097+0000 mon.a (mon.0) 3789 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:49.049197+0000 mon.a (mon.0) 3790 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:49.056413+0000 mon.a (mon.0) 3791 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:49.136722+0000 mon.a (mon.0) 3792 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:49.139958+0000 mon.a (mon.0) 3793 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:49.142195+0000 mon.a (mon.0) 3794 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:49 smithi141 bash[72190]: audit 2023-12-06T07:08:49.143134+0000 mon.a (mon.0) 3795 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.165847+0000 mon.a (mon.0) 3744 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.166915+0000 mon.a (mon.0) 3745 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.174332+0000 mon.a (mon.0) 3746 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.252765+0000 mon.a (mon.0) 3747 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.257205+0000 mon.a (mon.0) 3748 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.261490+0000 mon.a (mon.0) 3749 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.262937+0000 mon.a (mon.0) 3750 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.273710+0000 mon.a (mon.0) 3751 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.354741+0000 mon.a (mon.0) 3752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.357408+0000 mon.a (mon.0) 3753 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.360539+0000 mon.a (mon.0) 3754 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.361726+0000 mon.a (mon.0) 3755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.369380+0000 mon.a (mon.0) 3756 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.451845+0000 mon.a (mon.0) 3757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.454410+0000 mon.a (mon.0) 3758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.457758+0000 mon.a (mon.0) 3759 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.458865+0000 mon.a (mon.0) 3760 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.465661+0000 mon.a (mon.0) 3761 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.552728+0000 mon.a (mon.0) 3762 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.273710+0000 mon.a (mon.0) 3751 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.354741+0000 mon.a (mon.0) 3752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.357408+0000 mon.a (mon.0) 3753 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.360539+0000 mon.a (mon.0) 3754 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.361726+0000 mon.a (mon.0) 3755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.369380+0000 mon.a (mon.0) 3756 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.451845+0000 mon.a (mon.0) 3757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.454410+0000 mon.a (mon.0) 3758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.457758+0000 mon.a (mon.0) 3759 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.458865+0000 mon.a (mon.0) 3760 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.465661+0000 mon.a (mon.0) 3761 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.552728+0000 mon.a (mon.0) 3762 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.555478+0000 mon.a (mon.0) 3763 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.559436+0000 mon.a (mon.0) 3764 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.560638+0000 mon.a (mon.0) 3765 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.569709+0000 mon.a (mon.0) 3766 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.652392+0000 mon.a (mon.0) 3767 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.655124+0000 mon.a (mon.0) 3768 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.658561+0000 mon.a (mon.0) 3769 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.555478+0000 mon.a (mon.0) 3763 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.559436+0000 mon.a (mon.0) 3764 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.560638+0000 mon.a (mon.0) 3765 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.569709+0000 mon.a (mon.0) 3766 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.652392+0000 mon.a (mon.0) 3767 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.655124+0000 mon.a (mon.0) 3768 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.658561+0000 mon.a (mon.0) 3769 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.659907+0000 mon.a (mon.0) 3770 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.673422+0000 mon.a (mon.0) 3771 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.751812+0000 mon.a (mon.0) 3772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.754794+0000 mon.a (mon.0) 3773 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.758641+0000 mon.a (mon.0) 3774 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.759979+0000 mon.a (mon.0) 3775 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.768567+0000 mon.a (mon.0) 3776 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.845915+0000 mon.a (mon.0) 3777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.850395+0000 mon.a (mon.0) 3778 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.854626+0000 mon.a (mon.0) 3779 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.856120+0000 mon.a (mon.0) 3780 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.865580+0000 mon.a (mon.0) 3781 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.943392+0000 mon.a (mon.0) 3782 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.659907+0000 mon.a (mon.0) 3770 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.673422+0000 mon.a (mon.0) 3771 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.751812+0000 mon.a (mon.0) 3772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.754794+0000 mon.a (mon.0) 3773 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.758641+0000 mon.a (mon.0) 3774 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.759979+0000 mon.a (mon.0) 3775 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.768567+0000 mon.a (mon.0) 3776 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.845915+0000 mon.a (mon.0) 3777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.850395+0000 mon.a (mon.0) 3778 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.854626+0000 mon.a (mon.0) 3779 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.856120+0000 mon.a (mon.0) 3780 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.865580+0000 mon.a (mon.0) 3781 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.943392+0000 mon.a (mon.0) 3782 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.946200+0000 mon.a (mon.0) 3783 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.949757+0000 mon.a (mon.0) 3784 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.950965+0000 mon.a (mon.0) 3785 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:48.958952+0000 mon.a (mon.0) 3786 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:49.040369+0000 mon.a (mon.0) 3787 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:49.044199+0000 mon.a (mon.0) 3788 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:49.048097+0000 mon.a (mon.0) 3789 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:49.049197+0000 mon.a (mon.0) 3790 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:49.056413+0000 mon.a (mon.0) 3791 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:49.136722+0000 mon.a (mon.0) 3792 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:49.139958+0000 mon.a (mon.0) 3793 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:49.142195+0000 mon.a (mon.0) 3794 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[78949]: audit 2023-12-06T07:08:49.143134+0000 mon.a (mon.0) 3795 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.946200+0000 mon.a (mon.0) 3783 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.949757+0000 mon.a (mon.0) 3784 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.950965+0000 mon.a (mon.0) 3785 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:48.958952+0000 mon.a (mon.0) 3786 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:49.040369+0000 mon.a (mon.0) 3787 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:49.044199+0000 mon.a (mon.0) 3788 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:49.048097+0000 mon.a (mon.0) 3789 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:49.049197+0000 mon.a (mon.0) 3790 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:49.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:49.056413+0000 mon.a (mon.0) 3791 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:49.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:49.136722+0000 mon.a (mon.0) 3792 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:49.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:49.139958+0000 mon.a (mon.0) 3793 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:49.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:49.142195+0000 mon.a (mon.0) 3794 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:49.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:49 smithi040 bash[84914]: audit 2023-12-06T07:08:49.143134+0000 mon.a (mon.0) 3795 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.438 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[80603]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-06T07:08:50.438 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[80603]: 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-06T07:08:50.438 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[80603]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-06T07:08:50.439 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[80603]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-06T07:08:50.439 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[80603]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-06T07:08:50.439 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[80603]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-06T07:08:50.439 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[80603]: --> ceph-volume raw activate successful for osd ID: 4 2023-12-06T07:08:50.439 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:48.175083+0000 mgr.y (mgr.25474) 1561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.439 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:48.274395+0000 mgr.y (mgr.25474) 1562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.440 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:48.370006+0000 mgr.y (mgr.25474) 1563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.440 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:48.466242+0000 mgr.y (mgr.25474) 1564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.440 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:48.570442+0000 mgr.y (mgr.25474) 1565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.440 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:48.673990+0000 mgr.y (mgr.25474) 1566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.440 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:48.769160+0000 mgr.y (mgr.25474) 1567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.440 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:48.866228+0000 mgr.y (mgr.25474) 1568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.440 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:48.959787+0000 mgr.y (mgr.25474) 1569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.440 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cluster 2023-12-06T07:08:49.054052+0000 mgr.y (mgr.25474) 1570 : cluster 0 pgmap v212: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:50.440 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:49.056951+0000 mgr.y (mgr.25474) 1571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.440 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.149426+0000 mon.a (mon.0) 3796 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.440 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:49.150643+0000 mgr.y (mgr.25474) 1572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.440 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.231727+0000 mon.a (mon.0) 3797 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.440 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.233904+0000 mon.a (mon.0) 3798 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.440 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.236707+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.440 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.237655+0000 mon.a (mon.0) 3800 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.441 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.245506+0000 mon.a (mon.0) 3801 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.441 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:49.246377+0000 mgr.y (mgr.25474) 1573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.441 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.330341+0000 mon.a (mon.0) 3802 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.441 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.333049+0000 mon.a (mon.0) 3803 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.441 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.336570+0000 mon.a (mon.0) 3804 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.441 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.337736+0000 mon.a (mon.0) 3805 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.441 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.347406+0000 mon.a (mon.0) 3806 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.441 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:49.348074+0000 mgr.y (mgr.25474) 1574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.441 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.425257+0000 mon.a (mon.0) 3807 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.441 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.428723+0000 mon.a (mon.0) 3808 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.441 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.432619+0000 mon.a (mon.0) 3809 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.441 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.434350+0000 mon.a (mon.0) 3810 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.441 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.442889+0000 mon.a (mon.0) 3811 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.441 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:49.443677+0000 mgr.y (mgr.25474) 1575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.441 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.526822+0000 mon.a (mon.0) 3812 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.442 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.529489+0000 mon.a (mon.0) 3813 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.442 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.533034+0000 mon.a (mon.0) 3814 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.442 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.534211+0000 mon.a (mon.0) 3815 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.442 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.541758+0000 mon.a (mon.0) 3816 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.442 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:49.542250+0000 mgr.y (mgr.25474) 1576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.442 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.618980+0000 mon.a (mon.0) 3817 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.442 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.621609+0000 mon.a (mon.0) 3818 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.442 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.624757+0000 mon.a (mon.0) 3819 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.442 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.625791+0000 mon.a (mon.0) 3820 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.442 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.632568+0000 mon.a (mon.0) 3821 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.442 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:49.633100+0000 mgr.y (mgr.25474) 1577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.442 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.710628+0000 mon.a (mon.0) 3822 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.442 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.714400+0000 mon.a (mon.0) 3823 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.442 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.717645+0000 mon.a (mon.0) 3824 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.442 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.718375+0000 mon.a (mon.0) 3825 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.443 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.726260+0000 mon.a (mon.0) 3826 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.443 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:49.726913+0000 mgr.y (mgr.25474) 1578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.443 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.805825+0000 mon.a (mon.0) 3827 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.443 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.808639+0000 mon.a (mon.0) 3828 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.443 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.811089+0000 mon.a (mon.0) 3829 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.443 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.811988+0000 mon.a (mon.0) 3830 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.443 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.819166+0000 mon.a (mon.0) 3831 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.443 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:49.820071+0000 mgr.y (mgr.25474) 1579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.443 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.900107+0000 mon.a (mon.0) 3832 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.443 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.902331+0000 mon.a (mon.0) 3833 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.443 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.905318+0000 mon.a (mon.0) 3834 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.443 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.906284+0000 mon.a (mon.0) 3835 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.443 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.914624+0000 mon.a (mon.0) 3836 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.443 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:49.915257+0000 mgr.y (mgr.25474) 1580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.444 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.981933+0000 mon.a (mon.0) 3837 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.444 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.984733+0000 mon.a (mon.0) 3838 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.444 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.987959+0000 mon.a (mon.0) 3839 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.444 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.989329+0000 mon.a (mon.0) 3840 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.444 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:49.995696+0000 mon.a (mon.0) 3841 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.444 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:49.996313+0000 mgr.y (mgr.25474) 1581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.444 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:50.074128+0000 mon.a (mon.0) 3842 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.444 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:50.076836+0000 mon.a (mon.0) 3843 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.444 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:50.079806+0000 mon.a (mon.0) 3844 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.444 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:50.080947+0000 mon.a (mon.0) 3845 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.445 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: audit 2023-12-06T07:08:50.088595+0000 mon.a (mon.0) 3846 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.445 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:50 smithi141 bash[72190]: cephadm 2023-12-06T07:08:50.089244+0000 mgr.y (mgr.25474) 1582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:48.175083+0000 mgr.y (mgr.25474) 1561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:48.274395+0000 mgr.y (mgr.25474) 1562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:48.370006+0000 mgr.y (mgr.25474) 1563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:48.466242+0000 mgr.y (mgr.25474) 1564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:48.570442+0000 mgr.y (mgr.25474) 1565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:48.673990+0000 mgr.y (mgr.25474) 1566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:48.769160+0000 mgr.y (mgr.25474) 1567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:48.866228+0000 mgr.y (mgr.25474) 1568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:48.959787+0000 mgr.y (mgr.25474) 1569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cluster 2023-12-06T07:08:49.054052+0000 mgr.y (mgr.25474) 1570 : cluster 0 pgmap v212: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:49.056951+0000 mgr.y (mgr.25474) 1571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.149426+0000 mon.a (mon.0) 3796 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:49.150643+0000 mgr.y (mgr.25474) 1572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.231727+0000 mon.a (mon.0) 3797 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.233904+0000 mon.a (mon.0) 3798 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.236707+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.237655+0000 mon.a (mon.0) 3800 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.245506+0000 mon.a (mon.0) 3801 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:49.246377+0000 mgr.y (mgr.25474) 1573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.330341+0000 mon.a (mon.0) 3802 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.333049+0000 mon.a (mon.0) 3803 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:48.175083+0000 mgr.y (mgr.25474) 1561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:48.274395+0000 mgr.y (mgr.25474) 1562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:48.370006+0000 mgr.y (mgr.25474) 1563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:48.466242+0000 mgr.y (mgr.25474) 1564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:48.570442+0000 mgr.y (mgr.25474) 1565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:48.673990+0000 mgr.y (mgr.25474) 1566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:48.769160+0000 mgr.y (mgr.25474) 1567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:48.866228+0000 mgr.y (mgr.25474) 1568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:48.959787+0000 mgr.y (mgr.25474) 1569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cluster 2023-12-06T07:08:49.054052+0000 mgr.y (mgr.25474) 1570 : cluster 0 pgmap v212: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:49.056951+0000 mgr.y (mgr.25474) 1571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.149426+0000 mon.a (mon.0) 3796 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:49.150643+0000 mgr.y (mgr.25474) 1572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.231727+0000 mon.a (mon.0) 3797 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.233904+0000 mon.a (mon.0) 3798 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.236707+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.237655+0000 mon.a (mon.0) 3800 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.245506+0000 mon.a (mon.0) 3801 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:49.246377+0000 mgr.y (mgr.25474) 1573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.330341+0000 mon.a (mon.0) 3802 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.333049+0000 mon.a (mon.0) 3803 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.336570+0000 mon.a (mon.0) 3804 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.337736+0000 mon.a (mon.0) 3805 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.347406+0000 mon.a (mon.0) 3806 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:49.348074+0000 mgr.y (mgr.25474) 1574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.425257+0000 mon.a (mon.0) 3807 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.428723+0000 mon.a (mon.0) 3808 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.432619+0000 mon.a (mon.0) 3809 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.434350+0000 mon.a (mon.0) 3810 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.442889+0000 mon.a (mon.0) 3811 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:49.443677+0000 mgr.y (mgr.25474) 1575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.526822+0000 mon.a (mon.0) 3812 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.529489+0000 mon.a (mon.0) 3813 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.533034+0000 mon.a (mon.0) 3814 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.534211+0000 mon.a (mon.0) 3815 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.541758+0000 mon.a (mon.0) 3816 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:49.542250+0000 mgr.y (mgr.25474) 1576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.618980+0000 mon.a (mon.0) 3817 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.621609+0000 mon.a (mon.0) 3818 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.624757+0000 mon.a (mon.0) 3819 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.625791+0000 mon.a (mon.0) 3820 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.632568+0000 mon.a (mon.0) 3821 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:49.633100+0000 mgr.y (mgr.25474) 1577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.710628+0000 mon.a (mon.0) 3822 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.714400+0000 mon.a (mon.0) 3823 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.717645+0000 mon.a (mon.0) 3824 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.718375+0000 mon.a (mon.0) 3825 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.726260+0000 mon.a (mon.0) 3826 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:49.726913+0000 mgr.y (mgr.25474) 1578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.805825+0000 mon.a (mon.0) 3827 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.808639+0000 mon.a (mon.0) 3828 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.811089+0000 mon.a (mon.0) 3829 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.811988+0000 mon.a (mon.0) 3830 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.819166+0000 mon.a (mon.0) 3831 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:49.820071+0000 mgr.y (mgr.25474) 1579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.900107+0000 mon.a (mon.0) 3832 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.902331+0000 mon.a (mon.0) 3833 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.905318+0000 mon.a (mon.0) 3834 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.906284+0000 mon.a (mon.0) 3835 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.914624+0000 mon.a (mon.0) 3836 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:49.915257+0000 mgr.y (mgr.25474) 1580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.981933+0000 mon.a (mon.0) 3837 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.984733+0000 mon.a (mon.0) 3838 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.987959+0000 mon.a (mon.0) 3839 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.989329+0000 mon.a (mon.0) 3840 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:49.995696+0000 mon.a (mon.0) 3841 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:49.996313+0000 mgr.y (mgr.25474) 1581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:50.074128+0000 mon.a (mon.0) 3842 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:50.076836+0000 mon.a (mon.0) 3843 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:50.079806+0000 mon.a (mon.0) 3844 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:50.080947+0000 mon.a (mon.0) 3845 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: audit 2023-12-06T07:08:50.088595+0000 mon.a (mon.0) 3846 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[84914]: cephadm 2023-12-06T07:08:50.089244+0000 mgr.y (mgr.25474) 1582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.336570+0000 mon.a (mon.0) 3804 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.337736+0000 mon.a (mon.0) 3805 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.347406+0000 mon.a (mon.0) 3806 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:49.348074+0000 mgr.y (mgr.25474) 1574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.425257+0000 mon.a (mon.0) 3807 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.428723+0000 mon.a (mon.0) 3808 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.432619+0000 mon.a (mon.0) 3809 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.434350+0000 mon.a (mon.0) 3810 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.442889+0000 mon.a (mon.0) 3811 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:49.443677+0000 mgr.y (mgr.25474) 1575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.526822+0000 mon.a (mon.0) 3812 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.529489+0000 mon.a (mon.0) 3813 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.533034+0000 mon.a (mon.0) 3814 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.534211+0000 mon.a (mon.0) 3815 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.541758+0000 mon.a (mon.0) 3816 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:49.542250+0000 mgr.y (mgr.25474) 1576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.618980+0000 mon.a (mon.0) 3817 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.621609+0000 mon.a (mon.0) 3818 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.624757+0000 mon.a (mon.0) 3819 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.625791+0000 mon.a (mon.0) 3820 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.632568+0000 mon.a (mon.0) 3821 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:49.633100+0000 mgr.y (mgr.25474) 1577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.710628+0000 mon.a (mon.0) 3822 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.714400+0000 mon.a (mon.0) 3823 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.717645+0000 mon.a (mon.0) 3824 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.718375+0000 mon.a (mon.0) 3825 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.726260+0000 mon.a (mon.0) 3826 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:49.726913+0000 mgr.y (mgr.25474) 1578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.805825+0000 mon.a (mon.0) 3827 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.808639+0000 mon.a (mon.0) 3828 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.811089+0000 mon.a (mon.0) 3829 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.811988+0000 mon.a (mon.0) 3830 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.819166+0000 mon.a (mon.0) 3831 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:49.820071+0000 mgr.y (mgr.25474) 1579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.900107+0000 mon.a (mon.0) 3832 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.902331+0000 mon.a (mon.0) 3833 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.905318+0000 mon.a (mon.0) 3834 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.906284+0000 mon.a (mon.0) 3835 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.914624+0000 mon.a (mon.0) 3836 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:49.915257+0000 mgr.y (mgr.25474) 1580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.981933+0000 mon.a (mon.0) 3837 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.984733+0000 mon.a (mon.0) 3838 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.987959+0000 mon.a (mon.0) 3839 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.989329+0000 mon.a (mon.0) 3840 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:49.995696+0000 mon.a (mon.0) 3841 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:49.996313+0000 mgr.y (mgr.25474) 1581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:50.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:50.074128+0000 mon.a (mon.0) 3842 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:50.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:50.076836+0000 mon.a (mon.0) 3843 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:50.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:50.079806+0000 mon.a (mon.0) 3844 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:50.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:50.080947+0000 mon.a (mon.0) 3845 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:50.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: audit 2023-12-06T07:08:50.088595+0000 mon.a (mon.0) 3846 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:50.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:50 smithi040 bash[78949]: cephadm 2023-12-06T07:08:50.089244+0000 mgr.y (mgr.25474) 1582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.516 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.168234+0000 mon.a (mon.0) 3847 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.516 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.170517+0000 mon.a (mon.0) 3848 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.516 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.172630+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.517 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.173379+0000 mon.a (mon.0) 3850 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.517 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.178666+0000 mon.a (mon.0) 3851 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.517 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: cephadm 2023-12-06T07:08:50.179295+0000 mgr.y (mgr.25474) 1583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.517 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.261051+0000 mon.a (mon.0) 3852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.517 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.263867+0000 mon.a (mon.0) 3853 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.517 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.267994+0000 mon.a (mon.0) 3854 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.517 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.269366+0000 mon.a (mon.0) 3855 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.517 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.277125+0000 mon.a (mon.0) 3856 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.517 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: cephadm 2023-12-06T07:08:50.277916+0000 mgr.y (mgr.25474) 1584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.517 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.360700+0000 mon.a (mon.0) 3857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.517 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.363389+0000 mon.a (mon.0) 3858 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.517 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.366055+0000 mon.a (mon.0) 3859 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.517 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.366759+0000 mon.a (mon.0) 3860 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.517 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.375994+0000 mon.a (mon.0) 3861 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.517 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: cephadm 2023-12-06T07:08:50.376881+0000 mgr.y (mgr.25474) 1585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.518 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.444903+0000 mon.a (mon.0) 3862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.518 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.449306+0000 mon.a (mon.0) 3863 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.518 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.452813+0000 mon.a (mon.0) 3864 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.518 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.453780+0000 mon.a (mon.0) 3865 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.518 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.461183+0000 mon.a (mon.0) 3866 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.518 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: cephadm 2023-12-06T07:08:50.462046+0000 mgr.y (mgr.25474) 1586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.518 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.540909+0000 mon.a (mon.0) 3867 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.518 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.543011+0000 mon.a (mon.0) 3868 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.518 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.546232+0000 mon.a (mon.0) 3869 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.518 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.547108+0000 mon.a (mon.0) 3870 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.518 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.553092+0000 mon.a (mon.0) 3871 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.518 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: cephadm 2023-12-06T07:08:50.553923+0000 mgr.y (mgr.25474) 1587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.518 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.633716+0000 mon.a (mon.0) 3872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.518 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.636498+0000 mon.a (mon.0) 3873 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.518 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.639663+0000 mon.a (mon.0) 3874 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.519 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.641047+0000 mon.a (mon.0) 3875 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.519 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.647097+0000 mon.a (mon.0) 3876 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.519 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: cephadm 2023-12-06T07:08:50.647705+0000 mgr.y (mgr.25474) 1588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.519 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.728021+0000 mon.a (mon.0) 3877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.519 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.730560+0000 mon.a (mon.0) 3878 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.519 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.733819+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.519 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.734870+0000 mon.a (mon.0) 3880 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.519 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.742317+0000 mon.a (mon.0) 3881 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.519 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: cephadm 2023-12-06T07:08:50.742909+0000 mgr.y (mgr.25474) 1589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.820949+0000 mon.a (mon.0) 3882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.824118+0000 mon.a (mon.0) 3883 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.827747+0000 mon.a (mon.0) 3884 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.829051+0000 mon.a (mon.0) 3885 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.836766+0000 mon.a (mon.0) 3886 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: cephadm 2023-12-06T07:08:50.837560+0000 mgr.y (mgr.25474) 1590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.914269+0000 mon.a (mon.0) 3887 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.917506+0000 mon.a (mon.0) 3888 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.921294+0000 mon.a (mon.0) 3889 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.922671+0000 mon.a (mon.0) 3890 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:50.931712+0000 mon.a (mon.0) 3891 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: cephadm 2023-12-06T07:08:50.932374+0000 mgr.y (mgr.25474) 1591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:51.012354+0000 mon.a (mon.0) 3892 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:51.016384+0000 mon.a (mon.0) 3893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:51.019436+0000 mon.a (mon.0) 3894 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.520 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:51.020576+0000 mon.a (mon.0) 3895 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.521 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:51.027062+0000 mon.a (mon.0) 3896 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.521 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: cephadm 2023-12-06T07:08:51.028016+0000 mgr.y (mgr.25474) 1592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.521 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: cluster 2023-12-06T07:08:51.055129+0000 mgr.y (mgr.25474) 1593 : cluster 0 pgmap v213: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:51.521 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:51.111986+0000 mon.a (mon.0) 3897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.521 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:51.115304+0000 mon.a (mon.0) 3898 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.521 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:51.120166+0000 mon.a (mon.0) 3899 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.521 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:51.121885+0000 mon.a (mon.0) 3900 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.521 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: audit 2023-12-06T07:08:51.132477+0000 mon.a (mon.0) 3901 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.521 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:51 smithi141 bash[72190]: cephadm 2023-12-06T07:08:51.133184+0000 mgr.y (mgr.25474) 1594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.168234+0000 mon.a (mon.0) 3847 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.170517+0000 mon.a (mon.0) 3848 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.172630+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.173379+0000 mon.a (mon.0) 3850 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.178666+0000 mon.a (mon.0) 3851 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: cephadm 2023-12-06T07:08:50.179295+0000 mgr.y (mgr.25474) 1583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.261051+0000 mon.a (mon.0) 3852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.263867+0000 mon.a (mon.0) 3853 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.267994+0000 mon.a (mon.0) 3854 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.269366+0000 mon.a (mon.0) 3855 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.277125+0000 mon.a (mon.0) 3856 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: cephadm 2023-12-06T07:08:50.277916+0000 mgr.y (mgr.25474) 1584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.360700+0000 mon.a (mon.0) 3857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.363389+0000 mon.a (mon.0) 3858 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.366055+0000 mon.a (mon.0) 3859 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.366759+0000 mon.a (mon.0) 3860 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.375994+0000 mon.a (mon.0) 3861 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: cephadm 2023-12-06T07:08:50.376881+0000 mgr.y (mgr.25474) 1585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.444903+0000 mon.a (mon.0) 3862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.449306+0000 mon.a (mon.0) 3863 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.452813+0000 mon.a (mon.0) 3864 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.453780+0000 mon.a (mon.0) 3865 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.461183+0000 mon.a (mon.0) 3866 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: cephadm 2023-12-06T07:08:50.462046+0000 mgr.y (mgr.25474) 1586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.540909+0000 mon.a (mon.0) 3867 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.543011+0000 mon.a (mon.0) 3868 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.546232+0000 mon.a (mon.0) 3869 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.547108+0000 mon.a (mon.0) 3870 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.553092+0000 mon.a (mon.0) 3871 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: cephadm 2023-12-06T07:08:50.553923+0000 mgr.y (mgr.25474) 1587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.633716+0000 mon.a (mon.0) 3872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.636498+0000 mon.a (mon.0) 3873 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.639663+0000 mon.a (mon.0) 3874 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.641047+0000 mon.a (mon.0) 3875 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.647097+0000 mon.a (mon.0) 3876 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: cephadm 2023-12-06T07:08:50.647705+0000 mgr.y (mgr.25474) 1588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.728021+0000 mon.a (mon.0) 3877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.730560+0000 mon.a (mon.0) 3878 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.733819+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.168234+0000 mon.a (mon.0) 3847 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.170517+0000 mon.a (mon.0) 3848 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.172630+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.173379+0000 mon.a (mon.0) 3850 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.178666+0000 mon.a (mon.0) 3851 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: cephadm 2023-12-06T07:08:50.179295+0000 mgr.y (mgr.25474) 1583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.261051+0000 mon.a (mon.0) 3852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.263867+0000 mon.a (mon.0) 3853 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.267994+0000 mon.a (mon.0) 3854 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.269366+0000 mon.a (mon.0) 3855 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.277125+0000 mon.a (mon.0) 3856 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: cephadm 2023-12-06T07:08:50.277916+0000 mgr.y (mgr.25474) 1584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.360700+0000 mon.a (mon.0) 3857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.363389+0000 mon.a (mon.0) 3858 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.366055+0000 mon.a (mon.0) 3859 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.366759+0000 mon.a (mon.0) 3860 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.375994+0000 mon.a (mon.0) 3861 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: cephadm 2023-12-06T07:08:50.376881+0000 mgr.y (mgr.25474) 1585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.444903+0000 mon.a (mon.0) 3862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.449306+0000 mon.a (mon.0) 3863 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.734870+0000 mon.a (mon.0) 3880 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.742317+0000 mon.a (mon.0) 3881 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: cephadm 2023-12-06T07:08:50.742909+0000 mgr.y (mgr.25474) 1589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.820949+0000 mon.a (mon.0) 3882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.824118+0000 mon.a (mon.0) 3883 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.827747+0000 mon.a (mon.0) 3884 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.829051+0000 mon.a (mon.0) 3885 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.836766+0000 mon.a (mon.0) 3886 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: cephadm 2023-12-06T07:08:50.837560+0000 mgr.y (mgr.25474) 1590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.914269+0000 mon.a (mon.0) 3887 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.917506+0000 mon.a (mon.0) 3888 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.921294+0000 mon.a (mon.0) 3889 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.922671+0000 mon.a (mon.0) 3890 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:50.931712+0000 mon.a (mon.0) 3891 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: cephadm 2023-12-06T07:08:50.932374+0000 mgr.y (mgr.25474) 1591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:51.012354+0000 mon.a (mon.0) 3892 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:51.016384+0000 mon.a (mon.0) 3893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:51.019436+0000 mon.a (mon.0) 3894 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:51.020576+0000 mon.a (mon.0) 3895 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:51.027062+0000 mon.a (mon.0) 3896 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: cephadm 2023-12-06T07:08:51.028016+0000 mgr.y (mgr.25474) 1592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: cluster 2023-12-06T07:08:51.055129+0000 mgr.y (mgr.25474) 1593 : cluster 0 pgmap v213: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:51.111986+0000 mon.a (mon.0) 3897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:51.115304+0000 mon.a (mon.0) 3898 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:51.120166+0000 mon.a (mon.0) 3899 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:51.121885+0000 mon.a (mon.0) 3900 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: audit 2023-12-06T07:08:51.132477+0000 mon.a (mon.0) 3901 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[78949]: cephadm 2023-12-06T07:08:51.133184+0000 mgr.y (mgr.25474) 1594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.452813+0000 mon.a (mon.0) 3864 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.453780+0000 mon.a (mon.0) 3865 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.461183+0000 mon.a (mon.0) 3866 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: cephadm 2023-12-06T07:08:50.462046+0000 mgr.y (mgr.25474) 1586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.540909+0000 mon.a (mon.0) 3867 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.543011+0000 mon.a (mon.0) 3868 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.546232+0000 mon.a (mon.0) 3869 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.547108+0000 mon.a (mon.0) 3870 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.553092+0000 mon.a (mon.0) 3871 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: cephadm 2023-12-06T07:08:50.553923+0000 mgr.y (mgr.25474) 1587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.633716+0000 mon.a (mon.0) 3872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.636498+0000 mon.a (mon.0) 3873 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.639663+0000 mon.a (mon.0) 3874 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.641047+0000 mon.a (mon.0) 3875 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.647097+0000 mon.a (mon.0) 3876 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: cephadm 2023-12-06T07:08:50.647705+0000 mgr.y (mgr.25474) 1588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.728021+0000 mon.a (mon.0) 3877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.730560+0000 mon.a (mon.0) 3878 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.733819+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.734870+0000 mon.a (mon.0) 3880 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.742317+0000 mon.a (mon.0) 3881 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: cephadm 2023-12-06T07:08:50.742909+0000 mgr.y (mgr.25474) 1589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.820949+0000 mon.a (mon.0) 3882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.824118+0000 mon.a (mon.0) 3883 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.827747+0000 mon.a (mon.0) 3884 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.829051+0000 mon.a (mon.0) 3885 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.836766+0000 mon.a (mon.0) 3886 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: cephadm 2023-12-06T07:08:50.837560+0000 mgr.y (mgr.25474) 1590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.914269+0000 mon.a (mon.0) 3887 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.917506+0000 mon.a (mon.0) 3888 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.921294+0000 mon.a (mon.0) 3889 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.922671+0000 mon.a (mon.0) 3890 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:50.931712+0000 mon.a (mon.0) 3891 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: cephadm 2023-12-06T07:08:50.932374+0000 mgr.y (mgr.25474) 1591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:51.012354+0000 mon.a (mon.0) 3892 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:51.016384+0000 mon.a (mon.0) 3893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:51.019436+0000 mon.a (mon.0) 3894 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:51.020576+0000 mon.a (mon.0) 3895 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:51.027062+0000 mon.a (mon.0) 3896 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: cephadm 2023-12-06T07:08:51.028016+0000 mgr.y (mgr.25474) 1592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: cluster 2023-12-06T07:08:51.055129+0000 mgr.y (mgr.25474) 1593 : cluster 0 pgmap v213: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:51.111986+0000 mon.a (mon.0) 3897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:51.115304+0000 mon.a (mon.0) 3898 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:51.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:51.120166+0000 mon.a (mon.0) 3899 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:51.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:51.121885+0000 mon.a (mon.0) 3900 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:51.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: audit 2023-12-06T07:08:51.132477+0000 mon.a (mon.0) 3901 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:51.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:51 smithi040 bash[84914]: cephadm 2023-12-06T07:08:51.133184+0000 mgr.y (mgr.25474) 1594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.218165+0000 mon.a (mon.0) 3902 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.221160+0000 mon.a (mon.0) 3903 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.224555+0000 mon.a (mon.0) 3904 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.225709+0000 mon.a (mon.0) 3905 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.234185+0000 mon.a (mon.0) 3906 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: cephadm 2023-12-06T07:08:51.234813+0000 mgr.y (mgr.25474) 1595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.316535+0000 mon.a (mon.0) 3907 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.319043+0000 mon.a (mon.0) 3908 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.321621+0000 mon.a (mon.0) 3909 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.322639+0000 mon.a (mon.0) 3910 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.330253+0000 mon.a (mon.0) 3911 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: cephadm 2023-12-06T07:08:51.330867+0000 mgr.y (mgr.25474) 1596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.409770+0000 mon.a (mon.0) 3912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.414305+0000 mon.a (mon.0) 3913 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.417954+0000 mon.a (mon.0) 3914 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.419251+0000 mon.a (mon.0) 3915 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.426382+0000 mon.a (mon.0) 3916 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: cephadm 2023-12-06T07:08:51.426947+0000 mgr.y (mgr.25474) 1597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.508139+0000 mon.a (mon.0) 3917 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.510919+0000 mon.a (mon.0) 3918 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.514262+0000 mon.a (mon.0) 3919 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.515535+0000 mon.a (mon.0) 3920 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.522857+0000 mon.a (mon.0) 3921 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: cephadm 2023-12-06T07:08:51.523485+0000 mgr.y (mgr.25474) 1598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.605959+0000 mon.a (mon.0) 3922 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.610599+0000 mon.a (mon.0) 3923 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.614122+0000 mon.a (mon.0) 3924 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.615321+0000 mon.a (mon.0) 3925 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.623900+0000 mon.a (mon.0) 3926 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: cephadm 2023-12-06T07:08:51.624430+0000 mgr.y (mgr.25474) 1599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.703665+0000 mon.a (mon.0) 3927 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.706925+0000 mon.a (mon.0) 3928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.711899+0000 mon.a (mon.0) 3929 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.713325+0000 mon.a (mon.0) 3930 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.720262+0000 mon.a (mon.0) 3931 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: cephadm 2023-12-06T07:08:51.720932+0000 mgr.y (mgr.25474) 1600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.784679+0000 mon.a (mon.0) 3932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.787068+0000 mon.a (mon.0) 3933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.789293+0000 mon.a (mon.0) 3934 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.790236+0000 mon.a (mon.0) 3935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.798212+0000 mon.a (mon.0) 3936 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: cephadm 2023-12-06T07:08:51.798885+0000 mgr.y (mgr.25474) 1601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.880091+0000 mon.a (mon.0) 3937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.883328+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.886562+0000 mon.a (mon.0) 3939 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.887685+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.894868+0000 mon.a (mon.0) 3941 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: cephadm 2023-12-06T07:08:51.895371+0000 mgr.y (mgr.25474) 1602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.975826+0000 mon.a (mon.0) 3942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.979051+0000 mon.a (mon.0) 3943 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.981751+0000 mon.a (mon.0) 3944 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.982805+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:51.989526+0000 mon.a (mon.0) 3946 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: cephadm 2023-12-06T07:08:51.990113+0000 mgr.y (mgr.25474) 1603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:52.070934+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:52.073279+0000 mon.a (mon.0) 3948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:52.076685+0000 mon.a (mon.0) 3949 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:52.078230+0000 mon.a (mon.0) 3950 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: audit 2023-12-06T07:08:52.086444+0000 mon.a (mon.0) 3951 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:52 smithi141 bash[72190]: cephadm 2023-12-06T07:08:52.087179+0000 mgr.y (mgr.25474) 1604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.218165+0000 mon.a (mon.0) 3902 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.221160+0000 mon.a (mon.0) 3903 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.224555+0000 mon.a (mon.0) 3904 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.225709+0000 mon.a (mon.0) 3905 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.234185+0000 mon.a (mon.0) 3906 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: cephadm 2023-12-06T07:08:51.234813+0000 mgr.y (mgr.25474) 1595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.316535+0000 mon.a (mon.0) 3907 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.319043+0000 mon.a (mon.0) 3908 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.321621+0000 mon.a (mon.0) 3909 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.322639+0000 mon.a (mon.0) 3910 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.330253+0000 mon.a (mon.0) 3911 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: cephadm 2023-12-06T07:08:51.330867+0000 mgr.y (mgr.25474) 1596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.409770+0000 mon.a (mon.0) 3912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.414305+0000 mon.a (mon.0) 3913 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.417954+0000 mon.a (mon.0) 3914 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.419251+0000 mon.a (mon.0) 3915 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.426382+0000 mon.a (mon.0) 3916 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: cephadm 2023-12-06T07:08:51.426947+0000 mgr.y (mgr.25474) 1597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.508139+0000 mon.a (mon.0) 3917 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.510919+0000 mon.a (mon.0) 3918 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.218165+0000 mon.a (mon.0) 3902 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.221160+0000 mon.a (mon.0) 3903 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.224555+0000 mon.a (mon.0) 3904 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.225709+0000 mon.a (mon.0) 3905 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.234185+0000 mon.a (mon.0) 3906 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: cephadm 2023-12-06T07:08:51.234813+0000 mgr.y (mgr.25474) 1595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.316535+0000 mon.a (mon.0) 3907 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.319043+0000 mon.a (mon.0) 3908 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.321621+0000 mon.a (mon.0) 3909 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.322639+0000 mon.a (mon.0) 3910 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.330253+0000 mon.a (mon.0) 3911 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: cephadm 2023-12-06T07:08:51.330867+0000 mgr.y (mgr.25474) 1596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.409770+0000 mon.a (mon.0) 3912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.414305+0000 mon.a (mon.0) 3913 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.417954+0000 mon.a (mon.0) 3914 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.419251+0000 mon.a (mon.0) 3915 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.426382+0000 mon.a (mon.0) 3916 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: cephadm 2023-12-06T07:08:51.426947+0000 mgr.y (mgr.25474) 1597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.508139+0000 mon.a (mon.0) 3917 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.510919+0000 mon.a (mon.0) 3918 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.514262+0000 mon.a (mon.0) 3919 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.515535+0000 mon.a (mon.0) 3920 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.522857+0000 mon.a (mon.0) 3921 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: cephadm 2023-12-06T07:08:51.523485+0000 mgr.y (mgr.25474) 1598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.605959+0000 mon.a (mon.0) 3922 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.610599+0000 mon.a (mon.0) 3923 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.614122+0000 mon.a (mon.0) 3924 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.615321+0000 mon.a (mon.0) 3925 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.623900+0000 mon.a (mon.0) 3926 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: cephadm 2023-12-06T07:08:51.624430+0000 mgr.y (mgr.25474) 1599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.703665+0000 mon.a (mon.0) 3927 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.706925+0000 mon.a (mon.0) 3928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.711899+0000 mon.a (mon.0) 3929 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.713325+0000 mon.a (mon.0) 3930 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.720262+0000 mon.a (mon.0) 3931 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: cephadm 2023-12-06T07:08:51.720932+0000 mgr.y (mgr.25474) 1600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.784679+0000 mon.a (mon.0) 3932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.787068+0000 mon.a (mon.0) 3933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.789293+0000 mon.a (mon.0) 3934 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.514262+0000 mon.a (mon.0) 3919 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.515535+0000 mon.a (mon.0) 3920 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.522857+0000 mon.a (mon.0) 3921 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: cephadm 2023-12-06T07:08:51.523485+0000 mgr.y (mgr.25474) 1598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.605959+0000 mon.a (mon.0) 3922 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.610599+0000 mon.a (mon.0) 3923 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.614122+0000 mon.a (mon.0) 3924 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.615321+0000 mon.a (mon.0) 3925 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.623900+0000 mon.a (mon.0) 3926 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: cephadm 2023-12-06T07:08:51.624430+0000 mgr.y (mgr.25474) 1599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.703665+0000 mon.a (mon.0) 3927 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.706925+0000 mon.a (mon.0) 3928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.711899+0000 mon.a (mon.0) 3929 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.713325+0000 mon.a (mon.0) 3930 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.720262+0000 mon.a (mon.0) 3931 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: cephadm 2023-12-06T07:08:51.720932+0000 mgr.y (mgr.25474) 1600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.784679+0000 mon.a (mon.0) 3932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.787068+0000 mon.a (mon.0) 3933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.789293+0000 mon.a (mon.0) 3934 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.790236+0000 mon.a (mon.0) 3935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.798212+0000 mon.a (mon.0) 3936 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: cephadm 2023-12-06T07:08:51.798885+0000 mgr.y (mgr.25474) 1601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.880091+0000 mon.a (mon.0) 3937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.883328+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.886562+0000 mon.a (mon.0) 3939 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.887685+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.894868+0000 mon.a (mon.0) 3941 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: cephadm 2023-12-06T07:08:51.895371+0000 mgr.y (mgr.25474) 1602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.975826+0000 mon.a (mon.0) 3942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.979051+0000 mon.a (mon.0) 3943 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.981751+0000 mon.a (mon.0) 3944 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.982805+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:51.989526+0000 mon.a (mon.0) 3946 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: cephadm 2023-12-06T07:08:51.990113+0000 mgr.y (mgr.25474) 1603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:52.070934+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:52.073279+0000 mon.a (mon.0) 3948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:52.076685+0000 mon.a (mon.0) 3949 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:52.078230+0000 mon.a (mon.0) 3950 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: audit 2023-12-06T07:08:52.086444+0000 mon.a (mon.0) 3951 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[84914]: cephadm 2023-12-06T07:08:52.087179+0000 mgr.y (mgr.25474) 1604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.790236+0000 mon.a (mon.0) 3935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.798212+0000 mon.a (mon.0) 3936 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: cephadm 2023-12-06T07:08:51.798885+0000 mgr.y (mgr.25474) 1601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.880091+0000 mon.a (mon.0) 3937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.883328+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.886562+0000 mon.a (mon.0) 3939 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.887685+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.894868+0000 mon.a (mon.0) 3941 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: cephadm 2023-12-06T07:08:51.895371+0000 mgr.y (mgr.25474) 1602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.975826+0000 mon.a (mon.0) 3942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.979051+0000 mon.a (mon.0) 3943 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.981751+0000 mon.a (mon.0) 3944 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.982805+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:51.989526+0000 mon.a (mon.0) 3946 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: cephadm 2023-12-06T07:08:51.990113+0000 mgr.y (mgr.25474) 1603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:52.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:52.070934+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:52.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:52.073279+0000 mon.a (mon.0) 3948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:52.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:52.076685+0000 mon.a (mon.0) 3949 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:52.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:52.078230+0000 mon.a (mon.0) 3950 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:52.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: audit 2023-12-06T07:08:52.086444+0000 mon.a (mon.0) 3951 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:52.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:52 smithi040 bash[78949]: cephadm 2023-12-06T07:08:52.087179+0000 mgr.y (mgr.25474) 1604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.174761+0000 mon.a (mon.0) 3952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.176576+0000 mon.a (mon.0) 3953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.178745+0000 mon.a (mon.0) 3954 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.179508+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.184566+0000 mon.a (mon.0) 3956 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: cephadm 2023-12-06T07:08:52.185133+0000 mgr.y (mgr.25474) 1605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.265535+0000 mon.a (mon.0) 3957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.268273+0000 mon.a (mon.0) 3958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.271444+0000 mon.a (mon.0) 3959 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.272659+0000 mon.a (mon.0) 3960 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.279315+0000 mon.a (mon.0) 3961 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: cephadm 2023-12-06T07:08:52.280222+0000 mgr.y (mgr.25474) 1606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.362324+0000 mon.a (mon.0) 3962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.365102+0000 mon.a (mon.0) 3963 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.368433+0000 mon.a (mon.0) 3964 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.369769+0000 mon.a (mon.0) 3965 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.379049+0000 mon.a (mon.0) 3966 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: cephadm 2023-12-06T07:08:52.379727+0000 mgr.y (mgr.25474) 1607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.460294+0000 mon.a (mon.0) 3967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.462904+0000 mon.a (mon.0) 3968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.466128+0000 mon.a (mon.0) 3969 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.467558+0000 mon.a (mon.0) 3970 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.475594+0000 mon.a (mon.0) 3971 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: cephadm 2023-12-06T07:08:52.476104+0000 mgr.y (mgr.25474) 1608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.553588+0000 mon.a (mon.0) 3972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.556505+0000 mon.a (mon.0) 3973 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.559722+0000 mon.a (mon.0) 3974 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.561006+0000 mon.a (mon.0) 3975 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.570047+0000 mon.a (mon.0) 3976 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: cephadm 2023-12-06T07:08:52.570734+0000 mgr.y (mgr.25474) 1609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.647512+0000 mon.a (mon.0) 3977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.650300+0000 mon.a (mon.0) 3978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.653400+0000 mon.a (mon.0) 3979 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.654728+0000 mon.a (mon.0) 3980 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.662835+0000 mon.a (mon.0) 3981 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: cephadm 2023-12-06T07:08:52.663463+0000 mgr.y (mgr.25474) 1610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: cluster 2023-12-06T07:08:52.673558+0000 mon.a (mon.0) 3982 : cluster 3 Health check update: Degraded data redundancy: 107/630 objects degraded (16.984%), 27 pgs degraded (PG_DEGRADED) 2023-12-06T07:08:53.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.744278+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.746924+0000 mon.a (mon.0) 3984 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.750414+0000 mon.a (mon.0) 3985 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.751814+0000 mon.a (mon.0) 3986 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.759220+0000 mon.a (mon.0) 3987 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: cephadm 2023-12-06T07:08:52.759850+0000 mgr.y (mgr.25474) 1611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.780336+0000 mon.a (mon.0) 3988 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.782024+0000 mon.a (mon.0) 3989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:08:53.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.851399+0000 mon.a (mon.0) 3990 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.855021+0000 mon.a (mon.0) 3991 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.858537+0000 mon.a (mon.0) 3992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.859867+0000 mon.a (mon.0) 3993 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.869223+0000 mon.a (mon.0) 3994 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: cephadm 2023-12-06T07:08:52.869922+0000 mgr.y (mgr.25474) 1612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.983126+0000 mon.a (mon.0) 3995 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.986303+0000 mon.a (mon.0) 3996 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.989980+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.991413+0000 mon.a (mon.0) 3998 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:52.999656+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: cephadm 2023-12-06T07:08:53.000624+0000 mgr.y (mgr.25474) 1613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: cluster 2023-12-06T07:08:53.055728+0000 mgr.y (mgr.25474) 1614 : cluster 0 pgmap v214: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 569 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:53.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:53.091848+0000 mon.a (mon.0) 4000 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:53.095350+0000 mon.a (mon.0) 4001 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:53.099678+0000 mon.a (mon.0) 4002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:53.101024+0000 mon.a (mon.0) 4003 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: audit 2023-12-06T07:08:53.107136+0000 mon.a (mon.0) 4004 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[72190]: cephadm 2023-12-06T07:08:53.107646+0000 mgr.y (mgr.25474) 1615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.174761+0000 mon.a (mon.0) 3952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.176576+0000 mon.a (mon.0) 3953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.178745+0000 mon.a (mon.0) 3954 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.179508+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.184566+0000 mon.a (mon.0) 3956 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: cephadm 2023-12-06T07:08:52.185133+0000 mgr.y (mgr.25474) 1605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.265535+0000 mon.a (mon.0) 3957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.268273+0000 mon.a (mon.0) 3958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.271444+0000 mon.a (mon.0) 3959 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.272659+0000 mon.a (mon.0) 3960 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.279315+0000 mon.a (mon.0) 3961 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: cephadm 2023-12-06T07:08:52.280222+0000 mgr.y (mgr.25474) 1606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.362324+0000 mon.a (mon.0) 3962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.365102+0000 mon.a (mon.0) 3963 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.368433+0000 mon.a (mon.0) 3964 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.369769+0000 mon.a (mon.0) 3965 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.379049+0000 mon.a (mon.0) 3966 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: cephadm 2023-12-06T07:08:52.379727+0000 mgr.y (mgr.25474) 1607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.460294+0000 mon.a (mon.0) 3967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.462904+0000 mon.a (mon.0) 3968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.466128+0000 mon.a (mon.0) 3969 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.467558+0000 mon.a (mon.0) 3970 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.475594+0000 mon.a (mon.0) 3971 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: cephadm 2023-12-06T07:08:52.476104+0000 mgr.y (mgr.25474) 1608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.553588+0000 mon.a (mon.0) 3972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.556505+0000 mon.a (mon.0) 3973 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.559722+0000 mon.a (mon.0) 3974 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.561006+0000 mon.a (mon.0) 3975 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.570047+0000 mon.a (mon.0) 3976 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: cephadm 2023-12-06T07:08:52.570734+0000 mgr.y (mgr.25474) 1609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.647512+0000 mon.a (mon.0) 3977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.650300+0000 mon.a (mon.0) 3978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.653400+0000 mon.a (mon.0) 3979 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.654728+0000 mon.a (mon.0) 3980 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.662835+0000 mon.a (mon.0) 3981 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: cephadm 2023-12-06T07:08:52.663463+0000 mgr.y (mgr.25474) 1610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: cluster 2023-12-06T07:08:52.673558+0000 mon.a (mon.0) 3982 : cluster 3 Health check update: Degraded data redundancy: 107/630 objects degraded (16.984%), 27 pgs degraded (PG_DEGRADED) 2023-12-06T07:08:53.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.744278+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.746924+0000 mon.a (mon.0) 3984 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.750414+0000 mon.a (mon.0) 3985 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.751814+0000 mon.a (mon.0) 3986 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.759220+0000 mon.a (mon.0) 3987 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: cephadm 2023-12-06T07:08:52.759850+0000 mgr.y (mgr.25474) 1611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.780336+0000 mon.a (mon.0) 3988 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.782024+0000 mon.a (mon.0) 3989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:08:53.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.851399+0000 mon.a (mon.0) 3990 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.855021+0000 mon.a (mon.0) 3991 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.858537+0000 mon.a (mon.0) 3992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.859867+0000 mon.a (mon.0) 3993 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.869223+0000 mon.a (mon.0) 3994 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: cephadm 2023-12-06T07:08:52.869922+0000 mgr.y (mgr.25474) 1612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.983126+0000 mon.a (mon.0) 3995 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.986303+0000 mon.a (mon.0) 3996 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.989980+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.991413+0000 mon.a (mon.0) 3998 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:52.999656+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: cephadm 2023-12-06T07:08:53.000624+0000 mgr.y (mgr.25474) 1613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: cluster 2023-12-06T07:08:53.055728+0000 mgr.y (mgr.25474) 1614 : cluster 0 pgmap v214: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 569 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:53.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:53.091848+0000 mon.a (mon.0) 4000 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:53.095350+0000 mon.a (mon.0) 4001 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:53.099678+0000 mon.a (mon.0) 4002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:53.101024+0000 mon.a (mon.0) 4003 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: audit 2023-12-06T07:08:53.107136+0000 mon.a (mon.0) 4004 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[78949]: cephadm 2023-12-06T07:08:53.107646+0000 mgr.y (mgr.25474) 1615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.174761+0000 mon.a (mon.0) 3952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.176576+0000 mon.a (mon.0) 3953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.178745+0000 mon.a (mon.0) 3954 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.179508+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.184566+0000 mon.a (mon.0) 3956 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: cephadm 2023-12-06T07:08:52.185133+0000 mgr.y (mgr.25474) 1605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.265535+0000 mon.a (mon.0) 3957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.268273+0000 mon.a (mon.0) 3958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.271444+0000 mon.a (mon.0) 3959 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.272659+0000 mon.a (mon.0) 3960 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.279315+0000 mon.a (mon.0) 3961 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: cephadm 2023-12-06T07:08:52.280222+0000 mgr.y (mgr.25474) 1606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.362324+0000 mon.a (mon.0) 3962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.365102+0000 mon.a (mon.0) 3963 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.368433+0000 mon.a (mon.0) 3964 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.369769+0000 mon.a (mon.0) 3965 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.379049+0000 mon.a (mon.0) 3966 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: cephadm 2023-12-06T07:08:52.379727+0000 mgr.y (mgr.25474) 1607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.460294+0000 mon.a (mon.0) 3967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.462904+0000 mon.a (mon.0) 3968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.466128+0000 mon.a (mon.0) 3969 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.467558+0000 mon.a (mon.0) 3970 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.475594+0000 mon.a (mon.0) 3971 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: cephadm 2023-12-06T07:08:52.476104+0000 mgr.y (mgr.25474) 1608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.553588+0000 mon.a (mon.0) 3972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.556505+0000 mon.a (mon.0) 3973 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.559722+0000 mon.a (mon.0) 3974 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.561006+0000 mon.a (mon.0) 3975 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.570047+0000 mon.a (mon.0) 3976 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: cephadm 2023-12-06T07:08:52.570734+0000 mgr.y (mgr.25474) 1609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.647512+0000 mon.a (mon.0) 3977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.650300+0000 mon.a (mon.0) 3978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.653400+0000 mon.a (mon.0) 3979 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.654728+0000 mon.a (mon.0) 3980 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.662835+0000 mon.a (mon.0) 3981 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: cephadm 2023-12-06T07:08:52.663463+0000 mgr.y (mgr.25474) 1610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: cluster 2023-12-06T07:08:52.673558+0000 mon.a (mon.0) 3982 : cluster 3 Health check update: Degraded data redundancy: 107/630 objects degraded (16.984%), 27 pgs degraded (PG_DEGRADED) 2023-12-06T07:08:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.744278+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.746924+0000 mon.a (mon.0) 3984 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.750414+0000 mon.a (mon.0) 3985 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.751814+0000 mon.a (mon.0) 3986 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.759220+0000 mon.a (mon.0) 3987 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: cephadm 2023-12-06T07:08:52.759850+0000 mgr.y (mgr.25474) 1611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.780336+0000 mon.a (mon.0) 3988 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.782024+0000 mon.a (mon.0) 3989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:08:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.851399+0000 mon.a (mon.0) 3990 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.855021+0000 mon.a (mon.0) 3991 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.858537+0000 mon.a (mon.0) 3992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.859867+0000 mon.a (mon.0) 3993 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.869223+0000 mon.a (mon.0) 3994 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: cephadm 2023-12-06T07:08:52.869922+0000 mgr.y (mgr.25474) 1612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.983126+0000 mon.a (mon.0) 3995 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.986303+0000 mon.a (mon.0) 3996 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.989980+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.991413+0000 mon.a (mon.0) 3998 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:52.999656+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: cephadm 2023-12-06T07:08:53.000624+0000 mgr.y (mgr.25474) 1613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: cluster 2023-12-06T07:08:53.055728+0000 mgr.y (mgr.25474) 1614 : cluster 0 pgmap v214: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 569 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:53.091848+0000 mon.a (mon.0) 4000 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:53.095350+0000 mon.a (mon.0) 4001 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:53.099678+0000 mon.a (mon.0) 4002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:53.101024+0000 mon.a (mon.0) 4003 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: audit 2023-12-06T07:08:53.107136+0000 mon.a (mon.0) 4004 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:53.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:53 smithi040 bash[84914]: cephadm 2023-12-06T07:08:53.107646+0000 mgr.y (mgr.25474) 1615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.177 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[81061]: debug 2023-12-06T07:08:53.873+0000 7fa898f9e700 1 -- 172.21.15.141:0/401247956 <== mon.2 v2:172.21.15.141:3300/0 3 ==== mon_map magic: 0 v1 ==== 413+0+0 (secure 0 0 0) 0x55d49a715600 con 0x55d49a755000 2023-12-06T07:08:54.177 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:53 smithi141 bash[81061]: debug 2023-12-06T07:08:53.873+0000 7fa898f9e700 1 -- 172.21.15.141:0/401247956 <== mon.2 v2:172.21.15.141:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d49a6cf1e0 con 0x55d49a755000 2023-12-06T07:08:54.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.185280+0000 mon.a (mon.0) 4005 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.187316+0000 mon.a (mon.0) 4006 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.189689+0000 mon.a (mon.0) 4007 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.190513+0000 mon.a (mon.0) 4008 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.196768+0000 mon.a (mon.0) 4009 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: cephadm 2023-12-06T07:08:53.197417+0000 mgr.y (mgr.25474) 1616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.279586+0000 mon.a (mon.0) 4010 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.282349+0000 mon.a (mon.0) 4011 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.285298+0000 mon.a (mon.0) 4012 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.286400+0000 mon.a (mon.0) 4013 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.292864+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: cephadm 2023-12-06T07:08:53.293479+0000 mgr.y (mgr.25474) 1617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.372313+0000 mon.a (mon.0) 4015 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.376079+0000 mon.a (mon.0) 4016 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.379253+0000 mon.a (mon.0) 4017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.380505+0000 mon.a (mon.0) 4018 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.387339+0000 mon.a (mon.0) 4019 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: cephadm 2023-12-06T07:08:53.387938+0000 mgr.y (mgr.25474) 1618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.468094+0000 mon.a (mon.0) 4020 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.470883+0000 mon.a (mon.0) 4021 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.185280+0000 mon.a (mon.0) 4005 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.187316+0000 mon.a (mon.0) 4006 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.189689+0000 mon.a (mon.0) 4007 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.190513+0000 mon.a (mon.0) 4008 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.196768+0000 mon.a (mon.0) 4009 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: cephadm 2023-12-06T07:08:53.197417+0000 mgr.y (mgr.25474) 1616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.279586+0000 mon.a (mon.0) 4010 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.282349+0000 mon.a (mon.0) 4011 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.285298+0000 mon.a (mon.0) 4012 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.286400+0000 mon.a (mon.0) 4013 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.292864+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: cephadm 2023-12-06T07:08:53.293479+0000 mgr.y (mgr.25474) 1617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.372313+0000 mon.a (mon.0) 4015 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.376079+0000 mon.a (mon.0) 4016 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.379253+0000 mon.a (mon.0) 4017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.380505+0000 mon.a (mon.0) 4018 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.387339+0000 mon.a (mon.0) 4019 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: cephadm 2023-12-06T07:08:53.387938+0000 mgr.y (mgr.25474) 1618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.468094+0000 mon.a (mon.0) 4020 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.470883+0000 mon.a (mon.0) 4021 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.473789+0000 mon.a (mon.0) 4022 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.474779+0000 mon.a (mon.0) 4023 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.480491+0000 mon.a (mon.0) 4024 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: cephadm 2023-12-06T07:08:53.481175+0000 mgr.y (mgr.25474) 1619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.558536+0000 mon.a (mon.0) 4025 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.560990+0000 mon.a (mon.0) 4026 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.563674+0000 mon.a (mon.0) 4027 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.564633+0000 mon.a (mon.0) 4028 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.572309+0000 mon.a (mon.0) 4029 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: cephadm 2023-12-06T07:08:53.573151+0000 mgr.y (mgr.25474) 1620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.654695+0000 mon.a (mon.0) 4030 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.657152+0000 mon.a (mon.0) 4031 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.661209+0000 mon.a (mon.0) 4032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.662339+0000 mon.a (mon.0) 4033 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.670342+0000 mon.a (mon.0) 4034 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: cephadm 2023-12-06T07:08:53.671414+0000 mgr.y (mgr.25474) 1621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.754995+0000 mon.a (mon.0) 4035 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.758579+0000 mon.a (mon.0) 4036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.761689+0000 mon.a (mon.0) 4037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.763050+0000 mon.a (mon.0) 4038 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.769608+0000 mon.a (mon.0) 4039 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: cephadm 2023-12-06T07:08:53.770293+0000 mgr.y (mgr.25474) 1622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.852441+0000 mon.a (mon.0) 4040 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.855148+0000 mon.a (mon.0) 4041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.858669+0000 mon.a (mon.0) 4042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.859985+0000 mon.a (mon.0) 4043 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.867832+0000 mon.a (mon.0) 4044 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: cephadm 2023-12-06T07:08:53.868488+0000 mgr.y (mgr.25474) 1623 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.945847+0000 mon.a (mon.0) 4045 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.949635+0000 mon.a (mon.0) 4046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.953582+0000 mon.a (mon.0) 4047 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.954898+0000 mon.a (mon.0) 4048 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.962383+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: cephadm 2023-12-06T07:08:53.963139+0000 mgr.y (mgr.25474) 1624 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:53.981722+0000 mgr.y (mgr.25474) 1625 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:54.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:54.030600+0000 mon.a (mon.0) 4050 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:54.033214+0000 mon.a (mon.0) 4051 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:54.036094+0000 mon.a (mon.0) 4052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:54.037068+0000 mon.a (mon.0) 4053 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:54.044118+0000 mon.a (mon.0) 4054 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: cephadm 2023-12-06T07:08:54.044787+0000 mgr.y (mgr.25474) 1626 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:54.125452+0000 mon.a (mon.0) 4055 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:54.127828+0000 mon.a (mon.0) 4056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:54.130088+0000 mon.a (mon.0) 4057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:54.131803+0000 mon.a (mon.0) 4058 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: audit 2023-12-06T07:08:54.138898+0000 mon.a (mon.0) 4059 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[84914]: cephadm 2023-12-06T07:08:54.139467+0000 mgr.y (mgr.25474) 1627 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.473789+0000 mon.a (mon.0) 4022 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.474779+0000 mon.a (mon.0) 4023 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.480491+0000 mon.a (mon.0) 4024 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: cephadm 2023-12-06T07:08:53.481175+0000 mgr.y (mgr.25474) 1619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.558536+0000 mon.a (mon.0) 4025 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.560990+0000 mon.a (mon.0) 4026 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.563674+0000 mon.a (mon.0) 4027 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.564633+0000 mon.a (mon.0) 4028 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.572309+0000 mon.a (mon.0) 4029 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: cephadm 2023-12-06T07:08:53.573151+0000 mgr.y (mgr.25474) 1620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.654695+0000 mon.a (mon.0) 4030 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.657152+0000 mon.a (mon.0) 4031 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.661209+0000 mon.a (mon.0) 4032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.662339+0000 mon.a (mon.0) 4033 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.670342+0000 mon.a (mon.0) 4034 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: cephadm 2023-12-06T07:08:53.671414+0000 mgr.y (mgr.25474) 1621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.754995+0000 mon.a (mon.0) 4035 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.758579+0000 mon.a (mon.0) 4036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.761689+0000 mon.a (mon.0) 4037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.763050+0000 mon.a (mon.0) 4038 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.769608+0000 mon.a (mon.0) 4039 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: cephadm 2023-12-06T07:08:53.770293+0000 mgr.y (mgr.25474) 1622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.852441+0000 mon.a (mon.0) 4040 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.855148+0000 mon.a (mon.0) 4041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.858669+0000 mon.a (mon.0) 4042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.859985+0000 mon.a (mon.0) 4043 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.867832+0000 mon.a (mon.0) 4044 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: cephadm 2023-12-06T07:08:53.868488+0000 mgr.y (mgr.25474) 1623 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.945847+0000 mon.a (mon.0) 4045 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.949635+0000 mon.a (mon.0) 4046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.953582+0000 mon.a (mon.0) 4047 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.954898+0000 mon.a (mon.0) 4048 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.962383+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: cephadm 2023-12-06T07:08:53.963139+0000 mgr.y (mgr.25474) 1624 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:53.981722+0000 mgr.y (mgr.25474) 1625 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:54.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:54.030600+0000 mon.a (mon.0) 4050 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:54.033214+0000 mon.a (mon.0) 4051 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:54.036094+0000 mon.a (mon.0) 4052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:54.037068+0000 mon.a (mon.0) 4053 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:54.044118+0000 mon.a (mon.0) 4054 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: cephadm 2023-12-06T07:08:54.044787+0000 mgr.y (mgr.25474) 1626 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:54.125452+0000 mon.a (mon.0) 4055 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:54.127828+0000 mon.a (mon.0) 4056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:54.130088+0000 mon.a (mon.0) 4057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:54.131803+0000 mon.a (mon.0) 4058 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: audit 2023-12-06T07:08:54.138898+0000 mon.a (mon.0) 4059 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:54 smithi040 bash[78949]: cephadm 2023-12-06T07:08:54.139467+0000 mgr.y (mgr.25474) 1627 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.185280+0000 mon.a (mon.0) 4005 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.187316+0000 mon.a (mon.0) 4006 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.189689+0000 mon.a (mon.0) 4007 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.190513+0000 mon.a (mon.0) 4008 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.196768+0000 mon.a (mon.0) 4009 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: cephadm 2023-12-06T07:08:53.197417+0000 mgr.y (mgr.25474) 1616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.279586+0000 mon.a (mon.0) 4010 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.282349+0000 mon.a (mon.0) 4011 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.285298+0000 mon.a (mon.0) 4012 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.286400+0000 mon.a (mon.0) 4013 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.292864+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: cephadm 2023-12-06T07:08:53.293479+0000 mgr.y (mgr.25474) 1617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.372313+0000 mon.a (mon.0) 4015 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.376079+0000 mon.a (mon.0) 4016 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.379253+0000 mon.a (mon.0) 4017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.380505+0000 mon.a (mon.0) 4018 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.387339+0000 mon.a (mon.0) 4019 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: cephadm 2023-12-06T07:08:53.387938+0000 mgr.y (mgr.25474) 1618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.468094+0000 mon.a (mon.0) 4020 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.470883+0000 mon.a (mon.0) 4021 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.473789+0000 mon.a (mon.0) 4022 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.474779+0000 mon.a (mon.0) 4023 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.480491+0000 mon.a (mon.0) 4024 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: cephadm 2023-12-06T07:08:53.481175+0000 mgr.y (mgr.25474) 1619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.558536+0000 mon.a (mon.0) 4025 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.560990+0000 mon.a (mon.0) 4026 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.563674+0000 mon.a (mon.0) 4027 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.564633+0000 mon.a (mon.0) 4028 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.572309+0000 mon.a (mon.0) 4029 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: cephadm 2023-12-06T07:08:53.573151+0000 mgr.y (mgr.25474) 1620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.654695+0000 mon.a (mon.0) 4030 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.657152+0000 mon.a (mon.0) 4031 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.661209+0000 mon.a (mon.0) 4032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.662339+0000 mon.a (mon.0) 4033 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.670342+0000 mon.a (mon.0) 4034 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: cephadm 2023-12-06T07:08:53.671414+0000 mgr.y (mgr.25474) 1621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.754995+0000 mon.a (mon.0) 4035 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.758579+0000 mon.a (mon.0) 4036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.761689+0000 mon.a (mon.0) 4037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.763050+0000 mon.a (mon.0) 4038 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.769608+0000 mon.a (mon.0) 4039 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: cephadm 2023-12-06T07:08:53.770293+0000 mgr.y (mgr.25474) 1622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.852441+0000 mon.a (mon.0) 4040 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.855148+0000 mon.a (mon.0) 4041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.858669+0000 mon.a (mon.0) 4042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.859985+0000 mon.a (mon.0) 4043 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.867832+0000 mon.a (mon.0) 4044 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: cephadm 2023-12-06T07:08:53.868488+0000 mgr.y (mgr.25474) 1623 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.945847+0000 mon.a (mon.0) 4045 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.949635+0000 mon.a (mon.0) 4046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.953582+0000 mon.a (mon.0) 4047 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.954898+0000 mon.a (mon.0) 4048 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.962383+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: cephadm 2023-12-06T07:08:53.963139+0000 mgr.y (mgr.25474) 1624 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:53.981722+0000 mgr.y (mgr.25474) 1625 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:08:54.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:54.030600+0000 mon.a (mon.0) 4050 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:54.033214+0000 mon.a (mon.0) 4051 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:54.036094+0000 mon.a (mon.0) 4052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:54.037068+0000 mon.a (mon.0) 4053 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:54.044118+0000 mon.a (mon.0) 4054 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: cephadm 2023-12-06T07:08:54.044787+0000 mgr.y (mgr.25474) 1626 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:54.125452+0000 mon.a (mon.0) 4055 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:54.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:54.127828+0000 mon.a (mon.0) 4056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:54.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:54.130088+0000 mon.a (mon.0) 4057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:54.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:54.131803+0000 mon.a (mon.0) 4058 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:54.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: audit 2023-12-06T07:08:54.138898+0000 mon.a (mon.0) 4059 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:54.468 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[72190]: cephadm 2023-12-06T07:08:54.139467+0000 mgr.y (mgr.25474) 1627 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:54.755 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:54 smithi141 bash[81061]: debug 2023-12-06T07:08:54.453+0000 7fa8a2124640 -1 Falling back to public interface 2023-12-06T07:08:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.200944+0000 mon.a (mon.0) 4060 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.203322+0000 mon.a (mon.0) 4061 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.205969+0000 mon.a (mon.0) 4062 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.206910+0000 mon.a (mon.0) 4063 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.214617+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: cephadm 2023-12-06T07:08:54.215306+0000 mgr.y (mgr.25474) 1628 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.297713+0000 mon.a (mon.0) 4065 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.301296+0000 mon.a (mon.0) 4066 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.304356+0000 mon.a (mon.0) 4067 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.305276+0000 mon.a (mon.0) 4068 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.312515+0000 mon.a (mon.0) 4069 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: cephadm 2023-12-06T07:08:54.313368+0000 mgr.y (mgr.25474) 1629 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.396043+0000 mon.a (mon.0) 4070 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.398990+0000 mon.a (mon.0) 4071 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.401283+0000 mon.a (mon.0) 4072 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.402432+0000 mon.a (mon.0) 4073 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.410244+0000 mon.a (mon.0) 4074 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: cephadm 2023-12-06T07:08:54.411089+0000 mgr.y (mgr.25474) 1630 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.489637+0000 mon.a (mon.0) 4075 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.492330+0000 mon.a (mon.0) 4076 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.495902+0000 mon.a (mon.0) 4077 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.497011+0000 mon.a (mon.0) 4078 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.505404+0000 mon.a (mon.0) 4079 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: cephadm 2023-12-06T07:08:54.506211+0000 mgr.y (mgr.25474) 1631 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.584272+0000 mon.a (mon.0) 4080 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.586460+0000 mon.a (mon.0) 4081 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.588786+0000 mon.a (mon.0) 4082 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.589614+0000 mon.a (mon.0) 4083 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.600132+0000 mon.a (mon.0) 4084 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: cephadm 2023-12-06T07:08:54.600915+0000 mgr.y (mgr.25474) 1632 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.682649+0000 mon.a (mon.0) 4085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.684853+0000 mon.a (mon.0) 4086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.686917+0000 mon.a (mon.0) 4087 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.687588+0000 mon.a (mon.0) 4088 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.695206+0000 mon.a (mon.0) 4089 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: cephadm 2023-12-06T07:08:54.695760+0000 mgr.y (mgr.25474) 1633 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.750630+0000 mon.a (mon.0) 4090 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.762042+0000 mon.a (mon.0) 4091 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.770618+0000 mon.a (mon.0) 4092 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.810681+0000 mon.a (mon.0) 4093 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.813729+0000 mon.a (mon.0) 4094 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.819359+0000 mon.a (mon.0) 4095 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.820679+0000 mon.a (mon.0) 4096 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.828365+0000 mon.a (mon.0) 4097 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: cephadm 2023-12-06T07:08:54.828968+0000 mgr.y (mgr.25474) 1634 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.907239+0000 mon.a (mon.0) 4098 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.910470+0000 mon.a (mon.0) 4099 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.913745+0000 mon.a (mon.0) 4100 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.914930+0000 mon.a (mon.0) 4101 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:54.924246+0000 mon.a (mon.0) 4102 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: cephadm 2023-12-06T07:08:54.924849+0000 mgr.y (mgr.25474) 1635 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:55.004999+0000 mon.a (mon.0) 4103 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:55.006974+0000 mon.a (mon.0) 4104 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:55.009246+0000 mon.a (mon.0) 4105 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:55.010135+0000 mon.a (mon.0) 4106 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:55.016532+0000 mon.a (mon.0) 4107 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: cephadm 2023-12-06T07:08:55.017415+0000 mgr.y (mgr.25474) 1636 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: cluster 2023-12-06T07:08:55.056896+0000 mgr.y (mgr.25474) 1637 : cluster 0 pgmap v215: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:55.097242+0000 mon.a (mon.0) 4108 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:55.099406+0000 mon.a (mon.0) 4109 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:55.101960+0000 mon.a (mon.0) 4110 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:55.102822+0000 mon.a (mon.0) 4111 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: audit 2023-12-06T07:08:55.109701+0000 mon.a (mon.0) 4112 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:55 smithi141 bash[72190]: cephadm 2023-12-06T07:08:55.110282+0000 mgr.y (mgr.25474) 1638 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.200944+0000 mon.a (mon.0) 4060 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.203322+0000 mon.a (mon.0) 4061 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.205969+0000 mon.a (mon.0) 4062 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.206910+0000 mon.a (mon.0) 4063 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.214617+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: cephadm 2023-12-06T07:08:54.215306+0000 mgr.y (mgr.25474) 1628 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.297713+0000 mon.a (mon.0) 4065 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.301296+0000 mon.a (mon.0) 4066 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.304356+0000 mon.a (mon.0) 4067 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.305276+0000 mon.a (mon.0) 4068 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.312515+0000 mon.a (mon.0) 4069 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: cephadm 2023-12-06T07:08:54.313368+0000 mgr.y (mgr.25474) 1629 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.396043+0000 mon.a (mon.0) 4070 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.398990+0000 mon.a (mon.0) 4071 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.401283+0000 mon.a (mon.0) 4072 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.402432+0000 mon.a (mon.0) 4073 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.410244+0000 mon.a (mon.0) 4074 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: cephadm 2023-12-06T07:08:54.411089+0000 mgr.y (mgr.25474) 1630 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.489637+0000 mon.a (mon.0) 4075 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.492330+0000 mon.a (mon.0) 4076 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.200944+0000 mon.a (mon.0) 4060 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.203322+0000 mon.a (mon.0) 4061 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.205969+0000 mon.a (mon.0) 4062 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.206910+0000 mon.a (mon.0) 4063 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.214617+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: cephadm 2023-12-06T07:08:54.215306+0000 mgr.y (mgr.25474) 1628 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.297713+0000 mon.a (mon.0) 4065 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.301296+0000 mon.a (mon.0) 4066 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.304356+0000 mon.a (mon.0) 4067 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.305276+0000 mon.a (mon.0) 4068 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.312515+0000 mon.a (mon.0) 4069 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: cephadm 2023-12-06T07:08:54.313368+0000 mgr.y (mgr.25474) 1629 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.396043+0000 mon.a (mon.0) 4070 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.398990+0000 mon.a (mon.0) 4071 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.401283+0000 mon.a (mon.0) 4072 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.402432+0000 mon.a (mon.0) 4073 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.410244+0000 mon.a (mon.0) 4074 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: cephadm 2023-12-06T07:08:54.411089+0000 mgr.y (mgr.25474) 1630 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.489637+0000 mon.a (mon.0) 4075 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.492330+0000 mon.a (mon.0) 4076 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.495902+0000 mon.a (mon.0) 4077 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.497011+0000 mon.a (mon.0) 4078 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.505404+0000 mon.a (mon.0) 4079 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: cephadm 2023-12-06T07:08:54.506211+0000 mgr.y (mgr.25474) 1631 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.584272+0000 mon.a (mon.0) 4080 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.586460+0000 mon.a (mon.0) 4081 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.588786+0000 mon.a (mon.0) 4082 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.589614+0000 mon.a (mon.0) 4083 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.600132+0000 mon.a (mon.0) 4084 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: cephadm 2023-12-06T07:08:54.600915+0000 mgr.y (mgr.25474) 1632 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.682649+0000 mon.a (mon.0) 4085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.684853+0000 mon.a (mon.0) 4086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.686917+0000 mon.a (mon.0) 4087 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.687588+0000 mon.a (mon.0) 4088 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.695206+0000 mon.a (mon.0) 4089 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: cephadm 2023-12-06T07:08:54.695760+0000 mgr.y (mgr.25474) 1633 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.750630+0000 mon.a (mon.0) 4090 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.762042+0000 mon.a (mon.0) 4091 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.770618+0000 mon.a (mon.0) 4092 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.810681+0000 mon.a (mon.0) 4093 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.495902+0000 mon.a (mon.0) 4077 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.497011+0000 mon.a (mon.0) 4078 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.505404+0000 mon.a (mon.0) 4079 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: cephadm 2023-12-06T07:08:54.506211+0000 mgr.y (mgr.25474) 1631 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.584272+0000 mon.a (mon.0) 4080 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.586460+0000 mon.a (mon.0) 4081 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.588786+0000 mon.a (mon.0) 4082 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.589614+0000 mon.a (mon.0) 4083 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.600132+0000 mon.a (mon.0) 4084 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: cephadm 2023-12-06T07:08:54.600915+0000 mgr.y (mgr.25474) 1632 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.682649+0000 mon.a (mon.0) 4085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.684853+0000 mon.a (mon.0) 4086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.686917+0000 mon.a (mon.0) 4087 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.687588+0000 mon.a (mon.0) 4088 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.695206+0000 mon.a (mon.0) 4089 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: cephadm 2023-12-06T07:08:54.695760+0000 mgr.y (mgr.25474) 1633 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.750630+0000 mon.a (mon.0) 4090 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.762042+0000 mon.a (mon.0) 4091 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.770618+0000 mon.a (mon.0) 4092 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.810681+0000 mon.a (mon.0) 4093 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.813729+0000 mon.a (mon.0) 4094 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.819359+0000 mon.a (mon.0) 4095 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.820679+0000 mon.a (mon.0) 4096 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.828365+0000 mon.a (mon.0) 4097 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: cephadm 2023-12-06T07:08:54.828968+0000 mgr.y (mgr.25474) 1634 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.907239+0000 mon.a (mon.0) 4098 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.910470+0000 mon.a (mon.0) 4099 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.913745+0000 mon.a (mon.0) 4100 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.914930+0000 mon.a (mon.0) 4101 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:54.924246+0000 mon.a (mon.0) 4102 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: cephadm 2023-12-06T07:08:54.924849+0000 mgr.y (mgr.25474) 1635 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:55.004999+0000 mon.a (mon.0) 4103 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:55.006974+0000 mon.a (mon.0) 4104 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:55.009246+0000 mon.a (mon.0) 4105 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:55.010135+0000 mon.a (mon.0) 4106 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:55.016532+0000 mon.a (mon.0) 4107 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: cephadm 2023-12-06T07:08:55.017415+0000 mgr.y (mgr.25474) 1636 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: cluster 2023-12-06T07:08:55.056896+0000 mgr.y (mgr.25474) 1637 : cluster 0 pgmap v215: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:55.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:55.097242+0000 mon.a (mon.0) 4108 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:55.099406+0000 mon.a (mon.0) 4109 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:55.101960+0000 mon.a (mon.0) 4110 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:55.102822+0000 mon.a (mon.0) 4111 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: audit 2023-12-06T07:08:55.109701+0000 mon.a (mon.0) 4112 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[84914]: cephadm 2023-12-06T07:08:55.110282+0000 mgr.y (mgr.25474) 1638 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.813729+0000 mon.a (mon.0) 4094 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.819359+0000 mon.a (mon.0) 4095 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.820679+0000 mon.a (mon.0) 4096 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.828365+0000 mon.a (mon.0) 4097 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: cephadm 2023-12-06T07:08:54.828968+0000 mgr.y (mgr.25474) 1634 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.907239+0000 mon.a (mon.0) 4098 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.910470+0000 mon.a (mon.0) 4099 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.913745+0000 mon.a (mon.0) 4100 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.914930+0000 mon.a (mon.0) 4101 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:54.924246+0000 mon.a (mon.0) 4102 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: cephadm 2023-12-06T07:08:54.924849+0000 mgr.y (mgr.25474) 1635 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:55.004999+0000 mon.a (mon.0) 4103 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:55.006974+0000 mon.a (mon.0) 4104 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:55.009246+0000 mon.a (mon.0) 4105 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:55.010135+0000 mon.a (mon.0) 4106 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:55.016532+0000 mon.a (mon.0) 4107 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: cephadm 2023-12-06T07:08:55.017415+0000 mgr.y (mgr.25474) 1636 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: cluster 2023-12-06T07:08:55.056896+0000 mgr.y (mgr.25474) 1637 : cluster 0 pgmap v215: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:55.097242+0000 mon.a (mon.0) 4108 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:55.099406+0000 mon.a (mon.0) 4109 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:55.101960+0000 mon.a (mon.0) 4110 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:55.102822+0000 mon.a (mon.0) 4111 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: audit 2023-12-06T07:08:55.109701+0000 mon.a (mon.0) 4112 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:55.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:55 smithi040 bash[78949]: cephadm 2023-12-06T07:08:55.110282+0000 mgr.y (mgr.25474) 1638 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.189261+0000 mon.a (mon.0) 4113 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.191343+0000 mon.a (mon.0) 4114 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.193266+0000 mon.a (mon.0) 4115 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.194072+0000 mon.a (mon.0) 4116 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.200246+0000 mon.a (mon.0) 4117 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: cephadm 2023-12-06T07:08:55.200747+0000 mgr.y (mgr.25474) 1639 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.279484+0000 mon.a (mon.0) 4118 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.282029+0000 mon.a (mon.0) 4119 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.285554+0000 mon.a (mon.0) 4120 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.286861+0000 mon.a (mon.0) 4121 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.294422+0000 mon.a (mon.0) 4122 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: cephadm 2023-12-06T07:08:55.295019+0000 mgr.y (mgr.25474) 1640 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.376124+0000 mon.a (mon.0) 4123 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.380144+0000 mon.a (mon.0) 4124 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.383690+0000 mon.a (mon.0) 4125 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.384743+0000 mon.a (mon.0) 4126 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.394216+0000 mon.a (mon.0) 4127 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: cephadm 2023-12-06T07:08:55.395223+0000 mgr.y (mgr.25474) 1641 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.477480+0000 mon.a (mon.0) 4128 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.480108+0000 mon.a (mon.0) 4129 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.189261+0000 mon.a (mon.0) 4113 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.191343+0000 mon.a (mon.0) 4114 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.193266+0000 mon.a (mon.0) 4115 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.194072+0000 mon.a (mon.0) 4116 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.200246+0000 mon.a (mon.0) 4117 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: cephadm 2023-12-06T07:08:55.200747+0000 mgr.y (mgr.25474) 1639 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.279484+0000 mon.a (mon.0) 4118 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.282029+0000 mon.a (mon.0) 4119 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.285554+0000 mon.a (mon.0) 4120 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.286861+0000 mon.a (mon.0) 4121 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.294422+0000 mon.a (mon.0) 4122 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: cephadm 2023-12-06T07:08:55.295019+0000 mgr.y (mgr.25474) 1640 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.376124+0000 mon.a (mon.0) 4123 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.380144+0000 mon.a (mon.0) 4124 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.383690+0000 mon.a (mon.0) 4125 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.384743+0000 mon.a (mon.0) 4126 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.394216+0000 mon.a (mon.0) 4127 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: cephadm 2023-12-06T07:08:55.395223+0000 mgr.y (mgr.25474) 1641 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.477480+0000 mon.a (mon.0) 4128 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.480108+0000 mon.a (mon.0) 4129 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.482890+0000 mon.a (mon.0) 4130 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.483966+0000 mon.a (mon.0) 4131 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.492147+0000 mon.a (mon.0) 4132 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: cephadm 2023-12-06T07:08:55.492967+0000 mgr.y (mgr.25474) 1642 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.570929+0000 mon.a (mon.0) 4133 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.574371+0000 mon.a (mon.0) 4134 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.577784+0000 mon.a (mon.0) 4135 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.579009+0000 mon.a (mon.0) 4136 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.587551+0000 mon.a (mon.0) 4137 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: cephadm 2023-12-06T07:08:55.588338+0000 mgr.y (mgr.25474) 1643 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.668033+0000 mon.a (mon.0) 4138 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.671197+0000 mon.a (mon.0) 4139 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.675429+0000 mon.a (mon.0) 4140 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.676773+0000 mon.a (mon.0) 4141 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.683188+0000 mon.a (mon.0) 4142 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: cephadm 2023-12-06T07:08:55.683852+0000 mgr.y (mgr.25474) 1644 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.763977+0000 mon.a (mon.0) 4143 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.767307+0000 mon.a (mon.0) 4144 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.769971+0000 mon.a (mon.0) 4145 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.482890+0000 mon.a (mon.0) 4130 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.483966+0000 mon.a (mon.0) 4131 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.492147+0000 mon.a (mon.0) 4132 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: cephadm 2023-12-06T07:08:55.492967+0000 mgr.y (mgr.25474) 1642 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.570929+0000 mon.a (mon.0) 4133 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.574371+0000 mon.a (mon.0) 4134 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.577784+0000 mon.a (mon.0) 4135 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.579009+0000 mon.a (mon.0) 4136 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.587551+0000 mon.a (mon.0) 4137 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: cephadm 2023-12-06T07:08:55.588338+0000 mgr.y (mgr.25474) 1643 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.668033+0000 mon.a (mon.0) 4138 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.671197+0000 mon.a (mon.0) 4139 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.675429+0000 mon.a (mon.0) 4140 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.676773+0000 mon.a (mon.0) 4141 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.683188+0000 mon.a (mon.0) 4142 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: cephadm 2023-12-06T07:08:55.683852+0000 mgr.y (mgr.25474) 1644 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.763977+0000 mon.a (mon.0) 4143 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.767307+0000 mon.a (mon.0) 4144 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.769971+0000 mon.a (mon.0) 4145 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.770878+0000 mon.a (mon.0) 4146 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.777429+0000 mon.a (mon.0) 4147 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: cephadm 2023-12-06T07:08:55.778066+0000 mgr.y (mgr.25474) 1645 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.860919+0000 mon.a (mon.0) 4148 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.863780+0000 mon.a (mon.0) 4149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.866689+0000 mon.a (mon.0) 4150 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.867595+0000 mon.a (mon.0) 4151 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.875215+0000 mon.a (mon.0) 4152 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: cephadm 2023-12-06T07:08:55.876044+0000 mgr.y (mgr.25474) 1646 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.951512+0000 mon.a (mon.0) 4153 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.954131+0000 mon.a (mon.0) 4154 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.957344+0000 mon.a (mon.0) 4155 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.958439+0000 mon.a (mon.0) 4156 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:55.965023+0000 mon.a (mon.0) 4157 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: cephadm 2023-12-06T07:08:55.965600+0000 mgr.y (mgr.25474) 1647 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:56.028820+0000 mon.a (mon.0) 4158 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:56.032069+0000 mon.a (mon.0) 4159 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:56.035944+0000 mon.a (mon.0) 4160 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:56.037154+0000 mon.a (mon.0) 4161 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:56.047808+0000 mon.a (mon.0) 4162 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: cephadm 2023-12-06T07:08:56.048645+0000 mgr.y (mgr.25474) 1648 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:56.128962+0000 mon.a (mon.0) 4163 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:56.131339+0000 mon.a (mon.0) 4164 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:56.134268+0000 mon.a (mon.0) 4165 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:56.135200+0000 mon.a (mon.0) 4166 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: audit 2023-12-06T07:08:56.142891+0000 mon.a (mon.0) 4167 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[84914]: cephadm 2023-12-06T07:08:56.143612+0000 mgr.y (mgr.25474) 1649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.770878+0000 mon.a (mon.0) 4146 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.777429+0000 mon.a (mon.0) 4147 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: cephadm 2023-12-06T07:08:55.778066+0000 mgr.y (mgr.25474) 1645 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.860919+0000 mon.a (mon.0) 4148 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.863780+0000 mon.a (mon.0) 4149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.866689+0000 mon.a (mon.0) 4150 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.867595+0000 mon.a (mon.0) 4151 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.875215+0000 mon.a (mon.0) 4152 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: cephadm 2023-12-06T07:08:55.876044+0000 mgr.y (mgr.25474) 1646 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.951512+0000 mon.a (mon.0) 4153 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.954131+0000 mon.a (mon.0) 4154 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.957344+0000 mon.a (mon.0) 4155 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.958439+0000 mon.a (mon.0) 4156 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:55.965023+0000 mon.a (mon.0) 4157 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: cephadm 2023-12-06T07:08:55.965600+0000 mgr.y (mgr.25474) 1647 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:56.028820+0000 mon.a (mon.0) 4158 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:56.032069+0000 mon.a (mon.0) 4159 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:56.035944+0000 mon.a (mon.0) 4160 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:56.037154+0000 mon.a (mon.0) 4161 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:56.047808+0000 mon.a (mon.0) 4162 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: cephadm 2023-12-06T07:08:56.048645+0000 mgr.y (mgr.25474) 1648 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:56.128962+0000 mon.a (mon.0) 4163 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:56.131339+0000 mon.a (mon.0) 4164 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:56.134268+0000 mon.a (mon.0) 4165 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:56.135200+0000 mon.a (mon.0) 4166 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: audit 2023-12-06T07:08:56.142891+0000 mon.a (mon.0) 4167 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[78949]: cephadm 2023-12-06T07:08:56.143612+0000 mgr.y (mgr.25474) 1649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.189261+0000 mon.a (mon.0) 4113 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.191343+0000 mon.a (mon.0) 4114 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.193266+0000 mon.a (mon.0) 4115 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.194072+0000 mon.a (mon.0) 4116 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.200246+0000 mon.a (mon.0) 4117 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: cephadm 2023-12-06T07:08:55.200747+0000 mgr.y (mgr.25474) 1639 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.279484+0000 mon.a (mon.0) 4118 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.282029+0000 mon.a (mon.0) 4119 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.285554+0000 mon.a (mon.0) 4120 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.286861+0000 mon.a (mon.0) 4121 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.294422+0000 mon.a (mon.0) 4122 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: cephadm 2023-12-06T07:08:55.295019+0000 mgr.y (mgr.25474) 1640 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.376124+0000 mon.a (mon.0) 4123 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.380144+0000 mon.a (mon.0) 4124 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.383690+0000 mon.a (mon.0) 4125 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.384743+0000 mon.a (mon.0) 4126 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.394216+0000 mon.a (mon.0) 4127 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: cephadm 2023-12-06T07:08:55.395223+0000 mgr.y (mgr.25474) 1641 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.477480+0000 mon.a (mon.0) 4128 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.480108+0000 mon.a (mon.0) 4129 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.482890+0000 mon.a (mon.0) 4130 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.483966+0000 mon.a (mon.0) 4131 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.492147+0000 mon.a (mon.0) 4132 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: cephadm 2023-12-06T07:08:55.492967+0000 mgr.y (mgr.25474) 1642 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.570929+0000 mon.a (mon.0) 4133 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.574371+0000 mon.a (mon.0) 4134 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.577784+0000 mon.a (mon.0) 4135 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.579009+0000 mon.a (mon.0) 4136 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.587551+0000 mon.a (mon.0) 4137 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: cephadm 2023-12-06T07:08:55.588338+0000 mgr.y (mgr.25474) 1643 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.668033+0000 mon.a (mon.0) 4138 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.671197+0000 mon.a (mon.0) 4139 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.675429+0000 mon.a (mon.0) 4140 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.676773+0000 mon.a (mon.0) 4141 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.683188+0000 mon.a (mon.0) 4142 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: cephadm 2023-12-06T07:08:55.683852+0000 mgr.y (mgr.25474) 1644 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.763977+0000 mon.a (mon.0) 4143 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.767307+0000 mon.a (mon.0) 4144 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.769971+0000 mon.a (mon.0) 4145 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.770878+0000 mon.a (mon.0) 4146 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.777429+0000 mon.a (mon.0) 4147 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: cephadm 2023-12-06T07:08:55.778066+0000 mgr.y (mgr.25474) 1645 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.860919+0000 mon.a (mon.0) 4148 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.863780+0000 mon.a (mon.0) 4149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.866689+0000 mon.a (mon.0) 4150 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.867595+0000 mon.a (mon.0) 4151 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.875215+0000 mon.a (mon.0) 4152 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: cephadm 2023-12-06T07:08:55.876044+0000 mgr.y (mgr.25474) 1646 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.951512+0000 mon.a (mon.0) 4153 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.954131+0000 mon.a (mon.0) 4154 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.957344+0000 mon.a (mon.0) 4155 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.958439+0000 mon.a (mon.0) 4156 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:55.965023+0000 mon.a (mon.0) 4157 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: cephadm 2023-12-06T07:08:55.965600+0000 mgr.y (mgr.25474) 1647 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:56.028820+0000 mon.a (mon.0) 4158 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:56.032069+0000 mon.a (mon.0) 4159 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:56.035944+0000 mon.a (mon.0) 4160 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:56.037154+0000 mon.a (mon.0) 4161 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:56.047808+0000 mon.a (mon.0) 4162 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: cephadm 2023-12-06T07:08:56.048645+0000 mgr.y (mgr.25474) 1648 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:56.128962+0000 mon.a (mon.0) 4163 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:56.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:56.131339+0000 mon.a (mon.0) 4164 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:56.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:56.134268+0000 mon.a (mon.0) 4165 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:56.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:56.135200+0000 mon.a (mon.0) 4166 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:56.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: audit 2023-12-06T07:08:56.142891+0000 mon.a (mon.0) 4167 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:56.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:56 smithi141 bash[72190]: cephadm 2023-12-06T07:08:56.143612+0000 mgr.y (mgr.25474) 1649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:56.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:08:56] "GET /metrics HTTP/1.1" 200 38490 "" "Prometheus/2.33.4" 2023-12-06T07:08:57.186 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:08:56 smithi040 bash[75188]: debug 2023-12-06T07:08:56.809+0000 7efde2cff700 -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-06T07:08:57.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.224274+0000 mon.a (mon.0) 4168 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.227138+0000 mon.a (mon.0) 4169 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.230186+0000 mon.a (mon.0) 4170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.231399+0000 mon.a (mon.0) 4171 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.239385+0000 mon.a (mon.0) 4172 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: cephadm 2023-12-06T07:08:56.239947+0000 mgr.y (mgr.25474) 1650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:57.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.315073+0000 mon.a (mon.0) 4173 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.317254+0000 mon.a (mon.0) 4174 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.319355+0000 mon.a (mon.0) 4175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.320368+0000 mon.a (mon.0) 4176 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.327909+0000 mon.a (mon.0) 4177 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: cephadm 2023-12-06T07:08:56.328621+0000 mgr.y (mgr.25474) 1651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:57.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.408612+0000 mon.a (mon.0) 4178 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.413144+0000 mon.a (mon.0) 4179 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.417122+0000 mon.a (mon.0) 4180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.418201+0000 mon.a (mon.0) 4181 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.425926+0000 mon.a (mon.0) 4182 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: cephadm 2023-12-06T07:08:56.426596+0000 mgr.y (mgr.25474) 1652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:57.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.506433+0000 mon.a (mon.0) 4183 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.508441+0000 mon.a (mon.0) 4184 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.511272+0000 mon.a (mon.0) 4185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.512170+0000 mon.a (mon.0) 4186 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.519850+0000 mon.a (mon.0) 4187 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: cephadm 2023-12-06T07:08:56.520366+0000 mgr.y (mgr.25474) 1653 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:57.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.595107+0000 mon.a (mon.0) 4188 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.598685+0000 mon.a (mon.0) 4189 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.602634+0000 mon.a (mon.0) 4190 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.603833+0000 mon.a (mon.0) 4191 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.613150+0000 mon.a (mon.0) 4192 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: cephadm 2023-12-06T07:08:56.613905+0000 mgr.y (mgr.25474) 1654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:57.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.703823+0000 mon.a (mon.0) 4193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.704294+0000 mon.a (mon.0) 4194 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.707365+0000 mon.a (mon.0) 4195 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.710604+0000 mon.a (mon.0) 4196 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.712388+0000 mon.a (mon.0) 4197 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.715061+0000 mon.a (mon.0) 4198 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.718404+0000 mon.a (mon.0) 4199 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.722510+0000 mon.a (mon.0) 4200 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.803866+0000 mon.a (mon.0) 4201 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.806562+0000 mon.a (mon.0) 4202 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.808832+0000 mon.a (mon.0) 4203 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.811620+0000 mon.a (mon.0) 4204 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.814578+0000 mon.a (mon.0) 4205 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:08:57.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: audit 2023-12-06T07:08:56.814800+0000 mgr.y (mgr.25474) 1655 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:08:57.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: cephadm 2023-12-06T07:08:56.820199+0000 mgr.y (mgr.25474) 1656 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2023-12-06T07:08:57.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[72190]: cluster 2023-12-06T07:08:57.058120+0000 mgr.y (mgr.25474) 1657 : cluster 0 pgmap v216: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:57.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.224274+0000 mon.a (mon.0) 4168 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.227138+0000 mon.a (mon.0) 4169 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.230186+0000 mon.a (mon.0) 4170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.231399+0000 mon.a (mon.0) 4171 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.239385+0000 mon.a (mon.0) 4172 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: cephadm 2023-12-06T07:08:56.239947+0000 mgr.y (mgr.25474) 1650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.315073+0000 mon.a (mon.0) 4173 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.317254+0000 mon.a (mon.0) 4174 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.319355+0000 mon.a (mon.0) 4175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.320368+0000 mon.a (mon.0) 4176 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.327909+0000 mon.a (mon.0) 4177 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: cephadm 2023-12-06T07:08:56.328621+0000 mgr.y (mgr.25474) 1651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.408612+0000 mon.a (mon.0) 4178 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.413144+0000 mon.a (mon.0) 4179 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.417122+0000 mon.a (mon.0) 4180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.418201+0000 mon.a (mon.0) 4181 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.425926+0000 mon.a (mon.0) 4182 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: cephadm 2023-12-06T07:08:56.426596+0000 mgr.y (mgr.25474) 1652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.506433+0000 mon.a (mon.0) 4183 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.508441+0000 mon.a (mon.0) 4184 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.511272+0000 mon.a (mon.0) 4185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.512170+0000 mon.a (mon.0) 4186 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.519850+0000 mon.a (mon.0) 4187 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: cephadm 2023-12-06T07:08:56.520366+0000 mgr.y (mgr.25474) 1653 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.595107+0000 mon.a (mon.0) 4188 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.598685+0000 mon.a (mon.0) 4189 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.602634+0000 mon.a (mon.0) 4190 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.603833+0000 mon.a (mon.0) 4191 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.613150+0000 mon.a (mon.0) 4192 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: cephadm 2023-12-06T07:08:56.613905+0000 mgr.y (mgr.25474) 1654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.703823+0000 mon.a (mon.0) 4193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.704294+0000 mon.a (mon.0) 4194 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.707365+0000 mon.a (mon.0) 4195 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.710604+0000 mon.a (mon.0) 4196 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.712388+0000 mon.a (mon.0) 4197 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.715061+0000 mon.a (mon.0) 4198 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.718404+0000 mon.a (mon.0) 4199 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.722510+0000 mon.a (mon.0) 4200 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.803866+0000 mon.a (mon.0) 4201 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.806562+0000 mon.a (mon.0) 4202 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.224274+0000 mon.a (mon.0) 4168 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.227138+0000 mon.a (mon.0) 4169 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.230186+0000 mon.a (mon.0) 4170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.231399+0000 mon.a (mon.0) 4171 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.239385+0000 mon.a (mon.0) 4172 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: cephadm 2023-12-06T07:08:56.239947+0000 mgr.y (mgr.25474) 1650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:57.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.315073+0000 mon.a (mon.0) 4173 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.317254+0000 mon.a (mon.0) 4174 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.319355+0000 mon.a (mon.0) 4175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.320368+0000 mon.a (mon.0) 4176 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.327909+0000 mon.a (mon.0) 4177 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: cephadm 2023-12-06T07:08:56.328621+0000 mgr.y (mgr.25474) 1651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:57.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.408612+0000 mon.a (mon.0) 4178 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.413144+0000 mon.a (mon.0) 4179 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.417122+0000 mon.a (mon.0) 4180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.418201+0000 mon.a (mon.0) 4181 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.425926+0000 mon.a (mon.0) 4182 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: cephadm 2023-12-06T07:08:56.426596+0000 mgr.y (mgr.25474) 1652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:57.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.506433+0000 mon.a (mon.0) 4183 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.508441+0000 mon.a (mon.0) 4184 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.808832+0000 mon.a (mon.0) 4203 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.811620+0000 mon.a (mon.0) 4204 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.814578+0000 mon.a (mon.0) 4205 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:08:57.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: audit 2023-12-06T07:08:56.814800+0000 mgr.y (mgr.25474) 1655 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:08:57.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: cephadm 2023-12-06T07:08:56.820199+0000 mgr.y (mgr.25474) 1656 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2023-12-06T07:08:57.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[84914]: cluster 2023-12-06T07:08:57.058120+0000 mgr.y (mgr.25474) 1657 : cluster 0 pgmap v216: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.511272+0000 mon.a (mon.0) 4185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.512170+0000 mon.a (mon.0) 4186 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.519850+0000 mon.a (mon.0) 4187 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: cephadm 2023-12-06T07:08:56.520366+0000 mgr.y (mgr.25474) 1653 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.595107+0000 mon.a (mon.0) 4188 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.598685+0000 mon.a (mon.0) 4189 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.602634+0000 mon.a (mon.0) 4190 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.603833+0000 mon.a (mon.0) 4191 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.613150+0000 mon.a (mon.0) 4192 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: cephadm 2023-12-06T07:08:56.613905+0000 mgr.y (mgr.25474) 1654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:08:57.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.703823+0000 mon.a (mon.0) 4193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.704294+0000 mon.a (mon.0) 4194 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.707365+0000 mon.a (mon.0) 4195 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.710604+0000 mon.a (mon.0) 4196 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.712388+0000 mon.a (mon.0) 4197 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:08:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.715061+0000 mon.a (mon.0) 4198 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:08:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.718404+0000 mon.a (mon.0) 4199 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.722510+0000 mon.a (mon.0) 4200 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.803866+0000 mon.a (mon.0) 4201 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:08:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.806562+0000 mon.a (mon.0) 4202 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.808832+0000 mon.a (mon.0) 4203 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.811620+0000 mon.a (mon.0) 4204 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:08:57.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.814578+0000 mon.a (mon.0) 4205 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:08:57.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: audit 2023-12-06T07:08:56.814800+0000 mgr.y (mgr.25474) 1655 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:08:57.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: cephadm 2023-12-06T07:08:56.820199+0000 mgr.y (mgr.25474) 1656 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2023-12-06T07:08:57.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:57 smithi040 bash[78949]: cluster 2023-12-06T07:08:57.058120+0000 mgr.y (mgr.25474) 1657 : cluster 0 pgmap v216: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:57.810 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:57 smithi141 bash[81061]: debug 2023-12-06T07:08:57.553+0000 7fa8a2124640 -1 osd.4 132 log_to_monitors true 2023-12-06T07:08:58.459 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:08:58 smithi141 bash[81061]: debug 2023-12-06T07:08:58.229+0000 7fa88f58d700 -1 osd.4 132 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:08:58.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:58 smithi141 bash[72190]: audit 2023-12-06T07:08:57.559683+0000 mon.a (mon.0) 4206 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:08:58.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:58 smithi141 bash[72190]: audit 2023-12-06T07:08:57.562041+0000 mon.b (mon.2) 5 : audit 1 from='osd.4 [v2:172.21.15.141:6800/3948784796,v1:172.21.15.141:6801/3948784796]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:08:58.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:58 smithi141 bash[72190]: audit 2023-12-06T07:08:58.083039+0000 mon.a (mon.0) 4207 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:58.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:58 smithi040 bash[78949]: audit 2023-12-06T07:08:57.559683+0000 mon.a (mon.0) 4206 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:08:58.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:58 smithi040 bash[78949]: audit 2023-12-06T07:08:57.562041+0000 mon.b (mon.2) 5 : audit 1 from='osd.4 [v2:172.21.15.141:6800/3948784796,v1:172.21.15.141:6801/3948784796]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:08:58.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:58 smithi040 bash[78949]: audit 2023-12-06T07:08:58.083039+0000 mon.a (mon.0) 4207 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:58.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:58 smithi040 bash[84914]: audit 2023-12-06T07:08:57.559683+0000 mon.a (mon.0) 4206 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:08:58.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:58 smithi040 bash[84914]: audit 2023-12-06T07:08:57.562041+0000 mon.b (mon.2) 5 : audit 1 from='osd.4 [v2:172.21.15.141:6800/3948784796,v1:172.21.15.141:6801/3948784796]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:08:58.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:58 smithi040 bash[84914]: audit 2023-12-06T07:08:58.083039+0000 mon.a (mon.0) 4207 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:08:59.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:59 smithi141 bash[72190]: audit 2023-12-06T07:08:58.189969+0000 mon.a (mon.0) 4208 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T07:08:59.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:59 smithi141 bash[72190]: cluster 2023-12-06T07:08:58.193520+0000 mon.a (mon.0) 4209 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-06T07:08:59.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:59 smithi141 bash[72190]: audit 2023-12-06T07:08:58.200449+0000 mon.a (mon.0) 4210 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:08:59.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:59 smithi141 bash[72190]: audit 2023-12-06T07:08:58.203023+0000 mon.b (mon.2) 6 : audit 1 from='osd.4 [v2:172.21.15.141:6800/3948784796,v1:172.21.15.141:6801/3948784796]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:08:59.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:08:59 smithi141 bash[72190]: cluster 2023-12-06T07:08:59.059804+0000 mgr.y (mgr.25474) 1658 : cluster 0 pgmap v218: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:59.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:59 smithi040 bash[84914]: audit 2023-12-06T07:08:58.189969+0000 mon.a (mon.0) 4208 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T07:08:59.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:59 smithi040 bash[84914]: cluster 2023-12-06T07:08:58.193520+0000 mon.a (mon.0) 4209 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-06T07:08:59.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:59 smithi040 bash[84914]: audit 2023-12-06T07:08:58.200449+0000 mon.a (mon.0) 4210 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:08:59.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:59 smithi040 bash[84914]: audit 2023-12-06T07:08:58.203023+0000 mon.b (mon.2) 6 : audit 1 from='osd.4 [v2:172.21.15.141:6800/3948784796,v1:172.21.15.141:6801/3948784796]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:08:59.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:08:59 smithi040 bash[84914]: cluster 2023-12-06T07:08:59.059804+0000 mgr.y (mgr.25474) 1658 : cluster 0 pgmap v218: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:08:59.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:59 smithi040 bash[78949]: audit 2023-12-06T07:08:58.189969+0000 mon.a (mon.0) 4208 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T07:08:59.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:59 smithi040 bash[78949]: cluster 2023-12-06T07:08:58.193520+0000 mon.a (mon.0) 4209 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-06T07:08:59.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:59 smithi040 bash[78949]: audit 2023-12-06T07:08:58.200449+0000 mon.a (mon.0) 4210 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:08:59.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:59 smithi040 bash[78949]: audit 2023-12-06T07:08:58.203023+0000 mon.b (mon.2) 6 : audit 1 from='osd.4 [v2:172.21.15.141:6800/3948784796,v1:172.21.15.141:6801/3948784796]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:08:59.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:08:59 smithi040 bash[78949]: cluster 2023-12-06T07:08:59.059804+0000 mgr.y (mgr.25474) 1658 : cluster 0 pgmap v218: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-06T07:09:00.341 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:00 smithi141 bash[72190]: cluster 2023-12-06T07:08:59.192013+0000 mon.a (mon.0) 4211 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:09:00.341 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:00 smithi141 bash[72190]: cluster 2023-12-06T07:08:59.206653+0000 mon.a (mon.0) 4212 : cluster 1 osd.4 [v2:172.21.15.141:6800/3948784796,v1:172.21.15.141:6801/3948784796] boot 2023-12-06T07:09:00.341 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:00 smithi141 bash[72190]: cluster 2023-12-06T07:08:59.206727+0000 mon.a (mon.0) 4213 : cluster 0 osdmap e136: 8 total, 8 up, 8 in 2023-12-06T07:09:00.341 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:00 smithi141 bash[72190]: audit 2023-12-06T07:08:59.209785+0000 mon.a (mon.0) 4214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:09:00.341 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:00 smithi141 bash[72190]: cluster 2023-12-06T07:08:59.212998+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.341 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:00 smithi141 bash[72190]: cluster 2023-12-06T07:08:59.215585+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.341 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:00 smithi141 bash[72190]: cluster 2023-12-06T07:08:59.225569+0000 osd.5 (osd.5) 50 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.341 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:00 smithi141 bash[72190]: cluster 2023-12-06T07:08:59.227409+0000 osd.5 (osd.5) 51 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.341 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:00 smithi141 bash[72190]: cluster 2023-12-06T07:08:59.229477+0000 osd.5 (osd.5) 52 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.341 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:00 smithi141 bash[72190]: cluster 2023-12-06T07:08:59.230510+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[78949]: cluster 2023-12-06T07:08:59.192013+0000 mon.a (mon.0) 4211 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:09:00.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[78949]: cluster 2023-12-06T07:08:59.206653+0000 mon.a (mon.0) 4212 : cluster 1 osd.4 [v2:172.21.15.141:6800/3948784796,v1:172.21.15.141:6801/3948784796] boot 2023-12-06T07:09:00.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[78949]: cluster 2023-12-06T07:08:59.206727+0000 mon.a (mon.0) 4213 : cluster 0 osdmap e136: 8 total, 8 up, 8 in 2023-12-06T07:09:00.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[78949]: audit 2023-12-06T07:08:59.209785+0000 mon.a (mon.0) 4214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:09:00.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[78949]: cluster 2023-12-06T07:08:59.212998+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[78949]: cluster 2023-12-06T07:08:59.215585+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[78949]: cluster 2023-12-06T07:08:59.225569+0000 osd.5 (osd.5) 50 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[78949]: cluster 2023-12-06T07:08:59.227409+0000 osd.5 (osd.5) 51 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[78949]: cluster 2023-12-06T07:08:59.229477+0000 osd.5 (osd.5) 52 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[78949]: cluster 2023-12-06T07:08:59.230510+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[84914]: cluster 2023-12-06T07:08:59.192013+0000 mon.a (mon.0) 4211 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:09:00.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[84914]: cluster 2023-12-06T07:08:59.206653+0000 mon.a (mon.0) 4212 : cluster 1 osd.4 [v2:172.21.15.141:6800/3948784796,v1:172.21.15.141:6801/3948784796] boot 2023-12-06T07:09:00.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[84914]: cluster 2023-12-06T07:08:59.206727+0000 mon.a (mon.0) 4213 : cluster 0 osdmap e136: 8 total, 8 up, 8 in 2023-12-06T07:09:00.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[84914]: audit 2023-12-06T07:08:59.209785+0000 mon.a (mon.0) 4214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:09:00.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[84914]: cluster 2023-12-06T07:08:59.212998+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[84914]: cluster 2023-12-06T07:08:59.215585+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[84914]: cluster 2023-12-06T07:08:59.225569+0000 osd.5 (osd.5) 50 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[84914]: cluster 2023-12-06T07:08:59.227409+0000 osd.5 (osd.5) 51 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[84914]: cluster 2023-12-06T07:08:59.229477+0000 osd.5 (osd.5) 52 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:00.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:00 smithi040 bash[84914]: cluster 2023-12-06T07:08:59.230510+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:09:01.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:01 smithi141 bash[72190]: cluster 2023-12-06T07:09:00.214062+0000 mon.a (mon.0) 4215 : cluster 0 osdmap e137: 8 total, 8 up, 8 in 2023-12-06T07:09:01.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:01 smithi141 bash[72190]: cluster 2023-12-06T07:09:00.218169+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:01 smithi141 bash[72190]: cluster 2023-12-06T07:09:00.219363+0000 osd.5 (osd.5) 53 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:01 smithi141 bash[72190]: cluster 2023-12-06T07:09:00.220013+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:01 smithi141 bash[72190]: cluster 2023-12-06T07:09:00.222654+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:01 smithi141 bash[72190]: cluster 2023-12-06T07:09:00.223582+0000 osd.5 (osd.5) 54 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:01 smithi141 bash[72190]: cluster 2023-12-06T07:09:00.223861+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:01 smithi141 bash[72190]: cluster 2023-12-06T07:09:00.224120+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:01 smithi141 bash[72190]: cluster 2023-12-06T07:09:01.061129+0000 mgr.y (mgr.25474) 1659 : cluster 0 pgmap v221: 161 pgs: 20 active+undersized+degraded, 34 active+undersized, 107 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-06T07:09:01.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:01 smithi141 bash[72190]: audit 2023-12-06T07:09:01.147142+0000 mon.a (mon.0) 4216 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:01.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:01 smithi141 bash[72190]: audit 2023-12-06T07:09:01.157976+0000 mon.a (mon.0) 4217 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:01.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:01 smithi141 bash[72190]: audit 2023-12-06T07:09:01.165995+0000 mon.a (mon.0) 4218 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:01.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[78949]: cluster 2023-12-06T07:09:00.214062+0000 mon.a (mon.0) 4215 : cluster 0 osdmap e137: 8 total, 8 up, 8 in 2023-12-06T07:09:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[78949]: cluster 2023-12-06T07:09:00.218169+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[78949]: cluster 2023-12-06T07:09:00.219363+0000 osd.5 (osd.5) 53 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[78949]: cluster 2023-12-06T07:09:00.220013+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[78949]: cluster 2023-12-06T07:09:00.222654+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[78949]: cluster 2023-12-06T07:09:00.223582+0000 osd.5 (osd.5) 54 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[78949]: cluster 2023-12-06T07:09:00.223861+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[78949]: cluster 2023-12-06T07:09:00.224120+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[78949]: cluster 2023-12-06T07:09:01.061129+0000 mgr.y (mgr.25474) 1659 : cluster 0 pgmap v221: 161 pgs: 20 active+undersized+degraded, 34 active+undersized, 107 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-06T07:09:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[78949]: audit 2023-12-06T07:09:01.147142+0000 mon.a (mon.0) 4216 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[78949]: audit 2023-12-06T07:09:01.157976+0000 mon.a (mon.0) 4217 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[78949]: audit 2023-12-06T07:09:01.165995+0000 mon.a (mon.0) 4218 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:01.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[84914]: cluster 2023-12-06T07:09:00.214062+0000 mon.a (mon.0) 4215 : cluster 0 osdmap e137: 8 total, 8 up, 8 in 2023-12-06T07:09:01.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[84914]: cluster 2023-12-06T07:09:00.218169+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[84914]: cluster 2023-12-06T07:09:00.219363+0000 osd.5 (osd.5) 53 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[84914]: cluster 2023-12-06T07:09:00.220013+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[84914]: cluster 2023-12-06T07:09:00.222654+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[84914]: cluster 2023-12-06T07:09:00.223582+0000 osd.5 (osd.5) 54 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[84914]: cluster 2023-12-06T07:09:00.223861+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[84914]: cluster 2023-12-06T07:09:00.224120+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:09:01.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[84914]: cluster 2023-12-06T07:09:01.061129+0000 mgr.y (mgr.25474) 1659 : cluster 0 pgmap v221: 161 pgs: 20 active+undersized+degraded, 34 active+undersized, 107 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-06T07:09:01.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[84914]: audit 2023-12-06T07:09:01.147142+0000 mon.a (mon.0) 4216 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:01.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[84914]: audit 2023-12-06T07:09:01.157976+0000 mon.a (mon.0) 4217 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:01.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:01 smithi040 bash[84914]: audit 2023-12-06T07:09:01.165995+0000 mon.a (mon.0) 4218 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:02.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:02 smithi141 bash[72190]: cluster 2023-12-06T07:09:01.207967+0000 mon.a (mon.0) 4219 : cluster 3 Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T07:09:02.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:02 smithi040 bash[78949]: cluster 2023-12-06T07:09:01.207967+0000 mon.a (mon.0) 4219 : cluster 3 Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T07:09:02.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:02 smithi040 bash[84914]: cluster 2023-12-06T07:09:01.207967+0000 mon.a (mon.0) 4219 : cluster 3 Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T07:09:03.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:03 smithi141 bash[72190]: cluster 2023-12-06T07:09:03.062266+0000 mgr.y (mgr.25474) 1660 : cluster 0 pgmap v222: 161 pgs: 20 active+undersized+degraded, 34 active+undersized, 107 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-06T07:09:03.999 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:03 smithi040 bash[84914]: cluster 2023-12-06T07:09:03.062266+0000 mgr.y (mgr.25474) 1660 : cluster 0 pgmap v222: 161 pgs: 20 active+undersized+degraded, 34 active+undersized, 107 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-06T07:09:03.999 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:03 smithi040 bash[78949]: cluster 2023-12-06T07:09:03.062266+0000 mgr.y (mgr.25474) 1660 : cluster 0 pgmap v222: 161 pgs: 20 active+undersized+degraded, 34 active+undersized, 107 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-06T07:09:04.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:04 smithi141 bash[72190]: audit 2023-12-06T07:09:03.992851+0000 mgr.y (mgr.25474) 1661 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:05.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:04 smithi040 bash[78949]: audit 2023-12-06T07:09:03.992851+0000 mgr.y (mgr.25474) 1661 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:05.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:04 smithi040 bash[84914]: audit 2023-12-06T07:09:03.992851+0000 mgr.y (mgr.25474) 1661 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:06.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:05 smithi141 bash[72190]: audit 2023-12-06T07:09:04.944472+0000 mon.a (mon.0) 4220 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:06.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:05 smithi141 bash[72190]: audit 2023-12-06T07:09:04.956090+0000 mon.a (mon.0) 4221 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:06.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:05 smithi141 bash[72190]: audit 2023-12-06T07:09:04.967144+0000 mon.a (mon.0) 4222 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:06.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:05 smithi141 bash[72190]: cluster 2023-12-06T07:09:05.063946+0000 mgr.y (mgr.25474) 1662 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 745 B/s rd, 0 op/s 2023-12-06T07:09:06.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:05 smithi040 bash[84914]: audit 2023-12-06T07:09:04.944472+0000 mon.a (mon.0) 4220 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:06.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:05 smithi040 bash[84914]: audit 2023-12-06T07:09:04.956090+0000 mon.a (mon.0) 4221 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:06.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:05 smithi040 bash[84914]: audit 2023-12-06T07:09:04.967144+0000 mon.a (mon.0) 4222 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:06.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:05 smithi040 bash[84914]: cluster 2023-12-06T07:09:05.063946+0000 mgr.y (mgr.25474) 1662 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 745 B/s rd, 0 op/s 2023-12-06T07:09:06.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:05 smithi040 bash[78949]: audit 2023-12-06T07:09:04.944472+0000 mon.a (mon.0) 4220 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:06.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:05 smithi040 bash[78949]: audit 2023-12-06T07:09:04.956090+0000 mon.a (mon.0) 4221 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:06.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:05 smithi040 bash[78949]: audit 2023-12-06T07:09:04.967144+0000 mon.a (mon.0) 4222 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:06.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:05 smithi040 bash[78949]: cluster 2023-12-06T07:09:05.063946+0000 mgr.y (mgr.25474) 1662 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 745 B/s rd, 0 op/s 2023-12-06T07:09:06.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:09:06 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:09:06] "GET /metrics HTTP/1.1" 200 38490 "" "Prometheus/2.33.4" 2023-12-06T07:09:07.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:06 smithi141 bash[72190]: cluster 2023-12-06T07:09:05.964012+0000 mon.a (mon.0) 4223 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 81/630 objects degraded (12.857%), 20 pgs degraded) 2023-12-06T07:09:07.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:06 smithi141 bash[72190]: cluster 2023-12-06T07:09:05.964077+0000 mon.a (mon.0) 4224 : cluster 1 Cluster is now healthy 2023-12-06T07:09:07.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:06 smithi040 bash[84914]: cluster 2023-12-06T07:09:05.964012+0000 mon.a (mon.0) 4223 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 81/630 objects degraded (12.857%), 20 pgs degraded) 2023-12-06T07:09:07.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:06 smithi040 bash[84914]: cluster 2023-12-06T07:09:05.964077+0000 mon.a (mon.0) 4224 : cluster 1 Cluster is now healthy 2023-12-06T07:09:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:06 smithi040 bash[78949]: cluster 2023-12-06T07:09:05.964012+0000 mon.a (mon.0) 4223 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 81/630 objects degraded (12.857%), 20 pgs degraded) 2023-12-06T07:09:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:06 smithi040 bash[78949]: cluster 2023-12-06T07:09:05.964077+0000 mon.a (mon.0) 4224 : cluster 1 Cluster is now healthy 2023-12-06T07:09:08.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:07 smithi040 bash[78949]: cluster 2023-12-06T07:09:07.065088+0000 mgr.y (mgr.25474) 1663 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T07:09:08.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:07 smithi040 bash[78949]: audit 2023-12-06T07:09:07.783009+0000 mon.a (mon.0) 4225 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:08.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:07 smithi040 bash[78949]: audit 2023-12-06T07:09:07.784878+0000 mon.a (mon.0) 4226 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:09:08.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:07 smithi040 bash[84914]: cluster 2023-12-06T07:09:07.065088+0000 mgr.y (mgr.25474) 1663 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T07:09:08.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:07 smithi040 bash[84914]: audit 2023-12-06T07:09:07.783009+0000 mon.a (mon.0) 4225 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:08.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:07 smithi040 bash[84914]: audit 2023-12-06T07:09:07.784878+0000 mon.a (mon.0) 4226 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:09:08.404 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:09:08.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:07 smithi141 bash[72190]: cluster 2023-12-06T07:09:07.065088+0000 mgr.y (mgr.25474) 1663 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T07:09:08.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:07 smithi141 bash[72190]: audit 2023-12-06T07:09:07.783009+0000 mon.a (mon.0) 4225 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:08.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:07 smithi141 bash[72190]: audit 2023-12-06T07:09:07.784878+0000 mon.a (mon.0) 4226 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:09:09.181 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:09:09.181 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 14s ago 22m - - 2023-12-06T07:09:09.182 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 4s ago 21m - - 2023-12-06T07:09:09.182 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (8m) 14s ago 14m 16.6M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:09:09.182 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (7m) 4s ago 14m 44.6M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:09:09.182 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (6m) 14s ago 12m 47.6M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:09:09.182 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (5m) 4s ago 21m 434M - 19.0.0-26-g0482646f 26bb7d89db2e 345817faf911 2023-12-06T07:09:09.182 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (7m) 14s ago 23m 518M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:09:09.182 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (6m) 14s ago 23m 74.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:09:09.182 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (4m) 4s ago 21m 48.0M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a46e947a89d4 2023-12-06T07:09:09.182 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (4m) 14s ago 21m 49.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e f003381b7d99 2023-12-06T07:09:09.182 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (8m) 14s ago 15m 12.2M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:09:09.182 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (8m) 4s ago 15m 11.9M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:09:09.182 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (3m) 14s ago 20m 54.3M 4096M 19.0.0-26-g0482646f 26bb7d89db2e bd803ebde49a 2023-12-06T07:09:09.182 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (2m) 14s ago 20m 52.8M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 17848df7e7ac 2023-12-06T07:09:09.182 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (2m) 14s ago 19m 48.7M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 129ef8397e96 2023-12-06T07:09:09.183 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (87s) 14s ago 18m 49.7M 4096M 19.0.0-26-g0482646f 26bb7d89db2e de107f4b0425 2023-12-06T07:09:09.183 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (17s) 4s ago 18m 46.3M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e9ae9478d62b 2023-12-06T07:09:09.183 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (17m) 4s ago 17m 67.0M 4096M 17.2.0 e1d6a67b021e afff6ba0da7b 2023-12-06T07:09:09.183 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (16m) 4s ago 16m 64.7M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:09:09.183 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (16m) 4s ago 16m 68.7M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:09:09.183 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (6m) 4s ago 15m 65.3M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:09:09.183 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (13m) 14s ago 13m 90.0M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:09:09.183 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (13m) 4s ago 13m 88.9M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:09:09.183 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (12m) 14s ago 12m 88.9M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:09:09.183 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (12m) 4s ago 12m 89.4M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:09:09.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:09 smithi141 bash[72190]: audit 2023-12-06T07:09:08.104379+0000 mon.a (mon.0) 4227 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:09.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:09 smithi040 bash[78949]: audit 2023-12-06T07:09:08.104379+0000 mon.a (mon.0) 4227 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:09.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:09 smithi040 bash[84914]: audit 2023-12-06T07:09:08.104379+0000 mon.a (mon.0) 4227 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:09.646 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:09:09.646 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:09:09.646 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:09:09.646 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:09:09.646 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:09:09.646 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:09:09.646 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:09:09.646 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:09:09.647 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2023-12-06T07:09:09.647 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T07:09:09.647 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:09:09.647 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:09:09.647 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:09:09.647 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:09:09.647 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:09:09.647 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2023-12-06T07:09:09.647 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 10 2023-12-06T07:09:09.647 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:09:09.647 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:09:10.019 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:09:10.019 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:09:10.019 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:09:10.019 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:09:10.019 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:09:10.019 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr", 2023-12-06T07:09:10.019 INFO:teuthology.orchestra.run.smithi040.stdout: "mon" 2023-12-06T07:09:10.019 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:09:10.019 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "10/23 daemons upgraded", 2023-12-06T07:09:10.019 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:09:10.019 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:09:10.019 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:09:10.456 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T07:09:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:10 smithi141 bash[72190]: audit 2023-12-06T07:09:08.382513+0000 mgr.y (mgr.25474) 1664 : audit 0 from='client.54427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:10 smithi141 bash[72190]: audit 2023-12-06T07:09:08.774743+0000 mgr.y (mgr.25474) 1665 : audit 0 from='client.54433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:10 smithi141 bash[72190]: cluster 2023-12-06T07:09:09.066561+0000 mgr.y (mgr.25474) 1666 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T07:09:10.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:10 smithi141 bash[72190]: audit 2023-12-06T07:09:09.640247+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.40:0/2237960419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:10.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:10 smithi040 bash[78949]: audit 2023-12-06T07:09:08.382513+0000 mgr.y (mgr.25474) 1664 : audit 0 from='client.54427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:10.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:10 smithi040 bash[78949]: audit 2023-12-06T07:09:08.774743+0000 mgr.y (mgr.25474) 1665 : audit 0 from='client.54433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:10.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:10 smithi040 bash[78949]: cluster 2023-12-06T07:09:09.066561+0000 mgr.y (mgr.25474) 1666 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T07:09:10.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:10 smithi040 bash[78949]: audit 2023-12-06T07:09:09.640247+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.40:0/2237960419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:10.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:10 smithi040 bash[84914]: audit 2023-12-06T07:09:08.382513+0000 mgr.y (mgr.25474) 1664 : audit 0 from='client.54427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:10.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:10 smithi040 bash[84914]: audit 2023-12-06T07:09:08.774743+0000 mgr.y (mgr.25474) 1665 : audit 0 from='client.54433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:10.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:10 smithi040 bash[84914]: cluster 2023-12-06T07:09:09.066561+0000 mgr.y (mgr.25474) 1666 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T07:09:10.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:10 smithi040 bash[84914]: audit 2023-12-06T07:09:09.640247+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.40:0/2237960419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:11 smithi141 bash[72190]: audit 2023-12-06T07:09:09.156335+0000 mgr.y (mgr.25474) 1667 : audit 0 from='client.34593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:11 smithi141 bash[72190]: audit 2023-12-06T07:09:10.013053+0000 mgr.y (mgr.25474) 1668 : audit 0 from='client.54451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:11.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:11 smithi141 bash[72190]: audit 2023-12-06T07:09:10.451097+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.40:0/3890483389' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:09:11.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:11 smithi040 bash[78949]: audit 2023-12-06T07:09:09.156335+0000 mgr.y (mgr.25474) 1667 : audit 0 from='client.34593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:11.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:11 smithi040 bash[78949]: audit 2023-12-06T07:09:10.013053+0000 mgr.y (mgr.25474) 1668 : audit 0 from='client.54451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:11.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:11 smithi040 bash[78949]: audit 2023-12-06T07:09:10.451097+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.40:0/3890483389' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:09:11.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:11 smithi040 bash[84914]: audit 2023-12-06T07:09:09.156335+0000 mgr.y (mgr.25474) 1667 : audit 0 from='client.34593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:11.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:11 smithi040 bash[84914]: audit 2023-12-06T07:09:10.013053+0000 mgr.y (mgr.25474) 1668 : audit 0 from='client.54451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:11.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:11 smithi040 bash[84914]: audit 2023-12-06T07:09:10.451097+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.40:0/3890483389' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:09:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:12 smithi141 bash[72190]: cluster 2023-12-06T07:09:11.067646+0000 mgr.y (mgr.25474) 1669 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 943 B/s rd, 0 op/s 2023-12-06T07:09:12.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:12 smithi141 bash[72190]: audit 2023-12-06T07:09:11.832550+0000 mon.a (mon.0) 4228 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:09:12.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:12 smithi040 bash[78949]: cluster 2023-12-06T07:09:11.067646+0000 mgr.y (mgr.25474) 1669 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 943 B/s rd, 0 op/s 2023-12-06T07:09:12.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:12 smithi040 bash[78949]: audit 2023-12-06T07:09:11.832550+0000 mon.a (mon.0) 4228 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:09:12.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:12 smithi040 bash[84914]: cluster 2023-12-06T07:09:11.067646+0000 mgr.y (mgr.25474) 1669 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 943 B/s rd, 0 op/s 2023-12-06T07:09:12.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:12 smithi040 bash[84914]: audit 2023-12-06T07:09:11.832550+0000 mon.a (mon.0) 4228 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:09:13.403 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:13 smithi141 bash[72190]: audit 2023-12-06T07:09:11.832971+0000 mgr.y (mgr.25474) 1670 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:09:13.403 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:13 smithi141 bash[72190]: cephadm 2023-12-06T07:09:11.835918+0000 mgr.y (mgr.25474) 1671 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-06T07:09:13.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:13 smithi040 bash[78949]: audit 2023-12-06T07:09:11.832971+0000 mgr.y (mgr.25474) 1670 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:09:13.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:13 smithi040 bash[78949]: cephadm 2023-12-06T07:09:11.835918+0000 mgr.y (mgr.25474) 1671 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-06T07:09:13.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:13 smithi040 bash[84914]: audit 2023-12-06T07:09:11.832971+0000 mgr.y (mgr.25474) 1670 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:09:13.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:13 smithi040 bash[84914]: cephadm 2023-12-06T07:09:11.835918+0000 mgr.y (mgr.25474) 1671 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-06T07:09:14.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:14 smithi040 bash[78949]: cluster 2023-12-06T07:09:13.068418+0000 mgr.y (mgr.25474) 1672 : cluster 0 pgmap v227: 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-06T07:09:14.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:14 smithi040 bash[84914]: cluster 2023-12-06T07:09:13.068418+0000 mgr.y (mgr.25474) 1672 : cluster 0 pgmap v227: 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-06T07:09:14.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:14 smithi141 bash[72190]: cluster 2023-12-06T07:09:13.068418+0000 mgr.y (mgr.25474) 1672 : cluster 0 pgmap v227: 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-06T07:09:15.236 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:15 smithi040 bash[84914]: audit 2023-12-06T07:09:14.003892+0000 mgr.y (mgr.25474) 1673 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:15.236 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:15 smithi040 bash[84914]: audit 2023-12-06T07:09:14.415769+0000 mon.a (mon.0) 4229 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:15.236 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:15 smithi040 bash[84914]: audit 2023-12-06T07:09:14.420371+0000 mon.a (mon.0) 4230 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T07:09:15.236 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:15 smithi040 bash[84914]: audit 2023-12-06T07:09:14.421802+0000 mon.a (mon.0) 4231 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:15.236 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:15 smithi040 bash[84914]: audit 2023-12-06T07:09:14.937663+0000 mon.a (mon.0) 4232 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:15.237 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:15 smithi040 bash[84914]: audit 2023-12-06T07:09:14.947404+0000 mon.a (mon.0) 4233 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:15.237 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:15 smithi040 bash[84914]: audit 2023-12-06T07:09:14.956950+0000 mon.a (mon.0) 4234 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:15.237 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:15 smithi040 bash[78949]: audit 2023-12-06T07:09:14.003892+0000 mgr.y (mgr.25474) 1673 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:15.237 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:15 smithi040 bash[78949]: audit 2023-12-06T07:09:14.415769+0000 mon.a (mon.0) 4229 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:15.237 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:15 smithi040 bash[78949]: audit 2023-12-06T07:09:14.420371+0000 mon.a (mon.0) 4230 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T07:09:15.237 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:15 smithi040 bash[78949]: audit 2023-12-06T07:09:14.421802+0000 mon.a (mon.0) 4231 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:15.237 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:15 smithi040 bash[78949]: audit 2023-12-06T07:09:14.937663+0000 mon.a (mon.0) 4232 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:15.237 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:15 smithi040 bash[78949]: audit 2023-12-06T07:09:14.947404+0000 mon.a (mon.0) 4233 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:15.237 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:15 smithi040 bash[78949]: audit 2023-12-06T07:09:14.956950+0000 mon.a (mon.0) 4234 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:15.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:15 smithi141 bash[72190]: audit 2023-12-06T07:09:14.003892+0000 mgr.y (mgr.25474) 1673 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:15.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:15 smithi141 bash[72190]: audit 2023-12-06T07:09:14.415769+0000 mon.a (mon.0) 4229 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:15.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:15 smithi141 bash[72190]: audit 2023-12-06T07:09:14.420371+0000 mon.a (mon.0) 4230 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T07:09:15.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:15 smithi141 bash[72190]: audit 2023-12-06T07:09:14.421802+0000 mon.a (mon.0) 4231 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:15.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:15 smithi141 bash[72190]: audit 2023-12-06T07:09:14.937663+0000 mon.a (mon.0) 4232 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:15.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:15 smithi141 bash[72190]: audit 2023-12-06T07:09:14.947404+0000 mon.a (mon.0) 4233 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:15.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:15 smithi141 bash[72190]: audit 2023-12-06T07:09:14.956950+0000 mon.a (mon.0) 4234 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:16.178 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:16 smithi141 bash[72190]: cephadm 2023-12-06T07:09:14.408094+0000 mgr.y (mgr.25474) 1674 : cephadm 1 Upgrade: Updating osd.5 2023-12-06T07:09:16.207 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:16 smithi141 bash[72190]: cephadm 2023-12-06T07:09:14.425224+0000 mgr.y (mgr.25474) 1675 : cephadm 1 Deploying daemon osd.5 on smithi141 2023-12-06T07:09:16.207 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:16 smithi141 bash[72190]: cluster 2023-12-06T07:09:15.069882+0000 mgr.y (mgr.25474) 1676 : cluster 0 pgmap v228: 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-06T07:09:16.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:16 smithi040 bash[84914]: cephadm 2023-12-06T07:09:14.408094+0000 mgr.y (mgr.25474) 1674 : cephadm 1 Upgrade: Updating osd.5 2023-12-06T07:09:16.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:16 smithi040 bash[84914]: cephadm 2023-12-06T07:09:14.425224+0000 mgr.y (mgr.25474) 1675 : cephadm 1 Deploying daemon osd.5 on smithi141 2023-12-06T07:09:16.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:16 smithi040 bash[84914]: cluster 2023-12-06T07:09:15.069882+0000 mgr.y (mgr.25474) 1676 : cluster 0 pgmap v228: 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-06T07:09:16.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:16 smithi040 bash[78949]: cephadm 2023-12-06T07:09:14.408094+0000 mgr.y (mgr.25474) 1674 : cephadm 1 Upgrade: Updating osd.5 2023-12-06T07:09:16.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:16 smithi040 bash[78949]: cephadm 2023-12-06T07:09:14.425224+0000 mgr.y (mgr.25474) 1675 : cephadm 1 Deploying daemon osd.5 on smithi141 2023-12-06T07:09:16.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:16 smithi040 bash[78949]: cluster 2023-12-06T07:09:15.069882+0000 mgr.y (mgr.25474) 1676 : cluster 0 pgmap v228: 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-06T07:09:16.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:09:16 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:09:16] "GET /metrics HTTP/1.1" 200 38483 "" "Prometheus/2.33.4" 2023-12-06T07:09:18.226 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:18 smithi141 bash[72190]: cluster 2023-12-06T07:09:17.070920+0000 mgr.y (mgr.25474) 1677 : cluster 0 pgmap v229: 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-06T07:09:18.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:18 smithi040 bash[78949]: cluster 2023-12-06T07:09:17.070920+0000 mgr.y (mgr.25474) 1677 : cluster 0 pgmap v229: 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-06T07:09:18.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:18 smithi040 bash[84914]: cluster 2023-12-06T07:09:17.070920+0000 mgr.y (mgr.25474) 1677 : cluster 0 pgmap v229: 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-06T07:09:20.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:20 smithi141 bash[72190]: cluster 2023-12-06T07:09:19.072589+0000 mgr.y (mgr.25474) 1678 : cluster 0 pgmap v230: 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-06T07:09:20.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:20 smithi040 bash[78949]: cluster 2023-12-06T07:09:19.072589+0000 mgr.y (mgr.25474) 1678 : cluster 0 pgmap v230: 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-06T07:09:20.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:20 smithi040 bash[84914]: cluster 2023-12-06T07:09:19.072589+0000 mgr.y (mgr.25474) 1678 : cluster 0 pgmap v230: 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-06T07:09:20.722 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:20 smithi141 systemd[1]: Stopping Ceph osd.5 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:09:21.164 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:20 smithi141 bash[34204]: debug 2023-12-06T07:09:20.716+0000 7fa18c889700 -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-06T07:09:21.164 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:20 smithi141 bash[34204]: debug 2023-12-06T07:09:20.716+0000 7fa18c889700 -1 osd.5 137 *** Got signal Terminated *** 2023-12-06T07:09:21.164 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:20 smithi141 bash[34204]: debug 2023-12-06T07:09:20.716+0000 7fa18c889700 -1 osd.5 137 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:09:21.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:21 smithi141 bash[72190]: cluster 2023-12-06T07:09:20.717527+0000 mon.a (mon.0) 4235 : cluster 1 osd.5 marked itself down and dead 2023-12-06T07:09:21.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:21 smithi040 bash[78949]: cluster 2023-12-06T07:09:20.717527+0000 mon.a (mon.0) 4235 : cluster 1 osd.5 marked itself down and dead 2023-12-06T07:09:21.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:21 smithi040 bash[84914]: cluster 2023-12-06T07:09:20.717527+0000 mon.a (mon.0) 4235 : cluster 1 osd.5 marked itself down and dead 2023-12-06T07:09:22.383 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:22 smithi141 bash[72190]: cluster 2023-12-06T07:09:21.073705+0000 mgr.y (mgr.25474) 1679 : cluster 0 pgmap v231: 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-06T07:09:22.383 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:22 smithi141 bash[72190]: cluster 2023-12-06T07:09:21.146246+0000 mon.a (mon.0) 4236 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:09:22.383 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:22 smithi141 bash[72190]: cluster 2023-12-06T07:09:21.162750+0000 mon.a (mon.0) 4237 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-06T07:09:22.383 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:22 smithi141 bash[72190]: cluster 2023-12-06T07:09:21.164230+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.383 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:22 smithi141 bash[72190]: cluster 2023-12-06T07:09:21.164625+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.383 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:22 smithi141 bash[72190]: cluster 2023-12-06T07:09:21.167536+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.384 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:22 smithi141 bash[72190]: cluster 2023-12-06T07:09:21.168228+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.384 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:22 smithi141 bash[72190]: cluster 2023-12-06T07:09:21.170332+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.384 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:22 smithi141 bash[72190]: cluster 2023-12-06T07:09:21.170747+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.384 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:22 smithi141 bash[72190]: audit 2023-12-06T07:09:22.015041+0000 mon.a (mon.0) 4238 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:22.384 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:22 smithi141 bash[72190]: audit 2023-12-06T07:09:22.025255+0000 mon.a (mon.0) 4239 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:22.384 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:22 smithi141 bash[72190]: audit 2023-12-06T07:09:22.035122+0000 mon.a (mon.0) 4240 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:22.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[78949]: cluster 2023-12-06T07:09:21.073705+0000 mgr.y (mgr.25474) 1679 : cluster 0 pgmap v231: 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-06T07:09:22.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[78949]: cluster 2023-12-06T07:09:21.146246+0000 mon.a (mon.0) 4236 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:09:22.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[78949]: cluster 2023-12-06T07:09:21.162750+0000 mon.a (mon.0) 4237 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-06T07:09:22.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[78949]: cluster 2023-12-06T07:09:21.164230+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[78949]: cluster 2023-12-06T07:09:21.164625+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[78949]: cluster 2023-12-06T07:09:21.167536+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[78949]: cluster 2023-12-06T07:09:21.168228+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[78949]: cluster 2023-12-06T07:09:21.170332+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[78949]: cluster 2023-12-06T07:09:21.170747+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[78949]: audit 2023-12-06T07:09:22.015041+0000 mon.a (mon.0) 4238 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:22.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[78949]: audit 2023-12-06T07:09:22.025255+0000 mon.a (mon.0) 4239 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:22.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[78949]: audit 2023-12-06T07:09:22.035122+0000 mon.a (mon.0) 4240 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:22.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[84914]: cluster 2023-12-06T07:09:21.073705+0000 mgr.y (mgr.25474) 1679 : cluster 0 pgmap v231: 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-06T07:09:22.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[84914]: cluster 2023-12-06T07:09:21.146246+0000 mon.a (mon.0) 4236 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:09:22.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[84914]: cluster 2023-12-06T07:09:21.162750+0000 mon.a (mon.0) 4237 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-06T07:09:22.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[84914]: cluster 2023-12-06T07:09:21.164230+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[84914]: cluster 2023-12-06T07:09:21.164625+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[84914]: cluster 2023-12-06T07:09:21.167536+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[84914]: cluster 2023-12-06T07:09:21.168228+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[84914]: cluster 2023-12-06T07:09:21.170332+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[84914]: cluster 2023-12-06T07:09:21.170747+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:09:22.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[84914]: audit 2023-12-06T07:09:22.015041+0000 mon.a (mon.0) 4238 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:22.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[84914]: audit 2023-12-06T07:09:22.025255+0000 mon.a (mon.0) 4239 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:22.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:22 smithi040 bash[84914]: audit 2023-12-06T07:09:22.035122+0000 mon.a (mon.0) 4240 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:22.641 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:22 smithi141 bash[83130]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-5 2023-12-06T07:09:22.641 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:22 smithi141 bash[83277]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-5 2023-12-06T07:09:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:23 smithi141 bash[72190]: cluster 2023-12-06T07:09:22.027271+0000 mgr.y (mgr.25474) 1680 : cluster 0 pgmap v233: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:09:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:23 smithi141 bash[72190]: cluster 2023-12-06T07:09:22.163867+0000 mon.a (mon.0) 4241 : cluster 0 osdmap e139: 8 total, 7 up, 8 in 2023-12-06T07:09:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:23 smithi141 bash[72190]: cluster 2023-12-06T07:09:22.165401+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:23 smithi141 bash[72190]: cluster 2023-12-06T07:09:22.167856+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:23 smithi141 bash[72190]: cluster 2023-12-06T07:09:22.169109+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:23 smithi141 bash[72190]: cluster 2023-12-06T07:09:22.170123+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:23 smithi141 bash[72190]: cluster 2023-12-06T07:09:22.172175+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:23 smithi141 bash[72190]: cluster 2023-12-06T07:09:22.172340+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:23 smithi141 bash[72190]: cluster 2023-12-06T07:09:22.173827+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:23 smithi141 bash[72190]: cluster 2023-12-06T07:09:22.174729+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:23 smithi141 bash[72190]: cluster 2023-12-06T07:09:22.176073+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:23 smithi141 bash[72190]: cluster 2023-12-06T07:09:22.176316+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:23 smithi141 bash[72190]: audit 2023-12-06T07:09:22.783234+0000 mon.a (mon.0) 4242 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:23.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:23 smithi141 bash[72190]: audit 2023-12-06T07:09:22.785688+0000 mon.a (mon.0) 4243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:09:23.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:23 smithi141 bash[72190]: cluster 2023-12-06T07:09:23.020832+0000 mon.a (mon.0) 4244 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:09:23.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[78949]: cluster 2023-12-06T07:09:22.027271+0000 mgr.y (mgr.25474) 1680 : cluster 0 pgmap v233: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:09:23.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[78949]: cluster 2023-12-06T07:09:22.163867+0000 mon.a (mon.0) 4241 : cluster 0 osdmap e139: 8 total, 7 up, 8 in 2023-12-06T07:09:23.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[78949]: cluster 2023-12-06T07:09:22.165401+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[78949]: cluster 2023-12-06T07:09:22.167856+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[78949]: cluster 2023-12-06T07:09:22.169109+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[78949]: cluster 2023-12-06T07:09:22.170123+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[78949]: cluster 2023-12-06T07:09:22.172175+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[78949]: cluster 2023-12-06T07:09:22.172340+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[78949]: cluster 2023-12-06T07:09:22.173827+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[78949]: cluster 2023-12-06T07:09:22.174729+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[78949]: cluster 2023-12-06T07:09:22.176073+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[78949]: cluster 2023-12-06T07:09:22.176316+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[78949]: audit 2023-12-06T07:09:22.783234+0000 mon.a (mon.0) 4242 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:23.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[78949]: audit 2023-12-06T07:09:22.785688+0000 mon.a (mon.0) 4243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:09:23.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[78949]: cluster 2023-12-06T07:09:23.020832+0000 mon.a (mon.0) 4244 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:09:23.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[84914]: cluster 2023-12-06T07:09:22.027271+0000 mgr.y (mgr.25474) 1680 : cluster 0 pgmap v233: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:09:23.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[84914]: cluster 2023-12-06T07:09:22.163867+0000 mon.a (mon.0) 4241 : cluster 0 osdmap e139: 8 total, 7 up, 8 in 2023-12-06T07:09:23.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[84914]: cluster 2023-12-06T07:09:22.165401+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[84914]: cluster 2023-12-06T07:09:22.167856+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[84914]: cluster 2023-12-06T07:09:22.169109+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[84914]: cluster 2023-12-06T07:09:22.170123+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[84914]: cluster 2023-12-06T07:09:22.172175+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[84914]: cluster 2023-12-06T07:09:22.172340+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[84914]: cluster 2023-12-06T07:09:22.173827+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[84914]: cluster 2023-12-06T07:09:22.174729+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[84914]: cluster 2023-12-06T07:09:22.176073+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[84914]: cluster 2023-12-06T07:09:22.176316+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:09:23.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[84914]: audit 2023-12-06T07:09:22.783234+0000 mon.a (mon.0) 4242 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:23.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[84914]: audit 2023-12-06T07:09:22.785688+0000 mon.a (mon.0) 4243 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:09:23.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:23 smithi040 bash[84914]: cluster 2023-12-06T07:09:23.020832+0000 mon.a (mon.0) 4244 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:09:24.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:24 smithi040 bash[78949]: audit 2023-12-06T07:09:24.015141+0000 mgr.y (mgr.25474) 1681 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:24.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:24 smithi040 bash[78949]: cluster 2023-12-06T07:09:24.028880+0000 mgr.y (mgr.25474) 1682 : cluster 0 pgmap v235: 161 pgs: 17 active+undersized+degraded, 6 stale+active+clean, 23 active+undersized, 115 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2023-12-06T07:09:24.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:24 smithi040 bash[84914]: audit 2023-12-06T07:09:24.015141+0000 mgr.y (mgr.25474) 1681 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:24.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:24 smithi040 bash[84914]: cluster 2023-12-06T07:09:24.028880+0000 mgr.y (mgr.25474) 1682 : cluster 0 pgmap v235: 161 pgs: 17 active+undersized+degraded, 6 stale+active+clean, 23 active+undersized, 115 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2023-12-06T07:09:24.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:24 smithi141 bash[72190]: audit 2023-12-06T07:09:24.015141+0000 mgr.y (mgr.25474) 1681 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:24.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:24 smithi141 bash[72190]: cluster 2023-12-06T07:09:24.028880+0000 mgr.y (mgr.25474) 1682 : cluster 0 pgmap v235: 161 pgs: 17 active+undersized+degraded, 6 stale+active+clean, 23 active+undersized, 115 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2023-12-06T07:09:25.194 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:24 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.5.service: Succeeded. 2023-12-06T07:09:25.194 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:24 smithi141 systemd[1]: Stopped Ceph osd.5 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:09:25.194 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:25 smithi141 systemd[1]: Started Ceph osd.5 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:09:25.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:25 smithi141 bash[72190]: cluster 2023-12-06T07:09:24.171498+0000 mon.a (mon.0) 4245 : cluster 3 Health check failed: Degraded data redundancy: 55/630 objects degraded (8.730%), 17 pgs degraded (PG_DEGRADED) 2023-12-06T07:09:25.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:25 smithi040 bash[84914]: cluster 2023-12-06T07:09:24.171498+0000 mon.a (mon.0) 4245 : cluster 3 Health check failed: Degraded data redundancy: 55/630 objects degraded (8.730%), 17 pgs degraded (PG_DEGRADED) 2023-12-06T07:09:25.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:25 smithi040 bash[78949]: cluster 2023-12-06T07:09:24.171498+0000 mon.a (mon.0) 4245 : cluster 3 Health check failed: Degraded data redundancy: 55/630 objects degraded (8.730%), 17 pgs degraded (PG_DEGRADED) 2023-12-06T07:09:26.498 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.237005+0000 mon.a (mon.0) 4246 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.249964+0000 mon.a (mon.0) 4247 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.271121+0000 mon.a (mon.0) 4248 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.272863+0000 mon.a (mon.0) 4249 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: cluster 2023-12-06T07:09:25.276425+0000 mgr.y (mgr.25474) 1683 : cluster 0 pgmap v236: 161 pgs: 17 active+undersized+degraded, 6 stale+active+clean, 23 active+undersized, 115 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2023-12-06T07:09:26.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.284922+0000 mon.a (mon.0) 4250 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: cephadm 2023-12-06T07:09:25.285663+0000 mgr.y (mgr.25474) 1684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.368343+0000 mon.a (mon.0) 4251 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.371356+0000 mon.a (mon.0) 4252 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.375997+0000 mon.a (mon.0) 4253 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.377569+0000 mon.a (mon.0) 4254 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.388385+0000 mon.a (mon.0) 4255 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: cephadm 2023-12-06T07:09:25.389370+0000 mgr.y (mgr.25474) 1685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.471612+0000 mon.a (mon.0) 4256 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.499 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.473913+0000 mon.a (mon.0) 4257 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.500 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.476751+0000 mon.a (mon.0) 4258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.500 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.477961+0000 mon.a (mon.0) 4259 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.500 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.487248+0000 mon.a (mon.0) 4260 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.500 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: cephadm 2023-12-06T07:09:25.488132+0000 mgr.y (mgr.25474) 1686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.237005+0000 mon.a (mon.0) 4246 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.249964+0000 mon.a (mon.0) 4247 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.271121+0000 mon.a (mon.0) 4248 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.272863+0000 mon.a (mon.0) 4249 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: cluster 2023-12-06T07:09:25.276425+0000 mgr.y (mgr.25474) 1683 : cluster 0 pgmap v236: 161 pgs: 17 active+undersized+degraded, 6 stale+active+clean, 23 active+undersized, 115 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2023-12-06T07:09:26.500 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.284922+0000 mon.a (mon.0) 4250 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: cephadm 2023-12-06T07:09:25.285663+0000 mgr.y (mgr.25474) 1684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.368343+0000 mon.a (mon.0) 4251 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.371356+0000 mon.a (mon.0) 4252 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.375997+0000 mon.a (mon.0) 4253 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.377569+0000 mon.a (mon.0) 4254 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.388385+0000 mon.a (mon.0) 4255 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: cephadm 2023-12-06T07:09:25.389370+0000 mgr.y (mgr.25474) 1685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.471612+0000 mon.a (mon.0) 4256 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.473913+0000 mon.a (mon.0) 4257 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.476751+0000 mon.a (mon.0) 4258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.477961+0000 mon.a (mon.0) 4259 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.487248+0000 mon.a (mon.0) 4260 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.501 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: cephadm 2023-12-06T07:09:25.488132+0000 mgr.y (mgr.25474) 1686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.568561+0000 mon.a (mon.0) 4261 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.571094+0000 mon.a (mon.0) 4262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.575766+0000 mon.a (mon.0) 4263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.577143+0000 mon.a (mon.0) 4264 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.587035+0000 mon.a (mon.0) 4265 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: cephadm 2023-12-06T07:09:25.589456+0000 mgr.y (mgr.25474) 1687 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.669039+0000 mon.a (mon.0) 4266 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.671942+0000 mon.a (mon.0) 4267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.675066+0000 mon.a (mon.0) 4268 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.676337+0000 mon.a (mon.0) 4269 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.684248+0000 mon.a (mon.0) 4270 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: cephadm 2023-12-06T07:09:25.684916+0000 mgr.y (mgr.25474) 1688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.764590+0000 mon.a (mon.0) 4271 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.502 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.768612+0000 mon.a (mon.0) 4272 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.771893+0000 mon.a (mon.0) 4273 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.773086+0000 mon.a (mon.0) 4274 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.782200+0000 mon.a (mon.0) 4275 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: cephadm 2023-12-06T07:09:25.783018+0000 mgr.y (mgr.25474) 1689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.865597+0000 mon.a (mon.0) 4276 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.868161+0000 mon.a (mon.0) 4277 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.503 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.870835+0000 mon.a (mon.0) 4278 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.568561+0000 mon.a (mon.0) 4261 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.571094+0000 mon.a (mon.0) 4262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.503 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.575766+0000 mon.a (mon.0) 4263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.577143+0000 mon.a (mon.0) 4264 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.587035+0000 mon.a (mon.0) 4265 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: cephadm 2023-12-06T07:09:25.589456+0000 mgr.y (mgr.25474) 1687 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.669039+0000 mon.a (mon.0) 4266 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.671942+0000 mon.a (mon.0) 4267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.675066+0000 mon.a (mon.0) 4268 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.676337+0000 mon.a (mon.0) 4269 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.684248+0000 mon.a (mon.0) 4270 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: cephadm 2023-12-06T07:09:25.684916+0000 mgr.y (mgr.25474) 1688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.764590+0000 mon.a (mon.0) 4271 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.768612+0000 mon.a (mon.0) 4272 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.771893+0000 mon.a (mon.0) 4273 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.773086+0000 mon.a (mon.0) 4274 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.782200+0000 mon.a (mon.0) 4275 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.504 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: cephadm 2023-12-06T07:09:25.783018+0000 mgr.y (mgr.25474) 1689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.865597+0000 mon.a (mon.0) 4276 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.868161+0000 mon.a (mon.0) 4277 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.870835+0000 mon.a (mon.0) 4278 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.871866+0000 mon.a (mon.0) 4279 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.879714+0000 mon.a (mon.0) 4280 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: cephadm 2023-12-06T07:09:25.880306+0000 mgr.y (mgr.25474) 1690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.960364+0000 mon.a (mon.0) 4281 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.962566+0000 mon.a (mon.0) 4282 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.965340+0000 mon.a (mon.0) 4283 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.966347+0000 mon.a (mon.0) 4284 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:25.975519+0000 mon.a (mon.0) 4285 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: cephadm 2023-12-06T07:09:25.976112+0000 mgr.y (mgr.25474) 1691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:26.058594+0000 mon.a (mon.0) 4286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:26.061144+0000 mon.a (mon.0) 4287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:26.064131+0000 mon.a (mon.0) 4288 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.505 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:26.065481+0000 mon.a (mon.0) 4289 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:26.073262+0000 mon.a (mon.0) 4290 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: cephadm 2023-12-06T07:09:26.073880+0000 mgr.y (mgr.25474) 1692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:26.151892+0000 mon.a (mon.0) 4291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:26.154886+0000 mon.a (mon.0) 4292 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:26.157752+0000 mon.a (mon.0) 4293 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:26.158783+0000 mon.a (mon.0) 4294 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[78949]: audit 2023-12-06T07:09:26.166488+0000 mon.a (mon.0) 4295 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.871866+0000 mon.a (mon.0) 4279 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.879714+0000 mon.a (mon.0) 4280 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: cephadm 2023-12-06T07:09:25.880306+0000 mgr.y (mgr.25474) 1690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.960364+0000 mon.a (mon.0) 4281 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.962566+0000 mon.a (mon.0) 4282 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.506 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.965340+0000 mon.a (mon.0) 4283 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.966347+0000 mon.a (mon.0) 4284 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:25.975519+0000 mon.a (mon.0) 4285 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: cephadm 2023-12-06T07:09:25.976112+0000 mgr.y (mgr.25474) 1691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:26.058594+0000 mon.a (mon.0) 4286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:26.061144+0000 mon.a (mon.0) 4287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:26.064131+0000 mon.a (mon.0) 4288 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:26.065481+0000 mon.a (mon.0) 4289 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:26.073262+0000 mon.a (mon.0) 4290 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: cephadm 2023-12-06T07:09:26.073880+0000 mgr.y (mgr.25474) 1692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:26.151892+0000 mon.a (mon.0) 4291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:26.154886+0000 mon.a (mon.0) 4292 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:26.157752+0000 mon.a (mon.0) 4293 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:26.158783+0000 mon.a (mon.0) 4294 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.507 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[84914]: audit 2023-12-06T07:09:26.166488+0000 mon.a (mon.0) 4295 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.641 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.237005+0000 mon.a (mon.0) 4246 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.641 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.249964+0000 mon.a (mon.0) 4247 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.641 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.271121+0000 mon.a (mon.0) 4248 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.641 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.272863+0000 mon.a (mon.0) 4249 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.641 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: cluster 2023-12-06T07:09:25.276425+0000 mgr.y (mgr.25474) 1683 : cluster 0 pgmap v236: 161 pgs: 17 active+undersized+degraded, 6 stale+active+clean, 23 active+undersized, 115 active+clean; 585 KiB data, 199 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2023-12-06T07:09:26.641 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.284922+0000 mon.a (mon.0) 4250 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.641 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: cephadm 2023-12-06T07:09:25.285663+0000 mgr.y (mgr.25474) 1684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.641 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.368343+0000 mon.a (mon.0) 4251 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.641 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.371356+0000 mon.a (mon.0) 4252 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.641 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.375997+0000 mon.a (mon.0) 4253 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.642 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.377569+0000 mon.a (mon.0) 4254 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.642 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.388385+0000 mon.a (mon.0) 4255 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.642 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: cephadm 2023-12-06T07:09:25.389370+0000 mgr.y (mgr.25474) 1685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.642 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.471612+0000 mon.a (mon.0) 4256 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.642 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.473913+0000 mon.a (mon.0) 4257 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.642 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.476751+0000 mon.a (mon.0) 4258 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.642 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.477961+0000 mon.a (mon.0) 4259 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.642 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.487248+0000 mon.a (mon.0) 4260 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.642 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: cephadm 2023-12-06T07:09:25.488132+0000 mgr.y (mgr.25474) 1686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.642 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.568561+0000 mon.a (mon.0) 4261 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.642 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.571094+0000 mon.a (mon.0) 4262 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.642 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.575766+0000 mon.a (mon.0) 4263 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.642 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.577143+0000 mon.a (mon.0) 4264 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.642 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.587035+0000 mon.a (mon.0) 4265 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.642 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: cephadm 2023-12-06T07:09:25.589456+0000 mgr.y (mgr.25474) 1687 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.643 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.669039+0000 mon.a (mon.0) 4266 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.643 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.671942+0000 mon.a (mon.0) 4267 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.643 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.675066+0000 mon.a (mon.0) 4268 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.643 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.676337+0000 mon.a (mon.0) 4269 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.643 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.684248+0000 mon.a (mon.0) 4270 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.643 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: cephadm 2023-12-06T07:09:25.684916+0000 mgr.y (mgr.25474) 1688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.643 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.764590+0000 mon.a (mon.0) 4271 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.643 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.768612+0000 mon.a (mon.0) 4272 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.643 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.771893+0000 mon.a (mon.0) 4273 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.643 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.773086+0000 mon.a (mon.0) 4274 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.643 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.782200+0000 mon.a (mon.0) 4275 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.643 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: cephadm 2023-12-06T07:09:25.783018+0000 mgr.y (mgr.25474) 1689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.643 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.865597+0000 mon.a (mon.0) 4276 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.643 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.868161+0000 mon.a (mon.0) 4277 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.643 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.870835+0000 mon.a (mon.0) 4278 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.644 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.871866+0000 mon.a (mon.0) 4279 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.644 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.879714+0000 mon.a (mon.0) 4280 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.644 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: cephadm 2023-12-06T07:09:25.880306+0000 mgr.y (mgr.25474) 1690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.644 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.960364+0000 mon.a (mon.0) 4281 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.644 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.962566+0000 mon.a (mon.0) 4282 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.644 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.965340+0000 mon.a (mon.0) 4283 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.644 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.966347+0000 mon.a (mon.0) 4284 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.644 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:25.975519+0000 mon.a (mon.0) 4285 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.644 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: cephadm 2023-12-06T07:09:25.976112+0000 mgr.y (mgr.25474) 1691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.644 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:26.058594+0000 mon.a (mon.0) 4286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.644 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:26.061144+0000 mon.a (mon.0) 4287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.645 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:26.064131+0000 mon.a (mon.0) 4288 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.645 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:26.065481+0000 mon.a (mon.0) 4289 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.645 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:26.073262+0000 mon.a (mon.0) 4290 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.645 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: cephadm 2023-12-06T07:09:26.073880+0000 mgr.y (mgr.25474) 1692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:26.645 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:26.151892+0000 mon.a (mon.0) 4291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:26.645 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:26.154886+0000 mon.a (mon.0) 4292 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:26.645 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:26.157752+0000 mon.a (mon.0) 4293 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:26.645 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:26.158783+0000 mon.a (mon.0) 4294 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:26.645 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:26 smithi141 bash[72190]: audit 2023-12-06T07:09:26.166488+0000 mon.a (mon.0) 4295 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:26.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:09:26 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:09:26] "GET /metrics HTTP/1.1" 200 38485 "" "Prometheus/2.33.4" 2023-12-06T07:09:27.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: cephadm 2023-12-06T07:09:26.167217+0000 mgr.y (mgr.25474) 1693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: cluster 2023-12-06T07:09:26.245069+0000 mon.a (mon.0) 4296 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:09:27.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.246072+0000 mon.a (mon.0) 4297 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.250388+0000 mon.a (mon.0) 4298 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.252226+0000 mon.a (mon.0) 4299 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.252910+0000 mon.a (mon.0) 4300 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.258103+0000 mon.a (mon.0) 4301 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: cephadm 2023-12-06T07:09:26.258686+0000 mgr.y (mgr.25474) 1694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.340034+0000 mon.a (mon.0) 4302 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.342512+0000 mon.a (mon.0) 4303 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.345466+0000 mon.a (mon.0) 4304 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.346274+0000 mon.a (mon.0) 4305 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.352111+0000 mon.a (mon.0) 4306 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: cephadm 2023-12-06T07:09:26.352673+0000 mgr.y (mgr.25474) 1695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.432350+0000 mon.a (mon.0) 4307 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.434564+0000 mon.a (mon.0) 4308 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.437214+0000 mon.a (mon.0) 4309 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.438143+0000 mon.a (mon.0) 4310 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.445927+0000 mon.a (mon.0) 4311 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: cephadm 2023-12-06T07:09:26.446566+0000 mgr.y (mgr.25474) 1696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.529337+0000 mon.a (mon.0) 4312 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.532043+0000 mon.a (mon.0) 4313 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.534926+0000 mon.a (mon.0) 4314 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.535925+0000 mon.a (mon.0) 4315 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.543772+0000 mon.a (mon.0) 4316 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: cephadm 2023-12-06T07:09:26.544430+0000 mgr.y (mgr.25474) 1697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.627365+0000 mon.a (mon.0) 4317 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.630392+0000 mon.a (mon.0) 4318 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.633167+0000 mon.a (mon.0) 4319 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.634402+0000 mon.a (mon.0) 4320 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.642474+0000 mon.a (mon.0) 4321 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: cephadm 2023-12-06T07:09:26.643080+0000 mgr.y (mgr.25474) 1698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.720774+0000 mon.a (mon.0) 4322 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.723822+0000 mon.a (mon.0) 4323 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.727574+0000 mon.a (mon.0) 4324 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.728990+0000 mon.a (mon.0) 4325 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.736861+0000 mon.a (mon.0) 4326 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: cephadm 2023-12-06T07:09:26.737686+0000 mgr.y (mgr.25474) 1699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.816348+0000 mon.a (mon.0) 4327 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.819093+0000 mon.a (mon.0) 4328 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: cephadm 2023-12-06T07:09:26.167217+0000 mgr.y (mgr.25474) 1693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: cluster 2023-12-06T07:09:26.245069+0000 mon.a (mon.0) 4296 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:09:27.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.246072+0000 mon.a (mon.0) 4297 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.250388+0000 mon.a (mon.0) 4298 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.252226+0000 mon.a (mon.0) 4299 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.252910+0000 mon.a (mon.0) 4300 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.258103+0000 mon.a (mon.0) 4301 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: cephadm 2023-12-06T07:09:26.258686+0000 mgr.y (mgr.25474) 1694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.340034+0000 mon.a (mon.0) 4302 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.342512+0000 mon.a (mon.0) 4303 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.345466+0000 mon.a (mon.0) 4304 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.346274+0000 mon.a (mon.0) 4305 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.352111+0000 mon.a (mon.0) 4306 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: cephadm 2023-12-06T07:09:26.352673+0000 mgr.y (mgr.25474) 1695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.432350+0000 mon.a (mon.0) 4307 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.434564+0000 mon.a (mon.0) 4308 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.437214+0000 mon.a (mon.0) 4309 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.438143+0000 mon.a (mon.0) 4310 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.445927+0000 mon.a (mon.0) 4311 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: cephadm 2023-12-06T07:09:26.446566+0000 mgr.y (mgr.25474) 1696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.822686+0000 mon.a (mon.0) 4329 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.824019+0000 mon.a (mon.0) 4330 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.832361+0000 mon.a (mon.0) 4331 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: cephadm 2023-12-06T07:09:26.832903+0000 mgr.y (mgr.25474) 1700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.910211+0000 mon.a (mon.0) 4332 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.913339+0000 mon.a (mon.0) 4333 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.917254+0000 mon.a (mon.0) 4334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.918498+0000 mon.a (mon.0) 4335 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:26.926395+0000 mon.a (mon.0) 4336 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: cephadm 2023-12-06T07:09:26.927158+0000 mgr.y (mgr.25474) 1701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:27.004005+0000 mon.a (mon.0) 4337 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:27.006832+0000 mon.a (mon.0) 4338 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:27.010156+0000 mon.a (mon.0) 4339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:27.011366+0000 mon.a (mon.0) 4340 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:27.019802+0000 mon.a (mon.0) 4341 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: cephadm 2023-12-06T07:09:27.020458+0000 mgr.y (mgr.25474) 1702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:27.097667+0000 mon.a (mon.0) 4342 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:27.100840+0000 mon.a (mon.0) 4343 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:27.104604+0000 mon.a (mon.0) 4344 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:27.105929+0000 mon.a (mon.0) 4345 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:27.114446+0000 mon.a (mon.0) 4346 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: cephadm 2023-12-06T07:09:27.115051+0000 mgr.y (mgr.25474) 1703 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:27.193981+0000 mon.a (mon.0) 4347 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:27.196780+0000 mon.a (mon.0) 4348 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:27.199546+0000 mon.a (mon.0) 4349 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:27.200520+0000 mon.a (mon.0) 4350 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[84914]: audit 2023-12-06T07:09:27.209179+0000 mon.a (mon.0) 4351 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.529337+0000 mon.a (mon.0) 4312 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.532043+0000 mon.a (mon.0) 4313 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.534926+0000 mon.a (mon.0) 4314 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.535925+0000 mon.a (mon.0) 4315 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.543772+0000 mon.a (mon.0) 4316 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: cephadm 2023-12-06T07:09:26.544430+0000 mgr.y (mgr.25474) 1697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.627365+0000 mon.a (mon.0) 4317 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.630392+0000 mon.a (mon.0) 4318 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.633167+0000 mon.a (mon.0) 4319 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.634402+0000 mon.a (mon.0) 4320 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.642474+0000 mon.a (mon.0) 4321 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: cephadm 2023-12-06T07:09:26.643080+0000 mgr.y (mgr.25474) 1698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.720774+0000 mon.a (mon.0) 4322 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.723822+0000 mon.a (mon.0) 4323 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.727574+0000 mon.a (mon.0) 4324 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.728990+0000 mon.a (mon.0) 4325 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.736861+0000 mon.a (mon.0) 4326 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: cephadm 2023-12-06T07:09:26.737686+0000 mgr.y (mgr.25474) 1699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.816348+0000 mon.a (mon.0) 4327 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.819093+0000 mon.a (mon.0) 4328 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.822686+0000 mon.a (mon.0) 4329 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.824019+0000 mon.a (mon.0) 4330 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.832361+0000 mon.a (mon.0) 4331 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: cephadm 2023-12-06T07:09:26.832903+0000 mgr.y (mgr.25474) 1700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.910211+0000 mon.a (mon.0) 4332 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.913339+0000 mon.a (mon.0) 4333 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.917254+0000 mon.a (mon.0) 4334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.918498+0000 mon.a (mon.0) 4335 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:26.926395+0000 mon.a (mon.0) 4336 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: cephadm 2023-12-06T07:09:26.927158+0000 mgr.y (mgr.25474) 1701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:27.004005+0000 mon.a (mon.0) 4337 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:27.006832+0000 mon.a (mon.0) 4338 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:27.010156+0000 mon.a (mon.0) 4339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:27.011366+0000 mon.a (mon.0) 4340 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:27.019802+0000 mon.a (mon.0) 4341 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: cephadm 2023-12-06T07:09:27.020458+0000 mgr.y (mgr.25474) 1702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:27.097667+0000 mon.a (mon.0) 4342 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:27.100840+0000 mon.a (mon.0) 4343 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:27.104604+0000 mon.a (mon.0) 4344 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:27.105929+0000 mon.a (mon.0) 4345 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:27.114446+0000 mon.a (mon.0) 4346 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: cephadm 2023-12-06T07:09:27.115051+0000 mgr.y (mgr.25474) 1703 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:27.193981+0000 mon.a (mon.0) 4347 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.544 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:27.196780+0000 mon.a (mon.0) 4348 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.544 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:27.199546+0000 mon.a (mon.0) 4349 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.544 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:27.200520+0000 mon.a (mon.0) 4350 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.544 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:27 smithi040 bash[78949]: audit 2023-12-06T07:09:27.209179+0000 mon.a (mon.0) 4351 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.582 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[83450]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-06T07:09:27.582 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[83450]: 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-06T07:09:27.583 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[83450]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-06T07:09:27.583 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[83450]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-06T07:09:27.583 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[83450]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-06T07:09:27.583 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[83450]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-06T07:09:27.583 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[83450]: --> ceph-volume raw activate successful for osd ID: 5 2023-12-06T07:09:27.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: cephadm 2023-12-06T07:09:26.167217+0000 mgr.y (mgr.25474) 1693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: cluster 2023-12-06T07:09:26.245069+0000 mon.a (mon.0) 4296 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:09:27.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.246072+0000 mon.a (mon.0) 4297 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.250388+0000 mon.a (mon.0) 4298 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.252226+0000 mon.a (mon.0) 4299 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.252910+0000 mon.a (mon.0) 4300 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.258103+0000 mon.a (mon.0) 4301 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: cephadm 2023-12-06T07:09:26.258686+0000 mgr.y (mgr.25474) 1694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.340034+0000 mon.a (mon.0) 4302 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.342512+0000 mon.a (mon.0) 4303 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.345466+0000 mon.a (mon.0) 4304 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.346274+0000 mon.a (mon.0) 4305 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.352111+0000 mon.a (mon.0) 4306 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: cephadm 2023-12-06T07:09:26.352673+0000 mgr.y (mgr.25474) 1695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.432350+0000 mon.a (mon.0) 4307 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.434564+0000 mon.a (mon.0) 4308 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.437214+0000 mon.a (mon.0) 4309 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.438143+0000 mon.a (mon.0) 4310 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.445927+0000 mon.a (mon.0) 4311 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: cephadm 2023-12-06T07:09:26.446566+0000 mgr.y (mgr.25474) 1696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.529337+0000 mon.a (mon.0) 4312 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.532043+0000 mon.a (mon.0) 4313 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.534926+0000 mon.a (mon.0) 4314 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.535925+0000 mon.a (mon.0) 4315 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.543772+0000 mon.a (mon.0) 4316 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: cephadm 2023-12-06T07:09:26.544430+0000 mgr.y (mgr.25474) 1697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.627365+0000 mon.a (mon.0) 4317 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.630392+0000 mon.a (mon.0) 4318 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.633167+0000 mon.a (mon.0) 4319 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.634402+0000 mon.a (mon.0) 4320 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.642474+0000 mon.a (mon.0) 4321 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: cephadm 2023-12-06T07:09:26.643080+0000 mgr.y (mgr.25474) 1698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.720774+0000 mon.a (mon.0) 4322 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.723822+0000 mon.a (mon.0) 4323 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.727574+0000 mon.a (mon.0) 4324 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.728990+0000 mon.a (mon.0) 4325 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.736861+0000 mon.a (mon.0) 4326 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: cephadm 2023-12-06T07:09:26.737686+0000 mgr.y (mgr.25474) 1699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.816348+0000 mon.a (mon.0) 4327 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.819093+0000 mon.a (mon.0) 4328 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.822686+0000 mon.a (mon.0) 4329 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.824019+0000 mon.a (mon.0) 4330 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.832361+0000 mon.a (mon.0) 4331 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: cephadm 2023-12-06T07:09:26.832903+0000 mgr.y (mgr.25474) 1700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.910211+0000 mon.a (mon.0) 4332 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.913339+0000 mon.a (mon.0) 4333 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.917254+0000 mon.a (mon.0) 4334 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.918498+0000 mon.a (mon.0) 4335 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:26.926395+0000 mon.a (mon.0) 4336 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: cephadm 2023-12-06T07:09:26.927158+0000 mgr.y (mgr.25474) 1701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.588 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:27.004005+0000 mon.a (mon.0) 4337 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.588 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:27.006832+0000 mon.a (mon.0) 4338 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.588 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:27.010156+0000 mon.a (mon.0) 4339 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.588 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:27.011366+0000 mon.a (mon.0) 4340 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.588 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:27.019802+0000 mon.a (mon.0) 4341 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.588 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: cephadm 2023-12-06T07:09:27.020458+0000 mgr.y (mgr.25474) 1702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.588 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:27.097667+0000 mon.a (mon.0) 4342 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.588 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:27.100840+0000 mon.a (mon.0) 4343 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.588 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:27.104604+0000 mon.a (mon.0) 4344 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.588 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:27.105929+0000 mon.a (mon.0) 4345 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.588 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:27.114446+0000 mon.a (mon.0) 4346 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:27.588 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: cephadm 2023-12-06T07:09:27.115051+0000 mgr.y (mgr.25474) 1703 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:27.589 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:27.193981+0000 mon.a (mon.0) 4347 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:27.589 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:27.196780+0000 mon.a (mon.0) 4348 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:27.589 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:27.199546+0000 mon.a (mon.0) 4349 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:27.589 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:27.200520+0000 mon.a (mon.0) 4350 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:27.589 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:27 smithi141 bash[72190]: audit 2023-12-06T07:09:27.209179+0000 mon.a (mon.0) 4351 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.314 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: cephadm 2023-12-06T07:09:27.209679+0000 mgr.y (mgr.25474) 1704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.314 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: cluster 2023-12-06T07:09:27.277771+0000 mgr.y (mgr.25474) 1705 : cluster 0 pgmap v237: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T07:09:28.314 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.290397+0000 mon.a (mon.0) 4352 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.314 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.294044+0000 mon.a (mon.0) 4353 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.314 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.297020+0000 mon.a (mon.0) 4354 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.314 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.297960+0000 mon.a (mon.0) 4355 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.314 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.306253+0000 mon.a (mon.0) 4356 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.314 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: cephadm 2023-12-06T07:09:27.306779+0000 mgr.y (mgr.25474) 1706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.383933+0000 mon.a (mon.0) 4357 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.387003+0000 mon.a (mon.0) 4358 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.390696+0000 mon.a (mon.0) 4359 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.391950+0000 mon.a (mon.0) 4360 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.402016+0000 mon.a (mon.0) 4361 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: cephadm 2023-12-06T07:09:27.402958+0000 mgr.y (mgr.25474) 1707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.483720+0000 mon.a (mon.0) 4362 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.486224+0000 mon.a (mon.0) 4363 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.489598+0000 mon.a (mon.0) 4364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.490583+0000 mon.a (mon.0) 4365 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.500751+0000 mon.a (mon.0) 4366 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: cephadm 2023-12-06T07:09:27.501405+0000 mgr.y (mgr.25474) 1708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.583112+0000 mon.a (mon.0) 4367 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.585335+0000 mon.a (mon.0) 4368 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.588590+0000 mon.a (mon.0) 4369 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.589917+0000 mon.a (mon.0) 4370 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.599457+0000 mon.a (mon.0) 4371 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: cephadm 2023-12-06T07:09:27.600032+0000 mgr.y (mgr.25474) 1709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.677365+0000 mon.a (mon.0) 4372 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.680413+0000 mon.a (mon.0) 4373 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.684100+0000 mon.a (mon.0) 4374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.686429+0000 mon.a (mon.0) 4375 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.698756+0000 mon.a (mon.0) 4376 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: cephadm 2023-12-06T07:09:27.699450+0000 mgr.y (mgr.25474) 1710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.778175+0000 mon.a (mon.0) 4377 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.781030+0000 mon.a (mon.0) 4378 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.784115+0000 mon.a (mon.0) 4379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.785314+0000 mon.a (mon.0) 4380 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.794761+0000 mon.a (mon.0) 4381 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: cephadm 2023-12-06T07:09:27.795574+0000 mgr.y (mgr.25474) 1711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.878299+0000 mon.a (mon.0) 4382 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.880500+0000 mon.a (mon.0) 4383 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.883244+0000 mon.a (mon.0) 4384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.884212+0000 mon.a (mon.0) 4385 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.893509+0000 mon.a (mon.0) 4386 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: cephadm 2023-12-06T07:09:27.894217+0000 mgr.y (mgr.25474) 1712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.975895+0000 mon.a (mon.0) 4387 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.978638+0000 mon.a (mon.0) 4388 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.982512+0000 mon.a (mon.0) 4389 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.983879+0000 mon.a (mon.0) 4390 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:27.995031+0000 mon.a (mon.0) 4391 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: cephadm 2023-12-06T07:09:27.995862+0000 mgr.y (mgr.25474) 1713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:28.076443+0000 mon.a (mon.0) 4392 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:28.078910+0000 mon.a (mon.0) 4393 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:28.081845+0000 mon.a (mon.0) 4394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:28.082899+0000 mon.a (mon.0) 4395 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:28.092730+0000 mon.a (mon.0) 4396 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: cephadm 2023-12-06T07:09:28.093371+0000 mgr.y (mgr.25474) 1714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:28.175128+0000 mon.a (mon.0) 4397 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:28.179770+0000 mon.a (mon.0) 4398 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:28.183992+0000 mon.a (mon.0) 4399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:28.185343+0000 mon.a (mon.0) 4400 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:28 smithi141 bash[72190]: audit 2023-12-06T07:09:28.194308+0000 mon.a (mon.0) 4401 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: cephadm 2023-12-06T07:09:27.209679+0000 mgr.y (mgr.25474) 1704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: cluster 2023-12-06T07:09:27.277771+0000 mgr.y (mgr.25474) 1705 : cluster 0 pgmap v237: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T07:09:28.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.290397+0000 mon.a (mon.0) 4352 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.294044+0000 mon.a (mon.0) 4353 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.297020+0000 mon.a (mon.0) 4354 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.297960+0000 mon.a (mon.0) 4355 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.306253+0000 mon.a (mon.0) 4356 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: cephadm 2023-12-06T07:09:27.306779+0000 mgr.y (mgr.25474) 1706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.383933+0000 mon.a (mon.0) 4357 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.387003+0000 mon.a (mon.0) 4358 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.390696+0000 mon.a (mon.0) 4359 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.391950+0000 mon.a (mon.0) 4360 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.402016+0000 mon.a (mon.0) 4361 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: cephadm 2023-12-06T07:09:27.402958+0000 mgr.y (mgr.25474) 1707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.483720+0000 mon.a (mon.0) 4362 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.486224+0000 mon.a (mon.0) 4363 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.489598+0000 mon.a (mon.0) 4364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.490583+0000 mon.a (mon.0) 4365 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.500751+0000 mon.a (mon.0) 4366 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: cephadm 2023-12-06T07:09:27.501405+0000 mgr.y (mgr.25474) 1708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.583112+0000 mon.a (mon.0) 4367 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.585335+0000 mon.a (mon.0) 4368 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.588590+0000 mon.a (mon.0) 4369 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.589917+0000 mon.a (mon.0) 4370 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.599457+0000 mon.a (mon.0) 4371 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: cephadm 2023-12-06T07:09:27.600032+0000 mgr.y (mgr.25474) 1709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.677365+0000 mon.a (mon.0) 4372 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.680413+0000 mon.a (mon.0) 4373 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.684100+0000 mon.a (mon.0) 4374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.686429+0000 mon.a (mon.0) 4375 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.698756+0000 mon.a (mon.0) 4376 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: cephadm 2023-12-06T07:09:27.699450+0000 mgr.y (mgr.25474) 1710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.778175+0000 mon.a (mon.0) 4377 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.781030+0000 mon.a (mon.0) 4378 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.784115+0000 mon.a (mon.0) 4379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.785314+0000 mon.a (mon.0) 4380 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.794761+0000 mon.a (mon.0) 4381 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: cephadm 2023-12-06T07:09:27.795574+0000 mgr.y (mgr.25474) 1711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.878299+0000 mon.a (mon.0) 4382 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.880500+0000 mon.a (mon.0) 4383 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.883244+0000 mon.a (mon.0) 4384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.884212+0000 mon.a (mon.0) 4385 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.893509+0000 mon.a (mon.0) 4386 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: cephadm 2023-12-06T07:09:27.894217+0000 mgr.y (mgr.25474) 1712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.975895+0000 mon.a (mon.0) 4387 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.978638+0000 mon.a (mon.0) 4388 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.982512+0000 mon.a (mon.0) 4389 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.983879+0000 mon.a (mon.0) 4390 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:27.995031+0000 mon.a (mon.0) 4391 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: cephadm 2023-12-06T07:09:27.995862+0000 mgr.y (mgr.25474) 1713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:28.076443+0000 mon.a (mon.0) 4392 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:28.078910+0000 mon.a (mon.0) 4393 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:28.081845+0000 mon.a (mon.0) 4394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:28.082899+0000 mon.a (mon.0) 4395 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:28.092730+0000 mon.a (mon.0) 4396 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: cephadm 2023-12-06T07:09:28.093371+0000 mgr.y (mgr.25474) 1714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:28.175128+0000 mon.a (mon.0) 4397 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:28.179770+0000 mon.a (mon.0) 4398 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:28.183992+0000 mon.a (mon.0) 4399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:28.185343+0000 mon.a (mon.0) 4400 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[84914]: audit 2023-12-06T07:09:28.194308+0000 mon.a (mon.0) 4401 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: cephadm 2023-12-06T07:09:27.209679+0000 mgr.y (mgr.25474) 1704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: cluster 2023-12-06T07:09:27.277771+0000 mgr.y (mgr.25474) 1705 : cluster 0 pgmap v237: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T07:09:28.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.290397+0000 mon.a (mon.0) 4352 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.294044+0000 mon.a (mon.0) 4353 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.297020+0000 mon.a (mon.0) 4354 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.297960+0000 mon.a (mon.0) 4355 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.306253+0000 mon.a (mon.0) 4356 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: cephadm 2023-12-06T07:09:27.306779+0000 mgr.y (mgr.25474) 1706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.383933+0000 mon.a (mon.0) 4357 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.387003+0000 mon.a (mon.0) 4358 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.390696+0000 mon.a (mon.0) 4359 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.391950+0000 mon.a (mon.0) 4360 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.402016+0000 mon.a (mon.0) 4361 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: cephadm 2023-12-06T07:09:27.402958+0000 mgr.y (mgr.25474) 1707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.483720+0000 mon.a (mon.0) 4362 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.486224+0000 mon.a (mon.0) 4363 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.489598+0000 mon.a (mon.0) 4364 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.490583+0000 mon.a (mon.0) 4365 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.500751+0000 mon.a (mon.0) 4366 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: cephadm 2023-12-06T07:09:27.501405+0000 mgr.y (mgr.25474) 1708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.583112+0000 mon.a (mon.0) 4367 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.585335+0000 mon.a (mon.0) 4368 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.588590+0000 mon.a (mon.0) 4369 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.589917+0000 mon.a (mon.0) 4370 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.599457+0000 mon.a (mon.0) 4371 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: cephadm 2023-12-06T07:09:27.600032+0000 mgr.y (mgr.25474) 1709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.677365+0000 mon.a (mon.0) 4372 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.680413+0000 mon.a (mon.0) 4373 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.684100+0000 mon.a (mon.0) 4374 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.686429+0000 mon.a (mon.0) 4375 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.698756+0000 mon.a (mon.0) 4376 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: cephadm 2023-12-06T07:09:27.699450+0000 mgr.y (mgr.25474) 1710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.778175+0000 mon.a (mon.0) 4377 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.781030+0000 mon.a (mon.0) 4378 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.784115+0000 mon.a (mon.0) 4379 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.785314+0000 mon.a (mon.0) 4380 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.794761+0000 mon.a (mon.0) 4381 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: cephadm 2023-12-06T07:09:27.795574+0000 mgr.y (mgr.25474) 1711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.878299+0000 mon.a (mon.0) 4382 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.880500+0000 mon.a (mon.0) 4383 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.883244+0000 mon.a (mon.0) 4384 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.884212+0000 mon.a (mon.0) 4385 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.893509+0000 mon.a (mon.0) 4386 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: cephadm 2023-12-06T07:09:27.894217+0000 mgr.y (mgr.25474) 1712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.975895+0000 mon.a (mon.0) 4387 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.978638+0000 mon.a (mon.0) 4388 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.982512+0000 mon.a (mon.0) 4389 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.983879+0000 mon.a (mon.0) 4390 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:27.995031+0000 mon.a (mon.0) 4391 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: cephadm 2023-12-06T07:09:27.995862+0000 mgr.y (mgr.25474) 1713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:28.076443+0000 mon.a (mon.0) 4392 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:28.078910+0000 mon.a (mon.0) 4393 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:28.081845+0000 mon.a (mon.0) 4394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:28.082899+0000 mon.a (mon.0) 4395 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:28.092730+0000 mon.a (mon.0) 4396 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: cephadm 2023-12-06T07:09:28.093371+0000 mgr.y (mgr.25474) 1714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:28.175128+0000 mon.a (mon.0) 4397 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:28.179770+0000 mon.a (mon.0) 4398 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:28.183992+0000 mon.a (mon.0) 4399 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:28.185343+0000 mon.a (mon.0) 4400 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:28.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:28 smithi040 bash[78949]: audit 2023-12-06T07:09:28.194308+0000 mon.a (mon.0) 4401 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: cephadm 2023-12-06T07:09:28.194950+0000 mgr.y (mgr.25474) 1715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.274509+0000 mon.a (mon.0) 4402 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.277554+0000 mon.a (mon.0) 4403 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.280713+0000 mon.a (mon.0) 4404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.281938+0000 mon.a (mon.0) 4405 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.317347+0000 mon.a (mon.0) 4406 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: cephadm 2023-12-06T07:09:28.318147+0000 mgr.y (mgr.25474) 1716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.395556+0000 mon.a (mon.0) 4407 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.398773+0000 mon.a (mon.0) 4408 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.401954+0000 mon.a (mon.0) 4409 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.403344+0000 mon.a (mon.0) 4410 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.411620+0000 mon.a (mon.0) 4411 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: cephadm 2023-12-06T07:09:28.412239+0000 mgr.y (mgr.25474) 1717 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.492048+0000 mon.a (mon.0) 4412 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.494591+0000 mon.a (mon.0) 4413 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.497493+0000 mon.a (mon.0) 4414 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.498602+0000 mon.a (mon.0) 4415 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.504720+0000 mon.a (mon.0) 4416 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: cephadm 2023-12-06T07:09:28.505238+0000 mgr.y (mgr.25474) 1718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.584457+0000 mon.a (mon.0) 4417 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.587573+0000 mon.a (mon.0) 4418 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.591740+0000 mon.a (mon.0) 4419 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.593354+0000 mon.a (mon.0) 4420 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.603161+0000 mon.a (mon.0) 4421 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: cephadm 2023-12-06T07:09:28.604010+0000 mgr.y (mgr.25474) 1719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.686651+0000 mon.a (mon.0) 4422 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.689089+0000 mon.a (mon.0) 4423 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.691926+0000 mon.a (mon.0) 4424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.692923+0000 mon.a (mon.0) 4425 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.699195+0000 mon.a (mon.0) 4426 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: cephadm 2023-12-06T07:09:28.699853+0000 mgr.y (mgr.25474) 1720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.763592+0000 mon.a (mon.0) 4427 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.765777+0000 mon.a (mon.0) 4428 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.768394+0000 mon.a (mon.0) 4429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.769315+0000 mon.a (mon.0) 4430 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.776992+0000 mon.a (mon.0) 4431 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: cephadm 2023-12-06T07:09:28.777593+0000 mgr.y (mgr.25474) 1721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.856856+0000 mon.a (mon.0) 4432 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.859244+0000 mon.a (mon.0) 4433 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.861878+0000 mon.a (mon.0) 4434 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.862748+0000 mon.a (mon.0) 4435 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.869673+0000 mon.a (mon.0) 4436 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: cephadm 2023-12-06T07:09:28.870176+0000 mgr.y (mgr.25474) 1722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.951193+0000 mon.a (mon.0) 4437 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.953273+0000 mon.a (mon.0) 4438 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.955817+0000 mon.a (mon.0) 4439 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.956749+0000 mon.a (mon.0) 4440 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:28.964820+0000 mon.a (mon.0) 4441 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: cephadm 2023-12-06T07:09:28.965736+0000 mgr.y (mgr.25474) 1723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:29.045746+0000 mon.a (mon.0) 4442 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:29.048402+0000 mon.a (mon.0) 4443 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:29.051263+0000 mon.a (mon.0) 4444 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:29.052207+0000 mon.a (mon.0) 4445 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:29.061692+0000 mon.a (mon.0) 4446 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: cephadm 2023-12-06T07:09:29.062401+0000 mgr.y (mgr.25474) 1724 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:29.140545+0000 mon.a (mon.0) 4447 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:29.143262+0000 mon.a (mon.0) 4448 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:29.146941+0000 mon.a (mon.0) 4449 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:29.148039+0000 mon.a (mon.0) 4450 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:29.157680+0000 mon.a (mon.0) 4451 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:29.235183+0000 mon.a (mon.0) 4452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:29.238400+0000 mon.a (mon.0) 4453 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:29.242025+0000 mon.a (mon.0) 4454 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:29.243144+0000 mon.a (mon.0) 4455 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[84914]: audit 2023-12-06T07:09:29.251092+0000 mon.a (mon.0) 4456 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: cephadm 2023-12-06T07:09:28.194950+0000 mgr.y (mgr.25474) 1715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.274509+0000 mon.a (mon.0) 4402 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.277554+0000 mon.a (mon.0) 4403 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.280713+0000 mon.a (mon.0) 4404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.281938+0000 mon.a (mon.0) 4405 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.317347+0000 mon.a (mon.0) 4406 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: cephadm 2023-12-06T07:09:28.318147+0000 mgr.y (mgr.25474) 1716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.395556+0000 mon.a (mon.0) 4407 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.398773+0000 mon.a (mon.0) 4408 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.401954+0000 mon.a (mon.0) 4409 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.403344+0000 mon.a (mon.0) 4410 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.411620+0000 mon.a (mon.0) 4411 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: cephadm 2023-12-06T07:09:28.412239+0000 mgr.y (mgr.25474) 1717 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.492048+0000 mon.a (mon.0) 4412 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.494591+0000 mon.a (mon.0) 4413 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.497493+0000 mon.a (mon.0) 4414 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.498602+0000 mon.a (mon.0) 4415 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.504720+0000 mon.a (mon.0) 4416 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: cephadm 2023-12-06T07:09:28.505238+0000 mgr.y (mgr.25474) 1718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.584457+0000 mon.a (mon.0) 4417 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.587573+0000 mon.a (mon.0) 4418 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.591740+0000 mon.a (mon.0) 4419 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.593354+0000 mon.a (mon.0) 4420 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.603161+0000 mon.a (mon.0) 4421 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: cephadm 2023-12-06T07:09:28.604010+0000 mgr.y (mgr.25474) 1719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.686651+0000 mon.a (mon.0) 4422 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.689089+0000 mon.a (mon.0) 4423 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.691926+0000 mon.a (mon.0) 4424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.692923+0000 mon.a (mon.0) 4425 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.699195+0000 mon.a (mon.0) 4426 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: cephadm 2023-12-06T07:09:28.699853+0000 mgr.y (mgr.25474) 1720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.763592+0000 mon.a (mon.0) 4427 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.765777+0000 mon.a (mon.0) 4428 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.768394+0000 mon.a (mon.0) 4429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.769315+0000 mon.a (mon.0) 4430 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.776992+0000 mon.a (mon.0) 4431 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: cephadm 2023-12-06T07:09:28.777593+0000 mgr.y (mgr.25474) 1721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.856856+0000 mon.a (mon.0) 4432 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.859244+0000 mon.a (mon.0) 4433 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.861878+0000 mon.a (mon.0) 4434 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.862748+0000 mon.a (mon.0) 4435 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.869673+0000 mon.a (mon.0) 4436 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: cephadm 2023-12-06T07:09:28.870176+0000 mgr.y (mgr.25474) 1722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.951193+0000 mon.a (mon.0) 4437 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.953273+0000 mon.a (mon.0) 4438 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.955817+0000 mon.a (mon.0) 4439 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.956749+0000 mon.a (mon.0) 4440 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:28.964820+0000 mon.a (mon.0) 4441 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: cephadm 2023-12-06T07:09:28.965736+0000 mgr.y (mgr.25474) 1723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:29.045746+0000 mon.a (mon.0) 4442 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:29.048402+0000 mon.a (mon.0) 4443 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:29.051263+0000 mon.a (mon.0) 4444 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:29.052207+0000 mon.a (mon.0) 4445 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:29.061692+0000 mon.a (mon.0) 4446 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: cephadm 2023-12-06T07:09:29.062401+0000 mgr.y (mgr.25474) 1724 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:29.140545+0000 mon.a (mon.0) 4447 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:29.143262+0000 mon.a (mon.0) 4448 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:29.146941+0000 mon.a (mon.0) 4449 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:29.148039+0000 mon.a (mon.0) 4450 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:29.157680+0000 mon.a (mon.0) 4451 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:29.235183+0000 mon.a (mon.0) 4452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:29.238400+0000 mon.a (mon.0) 4453 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:29.242025+0000 mon.a (mon.0) 4454 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:29.243144+0000 mon.a (mon.0) 4455 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:29 smithi040 bash[78949]: audit 2023-12-06T07:09:29.251092+0000 mon.a (mon.0) 4456 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.582 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: cephadm 2023-12-06T07:09:28.194950+0000 mgr.y (mgr.25474) 1715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.582 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.274509+0000 mon.a (mon.0) 4402 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.582 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.277554+0000 mon.a (mon.0) 4403 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.280713+0000 mon.a (mon.0) 4404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.281938+0000 mon.a (mon.0) 4405 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.317347+0000 mon.a (mon.0) 4406 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: cephadm 2023-12-06T07:09:28.318147+0000 mgr.y (mgr.25474) 1716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.395556+0000 mon.a (mon.0) 4407 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.398773+0000 mon.a (mon.0) 4408 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.401954+0000 mon.a (mon.0) 4409 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.403344+0000 mon.a (mon.0) 4410 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.411620+0000 mon.a (mon.0) 4411 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: cephadm 2023-12-06T07:09:28.412239+0000 mgr.y (mgr.25474) 1717 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.492048+0000 mon.a (mon.0) 4412 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.494591+0000 mon.a (mon.0) 4413 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.497493+0000 mon.a (mon.0) 4414 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.498602+0000 mon.a (mon.0) 4415 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.583 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.504720+0000 mon.a (mon.0) 4416 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: cephadm 2023-12-06T07:09:28.505238+0000 mgr.y (mgr.25474) 1718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.584457+0000 mon.a (mon.0) 4417 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.587573+0000 mon.a (mon.0) 4418 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.591740+0000 mon.a (mon.0) 4419 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.593354+0000 mon.a (mon.0) 4420 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.603161+0000 mon.a (mon.0) 4421 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: cephadm 2023-12-06T07:09:28.604010+0000 mgr.y (mgr.25474) 1719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.686651+0000 mon.a (mon.0) 4422 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.689089+0000 mon.a (mon.0) 4423 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.691926+0000 mon.a (mon.0) 4424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.692923+0000 mon.a (mon.0) 4425 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.699195+0000 mon.a (mon.0) 4426 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: cephadm 2023-12-06T07:09:28.699853+0000 mgr.y (mgr.25474) 1720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.763592+0000 mon.a (mon.0) 4427 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.584 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.765777+0000 mon.a (mon.0) 4428 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.768394+0000 mon.a (mon.0) 4429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.769315+0000 mon.a (mon.0) 4430 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.776992+0000 mon.a (mon.0) 4431 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: cephadm 2023-12-06T07:09:28.777593+0000 mgr.y (mgr.25474) 1721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.856856+0000 mon.a (mon.0) 4432 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.859244+0000 mon.a (mon.0) 4433 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.861878+0000 mon.a (mon.0) 4434 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.862748+0000 mon.a (mon.0) 4435 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.585 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.869673+0000 mon.a (mon.0) 4436 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: cephadm 2023-12-06T07:09:28.870176+0000 mgr.y (mgr.25474) 1722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.951193+0000 mon.a (mon.0) 4437 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.953273+0000 mon.a (mon.0) 4438 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.955817+0000 mon.a (mon.0) 4439 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.956749+0000 mon.a (mon.0) 4440 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:28.964820+0000 mon.a (mon.0) 4441 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: cephadm 2023-12-06T07:09:28.965736+0000 mgr.y (mgr.25474) 1723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:29.045746+0000 mon.a (mon.0) 4442 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:29.048402+0000 mon.a (mon.0) 4443 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:29.051263+0000 mon.a (mon.0) 4444 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:29.052207+0000 mon.a (mon.0) 4445 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:29.061692+0000 mon.a (mon.0) 4446 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: cephadm 2023-12-06T07:09:29.062401+0000 mgr.y (mgr.25474) 1724 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:29.586 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:29.140545+0000 mon.a (mon.0) 4447 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:29.143262+0000 mon.a (mon.0) 4448 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:29.146941+0000 mon.a (mon.0) 4449 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:29.148039+0000 mon.a (mon.0) 4450 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:29.157680+0000 mon.a (mon.0) 4451 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:29.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:29.235183+0000 mon.a (mon.0) 4452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:29.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:29.238400+0000 mon.a (mon.0) 4453 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:29.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:29.242025+0000 mon.a (mon.0) 4454 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:29.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:29.243144+0000 mon.a (mon.0) 4455 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:29.587 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:29 smithi141 bash[72190]: audit 2023-12-06T07:09:29.251092+0000 mon.a (mon.0) 4456 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.530 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[83920]: debug 2023-12-06T07:09:30.340+0000 7f03fbada700 1 -- 172.21.15.141:0/1674045936 <== mon.2 v2:172.21.15.141:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56054b7d71e0 con 0x56054b85cc00 2023-12-06T07:09:30.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: cephadm 2023-12-06T07:09:29.158273+0000 mgr.y (mgr.25474) 1725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: cephadm 2023-12-06T07:09:29.251801+0000 mgr.y (mgr.25474) 1726 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: cluster 2023-12-06T07:09:29.278655+0000 mgr.y (mgr.25474) 1727 : cluster 0 pgmap v238: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T07:09:30.530 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.329526+0000 mon.a (mon.0) 4457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.331972+0000 mon.a (mon.0) 4458 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.336284+0000 mon.a (mon.0) 4459 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.337525+0000 mon.a (mon.0) 4460 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.346799+0000 mon.a (mon.0) 4461 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: cephadm 2023-12-06T07:09:29.347653+0000 mgr.y (mgr.25474) 1728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.426526+0000 mon.a (mon.0) 4462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.428965+0000 mon.a (mon.0) 4463 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.431239+0000 mon.a (mon.0) 4464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.432147+0000 mon.a (mon.0) 4465 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.438850+0000 mon.a (mon.0) 4466 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: cephadm 2023-12-06T07:09:29.439428+0000 mgr.y (mgr.25474) 1729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.524889+0000 mon.a (mon.0) 4467 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.527399+0000 mon.a (mon.0) 4468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.530467+0000 mon.a (mon.0) 4469 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.531783+0000 mon.a (mon.0) 4470 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.531 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.540295+0000 mon.a (mon.0) 4471 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: cephadm 2023-12-06T07:09:29.540887+0000 mgr.y (mgr.25474) 1730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.622106+0000 mon.a (mon.0) 4472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.624677+0000 mon.a (mon.0) 4473 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.628501+0000 mon.a (mon.0) 4474 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.629518+0000 mon.a (mon.0) 4475 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.637239+0000 mon.a (mon.0) 4476 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: cephadm 2023-12-06T07:09:29.637942+0000 mgr.y (mgr.25474) 1731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.719322+0000 mon.a (mon.0) 4477 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.722165+0000 mon.a (mon.0) 4478 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.725428+0000 mon.a (mon.0) 4479 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.726441+0000 mon.a (mon.0) 4480 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.734751+0000 mon.a (mon.0) 4481 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: cephadm 2023-12-06T07:09:29.735654+0000 mgr.y (mgr.25474) 1732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.816458+0000 mon.a (mon.0) 4482 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.532 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.819331+0000 mon.a (mon.0) 4483 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.533 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.822145+0000 mon.a (mon.0) 4484 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.533 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.823598+0000 mon.a (mon.0) 4485 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.533 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.831244+0000 mon.a (mon.0) 4486 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.533 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: cephadm 2023-12-06T07:09:29.832102+0000 mgr.y (mgr.25474) 1733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.533 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.911087+0000 mon.a (mon.0) 4487 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: cephadm 2023-12-06T07:09:29.158273+0000 mgr.y (mgr.25474) 1725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: cephadm 2023-12-06T07:09:29.251801+0000 mgr.y (mgr.25474) 1726 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: cluster 2023-12-06T07:09:29.278655+0000 mgr.y (mgr.25474) 1727 : cluster 0 pgmap v238: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T07:09:30.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.329526+0000 mon.a (mon.0) 4457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.331972+0000 mon.a (mon.0) 4458 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.336284+0000 mon.a (mon.0) 4459 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.337525+0000 mon.a (mon.0) 4460 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.346799+0000 mon.a (mon.0) 4461 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: cephadm 2023-12-06T07:09:29.347653+0000 mgr.y (mgr.25474) 1728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.426526+0000 mon.a (mon.0) 4462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.428965+0000 mon.a (mon.0) 4463 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.431239+0000 mon.a (mon.0) 4464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.432147+0000 mon.a (mon.0) 4465 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.438850+0000 mon.a (mon.0) 4466 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: cephadm 2023-12-06T07:09:29.439428+0000 mgr.y (mgr.25474) 1729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.524889+0000 mon.a (mon.0) 4467 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.527399+0000 mon.a (mon.0) 4468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.530467+0000 mon.a (mon.0) 4469 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.531783+0000 mon.a (mon.0) 4470 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: cephadm 2023-12-06T07:09:29.158273+0000 mgr.y (mgr.25474) 1725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: cephadm 2023-12-06T07:09:29.251801+0000 mgr.y (mgr.25474) 1726 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: cluster 2023-12-06T07:09:29.278655+0000 mgr.y (mgr.25474) 1727 : cluster 0 pgmap v238: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T07:09:30.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.329526+0000 mon.a (mon.0) 4457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.331972+0000 mon.a (mon.0) 4458 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.336284+0000 mon.a (mon.0) 4459 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.337525+0000 mon.a (mon.0) 4460 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.346799+0000 mon.a (mon.0) 4461 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: cephadm 2023-12-06T07:09:29.347653+0000 mgr.y (mgr.25474) 1728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.426526+0000 mon.a (mon.0) 4462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.428965+0000 mon.a (mon.0) 4463 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.431239+0000 mon.a (mon.0) 4464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.432147+0000 mon.a (mon.0) 4465 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.438850+0000 mon.a (mon.0) 4466 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: cephadm 2023-12-06T07:09:29.439428+0000 mgr.y (mgr.25474) 1729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.524889+0000 mon.a (mon.0) 4467 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.527399+0000 mon.a (mon.0) 4468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.530467+0000 mon.a (mon.0) 4469 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.531783+0000 mon.a (mon.0) 4470 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.536 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.913390+0000 mon.a (mon.0) 4488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.536 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.916614+0000 mon.a (mon.0) 4489 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.537 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.917468+0000 mon.a (mon.0) 4490 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.537 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:29.926689+0000 mon.a (mon.0) 4491 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.537 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: cephadm 2023-12-06T07:09:29.927568+0000 mgr.y (mgr.25474) 1734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.537 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:30.011902+0000 mon.a (mon.0) 4492 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.537 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:30.014380+0000 mon.a (mon.0) 4493 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.537 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:30.017013+0000 mon.a (mon.0) 4494 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.537 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:30.017944+0000 mon.a (mon.0) 4495 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.537 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:30.023504+0000 mon.a (mon.0) 4496 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.537 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: cephadm 2023-12-06T07:09:30.024462+0000 mgr.y (mgr.25474) 1735 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.537 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:30.107219+0000 mon.a (mon.0) 4497 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.537 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:30.109266+0000 mon.a (mon.0) 4498 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.537 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:30.111696+0000 mon.a (mon.0) 4499 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.537 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:30.112511+0000 mon.a (mon.0) 4500 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.537 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:30.120271+0000 mon.a (mon.0) 4501 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.537 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: cephadm 2023-12-06T07:09:30.121126+0000 mgr.y (mgr.25474) 1736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.538 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:30.200376+0000 mon.a (mon.0) 4502 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.538 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:30.202555+0000 mon.a (mon.0) 4503 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.538 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:30.204982+0000 mon.a (mon.0) 4504 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.538 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:30.205820+0000 mon.a (mon.0) 4505 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.538 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[72190]: audit 2023-12-06T07:09:30.212906+0000 mon.a (mon.0) 4506 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.540295+0000 mon.a (mon.0) 4471 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: cephadm 2023-12-06T07:09:29.540887+0000 mgr.y (mgr.25474) 1730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.622106+0000 mon.a (mon.0) 4472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.624677+0000 mon.a (mon.0) 4473 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.628501+0000 mon.a (mon.0) 4474 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.629518+0000 mon.a (mon.0) 4475 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.637239+0000 mon.a (mon.0) 4476 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: cephadm 2023-12-06T07:09:29.637942+0000 mgr.y (mgr.25474) 1731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.719322+0000 mon.a (mon.0) 4477 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.722165+0000 mon.a (mon.0) 4478 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.725428+0000 mon.a (mon.0) 4479 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.726441+0000 mon.a (mon.0) 4480 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.734751+0000 mon.a (mon.0) 4481 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: cephadm 2023-12-06T07:09:29.735654+0000 mgr.y (mgr.25474) 1732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.816458+0000 mon.a (mon.0) 4482 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.819331+0000 mon.a (mon.0) 4483 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.822145+0000 mon.a (mon.0) 4484 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.823598+0000 mon.a (mon.0) 4485 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.831244+0000 mon.a (mon.0) 4486 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: cephadm 2023-12-06T07:09:29.832102+0000 mgr.y (mgr.25474) 1733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.911087+0000 mon.a (mon.0) 4487 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.540295+0000 mon.a (mon.0) 4471 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: cephadm 2023-12-06T07:09:29.540887+0000 mgr.y (mgr.25474) 1730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.622106+0000 mon.a (mon.0) 4472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.624677+0000 mon.a (mon.0) 4473 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.628501+0000 mon.a (mon.0) 4474 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.629518+0000 mon.a (mon.0) 4475 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.637239+0000 mon.a (mon.0) 4476 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: cephadm 2023-12-06T07:09:29.637942+0000 mgr.y (mgr.25474) 1731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.719322+0000 mon.a (mon.0) 4477 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.722165+0000 mon.a (mon.0) 4478 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.725428+0000 mon.a (mon.0) 4479 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.726441+0000 mon.a (mon.0) 4480 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.734751+0000 mon.a (mon.0) 4481 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: cephadm 2023-12-06T07:09:29.735654+0000 mgr.y (mgr.25474) 1732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.816458+0000 mon.a (mon.0) 4482 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.819331+0000 mon.a (mon.0) 4483 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.822145+0000 mon.a (mon.0) 4484 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.823598+0000 mon.a (mon.0) 4485 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.831244+0000 mon.a (mon.0) 4486 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: cephadm 2023-12-06T07:09:29.832102+0000 mgr.y (mgr.25474) 1733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.911087+0000 mon.a (mon.0) 4487 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.913390+0000 mon.a (mon.0) 4488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.916614+0000 mon.a (mon.0) 4489 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.917468+0000 mon.a (mon.0) 4490 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:29.926689+0000 mon.a (mon.0) 4491 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: cephadm 2023-12-06T07:09:29.927568+0000 mgr.y (mgr.25474) 1734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:30.011902+0000 mon.a (mon.0) 4492 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:30.014380+0000 mon.a (mon.0) 4493 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:30.017013+0000 mon.a (mon.0) 4494 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:30.017944+0000 mon.a (mon.0) 4495 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:30.023504+0000 mon.a (mon.0) 4496 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: cephadm 2023-12-06T07:09:30.024462+0000 mgr.y (mgr.25474) 1735 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:30.107219+0000 mon.a (mon.0) 4497 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:30.109266+0000 mon.a (mon.0) 4498 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:30.111696+0000 mon.a (mon.0) 4499 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:30.112511+0000 mon.a (mon.0) 4500 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:30.120271+0000 mon.a (mon.0) 4501 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: cephadm 2023-12-06T07:09:30.121126+0000 mgr.y (mgr.25474) 1736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:30.200376+0000 mon.a (mon.0) 4502 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:30.202555+0000 mon.a (mon.0) 4503 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:30.204982+0000 mon.a (mon.0) 4504 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:30.205820+0000 mon.a (mon.0) 4505 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.543 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[78949]: audit 2023-12-06T07:09:30.212906+0000 mon.a (mon.0) 4506 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.913390+0000 mon.a (mon.0) 4488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.916614+0000 mon.a (mon.0) 4489 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.917468+0000 mon.a (mon.0) 4490 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:29.926689+0000 mon.a (mon.0) 4491 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: cephadm 2023-12-06T07:09:29.927568+0000 mgr.y (mgr.25474) 1734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:30.011902+0000 mon.a (mon.0) 4492 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:30.014380+0000 mon.a (mon.0) 4493 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:30.017013+0000 mon.a (mon.0) 4494 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:30.017944+0000 mon.a (mon.0) 4495 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:30.023504+0000 mon.a (mon.0) 4496 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: cephadm 2023-12-06T07:09:30.024462+0000 mgr.y (mgr.25474) 1735 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:30.107219+0000 mon.a (mon.0) 4497 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:30.109266+0000 mon.a (mon.0) 4498 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:30.111696+0000 mon.a (mon.0) 4499 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:30.112511+0000 mon.a (mon.0) 4500 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:30.120271+0000 mon.a (mon.0) 4501 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: cephadm 2023-12-06T07:09:30.121126+0000 mgr.y (mgr.25474) 1736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:30.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:30.200376+0000 mon.a (mon.0) 4502 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:30.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:30.202555+0000 mon.a (mon.0) 4503 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:30.544 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:30.204982+0000 mon.a (mon.0) 4504 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:30.545 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:30.205820+0000 mon.a (mon.0) 4505 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:30.545 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:30 smithi040 bash[84914]: audit 2023-12-06T07:09:30.212906+0000 mon.a (mon.0) 4506 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:30.876 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:30 smithi141 bash[83920]: debug 2023-12-06T07:09:30.656+0000 7f0404c60640 -1 Falling back to public interface 2023-12-06T07:09:31.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: cephadm 2023-12-06T07:09:30.213463+0000 mgr.y (mgr.25474) 1737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.288369+0000 mon.a (mon.0) 4507 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.290667+0000 mon.a (mon.0) 4508 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.293034+0000 mon.a (mon.0) 4509 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.293775+0000 mon.a (mon.0) 4510 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.299334+0000 mon.a (mon.0) 4511 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: cephadm 2023-12-06T07:09:30.299985+0000 mgr.y (mgr.25474) 1738 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.380252+0000 mon.a (mon.0) 4512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.383724+0000 mon.a (mon.0) 4513 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.387815+0000 mon.a (mon.0) 4514 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.389357+0000 mon.a (mon.0) 4515 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.395940+0000 mon.a (mon.0) 4516 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: cephadm 2023-12-06T07:09:30.396608+0000 mgr.y (mgr.25474) 1739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.476489+0000 mon.a (mon.0) 4517 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.479824+0000 mon.a (mon.0) 4518 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.482719+0000 mon.a (mon.0) 4519 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.483852+0000 mon.a (mon.0) 4520 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.492456+0000 mon.a (mon.0) 4521 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: cephadm 2023-12-06T07:09:30.493450+0000 mgr.y (mgr.25474) 1740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.574815+0000 mon.a (mon.0) 4522 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.577090+0000 mon.a (mon.0) 4523 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.580271+0000 mon.a (mon.0) 4524 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.581513+0000 mon.a (mon.0) 4525 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.589277+0000 mon.a (mon.0) 4526 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: cephadm 2023-12-06T07:09:30.589994+0000 mgr.y (mgr.25474) 1741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.667498+0000 mon.a (mon.0) 4527 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.672147+0000 mon.a (mon.0) 4528 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.676132+0000 mon.a (mon.0) 4529 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.677629+0000 mon.a (mon.0) 4530 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.685078+0000 mon.a (mon.0) 4531 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: cephadm 2023-12-06T07:09:30.685982+0000 mgr.y (mgr.25474) 1742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.767970+0000 mon.a (mon.0) 4532 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.770381+0000 mon.a (mon.0) 4533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.773045+0000 mon.a (mon.0) 4534 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.774158+0000 mon.a (mon.0) 4535 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.782134+0000 mon.a (mon.0) 4536 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: cephadm 2023-12-06T07:09:30.782789+0000 mgr.y (mgr.25474) 1743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.861829+0000 mon.a (mon.0) 4537 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.864712+0000 mon.a (mon.0) 4538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.868243+0000 mon.a (mon.0) 4539 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: cephadm 2023-12-06T07:09:30.213463+0000 mgr.y (mgr.25474) 1737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.288369+0000 mon.a (mon.0) 4507 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.290667+0000 mon.a (mon.0) 4508 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.293034+0000 mon.a (mon.0) 4509 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.293775+0000 mon.a (mon.0) 4510 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.299334+0000 mon.a (mon.0) 4511 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: cephadm 2023-12-06T07:09:30.299985+0000 mgr.y (mgr.25474) 1738 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.380252+0000 mon.a (mon.0) 4512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.383724+0000 mon.a (mon.0) 4513 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.387815+0000 mon.a (mon.0) 4514 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.389357+0000 mon.a (mon.0) 4515 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.395940+0000 mon.a (mon.0) 4516 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: cephadm 2023-12-06T07:09:30.396608+0000 mgr.y (mgr.25474) 1739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.476489+0000 mon.a (mon.0) 4517 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.479824+0000 mon.a (mon.0) 4518 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.482719+0000 mon.a (mon.0) 4519 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.483852+0000 mon.a (mon.0) 4520 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.492456+0000 mon.a (mon.0) 4521 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: cephadm 2023-12-06T07:09:30.493450+0000 mgr.y (mgr.25474) 1740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.574815+0000 mon.a (mon.0) 4522 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.869492+0000 mon.a (mon.0) 4540 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.878796+0000 mon.a (mon.0) 4541 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: cephadm 2023-12-06T07:09:30.879676+0000 mgr.y (mgr.25474) 1744 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.959215+0000 mon.a (mon.0) 4542 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.962490+0000 mon.a (mon.0) 4543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.966648+0000 mon.a (mon.0) 4544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.967994+0000 mon.a (mon.0) 4545 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:30.975344+0000 mon.a (mon.0) 4546 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: cephadm 2023-12-06T07:09:30.976089+0000 mgr.y (mgr.25474) 1745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:31.056028+0000 mon.a (mon.0) 4547 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:31.058708+0000 mon.a (mon.0) 4548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:31.061991+0000 mon.a (mon.0) 4549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:31.063341+0000 mon.a (mon.0) 4550 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:31.071801+0000 mon.a (mon.0) 4551 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: cephadm 2023-12-06T07:09:31.072359+0000 mgr.y (mgr.25474) 1746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:31.149412+0000 mon.a (mon.0) 4552 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:31.152111+0000 mon.a (mon.0) 4553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:31.156016+0000 mon.a (mon.0) 4554 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:31.157348+0000 mon.a (mon.0) 4555 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:31.164518+0000 mon.a (mon.0) 4556 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:31.244488+0000 mon.a (mon.0) 4557 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:31.248246+0000 mon.a (mon.0) 4558 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:31.251502+0000 mon.a (mon.0) 4559 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:31.252675+0000 mon.a (mon.0) 4560 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[78949]: audit 2023-12-06T07:09:31.261048+0000 mon.a (mon.0) 4561 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.577090+0000 mon.a (mon.0) 4523 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.580271+0000 mon.a (mon.0) 4524 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.581513+0000 mon.a (mon.0) 4525 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.589277+0000 mon.a (mon.0) 4526 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: cephadm 2023-12-06T07:09:30.589994+0000 mgr.y (mgr.25474) 1741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.667498+0000 mon.a (mon.0) 4527 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.672147+0000 mon.a (mon.0) 4528 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.676132+0000 mon.a (mon.0) 4529 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.677629+0000 mon.a (mon.0) 4530 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.685078+0000 mon.a (mon.0) 4531 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: cephadm 2023-12-06T07:09:30.685982+0000 mgr.y (mgr.25474) 1742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.767970+0000 mon.a (mon.0) 4532 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.770381+0000 mon.a (mon.0) 4533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.773045+0000 mon.a (mon.0) 4534 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.774158+0000 mon.a (mon.0) 4535 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.782134+0000 mon.a (mon.0) 4536 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: cephadm 2023-12-06T07:09:30.782789+0000 mgr.y (mgr.25474) 1743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.861829+0000 mon.a (mon.0) 4537 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.864712+0000 mon.a (mon.0) 4538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.868243+0000 mon.a (mon.0) 4539 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.869492+0000 mon.a (mon.0) 4540 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.878796+0000 mon.a (mon.0) 4541 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: cephadm 2023-12-06T07:09:30.879676+0000 mgr.y (mgr.25474) 1744 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.959215+0000 mon.a (mon.0) 4542 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.962490+0000 mon.a (mon.0) 4543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.966648+0000 mon.a (mon.0) 4544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.967994+0000 mon.a (mon.0) 4545 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:30.975344+0000 mon.a (mon.0) 4546 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: cephadm 2023-12-06T07:09:30.976089+0000 mgr.y (mgr.25474) 1745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:31.056028+0000 mon.a (mon.0) 4547 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.541 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:31.058708+0000 mon.a (mon.0) 4548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:31.061991+0000 mon.a (mon.0) 4549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:31.063341+0000 mon.a (mon.0) 4550 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:31.071801+0000 mon.a (mon.0) 4551 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: cephadm 2023-12-06T07:09:31.072359+0000 mgr.y (mgr.25474) 1746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:31.149412+0000 mon.a (mon.0) 4552 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:31.152111+0000 mon.a (mon.0) 4553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:31.156016+0000 mon.a (mon.0) 4554 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:31.157348+0000 mon.a (mon.0) 4555 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:31.164518+0000 mon.a (mon.0) 4556 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:31.244488+0000 mon.a (mon.0) 4557 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.542 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:31.248246+0000 mon.a (mon.0) 4558 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:31.251502+0000 mon.a (mon.0) 4559 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:31.252675+0000 mon.a (mon.0) 4560 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.543 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:31 smithi040 bash[84914]: audit 2023-12-06T07:09:31.261048+0000 mon.a (mon.0) 4561 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.609 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: cephadm 2023-12-06T07:09:30.213463+0000 mgr.y (mgr.25474) 1737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.609 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.288369+0000 mon.a (mon.0) 4507 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.609 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.290667+0000 mon.a (mon.0) 4508 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.609 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.293034+0000 mon.a (mon.0) 4509 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.609 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.293775+0000 mon.a (mon.0) 4510 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.609 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.299334+0000 mon.a (mon.0) 4511 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.609 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: cephadm 2023-12-06T07:09:30.299985+0000 mgr.y (mgr.25474) 1738 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.609 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.380252+0000 mon.a (mon.0) 4512 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.609 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.383724+0000 mon.a (mon.0) 4513 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.609 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.387815+0000 mon.a (mon.0) 4514 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.609 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.389357+0000 mon.a (mon.0) 4515 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.610 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.395940+0000 mon.a (mon.0) 4516 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.610 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: cephadm 2023-12-06T07:09:30.396608+0000 mgr.y (mgr.25474) 1739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.610 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.476489+0000 mon.a (mon.0) 4517 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.610 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.479824+0000 mon.a (mon.0) 4518 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.610 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.482719+0000 mon.a (mon.0) 4519 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.610 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.483852+0000 mon.a (mon.0) 4520 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.610 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.492456+0000 mon.a (mon.0) 4521 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.610 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: cephadm 2023-12-06T07:09:30.493450+0000 mgr.y (mgr.25474) 1740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.610 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.574815+0000 mon.a (mon.0) 4522 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.610 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.577090+0000 mon.a (mon.0) 4523 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.610 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.580271+0000 mon.a (mon.0) 4524 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.610 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.581513+0000 mon.a (mon.0) 4525 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.610 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.589277+0000 mon.a (mon.0) 4526 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.610 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: cephadm 2023-12-06T07:09:30.589994+0000 mgr.y (mgr.25474) 1741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.667498+0000 mon.a (mon.0) 4527 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.672147+0000 mon.a (mon.0) 4528 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.676132+0000 mon.a (mon.0) 4529 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.677629+0000 mon.a (mon.0) 4530 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.685078+0000 mon.a (mon.0) 4531 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: cephadm 2023-12-06T07:09:30.685982+0000 mgr.y (mgr.25474) 1742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.767970+0000 mon.a (mon.0) 4532 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.770381+0000 mon.a (mon.0) 4533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.773045+0000 mon.a (mon.0) 4534 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.774158+0000 mon.a (mon.0) 4535 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.782134+0000 mon.a (mon.0) 4536 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: cephadm 2023-12-06T07:09:30.782789+0000 mgr.y (mgr.25474) 1743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.861829+0000 mon.a (mon.0) 4537 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.864712+0000 mon.a (mon.0) 4538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.868243+0000 mon.a (mon.0) 4539 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.611 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.869492+0000 mon.a (mon.0) 4540 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.878796+0000 mon.a (mon.0) 4541 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: cephadm 2023-12-06T07:09:30.879676+0000 mgr.y (mgr.25474) 1744 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.959215+0000 mon.a (mon.0) 4542 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.962490+0000 mon.a (mon.0) 4543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.966648+0000 mon.a (mon.0) 4544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.967994+0000 mon.a (mon.0) 4545 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:30.975344+0000 mon.a (mon.0) 4546 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: cephadm 2023-12-06T07:09:30.976089+0000 mgr.y (mgr.25474) 1745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:31.056028+0000 mon.a (mon.0) 4547 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:31.058708+0000 mon.a (mon.0) 4548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.612 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:31.061991+0000 mon.a (mon.0) 4549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:31.063341+0000 mon.a (mon.0) 4550 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:31.071801+0000 mon.a (mon.0) 4551 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: cephadm 2023-12-06T07:09:31.072359+0000 mgr.y (mgr.25474) 1746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:31.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:31.149412+0000 mon.a (mon.0) 4552 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:31.152111+0000 mon.a (mon.0) 4553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:31.156016+0000 mon.a (mon.0) 4554 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:31.157348+0000 mon.a (mon.0) 4555 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:31.164518+0000 mon.a (mon.0) 4556 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:31.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:31.244488+0000 mon.a (mon.0) 4557 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:31.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:31.248246+0000 mon.a (mon.0) 4558 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:31.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:31.251502+0000 mon.a (mon.0) 4559 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:31.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:31.252675+0000 mon.a (mon.0) 4560 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:31.613 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:31 smithi141 bash[72190]: audit 2023-12-06T07:09:31.261048+0000 mon.a (mon.0) 4561 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: cephadm 2023-12-06T07:09:31.165134+0000 mgr.y (mgr.25474) 1747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: cephadm 2023-12-06T07:09:31.261622+0000 mgr.y (mgr.25474) 1748 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: cluster 2023-12-06T07:09:31.279875+0000 mgr.y (mgr.25474) 1749 : cluster 0 pgmap v239: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T07:09:32.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.341746+0000 mon.a (mon.0) 4562 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.344502+0000 mon.a (mon.0) 4563 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.348255+0000 mon.a (mon.0) 4564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.349456+0000 mon.a (mon.0) 4565 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.357799+0000 mon.a (mon.0) 4566 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: cephadm 2023-12-06T07:09:31.358364+0000 mgr.y (mgr.25474) 1750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.440166+0000 mon.a (mon.0) 4567 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.442519+0000 mon.a (mon.0) 4568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.445119+0000 mon.a (mon.0) 4569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.446439+0000 mon.a (mon.0) 4570 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.454968+0000 mon.a (mon.0) 4571 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: cephadm 2023-12-06T07:09:31.455572+0000 mgr.y (mgr.25474) 1751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.536553+0000 mon.a (mon.0) 4572 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.540801+0000 mon.a (mon.0) 4573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.544436+0000 mon.a (mon.0) 4574 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.545443+0000 mon.a (mon.0) 4575 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.554854+0000 mon.a (mon.0) 4576 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: cephadm 2023-12-06T07:09:31.555496+0000 mgr.y (mgr.25474) 1752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.632166+0000 mon.a (mon.0) 4577 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.635205+0000 mon.a (mon.0) 4578 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.638592+0000 mon.a (mon.0) 4579 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.639875+0000 mon.a (mon.0) 4580 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.649803+0000 mon.a (mon.0) 4581 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: cephadm 2023-12-06T07:09:31.650399+0000 mgr.y (mgr.25474) 1753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.727239+0000 mon.a (mon.0) 4582 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.730359+0000 mon.a (mon.0) 4583 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.733908+0000 mon.a (mon.0) 4584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.735160+0000 mon.a (mon.0) 4585 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.745005+0000 mon.a (mon.0) 4586 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: cephadm 2023-12-06T07:09:31.745561+0000 mgr.y (mgr.25474) 1754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.822492+0000 mon.a (mon.0) 4587 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.825702+0000 mon.a (mon.0) 4588 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.829798+0000 mon.a (mon.0) 4589 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.831294+0000 mon.a (mon.0) 4590 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.712 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.841382+0000 mon.a (mon.0) 4591 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: cephadm 2023-12-06T07:09:31.841956+0000 mgr.y (mgr.25474) 1755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.919013+0000 mon.a (mon.0) 4592 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.922188+0000 mon.a (mon.0) 4593 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.926087+0000 mon.a (mon.0) 4594 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.927405+0000 mon.a (mon.0) 4595 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:31.937748+0000 mon.a (mon.0) 4596 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: cephadm 2023-12-06T07:09:31.938308+0000 mgr.y (mgr.25474) 1756 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:32.015377+0000 mon.a (mon.0) 4597 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:32.019245+0000 mon.a (mon.0) 4598 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:32.023060+0000 mon.a (mon.0) 4599 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:32.024307+0000 mon.a (mon.0) 4600 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:32.034886+0000 mon.a (mon.0) 4601 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.713 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: cephadm 2023-12-06T07:09:32.035963+0000 mgr.y (mgr.25474) 1757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:32.117494+0000 mon.a (mon.0) 4602 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:32.119984+0000 mon.a (mon.0) 4603 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:32.123831+0000 mon.a (mon.0) 4604 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:32.125007+0000 mon.a (mon.0) 4605 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:32.134049+0000 mon.a (mon.0) 4606 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: cephadm 2023-12-06T07:09:32.134882+0000 mgr.y (mgr.25474) 1758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:32.216077+0000 mon.a (mon.0) 4607 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:32.218293+0000 mon.a (mon.0) 4608 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:32.221269+0000 mon.a (mon.0) 4609 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:32.222775+0000 mon.a (mon.0) 4610 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.714 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:32 smithi141 bash[72190]: audit 2023-12-06T07:09:32.231385+0000 mon.a (mon.0) 4611 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: cephadm 2023-12-06T07:09:31.165134+0000 mgr.y (mgr.25474) 1747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: cephadm 2023-12-06T07:09:31.261622+0000 mgr.y (mgr.25474) 1748 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: cluster 2023-12-06T07:09:31.279875+0000 mgr.y (mgr.25474) 1749 : cluster 0 pgmap v239: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T07:09:32.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.341746+0000 mon.a (mon.0) 4562 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.344502+0000 mon.a (mon.0) 4563 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.348255+0000 mon.a (mon.0) 4564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.349456+0000 mon.a (mon.0) 4565 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.357799+0000 mon.a (mon.0) 4566 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: cephadm 2023-12-06T07:09:31.358364+0000 mgr.y (mgr.25474) 1750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.440166+0000 mon.a (mon.0) 4567 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.442519+0000 mon.a (mon.0) 4568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.445119+0000 mon.a (mon.0) 4569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.446439+0000 mon.a (mon.0) 4570 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.454968+0000 mon.a (mon.0) 4571 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: cephadm 2023-12-06T07:09:31.455572+0000 mgr.y (mgr.25474) 1751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.536553+0000 mon.a (mon.0) 4572 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.540801+0000 mon.a (mon.0) 4573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.544436+0000 mon.a (mon.0) 4574 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.545443+0000 mon.a (mon.0) 4575 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: cephadm 2023-12-06T07:09:31.165134+0000 mgr.y (mgr.25474) 1747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: cephadm 2023-12-06T07:09:31.261622+0000 mgr.y (mgr.25474) 1748 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: cluster 2023-12-06T07:09:31.279875+0000 mgr.y (mgr.25474) 1749 : cluster 0 pgmap v239: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T07:09:32.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.341746+0000 mon.a (mon.0) 4562 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.344502+0000 mon.a (mon.0) 4563 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.348255+0000 mon.a (mon.0) 4564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.349456+0000 mon.a (mon.0) 4565 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.357799+0000 mon.a (mon.0) 4566 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: cephadm 2023-12-06T07:09:31.358364+0000 mgr.y (mgr.25474) 1750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.440166+0000 mon.a (mon.0) 4567 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.442519+0000 mon.a (mon.0) 4568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.445119+0000 mon.a (mon.0) 4569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.446439+0000 mon.a (mon.0) 4570 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.454968+0000 mon.a (mon.0) 4571 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: cephadm 2023-12-06T07:09:31.455572+0000 mgr.y (mgr.25474) 1751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.787 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.536553+0000 mon.a (mon.0) 4572 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.540801+0000 mon.a (mon.0) 4573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.544436+0000 mon.a (mon.0) 4574 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.788 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.545443+0000 mon.a (mon.0) 4575 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.554854+0000 mon.a (mon.0) 4576 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: cephadm 2023-12-06T07:09:31.555496+0000 mgr.y (mgr.25474) 1752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.632166+0000 mon.a (mon.0) 4577 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.635205+0000 mon.a (mon.0) 4578 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.638592+0000 mon.a (mon.0) 4579 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.790 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.639875+0000 mon.a (mon.0) 4580 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.649803+0000 mon.a (mon.0) 4581 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: cephadm 2023-12-06T07:09:31.650399+0000 mgr.y (mgr.25474) 1753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.727239+0000 mon.a (mon.0) 4582 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.730359+0000 mon.a (mon.0) 4583 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.733908+0000 mon.a (mon.0) 4584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.735160+0000 mon.a (mon.0) 4585 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.791 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.745005+0000 mon.a (mon.0) 4586 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: cephadm 2023-12-06T07:09:31.745561+0000 mgr.y (mgr.25474) 1754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.822492+0000 mon.a (mon.0) 4587 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.825702+0000 mon.a (mon.0) 4588 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.829798+0000 mon.a (mon.0) 4589 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.831294+0000 mon.a (mon.0) 4590 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.792 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.841382+0000 mon.a (mon.0) 4591 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: cephadm 2023-12-06T07:09:31.841956+0000 mgr.y (mgr.25474) 1755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.919013+0000 mon.a (mon.0) 4592 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.922188+0000 mon.a (mon.0) 4593 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.926087+0000 mon.a (mon.0) 4594 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.927405+0000 mon.a (mon.0) 4595 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.793 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:31.937748+0000 mon.a (mon.0) 4596 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: cephadm 2023-12-06T07:09:31.938308+0000 mgr.y (mgr.25474) 1756 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:32.015377+0000 mon.a (mon.0) 4597 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:32.019245+0000 mon.a (mon.0) 4598 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:32.023060+0000 mon.a (mon.0) 4599 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.794 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:32.024307+0000 mon.a (mon.0) 4600 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:32.034886+0000 mon.a (mon.0) 4601 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: cephadm 2023-12-06T07:09:32.035963+0000 mgr.y (mgr.25474) 1757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.795 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:32.117494+0000 mon.a (mon.0) 4602 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:32.119984+0000 mon.a (mon.0) 4603 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:32.123831+0000 mon.a (mon.0) 4604 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:32.125007+0000 mon.a (mon.0) 4605 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:32.134049+0000 mon.a (mon.0) 4606 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: cephadm 2023-12-06T07:09:32.134882+0000 mgr.y (mgr.25474) 1758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:32.216077+0000 mon.a (mon.0) 4607 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:32.218293+0000 mon.a (mon.0) 4608 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:32.221269+0000 mon.a (mon.0) 4609 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:32.222775+0000 mon.a (mon.0) 4610 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.798 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[78949]: audit 2023-12-06T07:09:32.231385+0000 mon.a (mon.0) 4611 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.554854+0000 mon.a (mon.0) 4576 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: cephadm 2023-12-06T07:09:31.555496+0000 mgr.y (mgr.25474) 1752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.632166+0000 mon.a (mon.0) 4577 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.635205+0000 mon.a (mon.0) 4578 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.638592+0000 mon.a (mon.0) 4579 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.799 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.639875+0000 mon.a (mon.0) 4580 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.649803+0000 mon.a (mon.0) 4581 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: cephadm 2023-12-06T07:09:31.650399+0000 mgr.y (mgr.25474) 1753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.727239+0000 mon.a (mon.0) 4582 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.730359+0000 mon.a (mon.0) 4583 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.733908+0000 mon.a (mon.0) 4584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.800 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.735160+0000 mon.a (mon.0) 4585 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.745005+0000 mon.a (mon.0) 4586 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: cephadm 2023-12-06T07:09:31.745561+0000 mgr.y (mgr.25474) 1754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.822492+0000 mon.a (mon.0) 4587 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.825702+0000 mon.a (mon.0) 4588 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.801 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.829798+0000 mon.a (mon.0) 4589 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.831294+0000 mon.a (mon.0) 4590 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.841382+0000 mon.a (mon.0) 4591 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: cephadm 2023-12-06T07:09:31.841956+0000 mgr.y (mgr.25474) 1755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.919013+0000 mon.a (mon.0) 4592 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.922188+0000 mon.a (mon.0) 4593 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.926087+0000 mon.a (mon.0) 4594 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.927405+0000 mon.a (mon.0) 4595 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:31.937748+0000 mon.a (mon.0) 4596 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: cephadm 2023-12-06T07:09:31.938308+0000 mgr.y (mgr.25474) 1756 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:32.015377+0000 mon.a (mon.0) 4597 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:32.019245+0000 mon.a (mon.0) 4598 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:32.023060+0000 mon.a (mon.0) 4599 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:32.024307+0000 mon.a (mon.0) 4600 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:32.034886+0000 mon.a (mon.0) 4601 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.802 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: cephadm 2023-12-06T07:09:32.035963+0000 mgr.y (mgr.25474) 1757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.803 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:32.117494+0000 mon.a (mon.0) 4602 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.803 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:32.119984+0000 mon.a (mon.0) 4603 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.803 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:32.123831+0000 mon.a (mon.0) 4604 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.803 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:32.125007+0000 mon.a (mon.0) 4605 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.803 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:32.134049+0000 mon.a (mon.0) 4606 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:32.803 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: cephadm 2023-12-06T07:09:32.134882+0000 mgr.y (mgr.25474) 1758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:32.803 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:32.216077+0000 mon.a (mon.0) 4607 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:32.803 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:32.218293+0000 mon.a (mon.0) 4608 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:32.803 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:32.221269+0000 mon.a (mon.0) 4609 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:32.803 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:32.222775+0000 mon.a (mon.0) 4610 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:32.803 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:32 smithi040 bash[84914]: audit 2023-12-06T07:09:32.231385+0000 mon.a (mon.0) 4611 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.556 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[83920]: debug 2023-12-06T07:09:33.496+0000 7f0404c60640 -1 osd.5 0 read_superblock omap replica is missing. 2023-12-06T07:09:33.556 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: cephadm 2023-12-06T07:09:32.231871+0000 mgr.y (mgr.25474) 1759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.556 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.309916+0000 mon.a (mon.0) 4612 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.556 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.313521+0000 mon.a (mon.0) 4613 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.556 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.316940+0000 mon.a (mon.0) 4614 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.556 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.318411+0000 mon.a (mon.0) 4615 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.557 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.327474+0000 mon.a (mon.0) 4616 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.557 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: cephadm 2023-12-06T07:09:32.328202+0000 mgr.y (mgr.25474) 1760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.557 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.410041+0000 mon.a (mon.0) 4617 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.557 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.412898+0000 mon.a (mon.0) 4618 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.557 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.415909+0000 mon.a (mon.0) 4619 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.557 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.416896+0000 mon.a (mon.0) 4620 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.557 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.425035+0000 mon.a (mon.0) 4621 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.557 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: cephadm 2023-12-06T07:09:32.425798+0000 mgr.y (mgr.25474) 1761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.557 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.507766+0000 mon.a (mon.0) 4622 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.557 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.510349+0000 mon.a (mon.0) 4623 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.557 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.514392+0000 mon.a (mon.0) 4624 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.557 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.515937+0000 mon.a (mon.0) 4625 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.557 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.525654+0000 mon.a (mon.0) 4626 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.557 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: cephadm 2023-12-06T07:09:32.526390+0000 mgr.y (mgr.25474) 1762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.557 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.607799+0000 mon.a (mon.0) 4627 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.558 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.610617+0000 mon.a (mon.0) 4628 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.558 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.614119+0000 mon.a (mon.0) 4629 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.558 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.615235+0000 mon.a (mon.0) 4630 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.558 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.624115+0000 mon.a (mon.0) 4631 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.558 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: cephadm 2023-12-06T07:09:32.624671+0000 mgr.y (mgr.25474) 1763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.558 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: cluster 2023-12-06T07:09:32.686461+0000 mon.a (mon.0) 4632 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 21 pgs degraded (PG_DEGRADED) 2023-12-06T07:09:33.558 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.708593+0000 mon.a (mon.0) 4633 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.558 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.711583+0000 mon.a (mon.0) 4634 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.558 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.713881+0000 mon.a (mon.0) 4635 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.558 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.714998+0000 mon.a (mon.0) 4636 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.558 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.722676+0000 mon.a (mon.0) 4637 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.558 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: cephadm 2023-12-06T07:09:32.723616+0000 mgr.y (mgr.25474) 1764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.558 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.802105+0000 mon.a (mon.0) 4638 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.558 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.806037+0000 mon.a (mon.0) 4639 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.809542+0000 mon.a (mon.0) 4640 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.810912+0000 mon.a (mon.0) 4641 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.820929+0000 mon.a (mon.0) 4642 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: cephadm 2023-12-06T07:09:32.821561+0000 mgr.y (mgr.25474) 1765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.903743+0000 mon.a (mon.0) 4643 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.906561+0000 mon.a (mon.0) 4644 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.909612+0000 mon.a (mon.0) 4645 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.910783+0000 mon.a (mon.0) 4646 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:32.920223+0000 mon.a (mon.0) 4647 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: cephadm 2023-12-06T07:09:32.920868+0000 mgr.y (mgr.25474) 1766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:33.003388+0000 mon.a (mon.0) 4648 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:33.006952+0000 mon.a (mon.0) 4649 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:33.010270+0000 mon.a (mon.0) 4650 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:33.011564+0000 mon.a (mon.0) 4651 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.559 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:33.020656+0000 mon.a (mon.0) 4652 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.560 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: cephadm 2023-12-06T07:09:33.021258+0000 mgr.y (mgr.25474) 1767 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.560 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:33.102209+0000 mon.a (mon.0) 4653 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.560 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:33.106410+0000 mon.a (mon.0) 4654 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.560 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:33.111056+0000 mon.a (mon.0) 4655 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.560 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:33.112604+0000 mon.a (mon.0) 4656 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.560 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:33.122398+0000 mon.a (mon.0) 4657 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.560 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: cephadm 2023-12-06T07:09:33.124340+0000 mgr.y (mgr.25474) 1768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.560 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:33.205139+0000 mon.a (mon.0) 4658 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.560 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:33.207538+0000 mon.a (mon.0) 4659 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.560 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:33.210597+0000 mon.a (mon.0) 4660 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.560 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:33.211574+0000 mon.a (mon.0) 4661 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.560 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[72190]: audit 2023-12-06T07:09:33.220717+0000 mon.a (mon.0) 4662 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: cephadm 2023-12-06T07:09:32.231871+0000 mgr.y (mgr.25474) 1759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.309916+0000 mon.a (mon.0) 4612 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.313521+0000 mon.a (mon.0) 4613 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.316940+0000 mon.a (mon.0) 4614 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.318411+0000 mon.a (mon.0) 4615 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.327474+0000 mon.a (mon.0) 4616 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: cephadm 2023-12-06T07:09:32.328202+0000 mgr.y (mgr.25474) 1760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.410041+0000 mon.a (mon.0) 4617 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.412898+0000 mon.a (mon.0) 4618 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.415909+0000 mon.a (mon.0) 4619 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.416896+0000 mon.a (mon.0) 4620 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.425035+0000 mon.a (mon.0) 4621 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: cephadm 2023-12-06T07:09:32.425798+0000 mgr.y (mgr.25474) 1761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.507766+0000 mon.a (mon.0) 4622 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.510349+0000 mon.a (mon.0) 4623 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.514392+0000 mon.a (mon.0) 4624 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.515937+0000 mon.a (mon.0) 4625 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.525654+0000 mon.a (mon.0) 4626 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: cephadm 2023-12-06T07:09:32.526390+0000 mgr.y (mgr.25474) 1762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.607799+0000 mon.a (mon.0) 4627 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: cephadm 2023-12-06T07:09:32.231871+0000 mgr.y (mgr.25474) 1759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.309916+0000 mon.a (mon.0) 4612 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.313521+0000 mon.a (mon.0) 4613 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.316940+0000 mon.a (mon.0) 4614 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.318411+0000 mon.a (mon.0) 4615 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.327474+0000 mon.a (mon.0) 4616 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: cephadm 2023-12-06T07:09:32.328202+0000 mgr.y (mgr.25474) 1760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.410041+0000 mon.a (mon.0) 4617 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.412898+0000 mon.a (mon.0) 4618 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.415909+0000 mon.a (mon.0) 4619 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.416896+0000 mon.a (mon.0) 4620 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.425035+0000 mon.a (mon.0) 4621 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: cephadm 2023-12-06T07:09:32.425798+0000 mgr.y (mgr.25474) 1761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.507766+0000 mon.a (mon.0) 4622 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.510349+0000 mon.a (mon.0) 4623 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.514392+0000 mon.a (mon.0) 4624 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.515937+0000 mon.a (mon.0) 4625 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.525654+0000 mon.a (mon.0) 4626 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: cephadm 2023-12-06T07:09:32.526390+0000 mgr.y (mgr.25474) 1762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.783 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.607799+0000 mon.a (mon.0) 4627 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.610617+0000 mon.a (mon.0) 4628 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.614119+0000 mon.a (mon.0) 4629 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.615235+0000 mon.a (mon.0) 4630 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.624115+0000 mon.a (mon.0) 4631 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: cephadm 2023-12-06T07:09:32.624671+0000 mgr.y (mgr.25474) 1763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: cluster 2023-12-06T07:09:32.686461+0000 mon.a (mon.0) 4632 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 21 pgs degraded (PG_DEGRADED) 2023-12-06T07:09:33.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.708593+0000 mon.a (mon.0) 4633 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.711583+0000 mon.a (mon.0) 4634 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.713881+0000 mon.a (mon.0) 4635 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.714998+0000 mon.a (mon.0) 4636 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.722676+0000 mon.a (mon.0) 4637 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.784 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: cephadm 2023-12-06T07:09:32.723616+0000 mgr.y (mgr.25474) 1764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.802105+0000 mon.a (mon.0) 4638 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.806037+0000 mon.a (mon.0) 4639 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.809542+0000 mon.a (mon.0) 4640 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.810912+0000 mon.a (mon.0) 4641 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.820929+0000 mon.a (mon.0) 4642 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: cephadm 2023-12-06T07:09:32.821561+0000 mgr.y (mgr.25474) 1765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.903743+0000 mon.a (mon.0) 4643 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.906561+0000 mon.a (mon.0) 4644 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.909612+0000 mon.a (mon.0) 4645 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.910783+0000 mon.a (mon.0) 4646 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:32.920223+0000 mon.a (mon.0) 4647 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: cephadm 2023-12-06T07:09:32.920868+0000 mgr.y (mgr.25474) 1766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:33.003388+0000 mon.a (mon.0) 4648 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:33.006952+0000 mon.a (mon.0) 4649 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:33.010270+0000 mon.a (mon.0) 4650 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.785 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:33.011564+0000 mon.a (mon.0) 4651 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:33.020656+0000 mon.a (mon.0) 4652 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: cephadm 2023-12-06T07:09:33.021258+0000 mgr.y (mgr.25474) 1767 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:33.102209+0000 mon.a (mon.0) 4653 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:33.106410+0000 mon.a (mon.0) 4654 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:33.111056+0000 mon.a (mon.0) 4655 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:33.112604+0000 mon.a (mon.0) 4656 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:33.122398+0000 mon.a (mon.0) 4657 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: cephadm 2023-12-06T07:09:33.124340+0000 mgr.y (mgr.25474) 1768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:33.205139+0000 mon.a (mon.0) 4658 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:33.207538+0000 mon.a (mon.0) 4659 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:33.210597+0000 mon.a (mon.0) 4660 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:33.211574+0000 mon.a (mon.0) 4661 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.786 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[84914]: audit 2023-12-06T07:09:33.220717+0000 mon.a (mon.0) 4662 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.610617+0000 mon.a (mon.0) 4628 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.614119+0000 mon.a (mon.0) 4629 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.615235+0000 mon.a (mon.0) 4630 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.624115+0000 mon.a (mon.0) 4631 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: cephadm 2023-12-06T07:09:32.624671+0000 mgr.y (mgr.25474) 1763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: cluster 2023-12-06T07:09:32.686461+0000 mon.a (mon.0) 4632 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 21 pgs degraded (PG_DEGRADED) 2023-12-06T07:09:33.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.708593+0000 mon.a (mon.0) 4633 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.711583+0000 mon.a (mon.0) 4634 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.713881+0000 mon.a (mon.0) 4635 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.714998+0000 mon.a (mon.0) 4636 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.722676+0000 mon.a (mon.0) 4637 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: cephadm 2023-12-06T07:09:32.723616+0000 mgr.y (mgr.25474) 1764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.802105+0000 mon.a (mon.0) 4638 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.806037+0000 mon.a (mon.0) 4639 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.809542+0000 mon.a (mon.0) 4640 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.810912+0000 mon.a (mon.0) 4641 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.820929+0000 mon.a (mon.0) 4642 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: cephadm 2023-12-06T07:09:32.821561+0000 mgr.y (mgr.25474) 1765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.903743+0000 mon.a (mon.0) 4643 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.906561+0000 mon.a (mon.0) 4644 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.909612+0000 mon.a (mon.0) 4645 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.910783+0000 mon.a (mon.0) 4646 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:32.920223+0000 mon.a (mon.0) 4647 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: cephadm 2023-12-06T07:09:32.920868+0000 mgr.y (mgr.25474) 1766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:33.003388+0000 mon.a (mon.0) 4648 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:33.006952+0000 mon.a (mon.0) 4649 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:33.010270+0000 mon.a (mon.0) 4650 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:33.011564+0000 mon.a (mon.0) 4651 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:33.020656+0000 mon.a (mon.0) 4652 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: cephadm 2023-12-06T07:09:33.021258+0000 mgr.y (mgr.25474) 1767 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:33.102209+0000 mon.a (mon.0) 4653 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:33.106410+0000 mon.a (mon.0) 4654 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:33.111056+0000 mon.a (mon.0) 4655 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:33.112604+0000 mon.a (mon.0) 4656 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:33.122398+0000 mon.a (mon.0) 4657 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: cephadm 2023-12-06T07:09:33.124340+0000 mgr.y (mgr.25474) 1768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:33.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:33.205139+0000 mon.a (mon.0) 4658 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:33.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:33.207538+0000 mon.a (mon.0) 4659 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:33.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:33.210597+0000 mon.a (mon.0) 4660 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:33.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:33.211574+0000 mon.a (mon.0) 4661 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:33.789 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:33 smithi040 bash[78949]: audit 2023-12-06T07:09:33.220717+0000 mon.a (mon.0) 4662 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:33.958 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:33 smithi141 bash[83920]: debug 2023-12-06T07:09:33.548+0000 7f0404c60640 -1 osd.5 137 log_to_monitors true 2023-12-06T07:09:34.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: cephadm 2023-12-06T07:09:33.221315+0000 mgr.y (mgr.25474) 1769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: cluster 2023-12-06T07:09:33.281209+0000 mgr.y (mgr.25474) 1770 : cluster 0 pgmap v240: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T07:09:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.303181+0000 mon.a (mon.0) 4663 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.305102+0000 mon.a (mon.0) 4664 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.307120+0000 mon.a (mon.0) 4665 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.307861+0000 mon.a (mon.0) 4666 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.313116+0000 mon.a (mon.0) 4667 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: cephadm 2023-12-06T07:09:33.313661+0000 mgr.y (mgr.25474) 1771 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.395209+0000 mon.a (mon.0) 4668 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.397345+0000 mon.a (mon.0) 4669 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.400588+0000 mon.a (mon.0) 4670 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.401486+0000 mon.a (mon.0) 4671 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.413164+0000 mon.a (mon.0) 4672 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: cephadm 2023-12-06T07:09:33.414159+0000 mgr.y (mgr.25474) 1772 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.498115+0000 mon.a (mon.0) 4673 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.500766+0000 mon.a (mon.0) 4674 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.503405+0000 mon.a (mon.0) 4675 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.504503+0000 mon.a (mon.0) 4676 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.513774+0000 mon.a (mon.0) 4677 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: cephadm 2023-12-06T07:09:33.514611+0000 mgr.y (mgr.25474) 1773 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.556387+0000 mon.a (mon.0) 4678 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:09:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.558940+0000 mon.b (mon.2) 7 : audit 1 from='osd.5 [v2:172.21.15.141:6808/562837143,v1:172.21.15.141:6809/562837143]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:09:34.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.598734+0000 mon.a (mon.0) 4679 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.602306+0000 mon.a (mon.0) 4680 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.605174+0000 mon.a (mon.0) 4681 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.606193+0000 mon.a (mon.0) 4682 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.615194+0000 mon.a (mon.0) 4683 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: cephadm 2023-12-06T07:09:33.615987+0000 mgr.y (mgr.25474) 1774 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.696485+0000 mon.a (mon.0) 4684 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.698655+0000 mon.a (mon.0) 4685 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.701698+0000 mon.a (mon.0) 4686 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.702642+0000 mon.a (mon.0) 4687 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.710450+0000 mon.a (mon.0) 4688 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: cephadm 2023-12-06T07:09:33.710939+0000 mgr.y (mgr.25474) 1775 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.790460+0000 mon.a (mon.0) 4689 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.794260+0000 mon.a (mon.0) 4690 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.797535+0000 mon.a (mon.0) 4691 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.798673+0000 mon.a (mon.0) 4692 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.809327+0000 mon.a (mon.0) 4693 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: cephadm 2023-12-06T07:09:33.809914+0000 mgr.y (mgr.25474) 1776 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.888799+0000 mon.a (mon.0) 4694 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.891820+0000 mon.a (mon.0) 4695 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.894923+0000 mon.a (mon.0) 4696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.896157+0000 mon.a (mon.0) 4697 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.903853+0000 mon.a (mon.0) 4698 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: cephadm 2023-12-06T07:09:33.904547+0000 mgr.y (mgr.25474) 1777 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.984707+0000 mon.a (mon.0) 4699 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.987564+0000 mon.a (mon.0) 4700 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.990894+0000 mon.a (mon.0) 4701 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:33.992495+0000 mon.a (mon.0) 4702 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.002189+0000 mon.a (mon.0) 4703 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: cephadm 2023-12-06T07:09:34.002902+0000 mgr.y (mgr.25474) 1778 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.023627+0000 mgr.y (mgr.25474) 1779 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:34.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.084655+0000 mon.a (mon.0) 4704 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.087404+0000 mon.a (mon.0) 4705 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.090834+0000 mon.a (mon.0) 4706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.092176+0000 mon.a (mon.0) 4707 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.098516+0000 mon.a (mon.0) 4708 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: cephadm 2023-12-06T07:09:34.099050+0000 mgr.y (mgr.25474) 1780 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.183828+0000 mon.a (mon.0) 4709 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.187624+0000 mon.a (mon.0) 4710 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.189921+0000 mon.a (mon.0) 4711 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.191326+0000 mon.a (mon.0) 4712 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.197612+0000 mon.a (mon.0) 4713 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.263364+0000 mon.a (mon.0) 4714 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.266505+0000 mon.a (mon.0) 4715 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.269728+0000 mon.a (mon.0) 4716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.270911+0000 mon.a (mon.0) 4717 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[72190]: audit 2023-12-06T07:09:34.279708+0000 mon.a (mon.0) 4718 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.563 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: cephadm 2023-12-06T07:09:33.221315+0000 mgr.y (mgr.25474) 1769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.563 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: cluster 2023-12-06T07:09:33.281209+0000 mgr.y (mgr.25474) 1770 : cluster 0 pgmap v240: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T07:09:34.563 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.303181+0000 mon.a (mon.0) 4663 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.563 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.305102+0000 mon.a (mon.0) 4664 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.563 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.307120+0000 mon.a (mon.0) 4665 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.563 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.307861+0000 mon.a (mon.0) 4666 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.563 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.313116+0000 mon.a (mon.0) 4667 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.564 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: cephadm 2023-12-06T07:09:33.313661+0000 mgr.y (mgr.25474) 1771 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.564 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.395209+0000 mon.a (mon.0) 4668 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.564 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.397345+0000 mon.a (mon.0) 4669 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.564 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.400588+0000 mon.a (mon.0) 4670 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.564 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.401486+0000 mon.a (mon.0) 4671 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.564 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.413164+0000 mon.a (mon.0) 4672 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.564 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: cephadm 2023-12-06T07:09:33.414159+0000 mgr.y (mgr.25474) 1772 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.564 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.498115+0000 mon.a (mon.0) 4673 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.564 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.500766+0000 mon.a (mon.0) 4674 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.564 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.503405+0000 mon.a (mon.0) 4675 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.564 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.504503+0000 mon.a (mon.0) 4676 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.564 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.513774+0000 mon.a (mon.0) 4677 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.565 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: cephadm 2023-12-06T07:09:33.514611+0000 mgr.y (mgr.25474) 1773 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.565 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.556387+0000 mon.a (mon.0) 4678 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:09:34.565 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.558940+0000 mon.b (mon.2) 7 : audit 1 from='osd.5 [v2:172.21.15.141:6808/562837143,v1:172.21.15.141:6809/562837143]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:09:34.565 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.598734+0000 mon.a (mon.0) 4679 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.565 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.602306+0000 mon.a (mon.0) 4680 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.565 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.605174+0000 mon.a (mon.0) 4681 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.565 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.606193+0000 mon.a (mon.0) 4682 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.565 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.615194+0000 mon.a (mon.0) 4683 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.566 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: cephadm 2023-12-06T07:09:33.615987+0000 mgr.y (mgr.25474) 1774 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.566 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.696485+0000 mon.a (mon.0) 4684 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.566 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.698655+0000 mon.a (mon.0) 4685 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.566 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.701698+0000 mon.a (mon.0) 4686 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.566 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.702642+0000 mon.a (mon.0) 4687 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.566 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.710450+0000 mon.a (mon.0) 4688 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.566 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: cephadm 2023-12-06T07:09:33.710939+0000 mgr.y (mgr.25474) 1775 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.566 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.790460+0000 mon.a (mon.0) 4689 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.566 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.794260+0000 mon.a (mon.0) 4690 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.566 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.797535+0000 mon.a (mon.0) 4691 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.566 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.798673+0000 mon.a (mon.0) 4692 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.566 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.809327+0000 mon.a (mon.0) 4693 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: cephadm 2023-12-06T07:09:33.221315+0000 mgr.y (mgr.25474) 1769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: cluster 2023-12-06T07:09:33.281209+0000 mgr.y (mgr.25474) 1770 : cluster 0 pgmap v240: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T07:09:34.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.303181+0000 mon.a (mon.0) 4663 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.305102+0000 mon.a (mon.0) 4664 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.307120+0000 mon.a (mon.0) 4665 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.307861+0000 mon.a (mon.0) 4666 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.313116+0000 mon.a (mon.0) 4667 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: cephadm 2023-12-06T07:09:33.313661+0000 mgr.y (mgr.25474) 1771 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.395209+0000 mon.a (mon.0) 4668 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.397345+0000 mon.a (mon.0) 4669 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.400588+0000 mon.a (mon.0) 4670 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.401486+0000 mon.a (mon.0) 4671 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.413164+0000 mon.a (mon.0) 4672 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: cephadm 2023-12-06T07:09:33.414159+0000 mgr.y (mgr.25474) 1772 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.568 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.498115+0000 mon.a (mon.0) 4673 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.568 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.500766+0000 mon.a (mon.0) 4674 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.568 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.503405+0000 mon.a (mon.0) 4675 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.568 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.504503+0000 mon.a (mon.0) 4676 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.568 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.513774+0000 mon.a (mon.0) 4677 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.568 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: cephadm 2023-12-06T07:09:33.809914+0000 mgr.y (mgr.25474) 1776 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.568 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.888799+0000 mon.a (mon.0) 4694 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.568 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.891820+0000 mon.a (mon.0) 4695 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.568 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.894923+0000 mon.a (mon.0) 4696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.896157+0000 mon.a (mon.0) 4697 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.903853+0000 mon.a (mon.0) 4698 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: cephadm 2023-12-06T07:09:33.904547+0000 mgr.y (mgr.25474) 1777 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.984707+0000 mon.a (mon.0) 4699 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.987564+0000 mon.a (mon.0) 4700 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.990894+0000 mon.a (mon.0) 4701 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:33.992495+0000 mon.a (mon.0) 4702 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.002189+0000 mon.a (mon.0) 4703 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: cephadm 2023-12-06T07:09:34.002902+0000 mgr.y (mgr.25474) 1778 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.023627+0000 mgr.y (mgr.25474) 1779 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.084655+0000 mon.a (mon.0) 4704 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.087404+0000 mon.a (mon.0) 4705 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.090834+0000 mon.a (mon.0) 4706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.092176+0000 mon.a (mon.0) 4707 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.098516+0000 mon.a (mon.0) 4708 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.569 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: cephadm 2023-12-06T07:09:34.099050+0000 mgr.y (mgr.25474) 1780 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.570 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.183828+0000 mon.a (mon.0) 4709 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.570 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.187624+0000 mon.a (mon.0) 4710 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.570 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.189921+0000 mon.a (mon.0) 4711 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.570 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.191326+0000 mon.a (mon.0) 4712 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.570 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.197612+0000 mon.a (mon.0) 4713 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.570 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.263364+0000 mon.a (mon.0) 4714 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.570 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.266505+0000 mon.a (mon.0) 4715 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.570 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.269728+0000 mon.a (mon.0) 4716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.570 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.270911+0000 mon.a (mon.0) 4717 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.570 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[78949]: audit 2023-12-06T07:09:34.279708+0000 mon.a (mon.0) 4718 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.571 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: cephadm 2023-12-06T07:09:33.514611+0000 mgr.y (mgr.25474) 1773 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.571 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.556387+0000 mon.a (mon.0) 4678 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:09:34.571 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.558940+0000 mon.b (mon.2) 7 : audit 1 from='osd.5 [v2:172.21.15.141:6808/562837143,v1:172.21.15.141:6809/562837143]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:09:34.571 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.598734+0000 mon.a (mon.0) 4679 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.571 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.602306+0000 mon.a (mon.0) 4680 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.571 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.605174+0000 mon.a (mon.0) 4681 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.571 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.606193+0000 mon.a (mon.0) 4682 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.571 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.615194+0000 mon.a (mon.0) 4683 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.571 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: cephadm 2023-12-06T07:09:33.615987+0000 mgr.y (mgr.25474) 1774 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.571 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.696485+0000 mon.a (mon.0) 4684 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.571 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.698655+0000 mon.a (mon.0) 4685 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.571 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.701698+0000 mon.a (mon.0) 4686 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.571 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.702642+0000 mon.a (mon.0) 4687 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.571 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.710450+0000 mon.a (mon.0) 4688 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: cephadm 2023-12-06T07:09:33.710939+0000 mgr.y (mgr.25474) 1775 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.790460+0000 mon.a (mon.0) 4689 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.794260+0000 mon.a (mon.0) 4690 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.797535+0000 mon.a (mon.0) 4691 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.798673+0000 mon.a (mon.0) 4692 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.809327+0000 mon.a (mon.0) 4693 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: cephadm 2023-12-06T07:09:33.809914+0000 mgr.y (mgr.25474) 1776 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.888799+0000 mon.a (mon.0) 4694 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.891820+0000 mon.a (mon.0) 4695 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.894923+0000 mon.a (mon.0) 4696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.896157+0000 mon.a (mon.0) 4697 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.903853+0000 mon.a (mon.0) 4698 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: cephadm 2023-12-06T07:09:33.904547+0000 mgr.y (mgr.25474) 1777 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.984707+0000 mon.a (mon.0) 4699 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.987564+0000 mon.a (mon.0) 4700 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.572 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.990894+0000 mon.a (mon.0) 4701 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:33.992495+0000 mon.a (mon.0) 4702 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.002189+0000 mon.a (mon.0) 4703 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: cephadm 2023-12-06T07:09:34.002902+0000 mgr.y (mgr.25474) 1778 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.023627+0000 mgr.y (mgr.25474) 1779 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:34.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.084655+0000 mon.a (mon.0) 4704 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.087404+0000 mon.a (mon.0) 4705 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.090834+0000 mon.a (mon.0) 4706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.092176+0000 mon.a (mon.0) 4707 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.098516+0000 mon.a (mon.0) 4708 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: cephadm 2023-12-06T07:09:34.099050+0000 mgr.y (mgr.25474) 1780 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:34.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.183828+0000 mon.a (mon.0) 4709 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.187624+0000 mon.a (mon.0) 4710 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.189921+0000 mon.a (mon.0) 4711 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.191326+0000 mon.a (mon.0) 4712 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.573 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.197612+0000 mon.a (mon.0) 4713 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.574 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.263364+0000 mon.a (mon.0) 4714 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:34.574 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.266505+0000 mon.a (mon.0) 4715 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:34.574 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.269728+0000 mon.a (mon.0) 4716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:34.574 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.270911+0000 mon.a (mon.0) 4717 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:34.574 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:34 smithi040 bash[84914]: audit 2023-12-06T07:09:34.279708+0000 mon.a (mon.0) 4718 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:34.959 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:09:34 smithi141 bash[83920]: debug 2023-12-06T07:09:34.580+0000 7f03f58d0700 -1 osd.5 137 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:09:35.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: cephadm 2023-12-06T07:09:34.200128+0000 mgr.y (mgr.25474) 1781 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: cephadm 2023-12-06T07:09:34.280352+0000 mgr.y (mgr.25474) 1782 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.360397+0000 mon.a (mon.0) 4719 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.362952+0000 mon.a (mon.0) 4720 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.366655+0000 mon.a (mon.0) 4721 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.368157+0000 mon.a (mon.0) 4722 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.378194+0000 mon.a (mon.0) 4723 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: cephadm 2023-12-06T07:09:34.378816+0000 mgr.y (mgr.25474) 1783 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.461555+0000 mon.a (mon.0) 4724 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.464613+0000 mon.a (mon.0) 4725 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.468002+0000 mon.a (mon.0) 4726 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.469347+0000 mon.a (mon.0) 4727 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.476776+0000 mon.a (mon.0) 4728 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: cephadm 2023-12-06T07:09:34.477278+0000 mgr.y (mgr.25474) 1784 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.512550+0000 mon.a (mon.0) 4729 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T07:09:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: cluster 2023-12-06T07:09:34.518364+0000 mon.a (mon.0) 4730 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-06T07:09:35.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: cluster 2023-12-06T07:09:34.518725+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e140 with expected crc 2023-12-06T07:09:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.521761+0000 mon.a (mon.0) 4731 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:09:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.524371+0000 mon.b (mon.2) 8 : audit 1 from='osd.5 [v2:172.21.15.141:6808/562837143,v1:172.21.15.141:6809/562837143]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:09:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.555485+0000 mon.a (mon.0) 4732 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.558470+0000 mon.a (mon.0) 4733 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.562023+0000 mon.a (mon.0) 4734 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.562797+0000 mon.a (mon.0) 4735 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.571210+0000 mon.a (mon.0) 4736 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: cephadm 2023-12-06T07:09:34.571916+0000 mgr.y (mgr.25474) 1785 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.655174+0000 mon.a (mon.0) 4737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.657836+0000 mon.a (mon.0) 4738 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.661979+0000 mon.a (mon.0) 4739 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.663342+0000 mon.a (mon.0) 4740 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.673877+0000 mon.a (mon.0) 4741 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: cephadm 2023-12-06T07:09:34.674520+0000 mgr.y (mgr.25474) 1786 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: cluster 2023-12-06T07:09:34.716423+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e140 with expected crc 2023-12-06T07:09:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.753914+0000 mon.a (mon.0) 4742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.757655+0000 mon.a (mon.0) 4743 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.761540+0000 mon.a (mon.0) 4744 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.763008+0000 mon.a (mon.0) 4745 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.773278+0000 mon.a (mon.0) 4746 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: cephadm 2023-12-06T07:09:34.773837+0000 mgr.y (mgr.25474) 1787 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.850888+0000 mon.a (mon.0) 4747 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.854036+0000 mon.a (mon.0) 4748 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.466 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.857625+0000 mon.a (mon.0) 4749 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.859019+0000 mon.a (mon.0) 4750 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.467 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.872754+0000 mon.a (mon.0) 4751 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.469 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: cephadm 2023-12-06T07:09:34.873379+0000 mgr.y (mgr.25474) 1788 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.470 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.955962+0000 mon.a (mon.0) 4752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.470 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.958335+0000 mon.a (mon.0) 4753 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.470 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.961630+0000 mon.a (mon.0) 4754 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.470 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.962887+0000 mon.a (mon.0) 4755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.470 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:34.972411+0000 mon.a (mon.0) 4756 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.470 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: cephadm 2023-12-06T07:09:34.973383+0000 mgr.y (mgr.25474) 1789 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.471 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.053107+0000 mon.a (mon.0) 4757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.471 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.055414+0000 mon.a (mon.0) 4758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.471 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.057449+0000 mon.a (mon.0) 4759 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.471 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.058173+0000 mon.a (mon.0) 4760 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.471 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.066072+0000 mon.a (mon.0) 4761 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.471 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: cephadm 2023-12-06T07:09:35.066678+0000 mgr.y (mgr.25474) 1790 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.471 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.122247+0000 mon.a (mon.0) 4762 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.471 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.133618+0000 mon.a (mon.0) 4763 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.472 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.141665+0000 mon.a (mon.0) 4764 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.472 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.146126+0000 mon.a (mon.0) 4765 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.472 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.148928+0000 mon.a (mon.0) 4766 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.472 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.152121+0000 mon.a (mon.0) 4767 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.472 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.153021+0000 mon.a (mon.0) 4768 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.472 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.159515+0000 mon.a (mon.0) 4769 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.472 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.240147+0000 mon.a (mon.0) 4770 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.473 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.242518+0000 mon.a (mon.0) 4771 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.473 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.245556+0000 mon.a (mon.0) 4772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.473 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.246718+0000 mon.a (mon.0) 4773 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.473 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:35 smithi141 bash[72190]: audit 2023-12-06T07:09:35.253064+0000 mon.a (mon.0) 4774 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.524 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: cephadm 2023-12-06T07:09:34.200128+0000 mgr.y (mgr.25474) 1781 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.525 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: cephadm 2023-12-06T07:09:34.280352+0000 mgr.y (mgr.25474) 1782 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.525 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.360397+0000 mon.a (mon.0) 4719 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.525 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.362952+0000 mon.a (mon.0) 4720 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.525 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.366655+0000 mon.a (mon.0) 4721 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.525 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.368157+0000 mon.a (mon.0) 4722 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.525 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.378194+0000 mon.a (mon.0) 4723 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.526 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: cephadm 2023-12-06T07:09:34.378816+0000 mgr.y (mgr.25474) 1783 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.526 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.461555+0000 mon.a (mon.0) 4724 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.526 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.464613+0000 mon.a (mon.0) 4725 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.526 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.468002+0000 mon.a (mon.0) 4726 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.526 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.469347+0000 mon.a (mon.0) 4727 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.526 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.476776+0000 mon.a (mon.0) 4728 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.526 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: cephadm 2023-12-06T07:09:34.477278+0000 mgr.y (mgr.25474) 1784 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.526 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.512550+0000 mon.a (mon.0) 4729 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T07:09:35.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: cluster 2023-12-06T07:09:34.518364+0000 mon.a (mon.0) 4730 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-06T07:09:35.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: cluster 2023-12-06T07:09:34.518725+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e140 with expected crc 2023-12-06T07:09:35.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.521761+0000 mon.a (mon.0) 4731 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:09:35.527 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.524371+0000 mon.b (mon.2) 8 : audit 1 from='osd.5 [v2:172.21.15.141:6808/562837143,v1:172.21.15.141:6809/562837143]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:09:35.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: cephadm 2023-12-06T07:09:34.200128+0000 mgr.y (mgr.25474) 1781 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: cephadm 2023-12-06T07:09:34.280352+0000 mgr.y (mgr.25474) 1782 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.360397+0000 mon.a (mon.0) 4719 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.362952+0000 mon.a (mon.0) 4720 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.366655+0000 mon.a (mon.0) 4721 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.368157+0000 mon.a (mon.0) 4722 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.378194+0000 mon.a (mon.0) 4723 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: cephadm 2023-12-06T07:09:34.378816+0000 mgr.y (mgr.25474) 1783 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.461555+0000 mon.a (mon.0) 4724 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.464613+0000 mon.a (mon.0) 4725 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.468002+0000 mon.a (mon.0) 4726 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.469347+0000 mon.a (mon.0) 4727 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.476776+0000 mon.a (mon.0) 4728 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: cephadm 2023-12-06T07:09:34.477278+0000 mgr.y (mgr.25474) 1784 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.512550+0000 mon.a (mon.0) 4729 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: cluster 2023-12-06T07:09:34.518364+0000 mon.a (mon.0) 4730 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: cluster 2023-12-06T07:09:34.518725+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e140 with expected crc 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.521761+0000 mon.a (mon.0) 4731 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:09:35.528 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.524371+0000 mon.b (mon.2) 8 : audit 1 from='osd.5 [v2:172.21.15.141:6808/562837143,v1:172.21.15.141:6809/562837143]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:09:35.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.555485+0000 mon.a (mon.0) 4732 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.558470+0000 mon.a (mon.0) 4733 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.562023+0000 mon.a (mon.0) 4734 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.562797+0000 mon.a (mon.0) 4735 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.571210+0000 mon.a (mon.0) 4736 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: cephadm 2023-12-06T07:09:34.571916+0000 mgr.y (mgr.25474) 1785 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.655174+0000 mon.a (mon.0) 4737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.657836+0000 mon.a (mon.0) 4738 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.661979+0000 mon.a (mon.0) 4739 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.663342+0000 mon.a (mon.0) 4740 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.673877+0000 mon.a (mon.0) 4741 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: cephadm 2023-12-06T07:09:34.674520+0000 mgr.y (mgr.25474) 1786 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: cluster 2023-12-06T07:09:34.716423+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e140 with expected crc 2023-12-06T07:09:35.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.753914+0000 mon.a (mon.0) 4742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.757655+0000 mon.a (mon.0) 4743 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.761540+0000 mon.a (mon.0) 4744 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.763008+0000 mon.a (mon.0) 4745 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.773278+0000 mon.a (mon.0) 4746 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: cephadm 2023-12-06T07:09:34.773837+0000 mgr.y (mgr.25474) 1787 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.850888+0000 mon.a (mon.0) 4747 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.854036+0000 mon.a (mon.0) 4748 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.555485+0000 mon.a (mon.0) 4732 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.558470+0000 mon.a (mon.0) 4733 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.562023+0000 mon.a (mon.0) 4734 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.562797+0000 mon.a (mon.0) 4735 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.571210+0000 mon.a (mon.0) 4736 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: cephadm 2023-12-06T07:09:34.571916+0000 mgr.y (mgr.25474) 1785 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.655174+0000 mon.a (mon.0) 4737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.657836+0000 mon.a (mon.0) 4738 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.661979+0000 mon.a (mon.0) 4739 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.663342+0000 mon.a (mon.0) 4740 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.673877+0000 mon.a (mon.0) 4741 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: cephadm 2023-12-06T07:09:34.674520+0000 mgr.y (mgr.25474) 1786 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: cluster 2023-12-06T07:09:34.716423+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e140 with expected crc 2023-12-06T07:09:35.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.753914+0000 mon.a (mon.0) 4742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.757655+0000 mon.a (mon.0) 4743 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.761540+0000 mon.a (mon.0) 4744 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.763008+0000 mon.a (mon.0) 4745 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.773278+0000 mon.a (mon.0) 4746 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: cephadm 2023-12-06T07:09:34.773837+0000 mgr.y (mgr.25474) 1787 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.850888+0000 mon.a (mon.0) 4747 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.854036+0000 mon.a (mon.0) 4748 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.857625+0000 mon.a (mon.0) 4749 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.859019+0000 mon.a (mon.0) 4750 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.872754+0000 mon.a (mon.0) 4751 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: cephadm 2023-12-06T07:09:34.873379+0000 mgr.y (mgr.25474) 1788 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.955962+0000 mon.a (mon.0) 4752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.958335+0000 mon.a (mon.0) 4753 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.961630+0000 mon.a (mon.0) 4754 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.962887+0000 mon.a (mon.0) 4755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:34.972411+0000 mon.a (mon.0) 4756 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: cephadm 2023-12-06T07:09:34.973383+0000 mgr.y (mgr.25474) 1789 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.053107+0000 mon.a (mon.0) 4757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.055414+0000 mon.a (mon.0) 4758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.057449+0000 mon.a (mon.0) 4759 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.058173+0000 mon.a (mon.0) 4760 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.066072+0000 mon.a (mon.0) 4761 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: cephadm 2023-12-06T07:09:35.066678+0000 mgr.y (mgr.25474) 1790 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.122247+0000 mon.a (mon.0) 4762 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.133618+0000 mon.a (mon.0) 4763 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.141665+0000 mon.a (mon.0) 4764 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.146126+0000 mon.a (mon.0) 4765 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.148928+0000 mon.a (mon.0) 4766 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.857625+0000 mon.a (mon.0) 4749 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.859019+0000 mon.a (mon.0) 4750 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.872754+0000 mon.a (mon.0) 4751 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: cephadm 2023-12-06T07:09:34.873379+0000 mgr.y (mgr.25474) 1788 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.955962+0000 mon.a (mon.0) 4752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.958335+0000 mon.a (mon.0) 4753 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.961630+0000 mon.a (mon.0) 4754 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.962887+0000 mon.a (mon.0) 4755 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:34.972411+0000 mon.a (mon.0) 4756 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: cephadm 2023-12-06T07:09:34.973383+0000 mgr.y (mgr.25474) 1789 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.053107+0000 mon.a (mon.0) 4757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.055414+0000 mon.a (mon.0) 4758 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.057449+0000 mon.a (mon.0) 4759 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.058173+0000 mon.a (mon.0) 4760 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.066072+0000 mon.a (mon.0) 4761 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: cephadm 2023-12-06T07:09:35.066678+0000 mgr.y (mgr.25474) 1790 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:35.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.122247+0000 mon.a (mon.0) 4762 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.133618+0000 mon.a (mon.0) 4763 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.141665+0000 mon.a (mon.0) 4764 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.146126+0000 mon.a (mon.0) 4765 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.537 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.148928+0000 mon.a (mon.0) 4766 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.152121+0000 mon.a (mon.0) 4767 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.153021+0000 mon.a (mon.0) 4768 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.159515+0000 mon.a (mon.0) 4769 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.240147+0000 mon.a (mon.0) 4770 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.242518+0000 mon.a (mon.0) 4771 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.245556+0000 mon.a (mon.0) 4772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.246718+0000 mon.a (mon.0) 4773 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[78949]: audit 2023-12-06T07:09:35.253064+0000 mon.a (mon.0) 4774 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.152121+0000 mon.a (mon.0) 4767 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.153021+0000 mon.a (mon.0) 4768 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.159515+0000 mon.a (mon.0) 4769 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:35.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.240147+0000 mon.a (mon.0) 4770 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:35.539 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.242518+0000 mon.a (mon.0) 4771 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:35.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.245556+0000 mon.a (mon.0) 4772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:35.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.246718+0000 mon.a (mon.0) 4773 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:35.540 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:35 smithi040 bash[84914]: audit 2023-12-06T07:09:35.253064+0000 mon.a (mon.0) 4774 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cephadm 2023-12-06T07:09:35.160421+0000 mgr.y (mgr.25474) 1791 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cephadm 2023-12-06T07:09:35.253651+0000 mgr.y (mgr.25474) 1792 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cluster 2023-12-06T07:09:35.281858+0000 mgr.y (mgr.25474) 1793 : cluster 0 pgmap v242: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2023-12-06T07:09:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.330685+0000 mon.a (mon.0) 4775 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.334222+0000 mon.a (mon.0) 4776 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.337526+0000 mon.a (mon.0) 4777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.338712+0000 mon.a (mon.0) 4778 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.348993+0000 mon.a (mon.0) 4779 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cephadm 2023-12-06T07:09:35.349810+0000 mgr.y (mgr.25474) 1794 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.428972+0000 mon.a (mon.0) 4780 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.431515+0000 mon.a (mon.0) 4781 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.434305+0000 mon.a (mon.0) 4782 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.435267+0000 mon.a (mon.0) 4783 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.443288+0000 mon.a (mon.0) 4784 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cephadm 2023-12-06T07:09:35.443903+0000 mgr.y (mgr.25474) 1795 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.525209+0000 mon.a (mon.0) 4785 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.527305+0000 mon.a (mon.0) 4786 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.529986+0000 mon.a (mon.0) 4787 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.531200+0000 mon.a (mon.0) 4788 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.541014+0000 mon.a (mon.0) 4789 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cephadm 2023-12-06T07:09:35.541585+0000 mgr.y (mgr.25474) 1796 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cluster 2023-12-06T07:09:35.569699+0000 mon.a (mon.0) 4790 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cluster 2023-12-06T07:09:35.577530+0000 mon.a (mon.0) 4791 : cluster 1 osd.5 [v2:172.21.15.141:6808/562837143,v1:172.21.15.141:6809/562837143] boot 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cluster 2023-12-06T07:09:35.577604+0000 mon.a (mon.0) 4792 : cluster 0 osdmap e141: 8 total, 8 up, 8 in 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.578213+0000 mon.a (mon.0) 4793 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cluster 2023-12-06T07:09:35.585417+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cluster 2023-12-06T07:09:35.585897+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cluster 2023-12-06T07:09:35.589749+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cluster 2023-12-06T07:09:35.590091+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cluster 2023-12-06T07:09:35.591531+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cluster 2023-12-06T07:09:35.591597+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.620812+0000 mon.a (mon.0) 4794 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.623120+0000 mon.a (mon.0) 4795 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.625267+0000 mon.a (mon.0) 4796 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.626093+0000 mon.a (mon.0) 4797 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.631934+0000 mon.a (mon.0) 4798 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cephadm 2023-12-06T07:09:35.632596+0000 mgr.y (mgr.25474) 1797 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.714671+0000 mon.a (mon.0) 4799 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.716818+0000 mon.a (mon.0) 4800 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.719860+0000 mon.a (mon.0) 4801 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.720718+0000 mon.a (mon.0) 4802 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.730804+0000 mon.a (mon.0) 4803 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cephadm 2023-12-06T07:09:35.731477+0000 mgr.y (mgr.25474) 1798 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.795778+0000 mon.a (mon.0) 4804 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.799184+0000 mon.a (mon.0) 4805 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.802085+0000 mon.a (mon.0) 4806 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.803313+0000 mon.a (mon.0) 4807 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.811602+0000 mon.a (mon.0) 4808 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cephadm 2023-12-06T07:09:35.812139+0000 mgr.y (mgr.25474) 1799 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.895212+0000 mon.a (mon.0) 4809 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.898660+0000 mon.a (mon.0) 4810 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.902085+0000 mon.a (mon.0) 4811 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.903186+0000 mon.a (mon.0) 4812 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.913382+0000 mon.a (mon.0) 4813 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cephadm 2023-12-06T07:09:35.914259+0000 mgr.y (mgr.25474) 1800 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.991638+0000 mon.a (mon.0) 4814 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.994267+0000 mon.a (mon.0) 4815 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.997563+0000 mon.a (mon.0) 4816 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:35.998802+0000 mon.a (mon.0) 4817 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.006641+0000 mon.a (mon.0) 4818 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cephadm 2023-12-06T07:09:36.007503+0000 mgr.y (mgr.25474) 1801 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.090943+0000 mon.a (mon.0) 4819 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.093423+0000 mon.a (mon.0) 4820 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.096130+0000 mon.a (mon.0) 4821 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.097018+0000 mon.a (mon.0) 4822 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.104464+0000 mon.a (mon.0) 4823 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: cephadm 2023-12-06T07:09:36.105102+0000 mgr.y (mgr.25474) 1802 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.187470+0000 mon.a (mon.0) 4824 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.189692+0000 mon.a (mon.0) 4825 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.191959+0000 mon.a (mon.0) 4826 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.192857+0000 mon.a (mon.0) 4827 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.198564+0000 mon.a (mon.0) 4828 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.247655+0000 mon.a (mon.0) 4829 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.250586+0000 mon.a (mon.0) 4830 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.258511+0000 mon.a (mon.0) 4831 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.259826+0000 mon.a (mon.0) 4832 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:36 smithi141 bash[72190]: audit 2023-12-06T07:09:36.266683+0000 mon.a (mon.0) 4833 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.555 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:09:36] "GET /metrics HTTP/1.1" 200 38485 "" "Prometheus/2.33.4" 2023-12-06T07:09:36.556 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cephadm 2023-12-06T07:09:35.160421+0000 mgr.y (mgr.25474) 1791 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.556 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cephadm 2023-12-06T07:09:35.253651+0000 mgr.y (mgr.25474) 1792 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.556 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cluster 2023-12-06T07:09:35.281858+0000 mgr.y (mgr.25474) 1793 : cluster 0 pgmap v242: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2023-12-06T07:09:36.557 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.330685+0000 mon.a (mon.0) 4775 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.557 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.334222+0000 mon.a (mon.0) 4776 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.557 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.337526+0000 mon.a (mon.0) 4777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.557 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.338712+0000 mon.a (mon.0) 4778 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.557 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.348993+0000 mon.a (mon.0) 4779 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.557 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cephadm 2023-12-06T07:09:35.349810+0000 mgr.y (mgr.25474) 1794 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.557 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.428972+0000 mon.a (mon.0) 4780 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.557 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.431515+0000 mon.a (mon.0) 4781 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.557 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.434305+0000 mon.a (mon.0) 4782 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.557 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.435267+0000 mon.a (mon.0) 4783 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.557 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.443288+0000 mon.a (mon.0) 4784 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.557 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cephadm 2023-12-06T07:09:35.443903+0000 mgr.y (mgr.25474) 1795 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.557 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.525209+0000 mon.a (mon.0) 4785 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.557 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.527305+0000 mon.a (mon.0) 4786 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.557 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.529986+0000 mon.a (mon.0) 4787 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.558 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.531200+0000 mon.a (mon.0) 4788 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.558 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.541014+0000 mon.a (mon.0) 4789 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.558 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cephadm 2023-12-06T07:09:35.541585+0000 mgr.y (mgr.25474) 1796 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.558 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cluster 2023-12-06T07:09:35.569699+0000 mon.a (mon.0) 4790 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:09:36.558 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cluster 2023-12-06T07:09:35.577530+0000 mon.a (mon.0) 4791 : cluster 1 osd.5 [v2:172.21.15.141:6808/562837143,v1:172.21.15.141:6809/562837143] boot 2023-12-06T07:09:36.558 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cluster 2023-12-06T07:09:35.577604+0000 mon.a (mon.0) 4792 : cluster 0 osdmap e141: 8 total, 8 up, 8 in 2023-12-06T07:09:36.558 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.578213+0000 mon.a (mon.0) 4793 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:09:36.558 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cluster 2023-12-06T07:09:35.585417+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.558 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cluster 2023-12-06T07:09:35.585897+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.558 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cluster 2023-12-06T07:09:35.589749+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.558 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cluster 2023-12-06T07:09:35.590091+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.558 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cluster 2023-12-06T07:09:35.591531+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.558 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cluster 2023-12-06T07:09:35.591597+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.558 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.620812+0000 mon.a (mon.0) 4794 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.623120+0000 mon.a (mon.0) 4795 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.625267+0000 mon.a (mon.0) 4796 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.626093+0000 mon.a (mon.0) 4797 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.631934+0000 mon.a (mon.0) 4798 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cephadm 2023-12-06T07:09:35.632596+0000 mgr.y (mgr.25474) 1797 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.714671+0000 mon.a (mon.0) 4799 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.716818+0000 mon.a (mon.0) 4800 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.719860+0000 mon.a (mon.0) 4801 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.720718+0000 mon.a (mon.0) 4802 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.730804+0000 mon.a (mon.0) 4803 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cephadm 2023-12-06T07:09:35.731477+0000 mgr.y (mgr.25474) 1798 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.795778+0000 mon.a (mon.0) 4804 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.799184+0000 mon.a (mon.0) 4805 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.802085+0000 mon.a (mon.0) 4806 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.803313+0000 mon.a (mon.0) 4807 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.560 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.811602+0000 mon.a (mon.0) 4808 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.560 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cephadm 2023-12-06T07:09:35.812139+0000 mgr.y (mgr.25474) 1799 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.560 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.895212+0000 mon.a (mon.0) 4809 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.560 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.898660+0000 mon.a (mon.0) 4810 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.560 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.902085+0000 mon.a (mon.0) 4811 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.560 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.903186+0000 mon.a (mon.0) 4812 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.560 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.913382+0000 mon.a (mon.0) 4813 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.560 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cephadm 2023-12-06T07:09:35.914259+0000 mgr.y (mgr.25474) 1800 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.560 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.991638+0000 mon.a (mon.0) 4814 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.560 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.994267+0000 mon.a (mon.0) 4815 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.560 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.997563+0000 mon.a (mon.0) 4816 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.560 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:35.998802+0000 mon.a (mon.0) 4817 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.560 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.006641+0000 mon.a (mon.0) 4818 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.560 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cephadm 2023-12-06T07:09:36.007503+0000 mgr.y (mgr.25474) 1801 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.560 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.090943+0000 mon.a (mon.0) 4819 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.561 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.093423+0000 mon.a (mon.0) 4820 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.561 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.096130+0000 mon.a (mon.0) 4821 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.561 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.097018+0000 mon.a (mon.0) 4822 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.561 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.104464+0000 mon.a (mon.0) 4823 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.561 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: cephadm 2023-12-06T07:09:36.105102+0000 mgr.y (mgr.25474) 1802 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.561 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.187470+0000 mon.a (mon.0) 4824 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.561 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.189692+0000 mon.a (mon.0) 4825 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.561 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.191959+0000 mon.a (mon.0) 4826 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.561 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.192857+0000 mon.a (mon.0) 4827 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.561 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.198564+0000 mon.a (mon.0) 4828 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.561 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.247655+0000 mon.a (mon.0) 4829 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.561 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.250586+0000 mon.a (mon.0) 4830 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.561 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.258511+0000 mon.a (mon.0) 4831 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.561 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.259826+0000 mon.a (mon.0) 4832 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.561 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[78949]: audit 2023-12-06T07:09:36.266683+0000 mon.a (mon.0) 4833 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.562 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cephadm 2023-12-06T07:09:35.160421+0000 mgr.y (mgr.25474) 1791 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.562 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cephadm 2023-12-06T07:09:35.253651+0000 mgr.y (mgr.25474) 1792 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.562 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cluster 2023-12-06T07:09:35.281858+0000 mgr.y (mgr.25474) 1793 : cluster 0 pgmap v242: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2023-12-06T07:09:36.562 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.330685+0000 mon.a (mon.0) 4775 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.562 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.334222+0000 mon.a (mon.0) 4776 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.562 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.337526+0000 mon.a (mon.0) 4777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.563 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.338712+0000 mon.a (mon.0) 4778 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.563 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.348993+0000 mon.a (mon.0) 4779 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.563 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cephadm 2023-12-06T07:09:35.349810+0000 mgr.y (mgr.25474) 1794 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.563 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.428972+0000 mon.a (mon.0) 4780 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.563 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.431515+0000 mon.a (mon.0) 4781 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.563 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.434305+0000 mon.a (mon.0) 4782 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.563 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.435267+0000 mon.a (mon.0) 4783 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.563 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.443288+0000 mon.a (mon.0) 4784 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.563 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cephadm 2023-12-06T07:09:35.443903+0000 mgr.y (mgr.25474) 1795 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.563 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.525209+0000 mon.a (mon.0) 4785 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.563 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.527305+0000 mon.a (mon.0) 4786 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.563 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.529986+0000 mon.a (mon.0) 4787 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.563 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.531200+0000 mon.a (mon.0) 4788 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.563 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.541014+0000 mon.a (mon.0) 4789 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.564 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cephadm 2023-12-06T07:09:35.541585+0000 mgr.y (mgr.25474) 1796 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.564 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cluster 2023-12-06T07:09:35.569699+0000 mon.a (mon.0) 4790 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:09:36.564 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cluster 2023-12-06T07:09:35.577530+0000 mon.a (mon.0) 4791 : cluster 1 osd.5 [v2:172.21.15.141:6808/562837143,v1:172.21.15.141:6809/562837143] boot 2023-12-06T07:09:36.564 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cluster 2023-12-06T07:09:35.577604+0000 mon.a (mon.0) 4792 : cluster 0 osdmap e141: 8 total, 8 up, 8 in 2023-12-06T07:09:36.564 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.578213+0000 mon.a (mon.0) 4793 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:09:36.564 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cluster 2023-12-06T07:09:35.585417+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.564 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cluster 2023-12-06T07:09:35.585897+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.564 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cluster 2023-12-06T07:09:35.589749+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.564 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cluster 2023-12-06T07:09:35.590091+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.564 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cluster 2023-12-06T07:09:35.591531+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.564 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cluster 2023-12-06T07:09:35.591597+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:09:36.564 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.620812+0000 mon.a (mon.0) 4794 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.565 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.623120+0000 mon.a (mon.0) 4795 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.565 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.625267+0000 mon.a (mon.0) 4796 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.565 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.626093+0000 mon.a (mon.0) 4797 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.565 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.631934+0000 mon.a (mon.0) 4798 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.565 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cephadm 2023-12-06T07:09:35.632596+0000 mgr.y (mgr.25474) 1797 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.565 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.714671+0000 mon.a (mon.0) 4799 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.565 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.716818+0000 mon.a (mon.0) 4800 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.565 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.719860+0000 mon.a (mon.0) 4801 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.565 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.720718+0000 mon.a (mon.0) 4802 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.565 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.730804+0000 mon.a (mon.0) 4803 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.565 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cephadm 2023-12-06T07:09:35.731477+0000 mgr.y (mgr.25474) 1798 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.566 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.795778+0000 mon.a (mon.0) 4804 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.566 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.799184+0000 mon.a (mon.0) 4805 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.566 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.802085+0000 mon.a (mon.0) 4806 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.566 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.803313+0000 mon.a (mon.0) 4807 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.566 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.811602+0000 mon.a (mon.0) 4808 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.566 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cephadm 2023-12-06T07:09:35.812139+0000 mgr.y (mgr.25474) 1799 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.566 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.895212+0000 mon.a (mon.0) 4809 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.566 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.898660+0000 mon.a (mon.0) 4810 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.566 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.902085+0000 mon.a (mon.0) 4811 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.566 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.903186+0000 mon.a (mon.0) 4812 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.566 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.913382+0000 mon.a (mon.0) 4813 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.566 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cephadm 2023-12-06T07:09:35.914259+0000 mgr.y (mgr.25474) 1800 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.566 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.991638+0000 mon.a (mon.0) 4814 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.566 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.994267+0000 mon.a (mon.0) 4815 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.566 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.997563+0000 mon.a (mon.0) 4816 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:35.998802+0000 mon.a (mon.0) 4817 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.006641+0000 mon.a (mon.0) 4818 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cephadm 2023-12-06T07:09:36.007503+0000 mgr.y (mgr.25474) 1801 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.090943+0000 mon.a (mon.0) 4819 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.093423+0000 mon.a (mon.0) 4820 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.096130+0000 mon.a (mon.0) 4821 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.097018+0000 mon.a (mon.0) 4822 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.104464+0000 mon.a (mon.0) 4823 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: cephadm 2023-12-06T07:09:36.105102+0000 mgr.y (mgr.25474) 1802 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:36.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.187470+0000 mon.a (mon.0) 4824 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.189692+0000 mon.a (mon.0) 4825 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.191959+0000 mon.a (mon.0) 4826 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.192857+0000 mon.a (mon.0) 4827 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.198564+0000 mon.a (mon.0) 4828 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:36.567 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.247655+0000 mon.a (mon.0) 4829 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:36.568 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.250586+0000 mon.a (mon.0) 4830 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:36.568 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.258511+0000 mon.a (mon.0) 4831 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:36.568 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.259826+0000 mon.a (mon.0) 4832 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:36.568 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:36 smithi040 bash[84914]: audit 2023-12-06T07:09:36.266683+0000 mon.a (mon.0) 4833 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.376 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cephadm 2023-12-06T07:09:36.199041+0000 mgr.y (mgr.25474) 1803 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.376 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cephadm 2023-12-06T07:09:36.267312+0000 mgr.y (mgr.25474) 1804 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.348621+0000 mon.a (mon.0) 4834 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.351469+0000 mon.a (mon.0) 4835 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.354761+0000 mon.a (mon.0) 4836 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.356040+0000 mon.a (mon.0) 4837 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.364123+0000 mon.a (mon.0) 4838 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cephadm 2023-12-06T07:09:36.364773+0000 mgr.y (mgr.25474) 1805 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.441840+0000 mon.a (mon.0) 4839 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.445095+0000 mon.a (mon.0) 4840 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.448712+0000 mon.a (mon.0) 4841 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.450041+0000 mon.a (mon.0) 4842 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.377 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.458647+0000 mon.a (mon.0) 4843 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.378 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cephadm 2023-12-06T07:09:36.459589+0000 mgr.y (mgr.25474) 1806 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.378 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.541731+0000 mon.a (mon.0) 4844 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.378 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.544369+0000 mon.a (mon.0) 4845 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.378 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.547397+0000 mon.a (mon.0) 4846 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.378 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.548536+0000 mon.a (mon.0) 4847 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.378 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.557428+0000 mon.a (mon.0) 4848 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.378 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cephadm 2023-12-06T07:09:36.557952+0000 mgr.y (mgr.25474) 1807 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.378 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cluster 2023-12-06T07:09:36.578396+0000 mon.a (mon.0) 4849 : cluster 0 osdmap e142: 8 total, 8 up, 8 in 2023-12-06T07:09:37.378 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cluster 2023-12-06T07:09:36.579840+0000 osd.6 (osd.6) 54 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.378 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cluster 2023-12-06T07:09:36.585666+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.378 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cluster 2023-12-06T07:09:36.586321+0000 osd.6 (osd.6) 55 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.378 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cluster 2023-12-06T07:09:36.588574+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.378 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cluster 2023-12-06T07:09:36.591309+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.379 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cluster 2023-12-06T07:09:36.591628+0000 osd.6 (osd.6) 56 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.379 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cluster 2023-12-06T07:09:36.593529+0000 osd.6 (osd.6) 57 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.379 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cluster 2023-12-06T07:09:36.595015+0000 osd.6 (osd.6) 58 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.379 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.633850+0000 mon.a (mon.0) 4850 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.379 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.636032+0000 mon.a (mon.0) 4851 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.379 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.638159+0000 mon.a (mon.0) 4852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.379 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.638901+0000 mon.a (mon.0) 4853 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.379 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.644192+0000 mon.a (mon.0) 4854 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.379 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cephadm 2023-12-06T07:09:36.644682+0000 mgr.y (mgr.25474) 1808 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.379 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.723957+0000 mon.a (mon.0) 4855 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.379 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.727065+0000 mon.a (mon.0) 4856 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.380 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.730243+0000 mon.a (mon.0) 4857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.380 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.731596+0000 mon.a (mon.0) 4858 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.380 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.740040+0000 mon.a (mon.0) 4859 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.380 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cephadm 2023-12-06T07:09:36.740903+0000 mgr.y (mgr.25474) 1809 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.380 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.820376+0000 mon.a (mon.0) 4860 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.380 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.822690+0000 mon.a (mon.0) 4861 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.380 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.825484+0000 mon.a (mon.0) 4862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.380 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.826376+0000 mon.a (mon.0) 4863 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.380 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.833178+0000 mon.a (mon.0) 4864 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.380 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cephadm 2023-12-06T07:09:36.833911+0000 mgr.y (mgr.25474) 1810 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.914735+0000 mon.a (mon.0) 4865 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.917488+0000 mon.a (mon.0) 4866 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.921374+0000 mon.a (mon.0) 4867 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.922630+0000 mon.a (mon.0) 4868 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:36.931188+0000 mon.a (mon.0) 4869 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cephadm 2023-12-06T07:09:36.932184+0000 mgr.y (mgr.25474) 1811 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:37.012724+0000 mon.a (mon.0) 4870 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:37.014867+0000 mon.a (mon.0) 4871 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:37.017670+0000 mon.a (mon.0) 4872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:37.018497+0000 mon.a (mon.0) 4873 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:37.025941+0000 mon.a (mon.0) 4874 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.381 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cephadm 2023-12-06T07:09:37.026508+0000 mgr.y (mgr.25474) 1812 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.382 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:37.137870+0000 mon.a (mon.0) 4875 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.382 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:37.141896+0000 mon.a (mon.0) 4876 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.382 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:37.146409+0000 mon.a (mon.0) 4877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.382 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:37.147580+0000 mon.a (mon.0) 4878 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.382 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:37.156821+0000 mon.a (mon.0) 4879 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.382 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: cephadm 2023-12-06T07:09:37.157519+0000 mgr.y (mgr.25474) 1813 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.382 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:37.242094+0000 mon.a (mon.0) 4880 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.382 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:37.244829+0000 mon.a (mon.0) 4881 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.382 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:37.249597+0000 mon.a (mon.0) 4882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.382 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:37.250963+0000 mon.a (mon.0) 4883 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.382 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:37 smithi141 bash[72190]: audit 2023-12-06T07:09:37.260140+0000 mon.a (mon.0) 4884 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.583 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[75188]: debug 2023-12-06T07:09:37.464+0000 7efde2cff700 -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-06T07:09:37.584 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cephadm 2023-12-06T07:09:36.199041+0000 mgr.y (mgr.25474) 1803 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.584 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cephadm 2023-12-06T07:09:36.267312+0000 mgr.y (mgr.25474) 1804 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.584 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.348621+0000 mon.a (mon.0) 4834 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.584 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.351469+0000 mon.a (mon.0) 4835 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.584 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.354761+0000 mon.a (mon.0) 4836 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.584 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.356040+0000 mon.a (mon.0) 4837 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.584 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.364123+0000 mon.a (mon.0) 4838 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.585 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cephadm 2023-12-06T07:09:36.364773+0000 mgr.y (mgr.25474) 1805 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.585 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.441840+0000 mon.a (mon.0) 4839 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.585 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.445095+0000 mon.a (mon.0) 4840 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.585 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.448712+0000 mon.a (mon.0) 4841 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.585 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.450041+0000 mon.a (mon.0) 4842 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.585 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.458647+0000 mon.a (mon.0) 4843 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.585 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cephadm 2023-12-06T07:09:36.459589+0000 mgr.y (mgr.25474) 1806 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.585 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.541731+0000 mon.a (mon.0) 4844 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.585 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.544369+0000 mon.a (mon.0) 4845 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.585 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.547397+0000 mon.a (mon.0) 4846 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.585 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.548536+0000 mon.a (mon.0) 4847 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.585 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.557428+0000 mon.a (mon.0) 4848 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.585 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cephadm 2023-12-06T07:09:36.557952+0000 mgr.y (mgr.25474) 1807 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.585 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cluster 2023-12-06T07:09:36.578396+0000 mon.a (mon.0) 4849 : cluster 0 osdmap e142: 8 total, 8 up, 8 in 2023-12-06T07:09:37.585 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cluster 2023-12-06T07:09:36.579840+0000 osd.6 (osd.6) 54 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cluster 2023-12-06T07:09:36.585666+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cluster 2023-12-06T07:09:36.586321+0000 osd.6 (osd.6) 55 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cluster 2023-12-06T07:09:36.588574+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cluster 2023-12-06T07:09:36.591309+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cluster 2023-12-06T07:09:36.591628+0000 osd.6 (osd.6) 56 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cluster 2023-12-06T07:09:36.593529+0000 osd.6 (osd.6) 57 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cluster 2023-12-06T07:09:36.595015+0000 osd.6 (osd.6) 58 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.633850+0000 mon.a (mon.0) 4850 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.636032+0000 mon.a (mon.0) 4851 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.638159+0000 mon.a (mon.0) 4852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.638901+0000 mon.a (mon.0) 4853 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.644192+0000 mon.a (mon.0) 4854 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cephadm 2023-12-06T07:09:36.644682+0000 mgr.y (mgr.25474) 1808 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.723957+0000 mon.a (mon.0) 4855 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.727065+0000 mon.a (mon.0) 4856 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.586 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.730243+0000 mon.a (mon.0) 4857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.731596+0000 mon.a (mon.0) 4858 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.740040+0000 mon.a (mon.0) 4859 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cephadm 2023-12-06T07:09:36.740903+0000 mgr.y (mgr.25474) 1809 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.820376+0000 mon.a (mon.0) 4860 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.822690+0000 mon.a (mon.0) 4861 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.825484+0000 mon.a (mon.0) 4862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.826376+0000 mon.a (mon.0) 4863 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.833178+0000 mon.a (mon.0) 4864 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cephadm 2023-12-06T07:09:36.833911+0000 mgr.y (mgr.25474) 1810 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.914735+0000 mon.a (mon.0) 4865 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.917488+0000 mon.a (mon.0) 4866 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.921374+0000 mon.a (mon.0) 4867 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.922630+0000 mon.a (mon.0) 4868 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:36.931188+0000 mon.a (mon.0) 4869 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cephadm 2023-12-06T07:09:36.932184+0000 mgr.y (mgr.25474) 1811 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.588 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:37.012724+0000 mon.a (mon.0) 4870 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.588 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:37.014867+0000 mon.a (mon.0) 4871 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.588 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:37.017670+0000 mon.a (mon.0) 4872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.588 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:37.018497+0000 mon.a (mon.0) 4873 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.588 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:37.025941+0000 mon.a (mon.0) 4874 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.588 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cephadm 2023-12-06T07:09:37.026508+0000 mgr.y (mgr.25474) 1812 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.588 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:37.137870+0000 mon.a (mon.0) 4875 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.588 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:37.141896+0000 mon.a (mon.0) 4876 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.588 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:37.146409+0000 mon.a (mon.0) 4877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.588 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cephadm 2023-12-06T07:09:36.199041+0000 mgr.y (mgr.25474) 1803 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.588 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cephadm 2023-12-06T07:09:36.267312+0000 mgr.y (mgr.25474) 1804 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.589 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.348621+0000 mon.a (mon.0) 4834 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.589 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.351469+0000 mon.a (mon.0) 4835 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.589 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.354761+0000 mon.a (mon.0) 4836 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.589 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.356040+0000 mon.a (mon.0) 4837 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.589 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.364123+0000 mon.a (mon.0) 4838 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.589 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cephadm 2023-12-06T07:09:36.364773+0000 mgr.y (mgr.25474) 1805 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.589 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.441840+0000 mon.a (mon.0) 4839 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.589 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.445095+0000 mon.a (mon.0) 4840 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.589 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.448712+0000 mon.a (mon.0) 4841 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.589 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.450041+0000 mon.a (mon.0) 4842 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.589 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.458647+0000 mon.a (mon.0) 4843 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.589 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cephadm 2023-12-06T07:09:36.459589+0000 mgr.y (mgr.25474) 1806 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.589 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.541731+0000 mon.a (mon.0) 4844 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.589 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.544369+0000 mon.a (mon.0) 4845 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.589 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.547397+0000 mon.a (mon.0) 4846 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.590 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.548536+0000 mon.a (mon.0) 4847 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.590 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.557428+0000 mon.a (mon.0) 4848 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.590 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cephadm 2023-12-06T07:09:36.557952+0000 mgr.y (mgr.25474) 1807 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.590 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:37.147580+0000 mon.a (mon.0) 4878 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.590 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:37.156821+0000 mon.a (mon.0) 4879 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.590 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: cephadm 2023-12-06T07:09:37.157519+0000 mgr.y (mgr.25474) 1813 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.590 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:37.242094+0000 mon.a (mon.0) 4880 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.590 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:37.244829+0000 mon.a (mon.0) 4881 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.590 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:37.249597+0000 mon.a (mon.0) 4882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.590 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:37.250963+0000 mon.a (mon.0) 4883 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.590 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[78949]: audit 2023-12-06T07:09:37.260140+0000 mon.a (mon.0) 4884 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.591 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cluster 2023-12-06T07:09:36.578396+0000 mon.a (mon.0) 4849 : cluster 0 osdmap e142: 8 total, 8 up, 8 in 2023-12-06T07:09:37.591 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cluster 2023-12-06T07:09:36.579840+0000 osd.6 (osd.6) 54 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.591 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cluster 2023-12-06T07:09:36.585666+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.591 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cluster 2023-12-06T07:09:36.586321+0000 osd.6 (osd.6) 55 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.591 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cluster 2023-12-06T07:09:36.588574+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.591 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cluster 2023-12-06T07:09:36.591309+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.591 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cluster 2023-12-06T07:09:36.591628+0000 osd.6 (osd.6) 56 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.591 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cluster 2023-12-06T07:09:36.593529+0000 osd.6 (osd.6) 57 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cluster 2023-12-06T07:09:36.595015+0000 osd.6 (osd.6) 58 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:09:37.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.633850+0000 mon.a (mon.0) 4850 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.636032+0000 mon.a (mon.0) 4851 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.638159+0000 mon.a (mon.0) 4852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.638901+0000 mon.a (mon.0) 4853 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.644192+0000 mon.a (mon.0) 4854 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cephadm 2023-12-06T07:09:36.644682+0000 mgr.y (mgr.25474) 1808 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.723957+0000 mon.a (mon.0) 4855 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.727065+0000 mon.a (mon.0) 4856 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.730243+0000 mon.a (mon.0) 4857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.731596+0000 mon.a (mon.0) 4858 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.740040+0000 mon.a (mon.0) 4859 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cephadm 2023-12-06T07:09:36.740903+0000 mgr.y (mgr.25474) 1809 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.820376+0000 mon.a (mon.0) 4860 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.592 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.822690+0000 mon.a (mon.0) 4861 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.825484+0000 mon.a (mon.0) 4862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.826376+0000 mon.a (mon.0) 4863 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.833178+0000 mon.a (mon.0) 4864 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cephadm 2023-12-06T07:09:36.833911+0000 mgr.y (mgr.25474) 1810 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.914735+0000 mon.a (mon.0) 4865 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.917488+0000 mon.a (mon.0) 4866 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.921374+0000 mon.a (mon.0) 4867 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.922630+0000 mon.a (mon.0) 4868 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:36.931188+0000 mon.a (mon.0) 4869 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cephadm 2023-12-06T07:09:36.932184+0000 mgr.y (mgr.25474) 1811 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:37.012724+0000 mon.a (mon.0) 4870 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:37.014867+0000 mon.a (mon.0) 4871 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:37.017670+0000 mon.a (mon.0) 4872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:37.018497+0000 mon.a (mon.0) 4873 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:37.025941+0000 mon.a (mon.0) 4874 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.593 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cephadm 2023-12-06T07:09:37.026508+0000 mgr.y (mgr.25474) 1812 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.594 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:37.137870+0000 mon.a (mon.0) 4875 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.594 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:37.141896+0000 mon.a (mon.0) 4876 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.594 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:37.146409+0000 mon.a (mon.0) 4877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.594 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:37.147580+0000 mon.a (mon.0) 4878 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.594 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:37.156821+0000 mon.a (mon.0) 4879 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:37.594 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: cephadm 2023-12-06T07:09:37.157519+0000 mgr.y (mgr.25474) 1813 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:37.594 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:37.242094+0000 mon.a (mon.0) 4880 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:37.594 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:37.244829+0000 mon.a (mon.0) 4881 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:37.594 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:37.249597+0000 mon.a (mon.0) 4882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:37.594 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:37.250963+0000 mon.a (mon.0) 4883 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:37.594 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:37 smithi040 bash[84914]: audit 2023-12-06T07:09:37.260140+0000 mon.a (mon.0) 4884 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: cephadm 2023-12-06T07:09:37.260923+0000 mgr.y (mgr.25474) 1814 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:38.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: cluster 2023-12-06T07:09:37.282417+0000 mgr.y (mgr.25474) 1815 : cluster 0 pgmap v245: 161 pgs: 5 peering, 18 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 65/630 objects degraded (10.317%) 2023-12-06T07:09:38.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.345389+0000 mon.a (mon.0) 4885 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:38.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.348281+0000 mon.a (mon.0) 4886 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:38.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.351143+0000 mon.a (mon.0) 4887 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:38.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.352258+0000 mon.a (mon.0) 4888 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:38.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.360081+0000 mon.a (mon.0) 4889 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: cephadm 2023-12-06T07:09:37.360687+0000 mgr.y (mgr.25474) 1816 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:38.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.446544+0000 mon.a (mon.0) 4890 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.451114+0000 mon.a (mon.0) 4891 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:38.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.455481+0000 mon.a (mon.0) 4892 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.455923+0000 mon.a (mon.0) 4893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:38.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.461907+0000 mon.a (mon.0) 4894 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.462434+0000 mon.a (mon.0) 4895 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:38.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.464626+0000 mon.a (mon.0) 4896 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:38.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.466997+0000 mon.a (mon.0) 4897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:09:38.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.467208+0000 mgr.y (mgr.25474) 1817 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:09:38.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: cephadm 2023-12-06T07:09:37.468283+0000 mgr.y (mgr.25474) 1818 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-06T07:09:38.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.782799+0000 mon.a (mon.0) 4898 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.710 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: audit 2023-12-06T07:09:37.785059+0000 mon.a (mon.0) 4899 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:09:38.711 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:38 smithi141 bash[72190]: cluster 2023-12-06T07:09:38.255899+0000 mon.a (mon.0) 4900 : cluster 3 Health check update: Degraded data redundancy: 65/630 objects degraded (10.317%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T07:09:38.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: cephadm 2023-12-06T07:09:37.260923+0000 mgr.y (mgr.25474) 1814 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:38.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: cluster 2023-12-06T07:09:37.282417+0000 mgr.y (mgr.25474) 1815 : cluster 0 pgmap v245: 161 pgs: 5 peering, 18 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 65/630 objects degraded (10.317%) 2023-12-06T07:09:38.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.345389+0000 mon.a (mon.0) 4885 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:38.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.348281+0000 mon.a (mon.0) 4886 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:38.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.351143+0000 mon.a (mon.0) 4887 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:38.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.352258+0000 mon.a (mon.0) 4888 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:38.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.360081+0000 mon.a (mon.0) 4889 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: cephadm 2023-12-06T07:09:37.360687+0000 mgr.y (mgr.25474) 1816 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:38.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.446544+0000 mon.a (mon.0) 4890 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.451114+0000 mon.a (mon.0) 4891 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:38.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.455481+0000 mon.a (mon.0) 4892 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.455923+0000 mon.a (mon.0) 4893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:38.782 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.461907+0000 mon.a (mon.0) 4894 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.462434+0000 mon.a (mon.0) 4895 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:38.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.464626+0000 mon.a (mon.0) 4896 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:38.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.466997+0000 mon.a (mon.0) 4897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:09:38.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.467208+0000 mgr.y (mgr.25474) 1817 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:09:38.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: cephadm 2023-12-06T07:09:37.468283+0000 mgr.y (mgr.25474) 1818 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-06T07:09:38.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.782799+0000 mon.a (mon.0) 4898 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: audit 2023-12-06T07:09:37.785059+0000 mon.a (mon.0) 4899 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:09:38.783 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[84914]: cluster 2023-12-06T07:09:38.255899+0000 mon.a (mon.0) 4900 : cluster 3 Health check update: Degraded data redundancy: 65/630 objects degraded (10.317%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T07:09:38.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: cephadm 2023-12-06T07:09:37.260923+0000 mgr.y (mgr.25474) 1814 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:38.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: cluster 2023-12-06T07:09:37.282417+0000 mgr.y (mgr.25474) 1815 : cluster 0 pgmap v245: 161 pgs: 5 peering, 18 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 65/630 objects degraded (10.317%) 2023-12-06T07:09:38.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.345389+0000 mon.a (mon.0) 4885 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:38.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.348281+0000 mon.a (mon.0) 4886 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:38.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.351143+0000 mon.a (mon.0) 4887 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:38.784 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.352258+0000 mon.a (mon.0) 4888 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:09:38.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.360081+0000 mon.a (mon.0) 4889 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.785 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: cephadm 2023-12-06T07:09:37.360687+0000 mgr.y (mgr.25474) 1816 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:09:38.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.446544+0000 mon.a (mon.0) 4890 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.451114+0000 mon.a (mon.0) 4891 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:09:38.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.455481+0000 mon.a (mon.0) 4892 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.786 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.455923+0000 mon.a (mon.0) 4893 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:38.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.461907+0000 mon.a (mon.0) 4894 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.462434+0000 mon.a (mon.0) 4895 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:38.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.464626+0000 mon.a (mon.0) 4896 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:38.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.466997+0000 mon.a (mon.0) 4897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:09:38.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.467208+0000 mgr.y (mgr.25474) 1817 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:09:38.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: cephadm 2023-12-06T07:09:37.468283+0000 mgr.y (mgr.25474) 1818 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-06T07:09:38.787 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.782799+0000 mon.a (mon.0) 4898 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:38.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: audit 2023-12-06T07:09:37.785059+0000 mon.a (mon.0) 4899 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:09:38.788 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:38 smithi040 bash[78949]: cluster 2023-12-06T07:09:38.255899+0000 mon.a (mon.0) 4900 : cluster 3 Health check update: Degraded data redundancy: 65/630 objects degraded (10.317%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T07:09:40.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:40 smithi040 bash[78949]: cluster 2023-12-06T07:09:39.283975+0000 mgr.y (mgr.25474) 1819 : cluster 0 pgmap v246: 161 pgs: 5 peering, 8 active+undersized+degraded, 21 active+undersized, 127 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 42/630 objects degraded (6.667%) 2023-12-06T07:09:40.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:40 smithi040 bash[84914]: cluster 2023-12-06T07:09:39.283975+0000 mgr.y (mgr.25474) 1819 : cluster 0 pgmap v246: 161 pgs: 5 peering, 8 active+undersized+degraded, 21 active+undersized, 127 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 42/630 objects degraded (6.667%) 2023-12-06T07:09:40.594 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:40 smithi141 bash[72190]: cluster 2023-12-06T07:09:39.283975+0000 mgr.y (mgr.25474) 1819 : cluster 0 pgmap v246: 161 pgs: 5 peering, 8 active+undersized+degraded, 21 active+undersized, 127 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 42/630 objects degraded (6.667%) 2023-12-06T07:09:40.875 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:09:41.636 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:41 smithi141 bash[72190]: audit 2023-12-06T07:09:40.854078+0000 mgr.y (mgr.25474) 1820 : audit 0 from='client.54469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:41.654 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:09:41.654 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 6s ago 22m - - 2023-12-06T07:09:41.654 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 0s ago 22m - - 2023-12-06T07:09:41.654 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (9m) 6s ago 15m 16.7M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:09:41.654 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (8m) 0s ago 15m 43.8M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:09:41.654 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (7m) 6s ago 13m 47.6M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:09:41.654 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (5m) 0s ago 21m 434M - 19.0.0-26-g0482646f 26bb7d89db2e 345817faf911 2023-12-06T07:09:41.655 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (7m) 6s ago 23m 521M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:09:41.655 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (7m) 6s ago 23m 75.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:09:41.655 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (4m) 0s ago 22m 52.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a46e947a89d4 2023-12-06T07:09:41.655 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (5m) 6s ago 22m 51.1M 2048M 19.0.0-26-g0482646f 26bb7d89db2e f003381b7d99 2023-12-06T07:09:41.655 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (9m) 6s ago 15m 12.5M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:09:41.655 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (8m) 0s ago 15m 14.2M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:09:41.655 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (3m) 6s ago 21m 56.0M 4096M 19.0.0-26-g0482646f 26bb7d89db2e bd803ebde49a 2023-12-06T07:09:41.655 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (3m) 6s ago 20m 54.2M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 17848df7e7ac 2023-12-06T07:09:41.655 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (2m) 6s ago 20m 50.1M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 129ef8397e96 2023-12-06T07:09:41.655 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (2m) 6s ago 19m 51.9M 4096M 19.0.0-26-g0482646f 26bb7d89db2e de107f4b0425 2023-12-06T07:09:41.655 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (50s) 0s ago 18m 48.1M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e9ae9478d62b 2023-12-06T07:09:41.655 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (13s) 0s ago 18m 48.5M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 475be89a2478 2023-12-06T07:09:41.655 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (17m) 0s ago 17m 67.2M 4096M 17.2.0 e1d6a67b021e 438173ad992d 2023-12-06T07:09:41.655 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (16m) 0s ago 16m 69.6M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:09:41.655 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (7m) 0s ago 15m 65.9M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:09:41.656 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (13m) 6s ago 13m 90.3M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:09:41.656 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (13m) 0s ago 13m 89.1M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:09:41.656 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (13m) 6s ago 13m 89.0M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:09:41.656 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (13m) 0s ago 13m 89.6M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:09:41.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:41 smithi040 bash[78949]: audit 2023-12-06T07:09:40.854078+0000 mgr.y (mgr.25474) 1820 : audit 0 from='client.54469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:41.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:41 smithi040 bash[84914]: audit 2023-12-06T07:09:40.854078+0000 mgr.y (mgr.25474) 1820 : audit 0 from='client.54469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:42.117 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:09:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:09:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:09:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:09:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:09:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:09:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:09:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:09:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-06T07:09:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 6 2023-12-06T07:09:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:09:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:09:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:09:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:09:42.118 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:09:42.118 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-06T07:09:42.118 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 11 2023-12-06T07:09:42.118 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:09:42.118 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:09:42.511 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:09:42.512 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:09:42.512 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:09:42.512 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:09:42.512 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:09:42.512 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr", 2023-12-06T07:09:42.512 INFO:teuthology.orchestra.run.smithi040.stdout: "mon" 2023-12-06T07:09:42.512 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:09:42.512 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "11/23 daemons upgraded", 2023-12-06T07:09:42.512 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:09:42.512 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:09:42.512 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:09:42.627 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:42 smithi141 bash[72190]: audit 2023-12-06T07:09:41.243891+0000 mgr.y (mgr.25474) 1821 : audit 0 from='client.54475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:42.627 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:42 smithi141 bash[72190]: cluster 2023-12-06T07:09:41.285208+0000 mgr.y (mgr.25474) 1822 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 604 B/s rd, 0 op/s 2023-12-06T07:09:42.627 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:42 smithi141 bash[72190]: cluster 2023-12-06T07:09:41.301584+0000 mon.a (mon.0) 4901 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/630 objects degraded (6.667%), 8 pgs degraded) 2023-12-06T07:09:42.627 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:42 smithi141 bash[72190]: cluster 2023-12-06T07:09:41.301649+0000 mon.a (mon.0) 4902 : cluster 1 Cluster is now healthy 2023-12-06T07:09:42.627 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:42 smithi141 bash[72190]: audit 2023-12-06T07:09:41.386905+0000 mon.a (mon.0) 4903 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:42.627 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:42 smithi141 bash[72190]: audit 2023-12-06T07:09:41.403996+0000 mon.a (mon.0) 4904 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:42.627 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:42 smithi141 bash[72190]: audit 2023-12-06T07:09:41.413469+0000 mon.a (mon.0) 4905 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:42.627 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:42 smithi141 bash[72190]: audit 2023-12-06T07:09:41.630492+0000 mgr.y (mgr.25474) 1823 : audit 0 from='client.34635 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:42.627 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:42 smithi141 bash[72190]: audit 2023-12-06T07:09:42.110942+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.40:0/83658022' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:42.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[84914]: audit 2023-12-06T07:09:41.243891+0000 mgr.y (mgr.25474) 1821 : audit 0 from='client.54475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:42.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[84914]: cluster 2023-12-06T07:09:41.285208+0000 mgr.y (mgr.25474) 1822 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 604 B/s rd, 0 op/s 2023-12-06T07:09:42.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[84914]: cluster 2023-12-06T07:09:41.301584+0000 mon.a (mon.0) 4901 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/630 objects degraded (6.667%), 8 pgs degraded) 2023-12-06T07:09:42.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[84914]: cluster 2023-12-06T07:09:41.301649+0000 mon.a (mon.0) 4902 : cluster 1 Cluster is now healthy 2023-12-06T07:09:42.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[84914]: audit 2023-12-06T07:09:41.386905+0000 mon.a (mon.0) 4903 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:42.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[84914]: audit 2023-12-06T07:09:41.403996+0000 mon.a (mon.0) 4904 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:42.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[84914]: audit 2023-12-06T07:09:41.413469+0000 mon.a (mon.0) 4905 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:42.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[84914]: audit 2023-12-06T07:09:41.630492+0000 mgr.y (mgr.25474) 1823 : audit 0 from='client.34635 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:42.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[84914]: audit 2023-12-06T07:09:42.110942+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.40:0/83658022' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:42.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[78949]: audit 2023-12-06T07:09:41.243891+0000 mgr.y (mgr.25474) 1821 : audit 0 from='client.54475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:42.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[78949]: cluster 2023-12-06T07:09:41.285208+0000 mgr.y (mgr.25474) 1822 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 604 B/s rd, 0 op/s 2023-12-06T07:09:42.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[78949]: cluster 2023-12-06T07:09:41.301584+0000 mon.a (mon.0) 4901 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/630 objects degraded (6.667%), 8 pgs degraded) 2023-12-06T07:09:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[78949]: cluster 2023-12-06T07:09:41.301649+0000 mon.a (mon.0) 4902 : cluster 1 Cluster is now healthy 2023-12-06T07:09:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[78949]: audit 2023-12-06T07:09:41.386905+0000 mon.a (mon.0) 4903 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[78949]: audit 2023-12-06T07:09:41.403996+0000 mon.a (mon.0) 4904 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[78949]: audit 2023-12-06T07:09:41.413469+0000 mon.a (mon.0) 4905 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[78949]: audit 2023-12-06T07:09:41.630492+0000 mgr.y (mgr.25474) 1823 : audit 0 from='client.34635 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:42.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:42 smithi040 bash[78949]: audit 2023-12-06T07:09:42.110942+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.40:0/83658022' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:09:42.948 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-06T07:09:43.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:43 smithi141 bash[72190]: audit 2023-12-06T07:09:42.505241+0000 mgr.y (mgr.25474) 1824 : audit 0 from='client.34647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:43.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:43 smithi141 bash[72190]: audit 2023-12-06T07:09:42.942980+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.40:0/3030082774' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:09:44.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:43 smithi040 bash[78949]: audit 2023-12-06T07:09:42.505241+0000 mgr.y (mgr.25474) 1824 : audit 0 from='client.34647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:44.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:43 smithi040 bash[78949]: audit 2023-12-06T07:09:42.942980+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.40:0/3030082774' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:09:44.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:43 smithi040 bash[84914]: audit 2023-12-06T07:09:42.505241+0000 mgr.y (mgr.25474) 1824 : audit 0 from='client.34647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:09:44.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:43 smithi040 bash[84914]: audit 2023-12-06T07:09:42.942980+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.40:0/3030082774' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:09:45.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:44 smithi040 bash[78949]: cluster 2023-12-06T07:09:43.286316+0000 mgr.y (mgr.25474) 1825 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:09:45.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:44 smithi040 bash[78949]: audit 2023-12-06T07:09:44.033711+0000 mgr.y (mgr.25474) 1826 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:45.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:44 smithi040 bash[84914]: cluster 2023-12-06T07:09:43.286316+0000 mgr.y (mgr.25474) 1825 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:09:45.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:44 smithi040 bash[84914]: audit 2023-12-06T07:09:44.033711+0000 mgr.y (mgr.25474) 1826 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:45.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:44 smithi141 bash[72190]: cluster 2023-12-06T07:09:43.286316+0000 mgr.y (mgr.25474) 1825 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:09:45.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:44 smithi141 bash[72190]: audit 2023-12-06T07:09:44.033711+0000 mgr.y (mgr.25474) 1826 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:46.780 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:46 smithi040 bash[78949]: cluster 2023-12-06T07:09:45.287609+0000 mgr.y (mgr.25474) 1827 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 948 B/s rd, 0 op/s 2023-12-06T07:09:46.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:09:46 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:09:46] "GET /metrics HTTP/1.1" 200 38351 "" "Prometheus/2.33.4" 2023-12-06T07:09:46.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:46 smithi040 bash[84914]: cluster 2023-12-06T07:09:45.287609+0000 mgr.y (mgr.25474) 1827 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 948 B/s rd, 0 op/s 2023-12-06T07:09:47.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:46 smithi141 bash[72190]: cluster 2023-12-06T07:09:45.287609+0000 mgr.y (mgr.25474) 1827 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 948 B/s rd, 0 op/s 2023-12-06T07:09:49.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:49 smithi141 bash[72190]: cluster 2023-12-06T07:09:47.288739+0000 mgr.y (mgr.25474) 1828 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 860 B/s rd, 0 op/s 2023-12-06T07:09:49.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:49 smithi141 bash[72190]: audit 2023-12-06T07:09:48.144771+0000 mon.a (mon.0) 4906 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:49.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:49 smithi040 bash[78949]: cluster 2023-12-06T07:09:47.288739+0000 mgr.y (mgr.25474) 1828 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 860 B/s rd, 0 op/s 2023-12-06T07:09:49.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:49 smithi040 bash[78949]: audit 2023-12-06T07:09:48.144771+0000 mon.a (mon.0) 4906 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:49 smithi040 bash[84914]: cluster 2023-12-06T07:09:47.288739+0000 mgr.y (mgr.25474) 1828 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 860 B/s rd, 0 op/s 2023-12-06T07:09:49.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:49 smithi040 bash[84914]: audit 2023-12-06T07:09:48.144771+0000 mon.a (mon.0) 4906 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:51.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:51 smithi141 bash[72190]: cluster 2023-12-06T07:09:49.290191+0000 mgr.y (mgr.25474) 1829 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:09:51.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:51 smithi040 bash[78949]: cluster 2023-12-06T07:09:49.290191+0000 mgr.y (mgr.25474) 1829 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:09:51.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:51 smithi040 bash[84914]: cluster 2023-12-06T07:09:49.290191+0000 mgr.y (mgr.25474) 1829 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:09:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:53 smithi141 bash[72190]: cluster 2023-12-06T07:09:51.291443+0000 mgr.y (mgr.25474) 1830 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:09:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:53 smithi141 bash[72190]: audit 2023-12-06T07:09:52.476861+0000 mon.a (mon.0) 4907 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:09:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:53 smithi141 bash[72190]: audit 2023-12-06T07:09:52.783844+0000 mon.a (mon.0) 4908 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:53 smithi141 bash[72190]: audit 2023-12-06T07:09:52.786413+0000 mon.a (mon.0) 4909 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:09:53.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:53 smithi040 bash[84914]: cluster 2023-12-06T07:09:51.291443+0000 mgr.y (mgr.25474) 1830 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:09:53.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:53 smithi040 bash[84914]: audit 2023-12-06T07:09:52.476861+0000 mon.a (mon.0) 4907 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:09:53.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:53 smithi040 bash[84914]: audit 2023-12-06T07:09:52.783844+0000 mon.a (mon.0) 4908 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:53 smithi040 bash[84914]: audit 2023-12-06T07:09:52.786413+0000 mon.a (mon.0) 4909 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:09:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:53 smithi040 bash[78949]: cluster 2023-12-06T07:09:51.291443+0000 mgr.y (mgr.25474) 1830 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:09:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:53 smithi040 bash[78949]: audit 2023-12-06T07:09:52.476861+0000 mon.a (mon.0) 4907 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:09:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:53 smithi040 bash[78949]: audit 2023-12-06T07:09:52.783844+0000 mon.a (mon.0) 4908 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:53.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:53 smithi040 bash[78949]: audit 2023-12-06T07:09:52.786413+0000 mon.a (mon.0) 4909 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:09:54.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:54 smithi141 bash[72190]: audit 2023-12-06T07:09:52.477314+0000 mgr.y (mgr.25474) 1831 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:09:54.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:54 smithi141 bash[72190]: cephadm 2023-12-06T07:09:52.480261+0000 mgr.y (mgr.25474) 1832 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-06T07:09:54.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:54 smithi040 bash[78949]: audit 2023-12-06T07:09:52.477314+0000 mgr.y (mgr.25474) 1831 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:09:54.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:54 smithi040 bash[78949]: cephadm 2023-12-06T07:09:52.480261+0000 mgr.y (mgr.25474) 1832 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-06T07:09:54.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:54 smithi040 bash[84914]: audit 2023-12-06T07:09:52.477314+0000 mgr.y (mgr.25474) 1831 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:09:54.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:54 smithi040 bash[84914]: cephadm 2023-12-06T07:09:52.480261+0000 mgr.y (mgr.25474) 1832 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-06T07:09:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:55 smithi141 bash[72190]: cluster 2023-12-06T07:09:53.292516+0000 mgr.y (mgr.25474) 1833 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:09:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:55 smithi141 bash[72190]: audit 2023-12-06T07:09:54.039786+0000 mgr.y (mgr.25474) 1834 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:55 smithi141 bash[72190]: audit 2023-12-06T07:09:55.110468+0000 mon.a (mon.0) 4910 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:55 smithi141 bash[72190]: audit 2023-12-06T07:09:55.114360+0000 mon.a (mon.0) 4911 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T07:09:55.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:55 smithi141 bash[72190]: audit 2023-12-06T07:09:55.115692+0000 mon.a (mon.0) 4912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:55.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:55 smithi040 bash[78949]: cluster 2023-12-06T07:09:53.292516+0000 mgr.y (mgr.25474) 1833 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:09:55.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:55 smithi040 bash[78949]: audit 2023-12-06T07:09:54.039786+0000 mgr.y (mgr.25474) 1834 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:55.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:55 smithi040 bash[78949]: audit 2023-12-06T07:09:55.110468+0000 mon.a (mon.0) 4910 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:55.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:55 smithi040 bash[78949]: audit 2023-12-06T07:09:55.114360+0000 mon.a (mon.0) 4911 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T07:09:55.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:55 smithi040 bash[78949]: audit 2023-12-06T07:09:55.115692+0000 mon.a (mon.0) 4912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:55 smithi040 bash[84914]: cluster 2023-12-06T07:09:53.292516+0000 mgr.y (mgr.25474) 1833 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:09:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:55 smithi040 bash[84914]: audit 2023-12-06T07:09:54.039786+0000 mgr.y (mgr.25474) 1834 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:09:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:55 smithi040 bash[84914]: audit 2023-12-06T07:09:55.110468+0000 mon.a (mon.0) 4910 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:55 smithi040 bash[84914]: audit 2023-12-06T07:09:55.114360+0000 mon.a (mon.0) 4911 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T07:09:55.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:55 smithi040 bash[84914]: audit 2023-12-06T07:09:55.115692+0000 mon.a (mon.0) 4912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:09:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:56 smithi040 bash[78949]: cephadm 2023-12-06T07:09:55.102134+0000 mgr.y (mgr.25474) 1835 : cephadm 1 Upgrade: Updating osd.6 2023-12-06T07:09:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:56 smithi040 bash[78949]: cephadm 2023-12-06T07:09:55.119440+0000 mgr.y (mgr.25474) 1836 : cephadm 1 Deploying daemon osd.6 on smithi141 2023-12-06T07:09:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:56 smithi040 bash[78949]: cluster 2023-12-06T07:09:55.293224+0000 mgr.y (mgr.25474) 1837 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:09:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:56 smithi040 bash[78949]: audit 2023-12-06T07:09:55.298592+0000 mon.a (mon.0) 4913 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:56 smithi040 bash[78949]: audit 2023-12-06T07:09:55.310905+0000 mon.a (mon.0) 4914 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:56 smithi040 bash[78949]: audit 2023-12-06T07:09:55.320449+0000 mon.a (mon.0) 4915 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:56 smithi040 bash[84914]: cephadm 2023-12-06T07:09:55.102134+0000 mgr.y (mgr.25474) 1835 : cephadm 1 Upgrade: Updating osd.6 2023-12-06T07:09:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:56 smithi040 bash[84914]: cephadm 2023-12-06T07:09:55.119440+0000 mgr.y (mgr.25474) 1836 : cephadm 1 Deploying daemon osd.6 on smithi141 2023-12-06T07:09:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:56 smithi040 bash[84914]: cluster 2023-12-06T07:09:55.293224+0000 mgr.y (mgr.25474) 1837 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:09:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:56 smithi040 bash[84914]: audit 2023-12-06T07:09:55.298592+0000 mon.a (mon.0) 4913 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:56.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:56 smithi040 bash[84914]: audit 2023-12-06T07:09:55.310905+0000 mon.a (mon.0) 4914 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:56.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:56 smithi040 bash[84914]: audit 2023-12-06T07:09:55.320449+0000 mon.a (mon.0) 4915 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:56 smithi141 bash[72190]: cephadm 2023-12-06T07:09:55.102134+0000 mgr.y (mgr.25474) 1835 : cephadm 1 Upgrade: Updating osd.6 2023-12-06T07:09:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:56 smithi141 bash[72190]: cephadm 2023-12-06T07:09:55.119440+0000 mgr.y (mgr.25474) 1836 : cephadm 1 Deploying daemon osd.6 on smithi141 2023-12-06T07:09:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:56 smithi141 bash[72190]: cluster 2023-12-06T07:09:55.293224+0000 mgr.y (mgr.25474) 1837 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:09:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:56 smithi141 bash[72190]: audit 2023-12-06T07:09:55.298592+0000 mon.a (mon.0) 4913 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:56 smithi141 bash[72190]: audit 2023-12-06T07:09:55.310905+0000 mon.a (mon.0) 4914 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:56 smithi141 bash[72190]: audit 2023-12-06T07:09:55.320449+0000 mon.a (mon.0) 4915 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:09:56.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:09:56 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:09:56] "GET /metrics HTTP/1.1" 200 38492 "" "Prometheus/2.33.4" 2023-12-06T07:09:58.993 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:09:58 smithi141 bash[72190]: cluster 2023-12-06T07:09:57.294283+0000 mgr.y (mgr.25474) 1838 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:09:59.030 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:09:58 smithi040 bash[84914]: cluster 2023-12-06T07:09:57.294283+0000 mgr.y (mgr.25474) 1838 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:09:59.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:09:58 smithi040 bash[78949]: cluster 2023-12-06T07:09:57.294283+0000 mgr.y (mgr.25474) 1838 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:10:00.139 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:09:59 smithi141 systemd[1]: Stopping Ceph osd.6 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:10:00.459 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:00 smithi141 bash[37659]: debug 2023-12-06T07:10:00.132+0000 7fa0e026d700 -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-06T07:10:00.459 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:00 smithi141 bash[37659]: debug 2023-12-06T07:10:00.132+0000 7fa0e026d700 -1 osd.6 142 *** Got signal Terminated *** 2023-12-06T07:10:00.459 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:00 smithi141 bash[37659]: debug 2023-12-06T07:10:00.132+0000 7fa0e026d700 -1 osd.6 142 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:10:00.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:00 smithi141 bash[72190]: cluster 2023-12-06T07:09:59.295858+0000 mgr.y (mgr.25474) 1839 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:10:00.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:00 smithi141 bash[72190]: cluster 2023-12-06T07:10:00.000160+0000 mon.a (mon.0) 4916 : cluster 1 overall HEALTH_OK 2023-12-06T07:10:00.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:00 smithi141 bash[72190]: cluster 2023-12-06T07:10:00.135024+0000 mon.a (mon.0) 4917 : cluster 1 osd.6 marked itself down and dead 2023-12-06T07:10:01.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:00 smithi040 bash[78949]: cluster 2023-12-06T07:09:59.295858+0000 mgr.y (mgr.25474) 1839 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:10:01.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:00 smithi040 bash[78949]: cluster 2023-12-06T07:10:00.000160+0000 mon.a (mon.0) 4916 : cluster 1 overall HEALTH_OK 2023-12-06T07:10:01.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:00 smithi040 bash[78949]: cluster 2023-12-06T07:10:00.135024+0000 mon.a (mon.0) 4917 : cluster 1 osd.6 marked itself down and dead 2023-12-06T07:10:01.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:00 smithi040 bash[84914]: cluster 2023-12-06T07:09:59.295858+0000 mgr.y (mgr.25474) 1839 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:10:01.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:00 smithi040 bash[84914]: cluster 2023-12-06T07:10:00.000160+0000 mon.a (mon.0) 4916 : cluster 1 overall HEALTH_OK 2023-12-06T07:10:01.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:00 smithi040 bash[84914]: cluster 2023-12-06T07:10:00.135024+0000 mon.a (mon.0) 4917 : cluster 1 osd.6 marked itself down and dead 2023-12-06T07:10:01.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:01 smithi141 bash[72190]: cluster 2023-12-06T07:10:00.718448+0000 mon.a (mon.0) 4918 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:10:01.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:01 smithi141 bash[72190]: cluster 2023-12-06T07:10:00.731939+0000 mon.a (mon.0) 4919 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-06T07:10:01.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:01 smithi141 bash[72190]: cluster 2023-12-06T07:10:00.733109+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e143 with expected crc 2023-12-06T07:10:01.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:01 smithi141 bash[72190]: cluster 2023-12-06T07:10:00.737407+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e143 with expected crc 2023-12-06T07:10:01.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:01 smithi141 bash[72190]: cluster 2023-12-06T07:10:00.741326+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e143 with expected crc 2023-12-06T07:10:01.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:01 smithi141 bash[72190]: audit 2023-12-06T07:10:01.451860+0000 mon.a (mon.0) 4920 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:01.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:01 smithi141 bash[72190]: audit 2023-12-06T07:10:01.462655+0000 mon.a (mon.0) 4921 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:01.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:01 smithi141 bash[72190]: audit 2023-12-06T07:10:01.472499+0000 mon.a (mon.0) 4922 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:02.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[78949]: cluster 2023-12-06T07:10:00.718448+0000 mon.a (mon.0) 4918 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:10:02.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[78949]: cluster 2023-12-06T07:10:00.731939+0000 mon.a (mon.0) 4919 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-06T07:10:02.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[78949]: cluster 2023-12-06T07:10:00.733109+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e143 with expected crc 2023-12-06T07:10:02.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[78949]: cluster 2023-12-06T07:10:00.737407+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e143 with expected crc 2023-12-06T07:10:02.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[78949]: cluster 2023-12-06T07:10:00.741326+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e143 with expected crc 2023-12-06T07:10:02.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[78949]: audit 2023-12-06T07:10:01.451860+0000 mon.a (mon.0) 4920 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:02.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[78949]: audit 2023-12-06T07:10:01.462655+0000 mon.a (mon.0) 4921 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:02.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[78949]: audit 2023-12-06T07:10:01.472499+0000 mon.a (mon.0) 4922 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:02.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[84914]: cluster 2023-12-06T07:10:00.718448+0000 mon.a (mon.0) 4918 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:10:02.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[84914]: cluster 2023-12-06T07:10:00.731939+0000 mon.a (mon.0) 4919 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-06T07:10:02.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[84914]: cluster 2023-12-06T07:10:00.733109+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e143 with expected crc 2023-12-06T07:10:02.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[84914]: cluster 2023-12-06T07:10:00.737407+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e143 with expected crc 2023-12-06T07:10:02.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[84914]: cluster 2023-12-06T07:10:00.741326+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e143 with expected crc 2023-12-06T07:10:02.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[84914]: audit 2023-12-06T07:10:01.451860+0000 mon.a (mon.0) 4920 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:02.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[84914]: audit 2023-12-06T07:10:01.462655+0000 mon.a (mon.0) 4921 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:02.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:01 smithi040 bash[84914]: audit 2023-12-06T07:10:01.472499+0000 mon.a (mon.0) 4922 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:02.573 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:02 smithi141 bash[86215]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-6 2023-12-06T07:10:02.959 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:02 smithi141 bash[86381]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-6 2023-12-06T07:10:02.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:02 smithi141 bash[72190]: cluster 2023-12-06T07:10:01.296687+0000 mgr.y (mgr.25474) 1840 : cluster 0 pgmap v258: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:10:02.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:02 smithi141 bash[72190]: cluster 2023-12-06T07:10:01.464854+0000 mgr.y (mgr.25474) 1841 : cluster 0 pgmap v259: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 626 B/s rd, 0 op/s 2023-12-06T07:10:02.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:02 smithi141 bash[72190]: cluster 2023-12-06T07:10:01.728387+0000 mon.a (mon.0) 4923 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:10:02.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:02 smithi141 bash[72190]: cluster 2023-12-06T07:10:01.742381+0000 mon.a (mon.0) 4924 : cluster 0 osdmap e144: 8 total, 7 up, 8 in 2023-12-06T07:10:02.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:02 smithi141 bash[72190]: cluster 2023-12-06T07:10:01.751676+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T07:10:02.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:02 smithi141 bash[72190]: cluster 2023-12-06T07:10:01.757195+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T07:10:02.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:02 smithi141 bash[72190]: cluster 2023-12-06T07:10:01.758966+0000 osd.7 (osd.7) 68 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T07:10:02.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:02 smithi141 bash[72190]: cluster 2023-12-06T07:10:01.760727+0000 osd.7 (osd.7) 69 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T07:10:03.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[78949]: cluster 2023-12-06T07:10:01.296687+0000 mgr.y (mgr.25474) 1840 : cluster 0 pgmap v258: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:10:03.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[78949]: cluster 2023-12-06T07:10:01.464854+0000 mgr.y (mgr.25474) 1841 : cluster 0 pgmap v259: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 626 B/s rd, 0 op/s 2023-12-06T07:10:03.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[78949]: cluster 2023-12-06T07:10:01.728387+0000 mon.a (mon.0) 4923 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:10:03.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[78949]: cluster 2023-12-06T07:10:01.742381+0000 mon.a (mon.0) 4924 : cluster 0 osdmap e144: 8 total, 7 up, 8 in 2023-12-06T07:10:03.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[78949]: cluster 2023-12-06T07:10:01.751676+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T07:10:03.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[78949]: cluster 2023-12-06T07:10:01.757195+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T07:10:03.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[78949]: cluster 2023-12-06T07:10:01.758966+0000 osd.7 (osd.7) 68 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T07:10:03.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[78949]: cluster 2023-12-06T07:10:01.760727+0000 osd.7 (osd.7) 69 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T07:10:03.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[84914]: cluster 2023-12-06T07:10:01.296687+0000 mgr.y (mgr.25474) 1840 : cluster 0 pgmap v258: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:10:03.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[84914]: cluster 2023-12-06T07:10:01.464854+0000 mgr.y (mgr.25474) 1841 : cluster 0 pgmap v259: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 626 B/s rd, 0 op/s 2023-12-06T07:10:03.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[84914]: cluster 2023-12-06T07:10:01.728387+0000 mon.a (mon.0) 4923 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:10:03.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[84914]: cluster 2023-12-06T07:10:01.742381+0000 mon.a (mon.0) 4924 : cluster 0 osdmap e144: 8 total, 7 up, 8 in 2023-12-06T07:10:03.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[84914]: cluster 2023-12-06T07:10:01.751676+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T07:10:03.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[84914]: cluster 2023-12-06T07:10:01.757195+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T07:10:03.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[84914]: cluster 2023-12-06T07:10:01.758966+0000 osd.7 (osd.7) 68 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T07:10:03.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:02 smithi040 bash[84914]: cluster 2023-12-06T07:10:01.760727+0000 osd.7 (osd.7) 69 : cluster 3 failed to encode map e144 with expected crc 2023-12-06T07:10:03.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:03 smithi141 bash[72190]: cluster 2023-12-06T07:10:03.725601+0000 mon.a (mon.0) 4925 : cluster 3 Health check failed: Degraded data redundancy: 37/630 objects degraded (5.873%), 10 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:04.054 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:03 smithi040 bash[78949]: cluster 2023-12-06T07:10:03.725601+0000 mon.a (mon.0) 4925 : cluster 3 Health check failed: Degraded data redundancy: 37/630 objects degraded (5.873%), 10 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:04.055 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:03 smithi040 bash[84914]: cluster 2023-12-06T07:10:03.725601+0000 mon.a (mon.0) 4925 : cluster 3 Health check failed: Degraded data redundancy: 37/630 objects degraded (5.873%), 10 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:05.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:04 smithi141 bash[72190]: cluster 2023-12-06T07:10:03.466088+0000 mgr.y (mgr.25474) 1842 : cluster 0 pgmap v261: 161 pgs: 10 active+undersized+degraded, 6 stale+active+clean, 16 active+undersized, 129 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2023-12-06T07:10:05.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:04 smithi141 bash[72190]: audit 2023-12-06T07:10:04.048049+0000 mgr.y (mgr.25474) 1843 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:05.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:04 smithi040 bash[78949]: cluster 2023-12-06T07:10:03.466088+0000 mgr.y (mgr.25474) 1842 : cluster 0 pgmap v261: 161 pgs: 10 active+undersized+degraded, 6 stale+active+clean, 16 active+undersized, 129 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2023-12-06T07:10:05.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:04 smithi040 bash[78949]: audit 2023-12-06T07:10:04.048049+0000 mgr.y (mgr.25474) 1843 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:05.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:04 smithi040 bash[84914]: cluster 2023-12-06T07:10:03.466088+0000 mgr.y (mgr.25474) 1842 : cluster 0 pgmap v261: 161 pgs: 10 active+undersized+degraded, 6 stale+active+clean, 16 active+undersized, 129 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2023-12-06T07:10:05.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:04 smithi040 bash[84914]: audit 2023-12-06T07:10:04.048049+0000 mgr.y (mgr.25474) 1843 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:05.844 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:05 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.6.service: Succeeded. 2023-12-06T07:10:05.844 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:05 smithi141 systemd[1]: Stopped Ceph osd.6 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:10:05.844 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:05 smithi141 systemd[1]: Started Ceph osd.6 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:10:06.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:10:06] "GET /metrics HTTP/1.1" 200 38492 "" "Prometheus/2.33.4" 2023-12-06T07:10:07.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: cluster 2023-12-06T07:10:05.467729+0000 mgr.y (mgr.25474) 1844 : cluster 0 pgmap v262: 161 pgs: 18 active+undersized+degraded, 2 stale+active+clean, 32 active+undersized, 109 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T07:10:07.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:05.826868+0000 mon.a (mon.0) 4926 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:05.838130+0000 mon.a (mon.0) 4927 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:05.863556+0000 mon.a (mon.0) 4928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:05.865440+0000 mon.a (mon.0) 4929 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: cluster 2023-12-06T07:10:05.869254+0000 mgr.y (mgr.25474) 1845 : cluster 0 pgmap v263: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:10:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:05.878503+0000 mon.a (mon.0) 4930 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: cephadm 2023-12-06T07:10:05.879723+0000 mgr.y (mgr.25474) 1846 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:05.961677+0000 mon.a (mon.0) 4931 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:05.965104+0000 mon.a (mon.0) 4932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:05.970782+0000 mon.a (mon.0) 4933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:05.972487+0000 mon.a (mon.0) 4934 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:05.984858+0000 mon.a (mon.0) 4935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: cephadm 2023-12-06T07:10:05.985589+0000 mgr.y (mgr.25474) 1847 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.067627+0000 mon.a (mon.0) 4936 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.070782+0000 mon.a (mon.0) 4937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.074260+0000 mon.a (mon.0) 4938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.075291+0000 mon.a (mon.0) 4939 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.082117+0000 mon.a (mon.0) 4940 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: cephadm 2023-12-06T07:10:06.082806+0000 mgr.y (mgr.25474) 1848 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.158641+0000 mon.a (mon.0) 4941 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.162602+0000 mon.a (mon.0) 4942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.166115+0000 mon.a (mon.0) 4943 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.167290+0000 mon.a (mon.0) 4944 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.175624+0000 mon.a (mon.0) 4945 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.255220+0000 mon.a (mon.0) 4946 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.259435+0000 mon.a (mon.0) 4947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.263101+0000 mon.a (mon.0) 4948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.264476+0000 mon.a (mon.0) 4949 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.274296+0000 mon.a (mon.0) 4950 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.348351+0000 mon.a (mon.0) 4951 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.351205+0000 mon.a (mon.0) 4952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.355188+0000 mon.a (mon.0) 4953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.356723+0000 mon.a (mon.0) 4954 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.366407+0000 mon.a (mon.0) 4955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.448153+0000 mon.a (mon.0) 4956 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.451461+0000 mon.a (mon.0) 4957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.455735+0000 mon.a (mon.0) 4958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.457126+0000 mon.a (mon.0) 4959 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.465561+0000 mon.a (mon.0) 4960 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.548013+0000 mon.a (mon.0) 4961 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.550971+0000 mon.a (mon.0) 4962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.554453+0000 mon.a (mon.0) 4963 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.556040+0000 mon.a (mon.0) 4964 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.565172+0000 mon.a (mon.0) 4965 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.647991+0000 mon.a (mon.0) 4966 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.652562+0000 mon.a (mon.0) 4967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.656483+0000 mon.a (mon.0) 4968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.657569+0000 mon.a (mon.0) 4969 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.666882+0000 mon.a (mon.0) 4970 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.750504+0000 mon.a (mon.0) 4971 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.753587+0000 mon.a (mon.0) 4972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.757627+0000 mon.a (mon.0) 4973 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.758987+0000 mon.a (mon.0) 4974 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:06 smithi141 bash[72190]: audit 2023-12-06T07:10:06.768713+0000 mon.a (mon.0) 4975 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: cluster 2023-12-06T07:10:05.467729+0000 mgr.y (mgr.25474) 1844 : cluster 0 pgmap v262: 161 pgs: 18 active+undersized+degraded, 2 stale+active+clean, 32 active+undersized, 109 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T07:10:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:05.826868+0000 mon.a (mon.0) 4926 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:05.838130+0000 mon.a (mon.0) 4927 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:05.863556+0000 mon.a (mon.0) 4928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:05.865440+0000 mon.a (mon.0) 4929 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: cluster 2023-12-06T07:10:05.869254+0000 mgr.y (mgr.25474) 1845 : cluster 0 pgmap v263: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:10:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:05.878503+0000 mon.a (mon.0) 4930 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: cephadm 2023-12-06T07:10:05.879723+0000 mgr.y (mgr.25474) 1846 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:05.961677+0000 mon.a (mon.0) 4931 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:05.965104+0000 mon.a (mon.0) 4932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:05.970782+0000 mon.a (mon.0) 4933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:05.972487+0000 mon.a (mon.0) 4934 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:05.984858+0000 mon.a (mon.0) 4935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: cephadm 2023-12-06T07:10:05.985589+0000 mgr.y (mgr.25474) 1847 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:07.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.067627+0000 mon.a (mon.0) 4936 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.070782+0000 mon.a (mon.0) 4937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.074260+0000 mon.a (mon.0) 4938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.075291+0000 mon.a (mon.0) 4939 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.082117+0000 mon.a (mon.0) 4940 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: cluster 2023-12-06T07:10:05.467729+0000 mgr.y (mgr.25474) 1844 : cluster 0 pgmap v262: 161 pgs: 18 active+undersized+degraded, 2 stale+active+clean, 32 active+undersized, 109 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T07:10:07.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:05.826868+0000 mon.a (mon.0) 4926 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:05.838130+0000 mon.a (mon.0) 4927 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:05.863556+0000 mon.a (mon.0) 4928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:05.865440+0000 mon.a (mon.0) 4929 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: cluster 2023-12-06T07:10:05.869254+0000 mgr.y (mgr.25474) 1845 : cluster 0 pgmap v263: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:10:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:05.878503+0000 mon.a (mon.0) 4930 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: cephadm 2023-12-06T07:10:05.879723+0000 mgr.y (mgr.25474) 1846 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:05.961677+0000 mon.a (mon.0) 4931 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:05.965104+0000 mon.a (mon.0) 4932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:05.970782+0000 mon.a (mon.0) 4933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:05.972487+0000 mon.a (mon.0) 4934 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:05.984858+0000 mon.a (mon.0) 4935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: cephadm 2023-12-06T07:10:05.985589+0000 mgr.y (mgr.25474) 1847 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.067627+0000 mon.a (mon.0) 4936 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.070782+0000 mon.a (mon.0) 4937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.074260+0000 mon.a (mon.0) 4938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.075291+0000 mon.a (mon.0) 4939 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.082117+0000 mon.a (mon.0) 4940 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: cephadm 2023-12-06T07:10:06.082806+0000 mgr.y (mgr.25474) 1848 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:07.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.158641+0000 mon.a (mon.0) 4941 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.162602+0000 mon.a (mon.0) 4942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.166115+0000 mon.a (mon.0) 4943 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.167290+0000 mon.a (mon.0) 4944 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.175624+0000 mon.a (mon.0) 4945 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.255220+0000 mon.a (mon.0) 4946 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.259435+0000 mon.a (mon.0) 4947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.263101+0000 mon.a (mon.0) 4948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.264476+0000 mon.a (mon.0) 4949 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.274296+0000 mon.a (mon.0) 4950 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.348351+0000 mon.a (mon.0) 4951 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.351205+0000 mon.a (mon.0) 4952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.355188+0000 mon.a (mon.0) 4953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.356723+0000 mon.a (mon.0) 4954 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.366407+0000 mon.a (mon.0) 4955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.448153+0000 mon.a (mon.0) 4956 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.451461+0000 mon.a (mon.0) 4957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.455735+0000 mon.a (mon.0) 4958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.457126+0000 mon.a (mon.0) 4959 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.465561+0000 mon.a (mon.0) 4960 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.548013+0000 mon.a (mon.0) 4961 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.550971+0000 mon.a (mon.0) 4962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.554453+0000 mon.a (mon.0) 4963 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.556040+0000 mon.a (mon.0) 4964 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.565172+0000 mon.a (mon.0) 4965 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.647991+0000 mon.a (mon.0) 4966 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.652562+0000 mon.a (mon.0) 4967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.656483+0000 mon.a (mon.0) 4968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.657569+0000 mon.a (mon.0) 4969 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.666882+0000 mon.a (mon.0) 4970 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.750504+0000 mon.a (mon.0) 4971 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.753587+0000 mon.a (mon.0) 4972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.757627+0000 mon.a (mon.0) 4973 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.758987+0000 mon.a (mon.0) 4974 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[78949]: audit 2023-12-06T07:10:06.768713+0000 mon.a (mon.0) 4975 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: cephadm 2023-12-06T07:10:06.082806+0000 mgr.y (mgr.25474) 1848 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:07.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.158641+0000 mon.a (mon.0) 4941 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.162602+0000 mon.a (mon.0) 4942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.166115+0000 mon.a (mon.0) 4943 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.167290+0000 mon.a (mon.0) 4944 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.175624+0000 mon.a (mon.0) 4945 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.255220+0000 mon.a (mon.0) 4946 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.259435+0000 mon.a (mon.0) 4947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.263101+0000 mon.a (mon.0) 4948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.264476+0000 mon.a (mon.0) 4949 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.274296+0000 mon.a (mon.0) 4950 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.348351+0000 mon.a (mon.0) 4951 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.351205+0000 mon.a (mon.0) 4952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.355188+0000 mon.a (mon.0) 4953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.356723+0000 mon.a (mon.0) 4954 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.366407+0000 mon.a (mon.0) 4955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.448153+0000 mon.a (mon.0) 4956 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.451461+0000 mon.a (mon.0) 4957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.455735+0000 mon.a (mon.0) 4958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.457126+0000 mon.a (mon.0) 4959 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.465561+0000 mon.a (mon.0) 4960 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.548013+0000 mon.a (mon.0) 4961 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.550971+0000 mon.a (mon.0) 4962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.554453+0000 mon.a (mon.0) 4963 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.556040+0000 mon.a (mon.0) 4964 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.565172+0000 mon.a (mon.0) 4965 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.647991+0000 mon.a (mon.0) 4966 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.652562+0000 mon.a (mon.0) 4967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.656483+0000 mon.a (mon.0) 4968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.657569+0000 mon.a (mon.0) 4969 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.666882+0000 mon.a (mon.0) 4970 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:07.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.750504+0000 mon.a (mon.0) 4971 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:07.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.753587+0000 mon.a (mon.0) 4972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:07.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.757627+0000 mon.a (mon.0) 4973 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:07.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.758987+0000 mon.a (mon.0) 4974 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:07.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:06 smithi040 bash[84914]: audit 2023-12-06T07:10:06.768713+0000 mon.a (mon.0) 4975 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.116 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[86595]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-06T07:10:08.116 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[86595]: 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-06T07:10:08.116 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[86595]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-06T07:10:08.116 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[86595]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-06T07:10:08.116 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[86595]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-06T07:10:08.116 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[86595]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-06T07:10:08.116 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[86595]: --> ceph-volume raw activate successful for osd ID: 6 2023-12-06T07:10:08.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: cephadm 2023-12-06T07:10:06.176277+0000 mgr.y (mgr.25474) 1849 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: cephadm 2023-12-06T07:10:06.274854+0000 mgr.y (mgr.25474) 1850 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: cephadm 2023-12-06T07:10:06.367309+0000 mgr.y (mgr.25474) 1851 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: cephadm 2023-12-06T07:10:06.466487+0000 mgr.y (mgr.25474) 1852 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: cephadm 2023-12-06T07:10:06.566005+0000 mgr.y (mgr.25474) 1853 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: cephadm 2023-12-06T07:10:06.667776+0000 mgr.y (mgr.25474) 1854 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: cephadm 2023-12-06T07:10:06.769372+0000 mgr.y (mgr.25474) 1855 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: cluster 2023-12-06T07:10:06.836790+0000 mon.a (mon.0) 4976 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:10:08.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:06.845448+0000 mon.a (mon.0) 4977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:06.847296+0000 mon.a (mon.0) 4978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.117 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:06.849445+0000 mon.a (mon.0) 4979 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.118 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:06.850252+0000 mon.a (mon.0) 4980 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.118 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:06.858607+0000 mon.a (mon.0) 4981 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.118 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: cephadm 2023-12-06T07:10:06.859175+0000 mgr.y (mgr.25474) 1856 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.118 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:06.939685+0000 mon.a (mon.0) 4982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.118 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:06.942080+0000 mon.a (mon.0) 4983 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.118 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:06.944806+0000 mon.a (mon.0) 4984 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.118 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:06.945934+0000 mon.a (mon.0) 4985 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.118 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:06.954928+0000 mon.a (mon.0) 4986 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.118 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: cephadm 2023-12-06T07:10:06.955500+0000 mgr.y (mgr.25474) 1857 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.118 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.036460+0000 mon.a (mon.0) 4987 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.118 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.039612+0000 mon.a (mon.0) 4988 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.118 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.042574+0000 mon.a (mon.0) 4989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.118 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.043632+0000 mon.a (mon.0) 4990 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.118 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.052500+0000 mon.a (mon.0) 4991 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.118 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: cephadm 2023-12-06T07:10:07.053015+0000 mgr.y (mgr.25474) 1858 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.119 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.129461+0000 mon.a (mon.0) 4992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.119 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.132653+0000 mon.a (mon.0) 4993 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.119 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.136440+0000 mon.a (mon.0) 4994 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.119 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.137810+0000 mon.a (mon.0) 4995 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.119 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.149161+0000 mon.a (mon.0) 4996 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.119 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: cephadm 2023-12-06T07:10:07.150120+0000 mgr.y (mgr.25474) 1859 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.119 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.229224+0000 mon.a (mon.0) 4997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.119 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.231646+0000 mon.a (mon.0) 4998 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.119 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.234540+0000 mon.a (mon.0) 4999 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.119 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.235567+0000 mon.a (mon.0) 5000 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.119 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.244814+0000 mon.a (mon.0) 5001 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.119 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.327958+0000 mon.a (mon.0) 5002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.119 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.330859+0000 mon.a (mon.0) 5003 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.119 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.334064+0000 mon.a (mon.0) 5004 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.120 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.335229+0000 mon.a (mon.0) 5005 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.120 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.345142+0000 mon.a (mon.0) 5006 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.120 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.424570+0000 mon.a (mon.0) 5007 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.120 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.426836+0000 mon.a (mon.0) 5008 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.120 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.429201+0000 mon.a (mon.0) 5009 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.120 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.430247+0000 mon.a (mon.0) 5010 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.120 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.440132+0000 mon.a (mon.0) 5011 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.120 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.523112+0000 mon.a (mon.0) 5012 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.120 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.525811+0000 mon.a (mon.0) 5013 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.121 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.528689+0000 mon.a (mon.0) 5014 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.121 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.529706+0000 mon.a (mon.0) 5015 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.121 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.538323+0000 mon.a (mon.0) 5016 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.121 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.614603+0000 mon.a (mon.0) 5017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.121 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.617522+0000 mon.a (mon.0) 5018 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.121 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.621754+0000 mon.a (mon.0) 5019 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.121 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.623156+0000 mon.a (mon.0) 5020 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.121 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.631041+0000 mon.a (mon.0) 5021 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.121 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.717393+0000 mon.a (mon.0) 5022 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.121 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.720733+0000 mon.a (mon.0) 5023 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.121 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.723647+0000 mon.a (mon.0) 5024 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.121 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.724626+0000 mon.a (mon.0) 5025 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.121 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.731088+0000 mon.a (mon.0) 5026 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.121 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.783494+0000 mon.a (mon.0) 5027 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.121 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:07 smithi141 bash[72190]: audit 2023-12-06T07:10:07.784884+0000 mon.a (mon.0) 5028 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:10:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: cephadm 2023-12-06T07:10:06.176277+0000 mgr.y (mgr.25474) 1849 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: cephadm 2023-12-06T07:10:06.274854+0000 mgr.y (mgr.25474) 1850 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: cephadm 2023-12-06T07:10:06.367309+0000 mgr.y (mgr.25474) 1851 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: cephadm 2023-12-06T07:10:06.466487+0000 mgr.y (mgr.25474) 1852 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: cephadm 2023-12-06T07:10:06.566005+0000 mgr.y (mgr.25474) 1853 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: cephadm 2023-12-06T07:10:06.667776+0000 mgr.y (mgr.25474) 1854 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: cephadm 2023-12-06T07:10:06.769372+0000 mgr.y (mgr.25474) 1855 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: cluster 2023-12-06T07:10:06.836790+0000 mon.a (mon.0) 4976 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:10:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:06.845448+0000 mon.a (mon.0) 4977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:06.847296+0000 mon.a (mon.0) 4978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:06.849445+0000 mon.a (mon.0) 4979 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:06.850252+0000 mon.a (mon.0) 4980 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:06.858607+0000 mon.a (mon.0) 4981 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: cephadm 2023-12-06T07:10:06.859175+0000 mgr.y (mgr.25474) 1856 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:06.939685+0000 mon.a (mon.0) 4982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:06.942080+0000 mon.a (mon.0) 4983 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:06.944806+0000 mon.a (mon.0) 4984 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:06.945934+0000 mon.a (mon.0) 4985 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:06.954928+0000 mon.a (mon.0) 4986 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: cephadm 2023-12-06T07:10:06.955500+0000 mgr.y (mgr.25474) 1857 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.036460+0000 mon.a (mon.0) 4987 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: cephadm 2023-12-06T07:10:06.176277+0000 mgr.y (mgr.25474) 1849 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: cephadm 2023-12-06T07:10:06.274854+0000 mgr.y (mgr.25474) 1850 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: cephadm 2023-12-06T07:10:06.367309+0000 mgr.y (mgr.25474) 1851 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: cephadm 2023-12-06T07:10:06.466487+0000 mgr.y (mgr.25474) 1852 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: cephadm 2023-12-06T07:10:06.566005+0000 mgr.y (mgr.25474) 1853 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: cephadm 2023-12-06T07:10:06.667776+0000 mgr.y (mgr.25474) 1854 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: cephadm 2023-12-06T07:10:06.769372+0000 mgr.y (mgr.25474) 1855 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: cluster 2023-12-06T07:10:06.836790+0000 mon.a (mon.0) 4976 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:10:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:06.845448+0000 mon.a (mon.0) 4977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:06.847296+0000 mon.a (mon.0) 4978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:06.849445+0000 mon.a (mon.0) 4979 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:06.850252+0000 mon.a (mon.0) 4980 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:06.858607+0000 mon.a (mon.0) 4981 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: cephadm 2023-12-06T07:10:06.859175+0000 mgr.y (mgr.25474) 1856 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:06.939685+0000 mon.a (mon.0) 4982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:06.942080+0000 mon.a (mon.0) 4983 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:06.944806+0000 mon.a (mon.0) 4984 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:06.945934+0000 mon.a (mon.0) 4985 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:06.954928+0000 mon.a (mon.0) 4986 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: cephadm 2023-12-06T07:10:06.955500+0000 mgr.y (mgr.25474) 1857 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.036460+0000 mon.a (mon.0) 4987 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.039612+0000 mon.a (mon.0) 4988 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.042574+0000 mon.a (mon.0) 4989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.043632+0000 mon.a (mon.0) 4990 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.052500+0000 mon.a (mon.0) 4991 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: cephadm 2023-12-06T07:10:07.053015+0000 mgr.y (mgr.25474) 1858 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.129461+0000 mon.a (mon.0) 4992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.132653+0000 mon.a (mon.0) 4993 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.136440+0000 mon.a (mon.0) 4994 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.137810+0000 mon.a (mon.0) 4995 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.149161+0000 mon.a (mon.0) 4996 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: cephadm 2023-12-06T07:10:07.150120+0000 mgr.y (mgr.25474) 1859 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.229224+0000 mon.a (mon.0) 4997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.231646+0000 mon.a (mon.0) 4998 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.234540+0000 mon.a (mon.0) 4999 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.235567+0000 mon.a (mon.0) 5000 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.244814+0000 mon.a (mon.0) 5001 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.327958+0000 mon.a (mon.0) 5002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.330859+0000 mon.a (mon.0) 5003 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.334064+0000 mon.a (mon.0) 5004 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.039612+0000 mon.a (mon.0) 4988 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.042574+0000 mon.a (mon.0) 4989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.043632+0000 mon.a (mon.0) 4990 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.052500+0000 mon.a (mon.0) 4991 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: cephadm 2023-12-06T07:10:07.053015+0000 mgr.y (mgr.25474) 1858 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.129461+0000 mon.a (mon.0) 4992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.132653+0000 mon.a (mon.0) 4993 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.136440+0000 mon.a (mon.0) 4994 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.137810+0000 mon.a (mon.0) 4995 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.149161+0000 mon.a (mon.0) 4996 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: cephadm 2023-12-06T07:10:07.150120+0000 mgr.y (mgr.25474) 1859 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:08.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.229224+0000 mon.a (mon.0) 4997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.231646+0000 mon.a (mon.0) 4998 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.234540+0000 mon.a (mon.0) 4999 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.235567+0000 mon.a (mon.0) 5000 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.244814+0000 mon.a (mon.0) 5001 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.327958+0000 mon.a (mon.0) 5002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.330859+0000 mon.a (mon.0) 5003 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.334064+0000 mon.a (mon.0) 5004 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.335229+0000 mon.a (mon.0) 5005 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.345142+0000 mon.a (mon.0) 5006 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.424570+0000 mon.a (mon.0) 5007 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.426836+0000 mon.a (mon.0) 5008 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.429201+0000 mon.a (mon.0) 5009 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.430247+0000 mon.a (mon.0) 5010 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.440132+0000 mon.a (mon.0) 5011 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.523112+0000 mon.a (mon.0) 5012 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.525811+0000 mon.a (mon.0) 5013 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.528689+0000 mon.a (mon.0) 5014 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.529706+0000 mon.a (mon.0) 5015 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.538323+0000 mon.a (mon.0) 5016 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.614603+0000 mon.a (mon.0) 5017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.617522+0000 mon.a (mon.0) 5018 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.621754+0000 mon.a (mon.0) 5019 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.623156+0000 mon.a (mon.0) 5020 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.631041+0000 mon.a (mon.0) 5021 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.717393+0000 mon.a (mon.0) 5022 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.720733+0000 mon.a (mon.0) 5023 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.723647+0000 mon.a (mon.0) 5024 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.724626+0000 mon.a (mon.0) 5025 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.731088+0000 mon.a (mon.0) 5026 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.783494+0000 mon.a (mon.0) 5027 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[84914]: audit 2023-12-06T07:10:07.784884+0000 mon.a (mon.0) 5028 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:10:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.335229+0000 mon.a (mon.0) 5005 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.345142+0000 mon.a (mon.0) 5006 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.424570+0000 mon.a (mon.0) 5007 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.426836+0000 mon.a (mon.0) 5008 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.429201+0000 mon.a (mon.0) 5009 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.430247+0000 mon.a (mon.0) 5010 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.440132+0000 mon.a (mon.0) 5011 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.523112+0000 mon.a (mon.0) 5012 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.525811+0000 mon.a (mon.0) 5013 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.528689+0000 mon.a (mon.0) 5014 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.529706+0000 mon.a (mon.0) 5015 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.538323+0000 mon.a (mon.0) 5016 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.614603+0000 mon.a (mon.0) 5017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.617522+0000 mon.a (mon.0) 5018 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.621754+0000 mon.a (mon.0) 5019 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.623156+0000 mon.a (mon.0) 5020 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.631041+0000 mon.a (mon.0) 5021 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.717393+0000 mon.a (mon.0) 5022 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:08.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.720733+0000 mon.a (mon.0) 5023 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:08.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.723647+0000 mon.a (mon.0) 5024 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:08.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.724626+0000 mon.a (mon.0) 5025 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:08.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.731088+0000 mon.a (mon.0) 5026 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.783494+0000 mon.a (mon.0) 5027 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:08.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:07 smithi040 bash[78949]: audit 2023-12-06T07:10:07.784884+0000 mon.a (mon.0) 5028 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:10:09.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:08 smithi141 bash[72190]: cephadm 2023-12-06T07:10:07.245728+0000 mgr.y (mgr.25474) 1860 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:08 smithi141 bash[72190]: cephadm 2023-12-06T07:10:07.345712+0000 mgr.y (mgr.25474) 1861 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:08 smithi141 bash[72190]: cephadm 2023-12-06T07:10:07.440700+0000 mgr.y (mgr.25474) 1862 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:08 smithi141 bash[72190]: cephadm 2023-12-06T07:10:07.538936+0000 mgr.y (mgr.25474) 1863 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:08 smithi141 bash[72190]: cephadm 2023-12-06T07:10:07.632003+0000 mgr.y (mgr.25474) 1864 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cephadm 2023-12-06T07:10:07.731790+0000 mgr.y (mgr.25474) 1865 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:07.854795+0000 mon.a (mon.0) 5029 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:07.856694+0000 mon.a (mon.0) 5030 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:07.859029+0000 mon.a (mon.0) 5031 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:07.859770+0000 mon.a (mon.0) 5032 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:07.864923+0000 mon.a (mon.0) 5033 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.189 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cephadm 2023-12-06T07:10:07.865500+0000 mgr.y (mgr.25474) 1866 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cluster 2023-12-06T07:10:07.869979+0000 mgr.y (mgr.25474) 1867 : cluster 0 pgmap v264: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:10:09.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:07.947447+0000 mon.a (mon.0) 5034 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:07.949641+0000 mon.a (mon.0) 5035 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:07.952487+0000 mon.a (mon.0) 5036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:07.953446+0000 mon.a (mon.0) 5037 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:07.959981+0000 mon.a (mon.0) 5038 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cephadm 2023-12-06T07:10:07.960755+0000 mgr.y (mgr.25474) 1868 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.024358+0000 mon.a (mon.0) 5039 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.028149+0000 mon.a (mon.0) 5040 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.032034+0000 mon.a (mon.0) 5041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.033453+0000 mon.a (mon.0) 5042 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.040732+0000 mon.a (mon.0) 5043 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cephadm 2023-12-06T07:10:08.041487+0000 mgr.y (mgr.25474) 1869 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.120641+0000 mon.a (mon.0) 5044 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.124811+0000 mon.a (mon.0) 5045 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.128527+0000 mon.a (mon.0) 5046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.129553+0000 mon.a (mon.0) 5047 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.137856+0000 mon.a (mon.0) 5048 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cephadm 2023-12-06T07:10:08.138464+0000 mgr.y (mgr.25474) 1870 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.225805+0000 mon.a (mon.0) 5049 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.227815+0000 mon.a (mon.0) 5050 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.230485+0000 mon.a (mon.0) 5051 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.231296+0000 mon.a (mon.0) 5052 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.238441+0000 mon.a (mon.0) 5053 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.321026+0000 mon.a (mon.0) 5054 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.323366+0000 mon.a (mon.0) 5055 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.326465+0000 mon.a (mon.0) 5056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.327412+0000 mon.a (mon.0) 5057 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.336840+0000 mon.a (mon.0) 5058 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.191 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.416973+0000 mon.a (mon.0) 5059 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.420183+0000 mon.a (mon.0) 5060 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.423404+0000 mon.a (mon.0) 5061 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.424538+0000 mon.a (mon.0) 5062 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.432772+0000 mon.a (mon.0) 5063 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.510283+0000 mon.a (mon.0) 5064 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.513560+0000 mon.a (mon.0) 5065 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.517339+0000 mon.a (mon.0) 5066 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.518604+0000 mon.a (mon.0) 5067 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.528569+0000 mon.a (mon.0) 5068 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.609185+0000 mon.a (mon.0) 5069 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.612592+0000 mon.a (mon.0) 5070 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.615995+0000 mon.a (mon.0) 5071 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.616981+0000 mon.a (mon.0) 5072 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.625383+0000 mon.a (mon.0) 5073 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.691458+0000 mon.a (mon.0) 5074 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.192 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.693616+0000 mon.a (mon.0) 5075 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.696692+0000 mon.a (mon.0) 5076 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.697655+0000 mon.a (mon.0) 5077 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.705299+0000 mon.a (mon.0) 5078 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.787249+0000 mon.a (mon.0) 5079 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.789252+0000 mon.a (mon.0) 5080 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.791584+0000 mon.a (mon.0) 5081 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.792410+0000 mon.a (mon.0) 5082 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.193 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.801255+0000 mon.a (mon.0) 5083 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: cephadm 2023-12-06T07:10:07.245728+0000 mgr.y (mgr.25474) 1860 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: cephadm 2023-12-06T07:10:07.345712+0000 mgr.y (mgr.25474) 1861 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: cephadm 2023-12-06T07:10:07.440700+0000 mgr.y (mgr.25474) 1862 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: cephadm 2023-12-06T07:10:07.538936+0000 mgr.y (mgr.25474) 1863 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: cephadm 2023-12-06T07:10:07.632003+0000 mgr.y (mgr.25474) 1864 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: cephadm 2023-12-06T07:10:07.731790+0000 mgr.y (mgr.25474) 1865 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:07.854795+0000 mon.a (mon.0) 5029 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:07.856694+0000 mon.a (mon.0) 5030 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:07.859029+0000 mon.a (mon.0) 5031 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:07.859770+0000 mon.a (mon.0) 5032 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:07.864923+0000 mon.a (mon.0) 5033 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: cephadm 2023-12-06T07:10:07.865500+0000 mgr.y (mgr.25474) 1866 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: cluster 2023-12-06T07:10:07.869979+0000 mgr.y (mgr.25474) 1867 : cluster 0 pgmap v264: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:10:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:07.947447+0000 mon.a (mon.0) 5034 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:07.949641+0000 mon.a (mon.0) 5035 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:07.952487+0000 mon.a (mon.0) 5036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:07.953446+0000 mon.a (mon.0) 5037 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:07.959981+0000 mon.a (mon.0) 5038 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: cephadm 2023-12-06T07:10:07.960755+0000 mgr.y (mgr.25474) 1868 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.024358+0000 mon.a (mon.0) 5039 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: cephadm 2023-12-06T07:10:07.245728+0000 mgr.y (mgr.25474) 1860 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: cephadm 2023-12-06T07:10:07.345712+0000 mgr.y (mgr.25474) 1861 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: cephadm 2023-12-06T07:10:07.440700+0000 mgr.y (mgr.25474) 1862 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: cephadm 2023-12-06T07:10:07.538936+0000 mgr.y (mgr.25474) 1863 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: cephadm 2023-12-06T07:10:07.632003+0000 mgr.y (mgr.25474) 1864 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: cephadm 2023-12-06T07:10:07.731790+0000 mgr.y (mgr.25474) 1865 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:07.854795+0000 mon.a (mon.0) 5029 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:07.856694+0000 mon.a (mon.0) 5030 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:07.859029+0000 mon.a (mon.0) 5031 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:07.859770+0000 mon.a (mon.0) 5032 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:07.864923+0000 mon.a (mon.0) 5033 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: cephadm 2023-12-06T07:10:07.865500+0000 mgr.y (mgr.25474) 1866 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: cluster 2023-12-06T07:10:07.869979+0000 mgr.y (mgr.25474) 1867 : cluster 0 pgmap v264: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:10:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:07.947447+0000 mon.a (mon.0) 5034 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:07.949641+0000 mon.a (mon.0) 5035 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:07.952487+0000 mon.a (mon.0) 5036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:07.953446+0000 mon.a (mon.0) 5037 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:07.959981+0000 mon.a (mon.0) 5038 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: cephadm 2023-12-06T07:10:07.960755+0000 mgr.y (mgr.25474) 1868 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.024358+0000 mon.a (mon.0) 5039 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.028149+0000 mon.a (mon.0) 5040 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.032034+0000 mon.a (mon.0) 5041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.033453+0000 mon.a (mon.0) 5042 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.040732+0000 mon.a (mon.0) 5043 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: cephadm 2023-12-06T07:10:08.041487+0000 mgr.y (mgr.25474) 1869 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.120641+0000 mon.a (mon.0) 5044 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.124811+0000 mon.a (mon.0) 5045 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.128527+0000 mon.a (mon.0) 5046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.129553+0000 mon.a (mon.0) 5047 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.137856+0000 mon.a (mon.0) 5048 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: cephadm 2023-12-06T07:10:08.138464+0000 mgr.y (mgr.25474) 1870 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.225805+0000 mon.a (mon.0) 5049 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.227815+0000 mon.a (mon.0) 5050 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.230485+0000 mon.a (mon.0) 5051 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.231296+0000 mon.a (mon.0) 5052 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.238441+0000 mon.a (mon.0) 5053 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.321026+0000 mon.a (mon.0) 5054 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.323366+0000 mon.a (mon.0) 5055 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.326465+0000 mon.a (mon.0) 5056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.327412+0000 mon.a (mon.0) 5057 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.336840+0000 mon.a (mon.0) 5058 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.416973+0000 mon.a (mon.0) 5059 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.420183+0000 mon.a (mon.0) 5060 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.423404+0000 mon.a (mon.0) 5061 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.424538+0000 mon.a (mon.0) 5062 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.432772+0000 mon.a (mon.0) 5063 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.510283+0000 mon.a (mon.0) 5064 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.513560+0000 mon.a (mon.0) 5065 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.517339+0000 mon.a (mon.0) 5066 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.518604+0000 mon.a (mon.0) 5067 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.528569+0000 mon.a (mon.0) 5068 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.609185+0000 mon.a (mon.0) 5069 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.612592+0000 mon.a (mon.0) 5070 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.615995+0000 mon.a (mon.0) 5071 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.616981+0000 mon.a (mon.0) 5072 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.625383+0000 mon.a (mon.0) 5073 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.691458+0000 mon.a (mon.0) 5074 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.693616+0000 mon.a (mon.0) 5075 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.696692+0000 mon.a (mon.0) 5076 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.697655+0000 mon.a (mon.0) 5077 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.705299+0000 mon.a (mon.0) 5078 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.787249+0000 mon.a (mon.0) 5079 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.789252+0000 mon.a (mon.0) 5080 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.791584+0000 mon.a (mon.0) 5081 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.792410+0000 mon.a (mon.0) 5082 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[78949]: audit 2023-12-06T07:10:08.801255+0000 mon.a (mon.0) 5083 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.028149+0000 mon.a (mon.0) 5040 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.032034+0000 mon.a (mon.0) 5041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.033453+0000 mon.a (mon.0) 5042 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.040732+0000 mon.a (mon.0) 5043 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: cephadm 2023-12-06T07:10:08.041487+0000 mgr.y (mgr.25474) 1869 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.120641+0000 mon.a (mon.0) 5044 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.124811+0000 mon.a (mon.0) 5045 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.128527+0000 mon.a (mon.0) 5046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.129553+0000 mon.a (mon.0) 5047 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.137856+0000 mon.a (mon.0) 5048 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: cephadm 2023-12-06T07:10:08.138464+0000 mgr.y (mgr.25474) 1870 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.225805+0000 mon.a (mon.0) 5049 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.227815+0000 mon.a (mon.0) 5050 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.230485+0000 mon.a (mon.0) 5051 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.231296+0000 mon.a (mon.0) 5052 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.238441+0000 mon.a (mon.0) 5053 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.321026+0000 mon.a (mon.0) 5054 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.323366+0000 mon.a (mon.0) 5055 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.326465+0000 mon.a (mon.0) 5056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.327412+0000 mon.a (mon.0) 5057 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.336840+0000 mon.a (mon.0) 5058 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.416973+0000 mon.a (mon.0) 5059 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.420183+0000 mon.a (mon.0) 5060 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.423404+0000 mon.a (mon.0) 5061 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.424538+0000 mon.a (mon.0) 5062 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.432772+0000 mon.a (mon.0) 5063 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.510283+0000 mon.a (mon.0) 5064 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.513560+0000 mon.a (mon.0) 5065 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.517339+0000 mon.a (mon.0) 5066 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.518604+0000 mon.a (mon.0) 5067 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.528569+0000 mon.a (mon.0) 5068 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.609185+0000 mon.a (mon.0) 5069 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.612592+0000 mon.a (mon.0) 5070 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.615995+0000 mon.a (mon.0) 5071 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.616981+0000 mon.a (mon.0) 5072 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.625383+0000 mon.a (mon.0) 5073 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.691458+0000 mon.a (mon.0) 5074 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.693616+0000 mon.a (mon.0) 5075 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.696692+0000 mon.a (mon.0) 5076 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.697655+0000 mon.a (mon.0) 5077 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.705299+0000 mon.a (mon.0) 5078 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.787249+0000 mon.a (mon.0) 5079 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.789252+0000 mon.a (mon.0) 5080 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.791584+0000 mon.a (mon.0) 5081 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.792410+0000 mon.a (mon.0) 5082 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:09.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:08 smithi040 bash[84914]: audit 2023-12-06T07:10:08.801255+0000 mon.a (mon.0) 5083 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cephadm 2023-12-06T07:10:08.238974+0000 mgr.y (mgr.25474) 1871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cephadm 2023-12-06T07:10:08.337735+0000 mgr.y (mgr.25474) 1872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cephadm 2023-12-06T07:10:08.433275+0000 mgr.y (mgr.25474) 1873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cephadm 2023-12-06T07:10:08.529396+0000 mgr.y (mgr.25474) 1874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cephadm 2023-12-06T07:10:08.625988+0000 mgr.y (mgr.25474) 1875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cephadm 2023-12-06T07:10:08.706032+0000 mgr.y (mgr.25474) 1876 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cephadm 2023-12-06T07:10:08.801848+0000 mgr.y (mgr.25474) 1877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.879126+0000 mon.a (mon.0) 5084 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.882103+0000 mon.a (mon.0) 5085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.885140+0000 mon.a (mon.0) 5086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.886379+0000 mon.a (mon.0) 5087 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.894452+0000 mon.a (mon.0) 5088 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cephadm 2023-12-06T07:10:08.895356+0000 mgr.y (mgr.25474) 1878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.976380+0000 mon.a (mon.0) 5089 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.979240+0000 mon.a (mon.0) 5090 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.982105+0000 mon.a (mon.0) 5091 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.983075+0000 mon.a (mon.0) 5092 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:08.991203+0000 mon.a (mon.0) 5093 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cephadm 2023-12-06T07:10:08.992052+0000 mgr.y (mgr.25474) 1879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.076540+0000 mon.a (mon.0) 5094 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.078843+0000 mon.a (mon.0) 5095 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.082854+0000 mon.a (mon.0) 5096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.083717+0000 mon.a (mon.0) 5097 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.089820+0000 mon.a (mon.0) 5098 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: cephadm 2023-12-06T07:10:09.090740+0000 mgr.y (mgr.25474) 1880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.167991+0000 mon.a (mon.0) 5099 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.171638+0000 mon.a (mon.0) 5100 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.175858+0000 mon.a (mon.0) 5101 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.177304+0000 mon.a (mon.0) 5102 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.186664+0000 mon.a (mon.0) 5103 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.270682+0000 mon.a (mon.0) 5104 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.273515+0000 mon.a (mon.0) 5105 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.276204+0000 mon.a (mon.0) 5106 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.277084+0000 mon.a (mon.0) 5107 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.283730+0000 mon.a (mon.0) 5108 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.362594+0000 mon.a (mon.0) 5109 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.364676+0000 mon.a (mon.0) 5110 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.366934+0000 mon.a (mon.0) 5111 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.367724+0000 mon.a (mon.0) 5112 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.373101+0000 mon.a (mon.0) 5113 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.457582+0000 mon.a (mon.0) 5114 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.460335+0000 mon.a (mon.0) 5115 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.463455+0000 mon.a (mon.0) 5116 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.464559+0000 mon.a (mon.0) 5117 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.472174+0000 mon.a (mon.0) 5118 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.552532+0000 mon.a (mon.0) 5119 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.554560+0000 mon.a (mon.0) 5120 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.557399+0000 mon.a (mon.0) 5121 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.558440+0000 mon.a (mon.0) 5122 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.566451+0000 mon.a (mon.0) 5123 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.646137+0000 mon.a (mon.0) 5124 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.649093+0000 mon.a (mon.0) 5125 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.653098+0000 mon.a (mon.0) 5126 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.654413+0000 mon.a (mon.0) 5127 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.662777+0000 mon.a (mon.0) 5128 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.747328+0000 mon.a (mon.0) 5129 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.749964+0000 mon.a (mon.0) 5130 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.753530+0000 mon.a (mon.0) 5131 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.755079+0000 mon.a (mon.0) 5132 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.763267+0000 mon.a (mon.0) 5133 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.845102+0000 mon.a (mon.0) 5134 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.847756+0000 mon.a (mon.0) 5135 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.851156+0000 mon.a (mon.0) 5136 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.852308+0000 mon.a (mon.0) 5137 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:09 smithi141 bash[72190]: audit 2023-12-06T07:10:09.859001+0000 mon.a (mon.0) 5138 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: cephadm 2023-12-06T07:10:08.238974+0000 mgr.y (mgr.25474) 1871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: cephadm 2023-12-06T07:10:08.337735+0000 mgr.y (mgr.25474) 1872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: cephadm 2023-12-06T07:10:08.433275+0000 mgr.y (mgr.25474) 1873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: cephadm 2023-12-06T07:10:08.529396+0000 mgr.y (mgr.25474) 1874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: cephadm 2023-12-06T07:10:08.625988+0000 mgr.y (mgr.25474) 1875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: cephadm 2023-12-06T07:10:08.706032+0000 mgr.y (mgr.25474) 1876 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: cephadm 2023-12-06T07:10:08.801848+0000 mgr.y (mgr.25474) 1877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:08.879126+0000 mon.a (mon.0) 5084 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:08.882103+0000 mon.a (mon.0) 5085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:08.885140+0000 mon.a (mon.0) 5086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:08.886379+0000 mon.a (mon.0) 5087 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:08.894452+0000 mon.a (mon.0) 5088 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: cephadm 2023-12-06T07:10:08.895356+0000 mgr.y (mgr.25474) 1878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:08.976380+0000 mon.a (mon.0) 5089 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:08.979240+0000 mon.a (mon.0) 5090 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:08.982105+0000 mon.a (mon.0) 5091 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:08.983075+0000 mon.a (mon.0) 5092 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:08.991203+0000 mon.a (mon.0) 5093 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: cephadm 2023-12-06T07:10:08.992052+0000 mgr.y (mgr.25474) 1879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.076540+0000 mon.a (mon.0) 5094 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.078843+0000 mon.a (mon.0) 5095 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.082854+0000 mon.a (mon.0) 5096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.083717+0000 mon.a (mon.0) 5097 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.089820+0000 mon.a (mon.0) 5098 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: cephadm 2023-12-06T07:10:09.090740+0000 mgr.y (mgr.25474) 1880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.167991+0000 mon.a (mon.0) 5099 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.171638+0000 mon.a (mon.0) 5100 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.175858+0000 mon.a (mon.0) 5101 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.177304+0000 mon.a (mon.0) 5102 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.186664+0000 mon.a (mon.0) 5103 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.270682+0000 mon.a (mon.0) 5104 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.273515+0000 mon.a (mon.0) 5105 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.276204+0000 mon.a (mon.0) 5106 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.277084+0000 mon.a (mon.0) 5107 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.283730+0000 mon.a (mon.0) 5108 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.362594+0000 mon.a (mon.0) 5109 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.364676+0000 mon.a (mon.0) 5110 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.366934+0000 mon.a (mon.0) 5111 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.367724+0000 mon.a (mon.0) 5112 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.373101+0000 mon.a (mon.0) 5113 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: cephadm 2023-12-06T07:10:08.238974+0000 mgr.y (mgr.25474) 1871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: cephadm 2023-12-06T07:10:08.337735+0000 mgr.y (mgr.25474) 1872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: cephadm 2023-12-06T07:10:08.433275+0000 mgr.y (mgr.25474) 1873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: cephadm 2023-12-06T07:10:08.529396+0000 mgr.y (mgr.25474) 1874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: cephadm 2023-12-06T07:10:08.625988+0000 mgr.y (mgr.25474) 1875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: cephadm 2023-12-06T07:10:08.706032+0000 mgr.y (mgr.25474) 1876 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: cephadm 2023-12-06T07:10:08.801848+0000 mgr.y (mgr.25474) 1877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:08.879126+0000 mon.a (mon.0) 5084 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:08.882103+0000 mon.a (mon.0) 5085 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:08.885140+0000 mon.a (mon.0) 5086 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:08.886379+0000 mon.a (mon.0) 5087 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:08.894452+0000 mon.a (mon.0) 5088 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: cephadm 2023-12-06T07:10:08.895356+0000 mgr.y (mgr.25474) 1878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:08.976380+0000 mon.a (mon.0) 5089 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:08.979240+0000 mon.a (mon.0) 5090 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:08.982105+0000 mon.a (mon.0) 5091 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:08.983075+0000 mon.a (mon.0) 5092 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:08.991203+0000 mon.a (mon.0) 5093 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: cephadm 2023-12-06T07:10:08.992052+0000 mgr.y (mgr.25474) 1879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.076540+0000 mon.a (mon.0) 5094 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.457582+0000 mon.a (mon.0) 5114 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.460335+0000 mon.a (mon.0) 5115 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.463455+0000 mon.a (mon.0) 5116 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.464559+0000 mon.a (mon.0) 5117 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.472174+0000 mon.a (mon.0) 5118 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.552532+0000 mon.a (mon.0) 5119 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.554560+0000 mon.a (mon.0) 5120 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.557399+0000 mon.a (mon.0) 5121 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.558440+0000 mon.a (mon.0) 5122 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.566451+0000 mon.a (mon.0) 5123 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.646137+0000 mon.a (mon.0) 5124 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.649093+0000 mon.a (mon.0) 5125 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.653098+0000 mon.a (mon.0) 5126 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.294 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.654413+0000 mon.a (mon.0) 5127 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.662777+0000 mon.a (mon.0) 5128 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.747328+0000 mon.a (mon.0) 5129 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.749964+0000 mon.a (mon.0) 5130 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.753530+0000 mon.a (mon.0) 5131 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.755079+0000 mon.a (mon.0) 5132 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.763267+0000 mon.a (mon.0) 5133 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.845102+0000 mon.a (mon.0) 5134 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.295 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.847756+0000 mon.a (mon.0) 5135 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.851156+0000 mon.a (mon.0) 5136 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.852308+0000 mon.a (mon.0) 5137 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.296 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[78949]: audit 2023-12-06T07:10:09.859001+0000 mon.a (mon.0) 5138 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.296 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.078843+0000 mon.a (mon.0) 5095 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.296 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.082854+0000 mon.a (mon.0) 5096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.083717+0000 mon.a (mon.0) 5097 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.089820+0000 mon.a (mon.0) 5098 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: cephadm 2023-12-06T07:10:09.090740+0000 mgr.y (mgr.25474) 1880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:10.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.167991+0000 mon.a (mon.0) 5099 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.171638+0000 mon.a (mon.0) 5100 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.175858+0000 mon.a (mon.0) 5101 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.177304+0000 mon.a (mon.0) 5102 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.186664+0000 mon.a (mon.0) 5103 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.270682+0000 mon.a (mon.0) 5104 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.273515+0000 mon.a (mon.0) 5105 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.297 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.276204+0000 mon.a (mon.0) 5106 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.298 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.277084+0000 mon.a (mon.0) 5107 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.298 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.283730+0000 mon.a (mon.0) 5108 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.298 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.362594+0000 mon.a (mon.0) 5109 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.298 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.364676+0000 mon.a (mon.0) 5110 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.298 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.366934+0000 mon.a (mon.0) 5111 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.298 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.367724+0000 mon.a (mon.0) 5112 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.298 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.373101+0000 mon.a (mon.0) 5113 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.298 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.457582+0000 mon.a (mon.0) 5114 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.298 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.460335+0000 mon.a (mon.0) 5115 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.298 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.463455+0000 mon.a (mon.0) 5116 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.299 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.464559+0000 mon.a (mon.0) 5117 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.299 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.472174+0000 mon.a (mon.0) 5118 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.299 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.552532+0000 mon.a (mon.0) 5119 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.299 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.554560+0000 mon.a (mon.0) 5120 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.299 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.557399+0000 mon.a (mon.0) 5121 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.299 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.558440+0000 mon.a (mon.0) 5122 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.299 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.566451+0000 mon.a (mon.0) 5123 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.299 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.646137+0000 mon.a (mon.0) 5124 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.299 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.649093+0000 mon.a (mon.0) 5125 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.299 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.653098+0000 mon.a (mon.0) 5126 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.299 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.654413+0000 mon.a (mon.0) 5127 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.299 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.662777+0000 mon.a (mon.0) 5128 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.299 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.747328+0000 mon.a (mon.0) 5129 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.299 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.749964+0000 mon.a (mon.0) 5130 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.300 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.753530+0000 mon.a (mon.0) 5131 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.300 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.755079+0000 mon.a (mon.0) 5132 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.300 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.763267+0000 mon.a (mon.0) 5133 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:10.300 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.845102+0000 mon.a (mon.0) 5134 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:10.300 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.847756+0000 mon.a (mon.0) 5135 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:10.300 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.851156+0000 mon.a (mon.0) 5136 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:10.300 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.852308+0000 mon.a (mon.0) 5137 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:10.300 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:09 smithi040 bash[84914]: audit 2023-12-06T07:10:09.859001+0000 mon.a (mon.0) 5138 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.182 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: cephadm 2023-12-06T07:10:09.187563+0000 mgr.y (mgr.25474) 1881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.182 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: cephadm 2023-12-06T07:10:09.284313+0000 mgr.y (mgr.25474) 1882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.182 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: cephadm 2023-12-06T07:10:09.373774+0000 mgr.y (mgr.25474) 1883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.182 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: cephadm 2023-12-06T07:10:09.472867+0000 mgr.y (mgr.25474) 1884 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.182 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: cephadm 2023-12-06T07:10:09.566972+0000 mgr.y (mgr.25474) 1885 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.182 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: cephadm 2023-12-06T07:10:09.663854+0000 mgr.y (mgr.25474) 1886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.183 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: cephadm 2023-12-06T07:10:09.763906+0000 mgr.y (mgr.25474) 1887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.183 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: cephadm 2023-12-06T07:10:09.859711+0000 mgr.y (mgr.25474) 1888 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.183 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: cluster 2023-12-06T07:10:09.872278+0000 mgr.y (mgr.25474) 1889 : cluster 0 pgmap v265: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:10:11.183 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:09.942221+0000 mon.a (mon.0) 5139 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.183 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:09.944564+0000 mon.a (mon.0) 5140 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.183 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:09.947774+0000 mon.a (mon.0) 5141 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.183 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:09.948703+0000 mon.a (mon.0) 5142 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.183 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:09.956517+0000 mon.a (mon.0) 5143 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.183 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: cephadm 2023-12-06T07:10:09.957394+0000 mgr.y (mgr.25474) 1890 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.183 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.039924+0000 mon.a (mon.0) 5144 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.183 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.043886+0000 mon.a (mon.0) 5145 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.183 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.047112+0000 mon.a (mon.0) 5146 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.183 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.048392+0000 mon.a (mon.0) 5147 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.183 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.058328+0000 mon.a (mon.0) 5148 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.183 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: cephadm 2023-12-06T07:10:10.058925+0000 mgr.y (mgr.25474) 1891 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.184 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.139766+0000 mon.a (mon.0) 5149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.184 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.142817+0000 mon.a (mon.0) 5150 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.184 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.146852+0000 mon.a (mon.0) 5151 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.184 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.148299+0000 mon.a (mon.0) 5152 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.184 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.156426+0000 mon.a (mon.0) 5153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.184 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: cephadm 2023-12-06T07:10:10.156987+0000 mgr.y (mgr.25474) 1892 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.184 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.234056+0000 mon.a (mon.0) 5154 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.184 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.238389+0000 mon.a (mon.0) 5155 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.184 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.242288+0000 mon.a (mon.0) 5156 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.184 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.243819+0000 mon.a (mon.0) 5157 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.184 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.253630+0000 mon.a (mon.0) 5158 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.184 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.333035+0000 mon.a (mon.0) 5159 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.184 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.335462+0000 mon.a (mon.0) 5160 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.184 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.338416+0000 mon.a (mon.0) 5161 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.184 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.339915+0000 mon.a (mon.0) 5162 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.185 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.349558+0000 mon.a (mon.0) 5163 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.185 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.428805+0000 mon.a (mon.0) 5164 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.185 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.431595+0000 mon.a (mon.0) 5165 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.185 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.434762+0000 mon.a (mon.0) 5166 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.185 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.435938+0000 mon.a (mon.0) 5167 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.185 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.444076+0000 mon.a (mon.0) 5168 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.185 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.524234+0000 mon.a (mon.0) 5169 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.185 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.526274+0000 mon.a (mon.0) 5170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.185 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.528664+0000 mon.a (mon.0) 5171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.185 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.529503+0000 mon.a (mon.0) 5172 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.185 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.537229+0000 mon.a (mon.0) 5173 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.185 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.619407+0000 mon.a (mon.0) 5174 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.185 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.623373+0000 mon.a (mon.0) 5175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.185 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.626971+0000 mon.a (mon.0) 5176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.185 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.628151+0000 mon.a (mon.0) 5177 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.186 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.635043+0000 mon.a (mon.0) 5178 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.186 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.712611+0000 mon.a (mon.0) 5179 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.186 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.715557+0000 mon.a (mon.0) 5180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.186 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.718781+0000 mon.a (mon.0) 5181 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.186 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.719998+0000 mon.a (mon.0) 5182 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.186 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.727541+0000 mon.a (mon.0) 5183 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.186 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.811011+0000 mon.a (mon.0) 5184 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.186 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.813524+0000 mon.a (mon.0) 5185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.186 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.816761+0000 mon.a (mon.0) 5186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.186 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.818222+0000 mon.a (mon.0) 5187 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.186 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:10 smithi141 bash[72190]: audit 2023-12-06T07:10:10.827042+0000 mon.a (mon.0) 5188 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: cephadm 2023-12-06T07:10:09.187563+0000 mgr.y (mgr.25474) 1881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: cephadm 2023-12-06T07:10:09.284313+0000 mgr.y (mgr.25474) 1882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: cephadm 2023-12-06T07:10:09.373774+0000 mgr.y (mgr.25474) 1883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: cephadm 2023-12-06T07:10:09.472867+0000 mgr.y (mgr.25474) 1884 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: cephadm 2023-12-06T07:10:09.566972+0000 mgr.y (mgr.25474) 1885 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: cephadm 2023-12-06T07:10:09.663854+0000 mgr.y (mgr.25474) 1886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: cephadm 2023-12-06T07:10:09.763906+0000 mgr.y (mgr.25474) 1887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: cephadm 2023-12-06T07:10:09.859711+0000 mgr.y (mgr.25474) 1888 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: cluster 2023-12-06T07:10:09.872278+0000 mgr.y (mgr.25474) 1889 : cluster 0 pgmap v265: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:10:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:09.942221+0000 mon.a (mon.0) 5139 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:09.944564+0000 mon.a (mon.0) 5140 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:09.947774+0000 mon.a (mon.0) 5141 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:09.948703+0000 mon.a (mon.0) 5142 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:09.956517+0000 mon.a (mon.0) 5143 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: cephadm 2023-12-06T07:10:09.957394+0000 mgr.y (mgr.25474) 1890 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.039924+0000 mon.a (mon.0) 5144 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.043886+0000 mon.a (mon.0) 5145 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.047112+0000 mon.a (mon.0) 5146 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.048392+0000 mon.a (mon.0) 5147 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.058328+0000 mon.a (mon.0) 5148 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: cephadm 2023-12-06T07:10:10.058925+0000 mgr.y (mgr.25474) 1891 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.139766+0000 mon.a (mon.0) 5149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.142817+0000 mon.a (mon.0) 5150 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.146852+0000 mon.a (mon.0) 5151 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.148299+0000 mon.a (mon.0) 5152 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.156426+0000 mon.a (mon.0) 5153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: cephadm 2023-12-06T07:10:10.156987+0000 mgr.y (mgr.25474) 1892 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.234056+0000 mon.a (mon.0) 5154 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.238389+0000 mon.a (mon.0) 5155 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.242288+0000 mon.a (mon.0) 5156 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.243819+0000 mon.a (mon.0) 5157 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.253630+0000 mon.a (mon.0) 5158 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.333035+0000 mon.a (mon.0) 5159 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.335462+0000 mon.a (mon.0) 5160 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.338416+0000 mon.a (mon.0) 5161 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.339915+0000 mon.a (mon.0) 5162 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.349558+0000 mon.a (mon.0) 5163 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.428805+0000 mon.a (mon.0) 5164 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.431595+0000 mon.a (mon.0) 5165 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.434762+0000 mon.a (mon.0) 5166 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.435938+0000 mon.a (mon.0) 5167 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.444076+0000 mon.a (mon.0) 5168 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.524234+0000 mon.a (mon.0) 5169 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.526274+0000 mon.a (mon.0) 5170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.528664+0000 mon.a (mon.0) 5171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.529503+0000 mon.a (mon.0) 5172 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.537229+0000 mon.a (mon.0) 5173 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.619407+0000 mon.a (mon.0) 5174 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.623373+0000 mon.a (mon.0) 5175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.626971+0000 mon.a (mon.0) 5176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.628151+0000 mon.a (mon.0) 5177 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.635043+0000 mon.a (mon.0) 5178 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.712611+0000 mon.a (mon.0) 5179 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.715557+0000 mon.a (mon.0) 5180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.718781+0000 mon.a (mon.0) 5181 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.719998+0000 mon.a (mon.0) 5182 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.727541+0000 mon.a (mon.0) 5183 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.811011+0000 mon.a (mon.0) 5184 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.813524+0000 mon.a (mon.0) 5185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.816761+0000 mon.a (mon.0) 5186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.818222+0000 mon.a (mon.0) 5187 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[84914]: audit 2023-12-06T07:10:10.827042+0000 mon.a (mon.0) 5188 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: cephadm 2023-12-06T07:10:09.187563+0000 mgr.y (mgr.25474) 1881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: cephadm 2023-12-06T07:10:09.284313+0000 mgr.y (mgr.25474) 1882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: cephadm 2023-12-06T07:10:09.373774+0000 mgr.y (mgr.25474) 1883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: cephadm 2023-12-06T07:10:09.472867+0000 mgr.y (mgr.25474) 1884 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: cephadm 2023-12-06T07:10:09.566972+0000 mgr.y (mgr.25474) 1885 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: cephadm 2023-12-06T07:10:09.663854+0000 mgr.y (mgr.25474) 1886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: cephadm 2023-12-06T07:10:09.763906+0000 mgr.y (mgr.25474) 1887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: cephadm 2023-12-06T07:10:09.859711+0000 mgr.y (mgr.25474) 1888 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: cluster 2023-12-06T07:10:09.872278+0000 mgr.y (mgr.25474) 1889 : cluster 0 pgmap v265: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:10:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:09.942221+0000 mon.a (mon.0) 5139 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:09.944564+0000 mon.a (mon.0) 5140 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:09.947774+0000 mon.a (mon.0) 5141 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:09.948703+0000 mon.a (mon.0) 5142 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:09.956517+0000 mon.a (mon.0) 5143 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: cephadm 2023-12-06T07:10:09.957394+0000 mgr.y (mgr.25474) 1890 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.039924+0000 mon.a (mon.0) 5144 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.043886+0000 mon.a (mon.0) 5145 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.047112+0000 mon.a (mon.0) 5146 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.048392+0000 mon.a (mon.0) 5147 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.058328+0000 mon.a (mon.0) 5148 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: cephadm 2023-12-06T07:10:10.058925+0000 mgr.y (mgr.25474) 1891 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.139766+0000 mon.a (mon.0) 5149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.142817+0000 mon.a (mon.0) 5150 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.146852+0000 mon.a (mon.0) 5151 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.148299+0000 mon.a (mon.0) 5152 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.156426+0000 mon.a (mon.0) 5153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: cephadm 2023-12-06T07:10:10.156987+0000 mgr.y (mgr.25474) 1892 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.234056+0000 mon.a (mon.0) 5154 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.238389+0000 mon.a (mon.0) 5155 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.242288+0000 mon.a (mon.0) 5156 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.243819+0000 mon.a (mon.0) 5157 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.253630+0000 mon.a (mon.0) 5158 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.333035+0000 mon.a (mon.0) 5159 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.335462+0000 mon.a (mon.0) 5160 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.338416+0000 mon.a (mon.0) 5161 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.339915+0000 mon.a (mon.0) 5162 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.349558+0000 mon.a (mon.0) 5163 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.428805+0000 mon.a (mon.0) 5164 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.431595+0000 mon.a (mon.0) 5165 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.434762+0000 mon.a (mon.0) 5166 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.435938+0000 mon.a (mon.0) 5167 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.444076+0000 mon.a (mon.0) 5168 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.524234+0000 mon.a (mon.0) 5169 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.526274+0000 mon.a (mon.0) 5170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.528664+0000 mon.a (mon.0) 5171 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.529503+0000 mon.a (mon.0) 5172 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.537229+0000 mon.a (mon.0) 5173 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.619407+0000 mon.a (mon.0) 5174 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.623373+0000 mon.a (mon.0) 5175 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.626971+0000 mon.a (mon.0) 5176 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.628151+0000 mon.a (mon.0) 5177 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.635043+0000 mon.a (mon.0) 5178 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.712611+0000 mon.a (mon.0) 5179 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.715557+0000 mon.a (mon.0) 5180 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.718781+0000 mon.a (mon.0) 5181 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.719998+0000 mon.a (mon.0) 5182 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.727541+0000 mon.a (mon.0) 5183 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.811011+0000 mon.a (mon.0) 5184 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:11.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.813524+0000 mon.a (mon.0) 5185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:11.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.816761+0000 mon.a (mon.0) 5186 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:11.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.818222+0000 mon.a (mon.0) 5187 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:11.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:10 smithi040 bash[78949]: audit 2023-12-06T07:10:10.827042+0000 mon.a (mon.0) 5188 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:11.458 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[87049]: debug 2023-12-06T07:10:11.271+0000 7fb09451a700 1 -- 172.21.15.141:0/689595280 <== mon.2 v2:172.21.15.141:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5649846b31e0 con 0x564984739000 2023-12-06T07:10:11.888 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[87049]: debug 2023-12-06T07:10:11.587+0000 7fb09d6a0640 -1 Falling back to public interface 2023-12-06T07:10:12.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: cephadm 2023-12-06T07:10:10.254383+0000 mgr.y (mgr.25474) 1893 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: cephadm 2023-12-06T07:10:10.350131+0000 mgr.y (mgr.25474) 1894 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: cephadm 2023-12-06T07:10:10.444626+0000 mgr.y (mgr.25474) 1895 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: cephadm 2023-12-06T07:10:10.537972+0000 mgr.y (mgr.25474) 1896 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: cephadm 2023-12-06T07:10:10.635764+0000 mgr.y (mgr.25474) 1897 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: cephadm 2023-12-06T07:10:10.728219+0000 mgr.y (mgr.25474) 1898 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: cephadm 2023-12-06T07:10:10.827669+0000 mgr.y (mgr.25474) 1899 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:10.904911+0000 mon.a (mon.0) 5189 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:10.907420+0000 mon.a (mon.0) 5190 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:10.910141+0000 mon.a (mon.0) 5191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:10.911128+0000 mon.a (mon.0) 5192 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:10.918253+0000 mon.a (mon.0) 5193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: cephadm 2023-12-06T07:10:10.919238+0000 mgr.y (mgr.25474) 1900 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.000702+0000 mon.a (mon.0) 5194 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.003443+0000 mon.a (mon.0) 5195 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.006853+0000 mon.a (mon.0) 5196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.007992+0000 mon.a (mon.0) 5197 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.016648+0000 mon.a (mon.0) 5198 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: cephadm 2023-12-06T07:10:11.017364+0000 mgr.y (mgr.25474) 1901 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.096914+0000 mon.a (mon.0) 5199 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.099567+0000 mon.a (mon.0) 5200 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.102913+0000 mon.a (mon.0) 5201 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.104114+0000 mon.a (mon.0) 5202 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.111082+0000 mon.a (mon.0) 5203 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: cephadm 2023-12-06T07:10:11.111829+0000 mgr.y (mgr.25474) 1902 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.191172+0000 mon.a (mon.0) 5204 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.194130+0000 mon.a (mon.0) 5205 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.197167+0000 mon.a (mon.0) 5206 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.198300+0000 mon.a (mon.0) 5207 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.205133+0000 mon.a (mon.0) 5208 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.287215+0000 mon.a (mon.0) 5209 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.289925+0000 mon.a (mon.0) 5210 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.294212+0000 mon.a (mon.0) 5211 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.295243+0000 mon.a (mon.0) 5212 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.303458+0000 mon.a (mon.0) 5213 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.383146+0000 mon.a (mon.0) 5214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.385846+0000 mon.a (mon.0) 5215 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.388990+0000 mon.a (mon.0) 5216 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.389934+0000 mon.a (mon.0) 5217 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.395715+0000 mon.a (mon.0) 5218 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.480868+0000 mon.a (mon.0) 5219 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.484428+0000 mon.a (mon.0) 5220 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.487783+0000 mon.a (mon.0) 5221 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.488749+0000 mon.a (mon.0) 5222 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.495738+0000 mon.a (mon.0) 5223 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.576440+0000 mon.a (mon.0) 5224 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.580159+0000 mon.a (mon.0) 5225 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.583719+0000 mon.a (mon.0) 5226 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.584975+0000 mon.a (mon.0) 5227 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.592282+0000 mon.a (mon.0) 5228 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.672913+0000 mon.a (mon.0) 5229 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.675683+0000 mon.a (mon.0) 5230 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.678720+0000 mon.a (mon.0) 5231 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.679927+0000 mon.a (mon.0) 5232 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.686327+0000 mon.a (mon.0) 5233 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.767272+0000 mon.a (mon.0) 5234 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.769398+0000 mon.a (mon.0) 5235 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.772624+0000 mon.a (mon.0) 5236 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.773316+0000 mon.a (mon.0) 5237 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.781962+0000 mon.a (mon.0) 5238 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.863664+0000 mon.a (mon.0) 5239 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.865923+0000 mon.a (mon.0) 5240 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.868685+0000 mon.a (mon.0) 5241 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:11 smithi141 bash[72190]: audit 2023-12-06T07:10:11.870127+0000 mon.a (mon.0) 5242 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: cephadm 2023-12-06T07:10:10.254383+0000 mgr.y (mgr.25474) 1893 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: cephadm 2023-12-06T07:10:10.350131+0000 mgr.y (mgr.25474) 1894 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: cephadm 2023-12-06T07:10:10.444626+0000 mgr.y (mgr.25474) 1895 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: cephadm 2023-12-06T07:10:10.537972+0000 mgr.y (mgr.25474) 1896 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: cephadm 2023-12-06T07:10:10.635764+0000 mgr.y (mgr.25474) 1897 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: cephadm 2023-12-06T07:10:10.728219+0000 mgr.y (mgr.25474) 1898 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: cephadm 2023-12-06T07:10:10.827669+0000 mgr.y (mgr.25474) 1899 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:10.904911+0000 mon.a (mon.0) 5189 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:10.907420+0000 mon.a (mon.0) 5190 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:10.910141+0000 mon.a (mon.0) 5191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:10.911128+0000 mon.a (mon.0) 5192 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:10.918253+0000 mon.a (mon.0) 5193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: cephadm 2023-12-06T07:10:10.919238+0000 mgr.y (mgr.25474) 1900 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.000702+0000 mon.a (mon.0) 5194 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.003443+0000 mon.a (mon.0) 5195 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.006853+0000 mon.a (mon.0) 5196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.007992+0000 mon.a (mon.0) 5197 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.016648+0000 mon.a (mon.0) 5198 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: cephadm 2023-12-06T07:10:11.017364+0000 mgr.y (mgr.25474) 1901 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.096914+0000 mon.a (mon.0) 5199 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: cephadm 2023-12-06T07:10:10.254383+0000 mgr.y (mgr.25474) 1893 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: cephadm 2023-12-06T07:10:10.350131+0000 mgr.y (mgr.25474) 1894 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: cephadm 2023-12-06T07:10:10.444626+0000 mgr.y (mgr.25474) 1895 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: cephadm 2023-12-06T07:10:10.537972+0000 mgr.y (mgr.25474) 1896 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: cephadm 2023-12-06T07:10:10.635764+0000 mgr.y (mgr.25474) 1897 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: cephadm 2023-12-06T07:10:10.728219+0000 mgr.y (mgr.25474) 1898 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: cephadm 2023-12-06T07:10:10.827669+0000 mgr.y (mgr.25474) 1899 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:10.904911+0000 mon.a (mon.0) 5189 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:10.907420+0000 mon.a (mon.0) 5190 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:10.910141+0000 mon.a (mon.0) 5191 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:10.911128+0000 mon.a (mon.0) 5192 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:10.918253+0000 mon.a (mon.0) 5193 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: cephadm 2023-12-06T07:10:10.919238+0000 mgr.y (mgr.25474) 1900 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.000702+0000 mon.a (mon.0) 5194 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.003443+0000 mon.a (mon.0) 5195 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.006853+0000 mon.a (mon.0) 5196 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.007992+0000 mon.a (mon.0) 5197 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.016648+0000 mon.a (mon.0) 5198 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: cephadm 2023-12-06T07:10:11.017364+0000 mgr.y (mgr.25474) 1901 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.096914+0000 mon.a (mon.0) 5199 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.099567+0000 mon.a (mon.0) 5200 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.102913+0000 mon.a (mon.0) 5201 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.104114+0000 mon.a (mon.0) 5202 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.111082+0000 mon.a (mon.0) 5203 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: cephadm 2023-12-06T07:10:11.111829+0000 mgr.y (mgr.25474) 1902 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.191172+0000 mon.a (mon.0) 5204 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.194130+0000 mon.a (mon.0) 5205 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.197167+0000 mon.a (mon.0) 5206 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.198300+0000 mon.a (mon.0) 5207 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.205133+0000 mon.a (mon.0) 5208 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.287215+0000 mon.a (mon.0) 5209 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.289925+0000 mon.a (mon.0) 5210 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.294212+0000 mon.a (mon.0) 5211 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.295243+0000 mon.a (mon.0) 5212 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.303458+0000 mon.a (mon.0) 5213 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.383146+0000 mon.a (mon.0) 5214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.385846+0000 mon.a (mon.0) 5215 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.388990+0000 mon.a (mon.0) 5216 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.389934+0000 mon.a (mon.0) 5217 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.395715+0000 mon.a (mon.0) 5218 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.099567+0000 mon.a (mon.0) 5200 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.102913+0000 mon.a (mon.0) 5201 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.104114+0000 mon.a (mon.0) 5202 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.111082+0000 mon.a (mon.0) 5203 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: cephadm 2023-12-06T07:10:11.111829+0000 mgr.y (mgr.25474) 1902 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.191172+0000 mon.a (mon.0) 5204 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.194130+0000 mon.a (mon.0) 5205 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.197167+0000 mon.a (mon.0) 5206 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.198300+0000 mon.a (mon.0) 5207 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.205133+0000 mon.a (mon.0) 5208 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.287215+0000 mon.a (mon.0) 5209 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.289925+0000 mon.a (mon.0) 5210 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.294212+0000 mon.a (mon.0) 5211 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.295243+0000 mon.a (mon.0) 5212 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.303458+0000 mon.a (mon.0) 5213 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.383146+0000 mon.a (mon.0) 5214 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.385846+0000 mon.a (mon.0) 5215 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.388990+0000 mon.a (mon.0) 5216 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.389934+0000 mon.a (mon.0) 5217 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.395715+0000 mon.a (mon.0) 5218 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.480868+0000 mon.a (mon.0) 5219 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.484428+0000 mon.a (mon.0) 5220 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.487783+0000 mon.a (mon.0) 5221 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.488749+0000 mon.a (mon.0) 5222 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.495738+0000 mon.a (mon.0) 5223 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.576440+0000 mon.a (mon.0) 5224 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.580159+0000 mon.a (mon.0) 5225 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.583719+0000 mon.a (mon.0) 5226 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.584975+0000 mon.a (mon.0) 5227 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.592282+0000 mon.a (mon.0) 5228 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.672913+0000 mon.a (mon.0) 5229 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.675683+0000 mon.a (mon.0) 5230 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.678720+0000 mon.a (mon.0) 5231 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.679927+0000 mon.a (mon.0) 5232 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.686327+0000 mon.a (mon.0) 5233 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.767272+0000 mon.a (mon.0) 5234 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.769398+0000 mon.a (mon.0) 5235 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.772624+0000 mon.a (mon.0) 5236 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.773316+0000 mon.a (mon.0) 5237 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.781962+0000 mon.a (mon.0) 5238 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.863664+0000 mon.a (mon.0) 5239 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.865923+0000 mon.a (mon.0) 5240 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.868685+0000 mon.a (mon.0) 5241 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[78949]: audit 2023-12-06T07:10:11.870127+0000 mon.a (mon.0) 5242 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.480868+0000 mon.a (mon.0) 5219 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.484428+0000 mon.a (mon.0) 5220 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.487783+0000 mon.a (mon.0) 5221 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.488749+0000 mon.a (mon.0) 5222 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.495738+0000 mon.a (mon.0) 5223 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.576440+0000 mon.a (mon.0) 5224 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.580159+0000 mon.a (mon.0) 5225 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.583719+0000 mon.a (mon.0) 5226 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.584975+0000 mon.a (mon.0) 5227 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.592282+0000 mon.a (mon.0) 5228 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.672913+0000 mon.a (mon.0) 5229 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.675683+0000 mon.a (mon.0) 5230 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.678720+0000 mon.a (mon.0) 5231 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.679927+0000 mon.a (mon.0) 5232 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.686327+0000 mon.a (mon.0) 5233 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.767272+0000 mon.a (mon.0) 5234 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.769398+0000 mon.a (mon.0) 5235 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.772624+0000 mon.a (mon.0) 5236 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.773316+0000 mon.a (mon.0) 5237 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.781962+0000 mon.a (mon.0) 5238 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.863664+0000 mon.a (mon.0) 5239 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.865923+0000 mon.a (mon.0) 5240 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.868685+0000 mon.a (mon.0) 5241 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:11 smithi040 bash[84914]: audit 2023-12-06T07:10:11.870127+0000 mon.a (mon.0) 5242 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.896 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: cephadm 2023-12-06T07:10:11.205894+0000 mgr.y (mgr.25474) 1903 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.896 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: cephadm 2023-12-06T07:10:11.304178+0000 mgr.y (mgr.25474) 1904 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: cephadm 2023-12-06T07:10:11.396543+0000 mgr.y (mgr.25474) 1905 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: cephadm 2023-12-06T07:10:11.496441+0000 mgr.y (mgr.25474) 1906 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: cephadm 2023-12-06T07:10:11.593036+0000 mgr.y (mgr.25474) 1907 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: cephadm 2023-12-06T07:10:11.687108+0000 mgr.y (mgr.25474) 1908 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: cephadm 2023-12-06T07:10:11.782667+0000 mgr.y (mgr.25474) 1909 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: cluster 2023-12-06T07:10:11.872994+0000 mgr.y (mgr.25474) 1910 : cluster 0 pgmap v266: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:10:12.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:11.878205+0000 mon.a (mon.0) 5243 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: cephadm 2023-12-06T07:10:11.879318+0000 mgr.y (mgr.25474) 1911 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:11.957749+0000 mon.a (mon.0) 5244 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:11.961846+0000 mon.a (mon.0) 5245 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:11.965640+0000 mon.a (mon.0) 5246 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:11.967139+0000 mon.a (mon.0) 5247 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.897 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:11.975902+0000 mon.a (mon.0) 5248 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: cephadm 2023-12-06T07:10:11.976598+0000 mgr.y (mgr.25474) 1912 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.055311+0000 mon.a (mon.0) 5249 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.057984+0000 mon.a (mon.0) 5250 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.062528+0000 mon.a (mon.0) 5251 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.063703+0000 mon.a (mon.0) 5252 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.070207+0000 mon.a (mon.0) 5253 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: cephadm 2023-12-06T07:10:12.070779+0000 mgr.y (mgr.25474) 1913 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.149167+0000 mon.a (mon.0) 5254 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.153730+0000 mon.a (mon.0) 5255 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.157481+0000 mon.a (mon.0) 5256 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.158732+0000 mon.a (mon.0) 5257 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.165677+0000 mon.a (mon.0) 5258 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: cephadm 2023-12-06T07:10:12.166457+0000 mgr.y (mgr.25474) 1914 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:12.898 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.248321+0000 mon.a (mon.0) 5259 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:12.899 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.250725+0000 mon.a (mon.0) 5260 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:12.899 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.253088+0000 mon.a (mon.0) 5261 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:12.899 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.253894+0000 mon.a (mon.0) 5262 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:12.899 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.260463+0000 mon.a (mon.0) 5263 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:12.899 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.343381+0000 mon.a (mon.0) 5264 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.345789+0000 mon.a (mon.0) 5265 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.348361+0000 mon.a (mon.0) 5266 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.349413+0000 mon.a (mon.0) 5267 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.357180+0000 mon.a (mon.0) 5268 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.440603+0000 mon.a (mon.0) 5269 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.443199+0000 mon.a (mon.0) 5270 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.446349+0000 mon.a (mon.0) 5271 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.447478+0000 mon.a (mon.0) 5272 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.453578+0000 mon.a (mon.0) 5273 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.538873+0000 mon.a (mon.0) 5274 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.542940+0000 mon.a (mon.0) 5275 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.547545+0000 mon.a (mon.0) 5276 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.548695+0000 mon.a (mon.0) 5277 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.557272+0000 mon.a (mon.0) 5278 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.637089+0000 mon.a (mon.0) 5279 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.639434+0000 mon.a (mon.0) 5280 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.642228+0000 mon.a (mon.0) 5281 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.643236+0000 mon.a (mon.0) 5282 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.649824+0000 mon.a (mon.0) 5283 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: cluster 2023-12-06T07:10:12.712691+0000 mon.a (mon.0) 5284 : cluster 3 Health check update: Degraded data redundancy: 75/630 objects degraded (11.905%), 19 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.727886+0000 mon.a (mon.0) 5285 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.731953+0000 mon.a (mon.0) 5286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.735417+0000 mon.a (mon.0) 5287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.736792+0000 mon.a (mon.0) 5288 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.746026+0000 mon.a (mon.0) 5289 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.826492+0000 mon.a (mon.0) 5290 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.828614+0000 mon.a (mon.0) 5291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.831144+0000 mon.a (mon.0) 5292 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.832104+0000 mon.a (mon.0) 5293 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:12 smithi141 bash[72190]: audit 2023-12-06T07:10:12.839021+0000 mon.a (mon.0) 5294 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: cephadm 2023-12-06T07:10:11.205894+0000 mgr.y (mgr.25474) 1903 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: cephadm 2023-12-06T07:10:11.304178+0000 mgr.y (mgr.25474) 1904 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: cephadm 2023-12-06T07:10:11.396543+0000 mgr.y (mgr.25474) 1905 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: cephadm 2023-12-06T07:10:11.496441+0000 mgr.y (mgr.25474) 1906 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: cephadm 2023-12-06T07:10:11.593036+0000 mgr.y (mgr.25474) 1907 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: cephadm 2023-12-06T07:10:11.687108+0000 mgr.y (mgr.25474) 1908 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: cephadm 2023-12-06T07:10:11.782667+0000 mgr.y (mgr.25474) 1909 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: cluster 2023-12-06T07:10:11.872994+0000 mgr.y (mgr.25474) 1910 : cluster 0 pgmap v266: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:10:13.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:11.878205+0000 mon.a (mon.0) 5243 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: cephadm 2023-12-06T07:10:11.879318+0000 mgr.y (mgr.25474) 1911 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:11.957749+0000 mon.a (mon.0) 5244 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:11.961846+0000 mon.a (mon.0) 5245 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:11.965640+0000 mon.a (mon.0) 5246 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:11.967139+0000 mon.a (mon.0) 5247 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:11.975902+0000 mon.a (mon.0) 5248 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: cephadm 2023-12-06T07:10:11.976598+0000 mgr.y (mgr.25474) 1912 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.055311+0000 mon.a (mon.0) 5249 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.057984+0000 mon.a (mon.0) 5250 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.062528+0000 mon.a (mon.0) 5251 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.063703+0000 mon.a (mon.0) 5252 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.070207+0000 mon.a (mon.0) 5253 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: cephadm 2023-12-06T07:10:12.070779+0000 mgr.y (mgr.25474) 1913 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.149167+0000 mon.a (mon.0) 5254 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.153730+0000 mon.a (mon.0) 5255 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.157481+0000 mon.a (mon.0) 5256 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.158732+0000 mon.a (mon.0) 5257 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.165677+0000 mon.a (mon.0) 5258 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: cephadm 2023-12-06T07:10:12.166457+0000 mgr.y (mgr.25474) 1914 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.248321+0000 mon.a (mon.0) 5259 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.250725+0000 mon.a (mon.0) 5260 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.253088+0000 mon.a (mon.0) 5261 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.253894+0000 mon.a (mon.0) 5262 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.260463+0000 mon.a (mon.0) 5263 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.343381+0000 mon.a (mon.0) 5264 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.345789+0000 mon.a (mon.0) 5265 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.348361+0000 mon.a (mon.0) 5266 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.349413+0000 mon.a (mon.0) 5267 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.357180+0000 mon.a (mon.0) 5268 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.440603+0000 mon.a (mon.0) 5269 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.443199+0000 mon.a (mon.0) 5270 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.446349+0000 mon.a (mon.0) 5271 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.447478+0000 mon.a (mon.0) 5272 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.453578+0000 mon.a (mon.0) 5273 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.538873+0000 mon.a (mon.0) 5274 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.542940+0000 mon.a (mon.0) 5275 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.547545+0000 mon.a (mon.0) 5276 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.548695+0000 mon.a (mon.0) 5277 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.557272+0000 mon.a (mon.0) 5278 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.637089+0000 mon.a (mon.0) 5279 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.639434+0000 mon.a (mon.0) 5280 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.642228+0000 mon.a (mon.0) 5281 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.643236+0000 mon.a (mon.0) 5282 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.649824+0000 mon.a (mon.0) 5283 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: cluster 2023-12-06T07:10:12.712691+0000 mon.a (mon.0) 5284 : cluster 3 Health check update: Degraded data redundancy: 75/630 objects degraded (11.905%), 19 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.727886+0000 mon.a (mon.0) 5285 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.731953+0000 mon.a (mon.0) 5286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.735417+0000 mon.a (mon.0) 5287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.736792+0000 mon.a (mon.0) 5288 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.746026+0000 mon.a (mon.0) 5289 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.826492+0000 mon.a (mon.0) 5290 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.828614+0000 mon.a (mon.0) 5291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.831144+0000 mon.a (mon.0) 5292 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.832104+0000 mon.a (mon.0) 5293 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[78949]: audit 2023-12-06T07:10:12.839021+0000 mon.a (mon.0) 5294 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: cephadm 2023-12-06T07:10:11.205894+0000 mgr.y (mgr.25474) 1903 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: cephadm 2023-12-06T07:10:11.304178+0000 mgr.y (mgr.25474) 1904 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: cephadm 2023-12-06T07:10:11.396543+0000 mgr.y (mgr.25474) 1905 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: cephadm 2023-12-06T07:10:11.496441+0000 mgr.y (mgr.25474) 1906 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: cephadm 2023-12-06T07:10:11.593036+0000 mgr.y (mgr.25474) 1907 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: cephadm 2023-12-06T07:10:11.687108+0000 mgr.y (mgr.25474) 1908 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: cephadm 2023-12-06T07:10:11.782667+0000 mgr.y (mgr.25474) 1909 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: cluster 2023-12-06T07:10:11.872994+0000 mgr.y (mgr.25474) 1910 : cluster 0 pgmap v266: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:10:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:11.878205+0000 mon.a (mon.0) 5243 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: cephadm 2023-12-06T07:10:11.879318+0000 mgr.y (mgr.25474) 1911 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:11.957749+0000 mon.a (mon.0) 5244 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:11.961846+0000 mon.a (mon.0) 5245 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:11.965640+0000 mon.a (mon.0) 5246 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:11.967139+0000 mon.a (mon.0) 5247 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:11.975902+0000 mon.a (mon.0) 5248 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: cephadm 2023-12-06T07:10:11.976598+0000 mgr.y (mgr.25474) 1912 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.055311+0000 mon.a (mon.0) 5249 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.057984+0000 mon.a (mon.0) 5250 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.062528+0000 mon.a (mon.0) 5251 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.063703+0000 mon.a (mon.0) 5252 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.070207+0000 mon.a (mon.0) 5253 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: cephadm 2023-12-06T07:10:12.070779+0000 mgr.y (mgr.25474) 1913 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.149167+0000 mon.a (mon.0) 5254 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.153730+0000 mon.a (mon.0) 5255 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.157481+0000 mon.a (mon.0) 5256 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.158732+0000 mon.a (mon.0) 5257 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.165677+0000 mon.a (mon.0) 5258 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: cephadm 2023-12-06T07:10:12.166457+0000 mgr.y (mgr.25474) 1914 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.248321+0000 mon.a (mon.0) 5259 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.250725+0000 mon.a (mon.0) 5260 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.253088+0000 mon.a (mon.0) 5261 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.253894+0000 mon.a (mon.0) 5262 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.260463+0000 mon.a (mon.0) 5263 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.343381+0000 mon.a (mon.0) 5264 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.345789+0000 mon.a (mon.0) 5265 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.348361+0000 mon.a (mon.0) 5266 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.349413+0000 mon.a (mon.0) 5267 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.357180+0000 mon.a (mon.0) 5268 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.440603+0000 mon.a (mon.0) 5269 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.443199+0000 mon.a (mon.0) 5270 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.446349+0000 mon.a (mon.0) 5271 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.447478+0000 mon.a (mon.0) 5272 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.453578+0000 mon.a (mon.0) 5273 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.538873+0000 mon.a (mon.0) 5274 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.542940+0000 mon.a (mon.0) 5275 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.547545+0000 mon.a (mon.0) 5276 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.548695+0000 mon.a (mon.0) 5277 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.557272+0000 mon.a (mon.0) 5278 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.637089+0000 mon.a (mon.0) 5279 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.639434+0000 mon.a (mon.0) 5280 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.642228+0000 mon.a (mon.0) 5281 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.643236+0000 mon.a (mon.0) 5282 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.649824+0000 mon.a (mon.0) 5283 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: cluster 2023-12-06T07:10:12.712691+0000 mon.a (mon.0) 5284 : cluster 3 Health check update: Degraded data redundancy: 75/630 objects degraded (11.905%), 19 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:13.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.727886+0000 mon.a (mon.0) 5285 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.731953+0000 mon.a (mon.0) 5286 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.735417+0000 mon.a (mon.0) 5287 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.736792+0000 mon.a (mon.0) 5288 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.746026+0000 mon.a (mon.0) 5289 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.826492+0000 mon.a (mon.0) 5290 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:13.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.828614+0000 mon.a (mon.0) 5291 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:13.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.831144+0000 mon.a (mon.0) 5292 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:13.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.832104+0000 mon.a (mon.0) 5293 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:13.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:12 smithi040 bash[84914]: audit 2023-12-06T07:10:12.839021+0000 mon.a (mon.0) 5294 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:13.359 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:10:14.164 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:10:14.164 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 18s ago 23m - - 2023-12-06T07:10:14.164 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 12s ago 22m - - 2023-12-06T07:10:14.164 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (9m) 18s ago 15m 16.7M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:10:14.164 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (8m) 12s ago 15m 45.3M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:10:14.164 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (8m) 18s ago 13m 47.7M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:10:14.164 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (6m) 12s ago 22m 434M - 19.0.0-26-g0482646f 26bb7d89db2e 345817faf911 2023-12-06T07:10:14.165 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (8m) 18s ago 24m 524M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:10:14.165 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (7m) 18s ago 24m 78.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:10:14.165 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (5m) 12s ago 22m 50.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a46e947a89d4 2023-12-06T07:10:14.165 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (5m) 18s ago 22m 54.1M 2048M 19.0.0-26-g0482646f 26bb7d89db2e f003381b7d99 2023-12-06T07:10:14.165 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (9m) 18s ago 16m 15.3M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:10:14.165 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (9m) 12s ago 16m 12.0M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:10:14.165 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (4m) 18s ago 21m 57.2M 4096M 19.0.0-26-g0482646f 26bb7d89db2e bd803ebde49a 2023-12-06T07:10:14.165 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (3m) 18s ago 21m 56.7M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 17848df7e7ac 2023-12-06T07:10:14.165 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (3m) 18s ago 20m 50.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 129ef8397e96 2023-12-06T07:10:14.165 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (2m) 18s ago 19m 53.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e de107f4b0425 2023-12-06T07:10:14.165 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (82s) 12s ago 19m 48.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e9ae9478d62b 2023-12-06T07:10:14.165 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (45s) 12s ago 18m 49.1M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 475be89a2478 2023-12-06T07:10:14.165 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 starting - - - 4096M 2023-12-06T07:10:14.166 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (17m) 12s ago 17m 69.6M 4096M 17.2.0 e1d6a67b021e 335c7c8f4e13 2023-12-06T07:10:14.166 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (7m) 12s ago 16m 66.0M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:10:14.166 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (14m) 18s ago 14m 90.5M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:10:14.166 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (14m) 12s ago 14m 89.2M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:10:14.166 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (14m) 18s ago 14m 89.1M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:10:14.166 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (13m) 12s ago 13m 89.7M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:10:14.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: cephadm 2023-12-06T07:10:12.261003+0000 mgr.y (mgr.25474) 1915 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: cephadm 2023-12-06T07:10:12.357899+0000 mgr.y (mgr.25474) 1916 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: cephadm 2023-12-06T07:10:12.454107+0000 mgr.y (mgr.25474) 1917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: cephadm 2023-12-06T07:10:12.557980+0000 mgr.y (mgr.25474) 1918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: cephadm 2023-12-06T07:10:12.650288+0000 mgr.y (mgr.25474) 1919 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: cephadm 2023-12-06T07:10:12.746912+0000 mgr.y (mgr.25474) 1920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: cephadm 2023-12-06T07:10:12.839633+0000 mgr.y (mgr.25474) 1921 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:12.914839+0000 mon.a (mon.0) 5295 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:12.917898+0000 mon.a (mon.0) 5296 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:12.920628+0000 mon.a (mon.0) 5297 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:12.921632+0000 mon.a (mon.0) 5298 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:12.928506+0000 mon.a (mon.0) 5299 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: cephadm 2023-12-06T07:10:12.929263+0000 mgr.y (mgr.25474) 1922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.007949+0000 mon.a (mon.0) 5300 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.010613+0000 mon.a (mon.0) 5301 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.013523+0000 mon.a (mon.0) 5302 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.014632+0000 mon.a (mon.0) 5303 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.021280+0000 mon.a (mon.0) 5304 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: cephadm 2023-12-06T07:10:13.022109+0000 mgr.y (mgr.25474) 1923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.101187+0000 mon.a (mon.0) 5305 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.104101+0000 mon.a (mon.0) 5306 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.107041+0000 mon.a (mon.0) 5307 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.108365+0000 mon.a (mon.0) 5308 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.113876+0000 mon.a (mon.0) 5309 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: cephadm 2023-12-06T07:10:13.114630+0000 mgr.y (mgr.25474) 1924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.181698+0000 mon.a (mon.0) 5310 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.183981+0000 mon.a (mon.0) 5311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.186355+0000 mon.a (mon.0) 5312 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.187179+0000 mon.a (mon.0) 5313 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.192811+0000 mon.a (mon.0) 5314 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.258027+0000 mon.a (mon.0) 5315 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.262376+0000 mon.a (mon.0) 5316 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.265512+0000 mon.a (mon.0) 5317 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.266543+0000 mon.a (mon.0) 5318 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.272877+0000 mon.a (mon.0) 5319 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.353929+0000 mon.a (mon.0) 5320 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.359709+0000 mon.a (mon.0) 5321 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.362452+0000 mon.a (mon.0) 5322 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.363506+0000 mon.a (mon.0) 5323 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.370652+0000 mon.a (mon.0) 5324 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.449447+0000 mon.a (mon.0) 5325 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.453009+0000 mon.a (mon.0) 5326 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.457956+0000 mon.a (mon.0) 5327 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.459041+0000 mon.a (mon.0) 5328 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.466895+0000 mon.a (mon.0) 5329 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.546464+0000 mon.a (mon.0) 5330 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.549512+0000 mon.a (mon.0) 5331 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.553090+0000 mon.a (mon.0) 5332 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.554267+0000 mon.a (mon.0) 5333 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.564430+0000 mon.a (mon.0) 5334 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.644333+0000 mon.a (mon.0) 5335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.647751+0000 mon.a (mon.0) 5336 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.652543+0000 mon.a (mon.0) 5337 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.653962+0000 mon.a (mon.0) 5338 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.662040+0000 mon.a (mon.0) 5339 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.744064+0000 mon.a (mon.0) 5340 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.746908+0000 mon.a (mon.0) 5341 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.749683+0000 mon.a (mon.0) 5342 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.750650+0000 mon.a (mon.0) 5343 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.215 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.760023+0000 mon.a (mon.0) 5344 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.842776+0000 mon.a (mon.0) 5345 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.846838+0000 mon.a (mon.0) 5346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.849294+0000 mon.a (mon.0) 5347 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.850645+0000 mon.a (mon.0) 5348 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.216 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:13 smithi141 bash[72190]: audit 2023-12-06T07:10:13.857529+0000 mon.a (mon.0) 5349 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: cephadm 2023-12-06T07:10:12.261003+0000 mgr.y (mgr.25474) 1915 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: cephadm 2023-12-06T07:10:12.357899+0000 mgr.y (mgr.25474) 1916 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: cephadm 2023-12-06T07:10:12.454107+0000 mgr.y (mgr.25474) 1917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: cephadm 2023-12-06T07:10:12.557980+0000 mgr.y (mgr.25474) 1918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: cephadm 2023-12-06T07:10:12.650288+0000 mgr.y (mgr.25474) 1919 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: cephadm 2023-12-06T07:10:12.746912+0000 mgr.y (mgr.25474) 1920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: cephadm 2023-12-06T07:10:12.839633+0000 mgr.y (mgr.25474) 1921 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:12.914839+0000 mon.a (mon.0) 5295 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:12.917898+0000 mon.a (mon.0) 5296 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:12.920628+0000 mon.a (mon.0) 5297 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:12.921632+0000 mon.a (mon.0) 5298 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:12.928506+0000 mon.a (mon.0) 5299 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: cephadm 2023-12-06T07:10:12.929263+0000 mgr.y (mgr.25474) 1922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.007949+0000 mon.a (mon.0) 5300 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.010613+0000 mon.a (mon.0) 5301 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.013523+0000 mon.a (mon.0) 5302 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.014632+0000 mon.a (mon.0) 5303 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.021280+0000 mon.a (mon.0) 5304 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: cephadm 2023-12-06T07:10:13.022109+0000 mgr.y (mgr.25474) 1923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.101187+0000 mon.a (mon.0) 5305 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: cephadm 2023-12-06T07:10:12.261003+0000 mgr.y (mgr.25474) 1915 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: cephadm 2023-12-06T07:10:12.357899+0000 mgr.y (mgr.25474) 1916 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: cephadm 2023-12-06T07:10:12.454107+0000 mgr.y (mgr.25474) 1917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: cephadm 2023-12-06T07:10:12.557980+0000 mgr.y (mgr.25474) 1918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: cephadm 2023-12-06T07:10:12.650288+0000 mgr.y (mgr.25474) 1919 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: cephadm 2023-12-06T07:10:12.746912+0000 mgr.y (mgr.25474) 1920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: cephadm 2023-12-06T07:10:12.839633+0000 mgr.y (mgr.25474) 1921 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:12.914839+0000 mon.a (mon.0) 5295 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:12.917898+0000 mon.a (mon.0) 5296 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:12.920628+0000 mon.a (mon.0) 5297 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:12.921632+0000 mon.a (mon.0) 5298 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:12.928506+0000 mon.a (mon.0) 5299 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: cephadm 2023-12-06T07:10:12.929263+0000 mgr.y (mgr.25474) 1922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.007949+0000 mon.a (mon.0) 5300 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.010613+0000 mon.a (mon.0) 5301 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.013523+0000 mon.a (mon.0) 5302 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.014632+0000 mon.a (mon.0) 5303 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.021280+0000 mon.a (mon.0) 5304 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: cephadm 2023-12-06T07:10:13.022109+0000 mgr.y (mgr.25474) 1923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.101187+0000 mon.a (mon.0) 5305 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.104101+0000 mon.a (mon.0) 5306 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.107041+0000 mon.a (mon.0) 5307 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.108365+0000 mon.a (mon.0) 5308 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.113876+0000 mon.a (mon.0) 5309 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: cephadm 2023-12-06T07:10:13.114630+0000 mgr.y (mgr.25474) 1924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.181698+0000 mon.a (mon.0) 5310 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.183981+0000 mon.a (mon.0) 5311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.186355+0000 mon.a (mon.0) 5312 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.187179+0000 mon.a (mon.0) 5313 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.192811+0000 mon.a (mon.0) 5314 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.258027+0000 mon.a (mon.0) 5315 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.262376+0000 mon.a (mon.0) 5316 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.265512+0000 mon.a (mon.0) 5317 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.266543+0000 mon.a (mon.0) 5318 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.272877+0000 mon.a (mon.0) 5319 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.353929+0000 mon.a (mon.0) 5320 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.359709+0000 mon.a (mon.0) 5321 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.362452+0000 mon.a (mon.0) 5322 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.363506+0000 mon.a (mon.0) 5323 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.370652+0000 mon.a (mon.0) 5324 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.104101+0000 mon.a (mon.0) 5306 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.107041+0000 mon.a (mon.0) 5307 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.108365+0000 mon.a (mon.0) 5308 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.113876+0000 mon.a (mon.0) 5309 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: cephadm 2023-12-06T07:10:13.114630+0000 mgr.y (mgr.25474) 1924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.181698+0000 mon.a (mon.0) 5310 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.183981+0000 mon.a (mon.0) 5311 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.186355+0000 mon.a (mon.0) 5312 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.187179+0000 mon.a (mon.0) 5313 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.192811+0000 mon.a (mon.0) 5314 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.258027+0000 mon.a (mon.0) 5315 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.262376+0000 mon.a (mon.0) 5316 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.265512+0000 mon.a (mon.0) 5317 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.266543+0000 mon.a (mon.0) 5318 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.272877+0000 mon.a (mon.0) 5319 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.353929+0000 mon.a (mon.0) 5320 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.359709+0000 mon.a (mon.0) 5321 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.362452+0000 mon.a (mon.0) 5322 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.363506+0000 mon.a (mon.0) 5323 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.370652+0000 mon.a (mon.0) 5324 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.449447+0000 mon.a (mon.0) 5325 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.453009+0000 mon.a (mon.0) 5326 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.457956+0000 mon.a (mon.0) 5327 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.459041+0000 mon.a (mon.0) 5328 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.466895+0000 mon.a (mon.0) 5329 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.546464+0000 mon.a (mon.0) 5330 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.549512+0000 mon.a (mon.0) 5331 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.553090+0000 mon.a (mon.0) 5332 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.554267+0000 mon.a (mon.0) 5333 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.564430+0000 mon.a (mon.0) 5334 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.644333+0000 mon.a (mon.0) 5335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.647751+0000 mon.a (mon.0) 5336 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.652543+0000 mon.a (mon.0) 5337 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.653962+0000 mon.a (mon.0) 5338 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.662040+0000 mon.a (mon.0) 5339 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.744064+0000 mon.a (mon.0) 5340 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.746908+0000 mon.a (mon.0) 5341 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.749683+0000 mon.a (mon.0) 5342 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.750650+0000 mon.a (mon.0) 5343 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.760023+0000 mon.a (mon.0) 5344 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.842776+0000 mon.a (mon.0) 5345 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.846838+0000 mon.a (mon.0) 5346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.849294+0000 mon.a (mon.0) 5347 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.850645+0000 mon.a (mon.0) 5348 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[84914]: audit 2023-12-06T07:10:13.857529+0000 mon.a (mon.0) 5349 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.449447+0000 mon.a (mon.0) 5325 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.453009+0000 mon.a (mon.0) 5326 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.457956+0000 mon.a (mon.0) 5327 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.459041+0000 mon.a (mon.0) 5328 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.466895+0000 mon.a (mon.0) 5329 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.546464+0000 mon.a (mon.0) 5330 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.549512+0000 mon.a (mon.0) 5331 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.553090+0000 mon.a (mon.0) 5332 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.554267+0000 mon.a (mon.0) 5333 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.564430+0000 mon.a (mon.0) 5334 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.644333+0000 mon.a (mon.0) 5335 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.647751+0000 mon.a (mon.0) 5336 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.652543+0000 mon.a (mon.0) 5337 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.653962+0000 mon.a (mon.0) 5338 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.662040+0000 mon.a (mon.0) 5339 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.744064+0000 mon.a (mon.0) 5340 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.746908+0000 mon.a (mon.0) 5341 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.749683+0000 mon.a (mon.0) 5342 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.750650+0000 mon.a (mon.0) 5343 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.760023+0000 mon.a (mon.0) 5344 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.842776+0000 mon.a (mon.0) 5345 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.846838+0000 mon.a (mon.0) 5346 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.849294+0000 mon.a (mon.0) 5347 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.850645+0000 mon.a (mon.0) 5348 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:13 smithi040 bash[78949]: audit 2023-12-06T07:10:13.857529+0000 mon.a (mon.0) 5349 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.669 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:10:14.669 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:10:14.669 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:10:14.670 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:10:14.670 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:10:14.670 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:10:14.670 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:10:14.670 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:10:14.670 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T07:10:14.670 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 6 2023-12-06T07:10:14.670 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:10:14.670 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:10:14.670 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:10:14.670 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:10:14.670 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:10:14.670 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-06T07:10:14.670 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 11 2023-12-06T07:10:14.671 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:10:14.671 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:10:14.959 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[87049]: debug 2023-12-06T07:10:14.695+0000 7fb09d6a0640 -1 osd.6 0 read_superblock omap replica is missing. 2023-12-06T07:10:14.959 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[87049]: debug 2023-12-06T07:10:14.739+0000 7fb09d6a0640 -1 osd.6 142 log_to_monitors true 2023-12-06T07:10:14.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: cephadm 2023-12-06T07:10:13.193421+0000 mgr.y (mgr.25474) 1925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: cephadm 2023-12-06T07:10:13.273588+0000 mgr.y (mgr.25474) 1926 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:13.336504+0000 mgr.y (mgr.25474) 1927 : audit 0 from='client.54508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:14.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: cephadm 2023-12-06T07:10:13.371658+0000 mgr.y (mgr.25474) 1928 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: cephadm 2023-12-06T07:10:13.467500+0000 mgr.y (mgr.25474) 1929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: cephadm 2023-12-06T07:10:13.565350+0000 mgr.y (mgr.25474) 1930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: cephadm 2023-12-06T07:10:13.662902+0000 mgr.y (mgr.25474) 1931 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:13.759824+0000 mgr.y (mgr.25474) 1932 : audit 0 from='client.54514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:14.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: cephadm 2023-12-06T07:10:13.760630+0000 mgr.y (mgr.25474) 1933 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: cephadm 2023-12-06T07:10:13.858203+0000 mgr.y (mgr.25474) 1934 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: cluster 2023-12-06T07:10:13.874043+0000 mgr.y (mgr.25474) 1935 : cluster 0 pgmap v267: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 787 B/s rd, 0 op/s; 75/630 objects degraded (11.905%) 2023-12-06T07:10:14.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:13.972591+0000 mon.a (mon.0) 5350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:13.975192+0000 mon.a (mon.0) 5351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:13.978612+0000 mon.a (mon.0) 5352 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:13.979717+0000 mon.a (mon.0) 5353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:13.985891+0000 mon.a (mon.0) 5354 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: cephadm 2023-12-06T07:10:13.986410+0000 mgr.y (mgr.25474) 1936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.052935+0000 mgr.y (mgr.25474) 1937 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:14.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.065607+0000 mon.a (mon.0) 5355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.960 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.068081+0000 mon.a (mon.0) 5356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.071361+0000 mon.a (mon.0) 5357 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.072487+0000 mon.a (mon.0) 5358 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.080815+0000 mon.a (mon.0) 5359 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: cephadm 2023-12-06T07:10:14.081586+0000 mgr.y (mgr.25474) 1938 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:14.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.133716+0000 mgr.y (mgr.25474) 1939 : audit 0 from='client.34674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:14.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.172234+0000 mon.a (mon.0) 5360 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.174737+0000 mon.a (mon.0) 5361 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.177436+0000 mon.a (mon.0) 5362 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.178415+0000 mon.a (mon.0) 5363 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.183978+0000 mon.a (mon.0) 5364 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.248113+0000 mon.a (mon.0) 5365 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.251971+0000 mon.a (mon.0) 5366 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.254748+0000 mon.a (mon.0) 5367 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.255970+0000 mon.a (mon.0) 5368 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.961 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.263128+0000 mon.a (mon.0) 5369 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.342919+0000 mon.a (mon.0) 5370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.345087+0000 mon.a (mon.0) 5371 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.347648+0000 mon.a (mon.0) 5372 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.348568+0000 mon.a (mon.0) 5373 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.356029+0000 mon.a (mon.0) 5374 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.418113+0000 mon.a (mon.0) 5375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.962 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.421154+0000 mon.a (mon.0) 5376 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.424842+0000 mon.a (mon.0) 5377 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.426235+0000 mon.a (mon.0) 5378 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.434144+0000 mon.a (mon.0) 5379 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.548185+0000 mon.a (mon.0) 5380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.552376+0000 mon.a (mon.0) 5381 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.557296+0000 mon.a (mon.0) 5382 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.558423+0000 mon.a (mon.0) 5383 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.564951+0000 mon.a (mon.0) 5384 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.645085+0000 mon.a (mon.0) 5385 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.648161+0000 mon.a (mon.0) 5386 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.651546+0000 mon.a (mon.0) 5387 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.652755+0000 mon.a (mon.0) 5388 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.661787+0000 mon.a (mon.0) 5389 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.663936+0000 mon.a (mon.0) 5390 : audit 0 from='client.? 172.21.15.40:0/2125044972' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.963 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.743643+0000 mon.a (mon.0) 5391 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.745741+0000 mon.a (mon.0) 5392 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:10:14.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.747750+0000 mon.a (mon.0) 5393 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.748444+0000 mon.b (mon.2) 9 : audit 1 from='osd.6 [v2:172.21.15.141:6816/2089434667,v1:172.21.15.141:6817/2089434667]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:10:14.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.751399+0000 mon.a (mon.0) 5394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:14.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.752512+0000 mon.a (mon.0) 5395 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:14.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.759306+0000 mon.a (mon.0) 5396 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.805774+0000 mon.a (mon.0) 5397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.819953+0000 mon.a (mon.0) 5398 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.827007+0000 mon.a (mon.0) 5399 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:14.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.837717+0000 mon.a (mon.0) 5400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:14.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.840096+0000 mon.a (mon.0) 5401 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.842683+0000 mon.a (mon.0) 5402 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.844343+0000 mon.a (mon.0) 5403 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:14.964 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:14 smithi141 bash[72190]: audit 2023-12-06T07:10:14.846636+0000 mon.a (mon.0) 5404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:10:15.065 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:10:15.065 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:10:15.065 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:10:15.065 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:10:15.065 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:10:15.065 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr", 2023-12-06T07:10:15.065 INFO:teuthology.orchestra.run.smithi040.stdout: "mon" 2023-12-06T07:10:15.065 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:10:15.065 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "12/23 daemons upgraded", 2023-12-06T07:10:15.065 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:10:15.065 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:10:15.066 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:10:15.125 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[75188]: debug 2023-12-06T07:10:14.840+0000 7efde2cff700 -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-06T07:10:15.126 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: cephadm 2023-12-06T07:10:13.193421+0000 mgr.y (mgr.25474) 1925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.126 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: cephadm 2023-12-06T07:10:13.273588+0000 mgr.y (mgr.25474) 1926 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.126 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:13.336504+0000 mgr.y (mgr.25474) 1927 : audit 0 from='client.54508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:15.126 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: cephadm 2023-12-06T07:10:13.371658+0000 mgr.y (mgr.25474) 1928 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.126 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: cephadm 2023-12-06T07:10:13.467500+0000 mgr.y (mgr.25474) 1929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.126 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: cephadm 2023-12-06T07:10:13.565350+0000 mgr.y (mgr.25474) 1930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.126 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: cephadm 2023-12-06T07:10:13.662902+0000 mgr.y (mgr.25474) 1931 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.126 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:13.759824+0000 mgr.y (mgr.25474) 1932 : audit 0 from='client.54514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:15.126 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: cephadm 2023-12-06T07:10:13.760630+0000 mgr.y (mgr.25474) 1933 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.126 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: cephadm 2023-12-06T07:10:13.858203+0000 mgr.y (mgr.25474) 1934 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.126 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: cluster 2023-12-06T07:10:13.874043+0000 mgr.y (mgr.25474) 1935 : cluster 0 pgmap v267: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 787 B/s rd, 0 op/s; 75/630 objects degraded (11.905%) 2023-12-06T07:10:15.127 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:13.972591+0000 mon.a (mon.0) 5350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.127 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:13.975192+0000 mon.a (mon.0) 5351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.127 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:13.978612+0000 mon.a (mon.0) 5352 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.127 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:13.979717+0000 mon.a (mon.0) 5353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.127 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:13.985891+0000 mon.a (mon.0) 5354 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.127 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: cephadm 2023-12-06T07:10:13.986410+0000 mgr.y (mgr.25474) 1936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.127 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.052935+0000 mgr.y (mgr.25474) 1937 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:15.127 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.065607+0000 mon.a (mon.0) 5355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.127 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.068081+0000 mon.a (mon.0) 5356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.127 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.071361+0000 mon.a (mon.0) 5357 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.127 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.072487+0000 mon.a (mon.0) 5358 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.127 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.080815+0000 mon.a (mon.0) 5359 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.127 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: cephadm 2023-12-06T07:10:14.081586+0000 mgr.y (mgr.25474) 1938 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.127 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.133716+0000 mgr.y (mgr.25474) 1939 : audit 0 from='client.34674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:15.128 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.172234+0000 mon.a (mon.0) 5360 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.128 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.174737+0000 mon.a (mon.0) 5361 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.128 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.177436+0000 mon.a (mon.0) 5362 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.128 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.178415+0000 mon.a (mon.0) 5363 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.128 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.183978+0000 mon.a (mon.0) 5364 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.128 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.248113+0000 mon.a (mon.0) 5365 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.128 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.251971+0000 mon.a (mon.0) 5366 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.128 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.254748+0000 mon.a (mon.0) 5367 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.128 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.255970+0000 mon.a (mon.0) 5368 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.128 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.263128+0000 mon.a (mon.0) 5369 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.128 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.342919+0000 mon.a (mon.0) 5370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.128 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.345087+0000 mon.a (mon.0) 5371 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.128 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.347648+0000 mon.a (mon.0) 5372 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.128 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.348568+0000 mon.a (mon.0) 5373 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.129 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.356029+0000 mon.a (mon.0) 5374 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.129 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.418113+0000 mon.a (mon.0) 5375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.129 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.421154+0000 mon.a (mon.0) 5376 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.129 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.424842+0000 mon.a (mon.0) 5377 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.129 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.426235+0000 mon.a (mon.0) 5378 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.129 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.434144+0000 mon.a (mon.0) 5379 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.129 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.548185+0000 mon.a (mon.0) 5380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.129 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.552376+0000 mon.a (mon.0) 5381 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.129 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.557296+0000 mon.a (mon.0) 5382 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.129 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.558423+0000 mon.a (mon.0) 5383 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.129 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.564951+0000 mon.a (mon.0) 5384 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.129 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.645085+0000 mon.a (mon.0) 5385 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.129 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.648161+0000 mon.a (mon.0) 5386 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.129 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.651546+0000 mon.a (mon.0) 5387 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.652755+0000 mon.a (mon.0) 5388 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.661787+0000 mon.a (mon.0) 5389 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.663936+0000 mon.a (mon.0) 5390 : audit 0 from='client.? 172.21.15.40:0/2125044972' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.743643+0000 mon.a (mon.0) 5391 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.745741+0000 mon.a (mon.0) 5392 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:10:15.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.747750+0000 mon.a (mon.0) 5393 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.748444+0000 mon.b (mon.2) 9 : audit 1 from='osd.6 [v2:172.21.15.141:6816/2089434667,v1:172.21.15.141:6817/2089434667]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:10:15.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.751399+0000 mon.a (mon.0) 5394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.752512+0000 mon.a (mon.0) 5395 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.759306+0000 mon.a (mon.0) 5396 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.805774+0000 mon.a (mon.0) 5397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.819953+0000 mon.a (mon.0) 5398 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.827007+0000 mon.a (mon.0) 5399 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.837717+0000 mon.a (mon.0) 5400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.130 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.840096+0000 mon.a (mon.0) 5401 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.131 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.842683+0000 mon.a (mon.0) 5402 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.131 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.844343+0000 mon.a (mon.0) 5403 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.131 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[84914]: audit 2023-12-06T07:10:14.846636+0000 mon.a (mon.0) 5404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:10:15.131 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: cephadm 2023-12-06T07:10:13.193421+0000 mgr.y (mgr.25474) 1925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.131 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: cephadm 2023-12-06T07:10:13.273588+0000 mgr.y (mgr.25474) 1926 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:13.336504+0000 mgr.y (mgr.25474) 1927 : audit 0 from='client.54508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:15.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: cephadm 2023-12-06T07:10:13.371658+0000 mgr.y (mgr.25474) 1928 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: cephadm 2023-12-06T07:10:13.467500+0000 mgr.y (mgr.25474) 1929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: cephadm 2023-12-06T07:10:13.565350+0000 mgr.y (mgr.25474) 1930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: cephadm 2023-12-06T07:10:13.662902+0000 mgr.y (mgr.25474) 1931 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:13.759824+0000 mgr.y (mgr.25474) 1932 : audit 0 from='client.54514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:15.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: cephadm 2023-12-06T07:10:13.760630+0000 mgr.y (mgr.25474) 1933 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: cephadm 2023-12-06T07:10:13.858203+0000 mgr.y (mgr.25474) 1934 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: cluster 2023-12-06T07:10:13.874043+0000 mgr.y (mgr.25474) 1935 : cluster 0 pgmap v267: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 787 B/s rd, 0 op/s; 75/630 objects degraded (11.905%) 2023-12-06T07:10:15.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:13.972591+0000 mon.a (mon.0) 5350 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:13.975192+0000 mon.a (mon.0) 5351 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:13.978612+0000 mon.a (mon.0) 5352 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:13.979717+0000 mon.a (mon.0) 5353 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.132 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:13.985891+0000 mon.a (mon.0) 5354 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.133 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: cephadm 2023-12-06T07:10:13.986410+0000 mgr.y (mgr.25474) 1936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.133 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.052935+0000 mgr.y (mgr.25474) 1937 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:15.133 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.065607+0000 mon.a (mon.0) 5355 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.133 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.068081+0000 mon.a (mon.0) 5356 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.133 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.071361+0000 mon.a (mon.0) 5357 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.133 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.072487+0000 mon.a (mon.0) 5358 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.133 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.080815+0000 mon.a (mon.0) 5359 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.133 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: cephadm 2023-12-06T07:10:14.081586+0000 mgr.y (mgr.25474) 1938 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:15.133 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.133716+0000 mgr.y (mgr.25474) 1939 : audit 0 from='client.34674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:15.133 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.172234+0000 mon.a (mon.0) 5360 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.133 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.174737+0000 mon.a (mon.0) 5361 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.133 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.177436+0000 mon.a (mon.0) 5362 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.133 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.178415+0000 mon.a (mon.0) 5363 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.133 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.183978+0000 mon.a (mon.0) 5364 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.134 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.248113+0000 mon.a (mon.0) 5365 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.134 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.251971+0000 mon.a (mon.0) 5366 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.134 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.254748+0000 mon.a (mon.0) 5367 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.134 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.255970+0000 mon.a (mon.0) 5368 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.134 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.263128+0000 mon.a (mon.0) 5369 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.134 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.342919+0000 mon.a (mon.0) 5370 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.134 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.345087+0000 mon.a (mon.0) 5371 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.134 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.347648+0000 mon.a (mon.0) 5372 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.134 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.348568+0000 mon.a (mon.0) 5373 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.134 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.356029+0000 mon.a (mon.0) 5374 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.134 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.418113+0000 mon.a (mon.0) 5375 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.134 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.421154+0000 mon.a (mon.0) 5376 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.134 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.424842+0000 mon.a (mon.0) 5377 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.134 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.426235+0000 mon.a (mon.0) 5378 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.135 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.434144+0000 mon.a (mon.0) 5379 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.135 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.548185+0000 mon.a (mon.0) 5380 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.135 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.552376+0000 mon.a (mon.0) 5381 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.135 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.557296+0000 mon.a (mon.0) 5382 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.135 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.558423+0000 mon.a (mon.0) 5383 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.135 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.564951+0000 mon.a (mon.0) 5384 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.135 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.645085+0000 mon.a (mon.0) 5385 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.135 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.648161+0000 mon.a (mon.0) 5386 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.135 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.651546+0000 mon.a (mon.0) 5387 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.135 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.652755+0000 mon.a (mon.0) 5388 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.135 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.661787+0000 mon.a (mon.0) 5389 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.135 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.663936+0000 mon.a (mon.0) 5390 : audit 0 from='client.? 172.21.15.40:0/2125044972' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.135 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.743643+0000 mon.a (mon.0) 5391 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.135 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.745741+0000 mon.a (mon.0) 5392 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:10:15.135 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.747750+0000 mon.a (mon.0) 5393 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.136 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.748444+0000 mon.b (mon.2) 9 : audit 1 from='osd.6 [v2:172.21.15.141:6816/2089434667,v1:172.21.15.141:6817/2089434667]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:10:15.136 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.751399+0000 mon.a (mon.0) 5394 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:15.136 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.752512+0000 mon.a (mon.0) 5395 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:15.136 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.759306+0000 mon.a (mon.0) 5396 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.136 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.805774+0000 mon.a (mon.0) 5397 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.136 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.819953+0000 mon.a (mon.0) 5398 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.136 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.827007+0000 mon.a (mon.0) 5399 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:15.136 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.837717+0000 mon.a (mon.0) 5400 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:15.136 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.840096+0000 mon.a (mon.0) 5401 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.136 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.842683+0000 mon.a (mon.0) 5402 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.136 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.844343+0000 mon.a (mon.0) 5403 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:15.136 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:14 smithi040 bash[78949]: audit 2023-12-06T07:10:14.846636+0000 mon.a (mon.0) 5404 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:10:15.521 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 75/630 objects degraded (11.905%), 19 pgs degraded 2023-12-06T07:10:15.522 INFO:teuthology.orchestra.run.smithi040.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T07:10:15.522 INFO:teuthology.orchestra.run.smithi040.stdout: osd.6 (root=default,host=smithi141) is down 2023-12-06T07:10:15.523 INFO:teuthology.orchestra.run.smithi040.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 75/630 objects degraded (11.905%), 19 pgs degraded 2023-12-06T07:10:15.523 INFO:teuthology.orchestra.run.smithi040.stdout: pg 1.0 is active+undersized+degraded, acting [7,0] 2023-12-06T07:10:15.523 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.11 is active+undersized+degraded, acting [4,1] 2023-12-06T07:10:15.523 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.17 is active+undersized+degraded, acting [5,2] 2023-12-06T07:10:15.523 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.19 is active+undersized+degraded, acting [3,0] 2023-12-06T07:10:15.523 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.1b is active+undersized+degraded, acting [3,7] 2023-12-06T07:10:15.523 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.0 is active+undersized+degraded, acting [1,2] 2023-12-06T07:10:15.524 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.2 is active+undersized+degraded, acting [3,5] 2023-12-06T07:10:15.524 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.3 is active+undersized+degraded, acting [4,0] 2023-12-06T07:10:15.524 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.a is active+undersized+degraded, acting [4,1] 2023-12-06T07:10:15.524 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.c is active+undersized+degraded, acting [5,3] 2023-12-06T07:10:15.524 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.d is active+undersized+degraded, acting [7,5] 2023-12-06T07:10:15.524 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.10 is active+undersized+degraded, acting [0,5] 2023-12-06T07:10:15.524 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.11 is active+undersized+degraded, acting [7,4] 2023-12-06T07:10:15.525 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.14 is active+undersized+degraded, acting [4,7] 2023-12-06T07:10:15.525 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.1d is active+undersized+degraded, acting [5,4] 2023-12-06T07:10:15.525 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.1e is active+undersized+degraded, acting [3,2] 2023-12-06T07:10:15.525 INFO:teuthology.orchestra.run.smithi040.stdout: pg 4.e is active+undersized+degraded, acting [4,1] 2023-12-06T07:10:15.525 INFO:teuthology.orchestra.run.smithi040.stdout: pg 4.1f is active+undersized+degraded, acting [5,1] 2023-12-06T07:10:15.525 INFO:teuthology.orchestra.run.smithi040.stdout: pg 6.c is active+undersized+degraded, acting [3,5] 2023-12-06T07:10:16.209 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[87049]: debug 2023-12-06T07:10:15.735+0000 7fb08bb0b700 -1 osd.6 142 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:10:16.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: cephadm 2023-12-06T07:10:14.184505+0000 mgr.y (mgr.25474) 1940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: cephadm 2023-12-06T07:10:14.263858+0000 mgr.y (mgr.25474) 1941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: cephadm 2023-12-06T07:10:14.356640+0000 mgr.y (mgr.25474) 1942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: cephadm 2023-12-06T07:10:14.434796+0000 mgr.y (mgr.25474) 1943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: cephadm 2023-12-06T07:10:14.565585+0000 mgr.y (mgr.25474) 1944 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: cephadm 2023-12-06T07:10:14.662707+0000 mgr.y (mgr.25474) 1945 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: cephadm 2023-12-06T07:10:14.760343+0000 mgr.y (mgr.25474) 1946 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: audit 2023-12-06T07:10:14.846824+0000 mgr.y (mgr.25474) 1947 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:10:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: cephadm 2023-12-06T07:10:14.849044+0000 mgr.y (mgr.25474) 1948 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-06T07:10:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: audit 2023-12-06T07:10:15.058437+0000 mgr.y (mgr.25474) 1949 : audit 0 from='client.34689 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: audit 2023-12-06T07:10:15.479330+0000 mon.a (mon.0) 5405 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: audit 2023-12-06T07:10:15.490095+0000 mon.a (mon.0) 5406 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: audit 2023-12-06T07:10:15.499070+0000 mon.a (mon.0) 5407 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: audit 2023-12-06T07:10:15.516023+0000 mon.a (mon.0) 5408 : audit 0 from='client.? 172.21.15.40:0/2088547205' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:10:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: audit 2023-12-06T07:10:15.661150+0000 mon.a (mon.0) 5409 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T07:10:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: cluster 2023-12-06T07:10:15.668032+0000 mon.a (mon.0) 5410 : cluster 0 osdmap e145: 8 total, 7 up, 8 in 2023-12-06T07:10:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: audit 2023-12-06T07:10:15.673227+0000 mon.a (mon.0) 5411 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:10:16.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:15 smithi141 bash[72190]: audit 2023-12-06T07:10:15.676015+0000 mon.b (mon.2) 10 : audit 1 from='osd.6 [v2:172.21.15.141:6816/2089434667,v1:172.21.15.141:6817/2089434667]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:10:16.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: cephadm 2023-12-06T07:10:14.184505+0000 mgr.y (mgr.25474) 1940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: cephadm 2023-12-06T07:10:14.263858+0000 mgr.y (mgr.25474) 1941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: cephadm 2023-12-06T07:10:14.356640+0000 mgr.y (mgr.25474) 1942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: cephadm 2023-12-06T07:10:14.434796+0000 mgr.y (mgr.25474) 1943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: cephadm 2023-12-06T07:10:14.565585+0000 mgr.y (mgr.25474) 1944 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: cephadm 2023-12-06T07:10:14.662707+0000 mgr.y (mgr.25474) 1945 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: cephadm 2023-12-06T07:10:14.760343+0000 mgr.y (mgr.25474) 1946 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: audit 2023-12-06T07:10:14.846824+0000 mgr.y (mgr.25474) 1947 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:10:16.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: cephadm 2023-12-06T07:10:14.849044+0000 mgr.y (mgr.25474) 1948 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-06T07:10:16.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: audit 2023-12-06T07:10:15.058437+0000 mgr.y (mgr.25474) 1949 : audit 0 from='client.34689 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:16.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: audit 2023-12-06T07:10:15.479330+0000 mon.a (mon.0) 5405 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:16.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: audit 2023-12-06T07:10:15.490095+0000 mon.a (mon.0) 5406 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:16.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: audit 2023-12-06T07:10:15.499070+0000 mon.a (mon.0) 5407 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:16.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: audit 2023-12-06T07:10:15.516023+0000 mon.a (mon.0) 5408 : audit 0 from='client.? 172.21.15.40:0/2088547205' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:10:16.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: audit 2023-12-06T07:10:15.661150+0000 mon.a (mon.0) 5409 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T07:10:16.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: cluster 2023-12-06T07:10:15.668032+0000 mon.a (mon.0) 5410 : cluster 0 osdmap e145: 8 total, 7 up, 8 in 2023-12-06T07:10:16.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: audit 2023-12-06T07:10:15.673227+0000 mon.a (mon.0) 5411 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:10:16.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[84914]: audit 2023-12-06T07:10:15.676015+0000 mon.b (mon.2) 10 : audit 1 from='osd.6 [v2:172.21.15.141:6816/2089434667,v1:172.21.15.141:6817/2089434667]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:10:16.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: cephadm 2023-12-06T07:10:14.184505+0000 mgr.y (mgr.25474) 1940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: cephadm 2023-12-06T07:10:14.263858+0000 mgr.y (mgr.25474) 1941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: cephadm 2023-12-06T07:10:14.356640+0000 mgr.y (mgr.25474) 1942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: cephadm 2023-12-06T07:10:14.434796+0000 mgr.y (mgr.25474) 1943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: cephadm 2023-12-06T07:10:14.565585+0000 mgr.y (mgr.25474) 1944 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: cephadm 2023-12-06T07:10:14.662707+0000 mgr.y (mgr.25474) 1945 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: cephadm 2023-12-06T07:10:14.760343+0000 mgr.y (mgr.25474) 1946 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:16.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: audit 2023-12-06T07:10:14.846824+0000 mgr.y (mgr.25474) 1947 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:10:16.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: cephadm 2023-12-06T07:10:14.849044+0000 mgr.y (mgr.25474) 1948 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-06T07:10:16.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: audit 2023-12-06T07:10:15.058437+0000 mgr.y (mgr.25474) 1949 : audit 0 from='client.34689 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:16.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: audit 2023-12-06T07:10:15.479330+0000 mon.a (mon.0) 5405 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:16.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: audit 2023-12-06T07:10:15.490095+0000 mon.a (mon.0) 5406 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:16.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: audit 2023-12-06T07:10:15.499070+0000 mon.a (mon.0) 5407 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:16.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: audit 2023-12-06T07:10:15.516023+0000 mon.a (mon.0) 5408 : audit 0 from='client.? 172.21.15.40:0/2088547205' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:10:16.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: audit 2023-12-06T07:10:15.661150+0000 mon.a (mon.0) 5409 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T07:10:16.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: cluster 2023-12-06T07:10:15.668032+0000 mon.a (mon.0) 5410 : cluster 0 osdmap e145: 8 total, 7 up, 8 in 2023-12-06T07:10:16.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: audit 2023-12-06T07:10:15.673227+0000 mon.a (mon.0) 5411 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:10:16.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:15 smithi040 bash[78949]: audit 2023-12-06T07:10:15.676015+0000 mon.b (mon.2) 10 : audit 1 from='osd.6 [v2:172.21.15.141:6816/2089434667,v1:172.21.15.141:6817/2089434667]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:10:16.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:10:16 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:10:16] "GET /metrics HTTP/1.1" 200 38504 "" "Prometheus/2.33.4" 2023-12-06T07:10:17.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:16 smithi141 bash[72190]: cluster 2023-12-06T07:10:15.875228+0000 mgr.y (mgr.25474) 1950 : cluster 0 pgmap v269: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 75/630 objects degraded (11.905%) 2023-12-06T07:10:17.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:16 smithi141 bash[72190]: cluster 2023-12-06T07:10:16.662152+0000 mon.a (mon.0) 5412 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:10:17.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:16 smithi141 bash[72190]: cluster 2023-12-06T07:10:16.672655+0000 mon.a (mon.0) 5413 : cluster 1 osd.6 [v2:172.21.15.141:6816/2089434667,v1:172.21.15.141:6817/2089434667] boot 2023-12-06T07:10:17.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:16 smithi141 bash[72190]: cluster 2023-12-06T07:10:16.672784+0000 mon.a (mon.0) 5414 : cluster 0 osdmap e146: 8 total, 8 up, 8 in 2023-12-06T07:10:17.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:16 smithi141 bash[72190]: audit 2023-12-06T07:10:16.674490+0000 mon.a (mon.0) 5415 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:10:17.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:16 smithi040 bash[78949]: cluster 2023-12-06T07:10:15.875228+0000 mgr.y (mgr.25474) 1950 : cluster 0 pgmap v269: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 75/630 objects degraded (11.905%) 2023-12-06T07:10:17.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:16 smithi040 bash[78949]: cluster 2023-12-06T07:10:16.662152+0000 mon.a (mon.0) 5412 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:10:17.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:16 smithi040 bash[78949]: cluster 2023-12-06T07:10:16.672655+0000 mon.a (mon.0) 5413 : cluster 1 osd.6 [v2:172.21.15.141:6816/2089434667,v1:172.21.15.141:6817/2089434667] boot 2023-12-06T07:10:17.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:16 smithi040 bash[78949]: cluster 2023-12-06T07:10:16.672784+0000 mon.a (mon.0) 5414 : cluster 0 osdmap e146: 8 total, 8 up, 8 in 2023-12-06T07:10:17.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:16 smithi040 bash[78949]: audit 2023-12-06T07:10:16.674490+0000 mon.a (mon.0) 5415 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:10:17.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:16 smithi040 bash[84914]: cluster 2023-12-06T07:10:15.875228+0000 mgr.y (mgr.25474) 1950 : cluster 0 pgmap v269: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 75/630 objects degraded (11.905%) 2023-12-06T07:10:17.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:16 smithi040 bash[84914]: cluster 2023-12-06T07:10:16.662152+0000 mon.a (mon.0) 5412 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:10:17.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:16 smithi040 bash[84914]: cluster 2023-12-06T07:10:16.672655+0000 mon.a (mon.0) 5413 : cluster 1 osd.6 [v2:172.21.15.141:6816/2089434667,v1:172.21.15.141:6817/2089434667] boot 2023-12-06T07:10:17.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:16 smithi040 bash[84914]: cluster 2023-12-06T07:10:16.672784+0000 mon.a (mon.0) 5414 : cluster 0 osdmap e146: 8 total, 8 up, 8 in 2023-12-06T07:10:17.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:16 smithi040 bash[84914]: audit 2023-12-06T07:10:16.674490+0000 mon.a (mon.0) 5415 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:10:18.051 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:17 smithi141 bash[72190]: cluster 2023-12-06T07:10:16.067416+0000 osd.7 (osd.7) 70 : cluster 3 failed to encode map e145 with expected crc 2023-12-06T07:10:18.052 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:17 smithi141 bash[72190]: cluster 2023-12-06T07:10:16.682850+0000 osd.7 (osd.7) 71 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T07:10:18.052 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:17 smithi141 bash[72190]: cluster 2023-12-06T07:10:16.686391+0000 osd.7 (osd.7) 72 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T07:10:18.052 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:17 smithi141 bash[72190]: cluster 2023-12-06T07:10:16.688957+0000 osd.7 (osd.7) 73 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T07:10:18.052 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:17 smithi141 bash[72190]: cluster 2023-12-06T07:10:16.692133+0000 osd.7 (osd.7) 74 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T07:10:18.052 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:17 smithi141 bash[72190]: cluster 2023-12-06T07:10:16.695215+0000 osd.7 (osd.7) 75 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T07:10:18.052 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:17 smithi141 bash[72190]: cluster 2023-12-06T07:10:17.676680+0000 mon.a (mon.0) 5416 : cluster 0 osdmap e147: 8 total, 8 up, 8 in 2023-12-06T07:10:18.052 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:17 smithi141 bash[72190]: audit 2023-12-06T07:10:17.684064+0000 mon.a (mon.0) 5417 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:18.052 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:17 smithi141 bash[72190]: audit 2023-12-06T07:10:17.696240+0000 mon.a (mon.0) 5418 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:18.052 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:17 smithi141 bash[72190]: audit 2023-12-06T07:10:17.704013+0000 mon.a (mon.0) 5419 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[78949]: cluster 2023-12-06T07:10:16.067416+0000 osd.7 (osd.7) 70 : cluster 3 failed to encode map e145 with expected crc 2023-12-06T07:10:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[78949]: cluster 2023-12-06T07:10:16.682850+0000 osd.7 (osd.7) 71 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T07:10:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[78949]: cluster 2023-12-06T07:10:16.686391+0000 osd.7 (osd.7) 72 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T07:10:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[78949]: cluster 2023-12-06T07:10:16.688957+0000 osd.7 (osd.7) 73 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T07:10:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[78949]: cluster 2023-12-06T07:10:16.692133+0000 osd.7 (osd.7) 74 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T07:10:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[78949]: cluster 2023-12-06T07:10:16.695215+0000 osd.7 (osd.7) 75 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T07:10:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[78949]: cluster 2023-12-06T07:10:17.676680+0000 mon.a (mon.0) 5416 : cluster 0 osdmap e147: 8 total, 8 up, 8 in 2023-12-06T07:10:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[78949]: audit 2023-12-06T07:10:17.684064+0000 mon.a (mon.0) 5417 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[78949]: audit 2023-12-06T07:10:17.696240+0000 mon.a (mon.0) 5418 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:18.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[78949]: audit 2023-12-06T07:10:17.704013+0000 mon.a (mon.0) 5419 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[84914]: cluster 2023-12-06T07:10:16.067416+0000 osd.7 (osd.7) 70 : cluster 3 failed to encode map e145 with expected crc 2023-12-06T07:10:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[84914]: cluster 2023-12-06T07:10:16.682850+0000 osd.7 (osd.7) 71 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T07:10:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[84914]: cluster 2023-12-06T07:10:16.686391+0000 osd.7 (osd.7) 72 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T07:10:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[84914]: cluster 2023-12-06T07:10:16.688957+0000 osd.7 (osd.7) 73 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T07:10:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[84914]: cluster 2023-12-06T07:10:16.692133+0000 osd.7 (osd.7) 74 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T07:10:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[84914]: cluster 2023-12-06T07:10:16.695215+0000 osd.7 (osd.7) 75 : cluster 3 failed to encode map e146 with expected crc 2023-12-06T07:10:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[84914]: cluster 2023-12-06T07:10:17.676680+0000 mon.a (mon.0) 5416 : cluster 0 osdmap e147: 8 total, 8 up, 8 in 2023-12-06T07:10:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[84914]: audit 2023-12-06T07:10:17.684064+0000 mon.a (mon.0) 5417 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[84914]: audit 2023-12-06T07:10:17.696240+0000 mon.a (mon.0) 5418 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:18.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:17 smithi040 bash[84914]: audit 2023-12-06T07:10:17.704013+0000 mon.a (mon.0) 5419 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:19.180 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:18 smithi141 bash[72190]: cluster 2023-12-06T07:10:17.677282+0000 osd.7 (osd.7) 76 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.181 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:18 smithi141 bash[72190]: cluster 2023-12-06T07:10:17.682898+0000 osd.7 (osd.7) 77 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.181 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:18 smithi141 bash[72190]: cluster 2023-12-06T07:10:17.686467+0000 osd.7 (osd.7) 78 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.181 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:18 smithi141 bash[72190]: cluster 2023-12-06T07:10:17.688310+0000 osd.7 (osd.7) 79 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.181 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:18 smithi141 bash[72190]: cluster 2023-12-06T07:10:17.690074+0000 osd.7 (osd.7) 80 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.181 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:18 smithi141 bash[72190]: cluster 2023-12-06T07:10:17.692928+0000 osd.7 (osd.7) 81 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.181 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:18 smithi141 bash[72190]: cluster 2023-12-06T07:10:17.694766+0000 osd.7 (osd.7) 82 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.181 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:18 smithi141 bash[72190]: cluster 2023-12-06T07:10:17.876326+0000 mgr.y (mgr.25474) 1951 : cluster 0 pgmap v272: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 75/630 objects degraded (11.905%) 2023-12-06T07:10:19.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[78949]: cluster 2023-12-06T07:10:17.677282+0000 osd.7 (osd.7) 76 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[78949]: cluster 2023-12-06T07:10:17.682898+0000 osd.7 (osd.7) 77 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[78949]: cluster 2023-12-06T07:10:17.686467+0000 osd.7 (osd.7) 78 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[78949]: cluster 2023-12-06T07:10:17.688310+0000 osd.7 (osd.7) 79 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[78949]: cluster 2023-12-06T07:10:17.690074+0000 osd.7 (osd.7) 80 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[78949]: cluster 2023-12-06T07:10:17.692928+0000 osd.7 (osd.7) 81 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[78949]: cluster 2023-12-06T07:10:17.694766+0000 osd.7 (osd.7) 82 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[78949]: cluster 2023-12-06T07:10:17.876326+0000 mgr.y (mgr.25474) 1951 : cluster 0 pgmap v272: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 75/630 objects degraded (11.905%) 2023-12-06T07:10:19.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[84914]: cluster 2023-12-06T07:10:17.677282+0000 osd.7 (osd.7) 76 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[84914]: cluster 2023-12-06T07:10:17.682898+0000 osd.7 (osd.7) 77 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[84914]: cluster 2023-12-06T07:10:17.686467+0000 osd.7 (osd.7) 78 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[84914]: cluster 2023-12-06T07:10:17.688310+0000 osd.7 (osd.7) 79 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[84914]: cluster 2023-12-06T07:10:17.690074+0000 osd.7 (osd.7) 80 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[84914]: cluster 2023-12-06T07:10:17.692928+0000 osd.7 (osd.7) 81 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[84914]: cluster 2023-12-06T07:10:17.694766+0000 osd.7 (osd.7) 82 : cluster 3 failed to encode map e147 with expected crc 2023-12-06T07:10:19.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:18 smithi040 bash[84914]: cluster 2023-12-06T07:10:17.876326+0000 mgr.y (mgr.25474) 1951 : cluster 0 pgmap v272: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 75/630 objects degraded (11.905%) 2023-12-06T07:10:20.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:19 smithi040 bash[78949]: cluster 2023-12-06T07:10:19.899468+0000 mon.a (mon.0) 5420 : cluster 3 Health check update: Degraded data redundancy: 23/630 objects degraded (3.651%), 6 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:20.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:19 smithi040 bash[84914]: cluster 2023-12-06T07:10:19.899468+0000 mon.a (mon.0) 5420 : cluster 3 Health check update: Degraded data redundancy: 23/630 objects degraded (3.651%), 6 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:20.456 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:19 smithi141 bash[72190]: cluster 2023-12-06T07:10:19.899468+0000 mon.a (mon.0) 5420 : cluster 3 Health check update: Degraded data redundancy: 23/630 objects degraded (3.651%), 6 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:21.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:20 smithi040 bash[78949]: cluster 2023-12-06T07:10:19.877962+0000 mgr.y (mgr.25474) 1952 : cluster 0 pgmap v273: 161 pgs: 6 active+undersized+degraded, 12 active+undersized, 143 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 23/630 objects degraded (3.651%) 2023-12-06T07:10:21.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:20 smithi040 bash[84914]: cluster 2023-12-06T07:10:19.877962+0000 mgr.y (mgr.25474) 1952 : cluster 0 pgmap v273: 161 pgs: 6 active+undersized+degraded, 12 active+undersized, 143 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 23/630 objects degraded (3.651%) 2023-12-06T07:10:21.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:20 smithi141 bash[72190]: cluster 2023-12-06T07:10:19.877962+0000 mgr.y (mgr.25474) 1952 : cluster 0 pgmap v273: 161 pgs: 6 active+undersized+degraded, 12 active+undersized, 143 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 23/630 objects degraded (3.651%) 2023-12-06T07:10:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:22 smithi040 bash[78949]: cluster 2023-12-06T07:10:21.954938+0000 mon.a (mon.0) 5421 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 23/630 objects degraded (3.651%), 6 pgs degraded) 2023-12-06T07:10:22.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:22 smithi040 bash[78949]: cluster 2023-12-06T07:10:21.955021+0000 mon.a (mon.0) 5422 : cluster 1 Cluster is now healthy 2023-12-06T07:10:22.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:22 smithi040 bash[84914]: cluster 2023-12-06T07:10:21.954938+0000 mon.a (mon.0) 5421 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 23/630 objects degraded (3.651%), 6 pgs degraded) 2023-12-06T07:10:22.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:22 smithi040 bash[84914]: cluster 2023-12-06T07:10:21.955021+0000 mon.a (mon.0) 5422 : cluster 1 Cluster is now healthy 2023-12-06T07:10:22.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:22 smithi141 bash[72190]: cluster 2023-12-06T07:10:21.954938+0000 mon.a (mon.0) 5421 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 23/630 objects degraded (3.651%), 6 pgs degraded) 2023-12-06T07:10:22.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:22 smithi141 bash[72190]: cluster 2023-12-06T07:10:21.955021+0000 mon.a (mon.0) 5422 : cluster 1 Cluster is now healthy 2023-12-06T07:10:23.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:23 smithi040 bash[78949]: cluster 2023-12-06T07:10:21.879178+0000 mgr.y (mgr.25474) 1953 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 658 B/s rd, 0 op/s 2023-12-06T07:10:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:23 smithi040 bash[78949]: audit 2023-12-06T07:10:22.785582+0000 mon.a (mon.0) 5423 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:23.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:23 smithi040 bash[78949]: audit 2023-12-06T07:10:22.788066+0000 mon.a (mon.0) 5424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:10:23.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:23 smithi040 bash[84914]: cluster 2023-12-06T07:10:21.879178+0000 mgr.y (mgr.25474) 1953 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 658 B/s rd, 0 op/s 2023-12-06T07:10:23.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:23 smithi040 bash[84914]: audit 2023-12-06T07:10:22.785582+0000 mon.a (mon.0) 5423 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:23.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:23 smithi040 bash[84914]: audit 2023-12-06T07:10:22.788066+0000 mon.a (mon.0) 5424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:10:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:23 smithi141 bash[72190]: cluster 2023-12-06T07:10:21.879178+0000 mgr.y (mgr.25474) 1953 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 658 B/s rd, 0 op/s 2023-12-06T07:10:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:23 smithi141 bash[72190]: audit 2023-12-06T07:10:22.785582+0000 mon.a (mon.0) 5423 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:23 smithi141 bash[72190]: audit 2023-12-06T07:10:22.788066+0000 mon.a (mon.0) 5424 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:10:25.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:25 smithi040 bash[78949]: cluster 2023-12-06T07:10:23.880437+0000 mgr.y (mgr.25474) 1954 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:10:25.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:25 smithi040 bash[78949]: audit 2023-12-06T07:10:24.063931+0000 mgr.y (mgr.25474) 1955 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:25 smithi040 bash[84914]: cluster 2023-12-06T07:10:23.880437+0000 mgr.y (mgr.25474) 1954 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:10:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:25 smithi040 bash[84914]: audit 2023-12-06T07:10:24.063931+0000 mgr.y (mgr.25474) 1955 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:25.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:25 smithi141 bash[72190]: cluster 2023-12-06T07:10:23.880437+0000 mgr.y (mgr.25474) 1954 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:10:25.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:25 smithi141 bash[72190]: audit 2023-12-06T07:10:24.063931+0000 mgr.y (mgr.25474) 1955 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:26.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:10:26 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:10:26] "GET /metrics HTTP/1.1" 200 38503 "" "Prometheus/2.33.4" 2023-12-06T07:10:27.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:27 smithi040 bash[78949]: cluster 2023-12-06T07:10:25.881695+0000 mgr.y (mgr.25474) 1956 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2023-12-06T07:10:27.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:27 smithi040 bash[84914]: cluster 2023-12-06T07:10:25.881695+0000 mgr.y (mgr.25474) 1956 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2023-12-06T07:10:27.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:27 smithi141 bash[72190]: cluster 2023-12-06T07:10:25.881695+0000 mgr.y (mgr.25474) 1956 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2023-12-06T07:10:29.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:28 smithi040 bash[78949]: cluster 2023-12-06T07:10:27.882545+0000 mgr.y (mgr.25474) 1957 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 902 B/s rd, 0 op/s 2023-12-06T07:10:29.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:28 smithi040 bash[78949]: audit 2023-12-06T07:10:28.189310+0000 mon.a (mon.0) 5425 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:29.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:28 smithi040 bash[84914]: cluster 2023-12-06T07:10:27.882545+0000 mgr.y (mgr.25474) 1957 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 902 B/s rd, 0 op/s 2023-12-06T07:10:29.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:28 smithi040 bash[84914]: audit 2023-12-06T07:10:28.189310+0000 mon.a (mon.0) 5425 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:29.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:28 smithi141 bash[72190]: cluster 2023-12-06T07:10:27.882545+0000 mgr.y (mgr.25474) 1957 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 902 B/s rd, 0 op/s 2023-12-06T07:10:29.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:28 smithi141 bash[72190]: audit 2023-12-06T07:10:28.189310+0000 mon.a (mon.0) 5425 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:30.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:29 smithi141 bash[72190]: audit 2023-12-06T07:10:29.864124+0000 mon.a (mon.0) 5426 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:10:30.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:29 smithi040 bash[78949]: audit 2023-12-06T07:10:29.864124+0000 mon.a (mon.0) 5426 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:10:30.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:29 smithi040 bash[84914]: audit 2023-12-06T07:10:29.864124+0000 mon.a (mon.0) 5426 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:10:31.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:30 smithi141 bash[72190]: audit 2023-12-06T07:10:29.864580+0000 mgr.y (mgr.25474) 1958 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:10:31.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:30 smithi141 bash[72190]: cephadm 2023-12-06T07:10:29.867510+0000 mgr.y (mgr.25474) 1959 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-06T07:10:31.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:30 smithi141 bash[72190]: cluster 2023-12-06T07:10:29.884073+0000 mgr.y (mgr.25474) 1960 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:10:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:30 smithi040 bash[78949]: audit 2023-12-06T07:10:29.864580+0000 mgr.y (mgr.25474) 1958 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:10:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:30 smithi040 bash[78949]: cephadm 2023-12-06T07:10:29.867510+0000 mgr.y (mgr.25474) 1959 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-06T07:10:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:30 smithi040 bash[78949]: cluster 2023-12-06T07:10:29.884073+0000 mgr.y (mgr.25474) 1960 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:10:31.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:30 smithi040 bash[84914]: audit 2023-12-06T07:10:29.864580+0000 mgr.y (mgr.25474) 1958 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:10:31.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:30 smithi040 bash[84914]: cephadm 2023-12-06T07:10:29.867510+0000 mgr.y (mgr.25474) 1959 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-06T07:10:31.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:30 smithi040 bash[84914]: cluster 2023-12-06T07:10:29.884073+0000 mgr.y (mgr.25474) 1960 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:10:33.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:32 smithi141 bash[72190]: cluster 2023-12-06T07:10:31.885226+0000 mgr.y (mgr.25474) 1961 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:10:33.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:32 smithi141 bash[72190]: audit 2023-12-06T07:10:32.346975+0000 mon.a (mon.0) 5427 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:33.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:32 smithi141 bash[72190]: audit 2023-12-06T07:10:32.351223+0000 mon.a (mon.0) 5428 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T07:10:33.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:32 smithi141 bash[72190]: audit 2023-12-06T07:10:32.352716+0000 mon.a (mon.0) 5429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:32 smithi040 bash[78949]: cluster 2023-12-06T07:10:31.885226+0000 mgr.y (mgr.25474) 1961 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:10:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:32 smithi040 bash[78949]: audit 2023-12-06T07:10:32.346975+0000 mon.a (mon.0) 5427 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:32 smithi040 bash[78949]: audit 2023-12-06T07:10:32.351223+0000 mon.a (mon.0) 5428 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T07:10:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:32 smithi040 bash[78949]: audit 2023-12-06T07:10:32.352716+0000 mon.a (mon.0) 5429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:32 smithi040 bash[84914]: cluster 2023-12-06T07:10:31.885226+0000 mgr.y (mgr.25474) 1961 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:10:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:32 smithi040 bash[84914]: audit 2023-12-06T07:10:32.346975+0000 mon.a (mon.0) 5427 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:32 smithi040 bash[84914]: audit 2023-12-06T07:10:32.351223+0000 mon.a (mon.0) 5428 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T07:10:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:32 smithi040 bash[84914]: audit 2023-12-06T07:10:32.352716+0000 mon.a (mon.0) 5429 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:34.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:33 smithi040 bash[84914]: cephadm 2023-12-06T07:10:32.339347+0000 mgr.y (mgr.25474) 1962 : cephadm 1 Upgrade: Updating osd.7 2023-12-06T07:10:34.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:33 smithi040 bash[84914]: cephadm 2023-12-06T07:10:32.357114+0000 mgr.y (mgr.25474) 1963 : cephadm 1 Deploying daemon osd.7 on smithi141 2023-12-06T07:10:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:33 smithi040 bash[78949]: cephadm 2023-12-06T07:10:32.339347+0000 mgr.y (mgr.25474) 1962 : cephadm 1 Upgrade: Updating osd.7 2023-12-06T07:10:34.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:33 smithi040 bash[78949]: cephadm 2023-12-06T07:10:32.357114+0000 mgr.y (mgr.25474) 1963 : cephadm 1 Deploying daemon osd.7 on smithi141 2023-12-06T07:10:34.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:33 smithi141 bash[72190]: cephadm 2023-12-06T07:10:32.339347+0000 mgr.y (mgr.25474) 1962 : cephadm 1 Upgrade: Updating osd.7 2023-12-06T07:10:34.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:33 smithi141 bash[72190]: cephadm 2023-12-06T07:10:32.357114+0000 mgr.y (mgr.25474) 1963 : cephadm 1 Deploying daemon osd.7 on smithi141 2023-12-06T07:10:35.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:34 smithi040 bash[78949]: cluster 2023-12-06T07:10:33.886528+0000 mgr.y (mgr.25474) 1964 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:10:35.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:34 smithi040 bash[78949]: audit 2023-12-06T07:10:34.075191+0000 mgr.y (mgr.25474) 1965 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:35.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:34 smithi040 bash[84914]: cluster 2023-12-06T07:10:33.886528+0000 mgr.y (mgr.25474) 1964 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:10:35.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:34 smithi040 bash[84914]: audit 2023-12-06T07:10:34.075191+0000 mgr.y (mgr.25474) 1965 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:35.307 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:34 smithi141 bash[72190]: cluster 2023-12-06T07:10:33.886528+0000 mgr.y (mgr.25474) 1964 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:10:35.307 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:34 smithi141 bash[72190]: audit 2023-12-06T07:10:34.075191+0000 mgr.y (mgr.25474) 1965 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:36.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:10:36 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:10:36] "GET /metrics HTTP/1.1" 200 38503 "" "Prometheus/2.33.4" 2023-12-06T07:10:36.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:36 smithi040 bash[78949]: audit 2023-12-06T07:10:35.663745+0000 mon.a (mon.0) 5430 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:36.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:36 smithi040 bash[78949]: audit 2023-12-06T07:10:35.674365+0000 mon.a (mon.0) 5431 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:36.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:36 smithi040 bash[78949]: audit 2023-12-06T07:10:35.684493+0000 mon.a (mon.0) 5432 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:36.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:36 smithi040 bash[78949]: cluster 2023-12-06T07:10:35.888033+0000 mgr.y (mgr.25474) 1966 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:10:36.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:36 smithi040 bash[84914]: audit 2023-12-06T07:10:35.663745+0000 mon.a (mon.0) 5430 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:36.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:36 smithi040 bash[84914]: audit 2023-12-06T07:10:35.674365+0000 mon.a (mon.0) 5431 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:36.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:36 smithi040 bash[84914]: audit 2023-12-06T07:10:35.684493+0000 mon.a (mon.0) 5432 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:36.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:36 smithi040 bash[84914]: cluster 2023-12-06T07:10:35.888033+0000 mgr.y (mgr.25474) 1966 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:10:36.782 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:36 smithi141 bash[72190]: audit 2023-12-06T07:10:35.663745+0000 mon.a (mon.0) 5430 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:36.782 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:36 smithi141 bash[72190]: audit 2023-12-06T07:10:35.674365+0000 mon.a (mon.0) 5431 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:36.782 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:36 smithi141 bash[72190]: audit 2023-12-06T07:10:35.684493+0000 mon.a (mon.0) 5432 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:36.782 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:36 smithi141 bash[72190]: cluster 2023-12-06T07:10:35.888033+0000 mgr.y (mgr.25474) 1966 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:10:38.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:38 smithi141 systemd[1]: Stopping Ceph osd.7 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:10:38.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:38 smithi141 bash[41098]: debug 2023-12-06T07:10:38.335+0000 7f5b1ee05700 -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-06T07:10:38.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:38 smithi141 bash[41098]: debug 2023-12-06T07:10:38.335+0000 7f5b1ee05700 -1 osd.7 147 *** Got signal Terminated *** 2023-12-06T07:10:38.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:38 smithi141 bash[41098]: debug 2023-12-06T07:10:38.335+0000 7f5b1ee05700 -1 osd.7 147 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:10:39.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:38 smithi040 bash[78949]: audit 2023-12-06T07:10:37.779406+0000 mon.a (mon.0) 5433 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:10:39.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:38 smithi040 bash[78949]: audit 2023-12-06T07:10:37.884117+0000 mon.a (mon.0) 5434 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:39.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:38 smithi040 bash[78949]: cluster 2023-12-06T07:10:37.888664+0000 mgr.y (mgr.25474) 1967 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:10:39.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:38 smithi040 bash[78949]: audit 2023-12-06T07:10:37.895229+0000 mon.a (mon.0) 5435 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:39.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:38 smithi040 bash[78949]: audit 2023-12-06T07:10:37.905803+0000 mon.a (mon.0) 5436 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:39.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:38 smithi040 bash[78949]: cluster 2023-12-06T07:10:38.339045+0000 mon.a (mon.0) 5437 : cluster 1 osd.7 marked itself down and dead 2023-12-06T07:10:39.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:38 smithi040 bash[84914]: audit 2023-12-06T07:10:37.779406+0000 mon.a (mon.0) 5433 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:10:39.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:38 smithi040 bash[84914]: audit 2023-12-06T07:10:37.884117+0000 mon.a (mon.0) 5434 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:39.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:38 smithi040 bash[84914]: cluster 2023-12-06T07:10:37.888664+0000 mgr.y (mgr.25474) 1967 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:10:39.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:38 smithi040 bash[84914]: audit 2023-12-06T07:10:37.895229+0000 mon.a (mon.0) 5435 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:39.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:38 smithi040 bash[84914]: audit 2023-12-06T07:10:37.905803+0000 mon.a (mon.0) 5436 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:39.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:38 smithi040 bash[84914]: cluster 2023-12-06T07:10:38.339045+0000 mon.a (mon.0) 5437 : cluster 1 osd.7 marked itself down and dead 2023-12-06T07:10:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:38 smithi141 bash[72190]: audit 2023-12-06T07:10:37.779406+0000 mon.a (mon.0) 5433 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:10:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:38 smithi141 bash[72190]: audit 2023-12-06T07:10:37.884117+0000 mon.a (mon.0) 5434 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:38 smithi141 bash[72190]: cluster 2023-12-06T07:10:37.888664+0000 mgr.y (mgr.25474) 1967 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:10:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:38 smithi141 bash[72190]: audit 2023-12-06T07:10:37.895229+0000 mon.a (mon.0) 5435 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:38 smithi141 bash[72190]: audit 2023-12-06T07:10:37.905803+0000 mon.a (mon.0) 5436 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:38 smithi141 bash[72190]: cluster 2023-12-06T07:10:38.339045+0000 mon.a (mon.0) 5437 : cluster 1 osd.7 marked itself down and dead 2023-12-06T07:10:40.179 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:39 smithi141 bash[72190]: cluster 2023-12-06T07:10:38.902639+0000 mon.a (mon.0) 5438 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:10:40.180 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:39 smithi141 bash[72190]: cluster 2023-12-06T07:10:38.913058+0000 mon.a (mon.0) 5439 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-06T07:10:40.180 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:39 smithi141 bash[72190]: audit 2023-12-06T07:10:39.624984+0000 mon.a (mon.0) 5440 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:40.180 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:39 smithi141 bash[72190]: audit 2023-12-06T07:10:39.636144+0000 mon.a (mon.0) 5441 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:40.180 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:39 smithi141 bash[72190]: audit 2023-12-06T07:10:39.645425+0000 mon.a (mon.0) 5442 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:40.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:39 smithi040 bash[78949]: cluster 2023-12-06T07:10:38.902639+0000 mon.a (mon.0) 5438 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:10:40.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:39 smithi040 bash[78949]: cluster 2023-12-06T07:10:38.913058+0000 mon.a (mon.0) 5439 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-06T07:10:40.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:39 smithi040 bash[78949]: audit 2023-12-06T07:10:39.624984+0000 mon.a (mon.0) 5440 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:40.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:39 smithi040 bash[78949]: audit 2023-12-06T07:10:39.636144+0000 mon.a (mon.0) 5441 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:40.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:39 smithi040 bash[78949]: audit 2023-12-06T07:10:39.645425+0000 mon.a (mon.0) 5442 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:39 smithi040 bash[84914]: cluster 2023-12-06T07:10:38.902639+0000 mon.a (mon.0) 5438 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:10:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:39 smithi040 bash[84914]: cluster 2023-12-06T07:10:38.913058+0000 mon.a (mon.0) 5439 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-06T07:10:40.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:39 smithi040 bash[84914]: audit 2023-12-06T07:10:39.624984+0000 mon.a (mon.0) 5440 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:40.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:39 smithi040 bash[84914]: audit 2023-12-06T07:10:39.636144+0000 mon.a (mon.0) 5441 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:40.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:39 smithi040 bash[84914]: audit 2023-12-06T07:10:39.645425+0000 mon.a (mon.0) 5442 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:40.440 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:40 smithi141 bash[89196]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-7 2023-12-06T07:10:40.440 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:40 smithi141 bash[89340]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-7 2023-12-06T07:10:41.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:40 smithi141 bash[72190]: cluster 2023-12-06T07:10:39.638091+0000 mgr.y (mgr.25474) 1968 : cluster 0 pgmap v284: 161 pgs: 10 peering, 20 stale+active+clean, 131 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:10:41.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:40 smithi141 bash[72190]: cluster 2023-12-06T07:10:39.917562+0000 mon.a (mon.0) 5443 : cluster 0 osdmap e149: 8 total, 7 up, 8 in 2023-12-06T07:10:41.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:40 smithi141 bash[72190]: cluster 2023-12-06T07:10:40.633397+0000 mon.a (mon.0) 5444 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:10:41.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:40 smithi141 bash[72190]: cluster 2023-12-06T07:10:40.633492+0000 mon.a (mon.0) 5445 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 3 pgs peering (PG_AVAILABILITY) 2023-12-06T07:10:41.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:40 smithi040 bash[78949]: cluster 2023-12-06T07:10:39.638091+0000 mgr.y (mgr.25474) 1968 : cluster 0 pgmap v284: 161 pgs: 10 peering, 20 stale+active+clean, 131 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:10:41.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:40 smithi040 bash[78949]: cluster 2023-12-06T07:10:39.917562+0000 mon.a (mon.0) 5443 : cluster 0 osdmap e149: 8 total, 7 up, 8 in 2023-12-06T07:10:41.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:40 smithi040 bash[78949]: cluster 2023-12-06T07:10:40.633397+0000 mon.a (mon.0) 5444 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:10:41.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:40 smithi040 bash[78949]: cluster 2023-12-06T07:10:40.633492+0000 mon.a (mon.0) 5445 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 3 pgs peering (PG_AVAILABILITY) 2023-12-06T07:10:41.227 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:40 smithi040 bash[84914]: cluster 2023-12-06T07:10:39.638091+0000 mgr.y (mgr.25474) 1968 : cluster 0 pgmap v284: 161 pgs: 10 peering, 20 stale+active+clean, 131 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:10:41.227 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:40 smithi040 bash[84914]: cluster 2023-12-06T07:10:39.917562+0000 mon.a (mon.0) 5443 : cluster 0 osdmap e149: 8 total, 7 up, 8 in 2023-12-06T07:10:41.227 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:40 smithi040 bash[84914]: cluster 2023-12-06T07:10:40.633397+0000 mon.a (mon.0) 5444 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-06T07:10:41.227 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:40 smithi040 bash[84914]: cluster 2023-12-06T07:10:40.633492+0000 mon.a (mon.0) 5445 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 3 pgs peering (PG_AVAILABILITY) 2023-12-06T07:10:42.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:41 smithi141 bash[72190]: cluster 2023-12-06T07:10:41.910955+0000 mon.a (mon.0) 5446 : cluster 3 Health check failed: Degraded data redundancy: 15/630 objects degraded (2.381%), 9 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:42.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:41 smithi040 bash[78949]: cluster 2023-12-06T07:10:41.910955+0000 mon.a (mon.0) 5446 : cluster 3 Health check failed: Degraded data redundancy: 15/630 objects degraded (2.381%), 9 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:42.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:41 smithi040 bash[84914]: cluster 2023-12-06T07:10:41.910955+0000 mon.a (mon.0) 5446 : cluster 3 Health check failed: Degraded data redundancy: 15/630 objects degraded (2.381%), 9 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:42.958 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:42 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.7.service: Succeeded. 2023-12-06T07:10:42.959 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:42 smithi141 systemd[1]: Stopped Ceph osd.7 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:10:42.959 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:42 smithi141 systemd[1]: Started Ceph osd.7 for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:10:43.280 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:42 smithi040 bash[84914]: cluster 2023-12-06T07:10:41.639577+0000 mgr.y (mgr.25474) 1969 : cluster 0 pgmap v286: 161 pgs: 9 active+undersized+degraded, 10 peering, 11 stale+active+clean, 20 active+undersized, 111 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 15/630 objects degraded (2.381%) 2023-12-06T07:10:43.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:42 smithi040 bash[78949]: cluster 2023-12-06T07:10:41.639577+0000 mgr.y (mgr.25474) 1969 : cluster 0 pgmap v286: 161 pgs: 9 active+undersized+degraded, 10 peering, 11 stale+active+clean, 20 active+undersized, 111 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 15/630 objects degraded (2.381%) 2023-12-06T07:10:43.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:42 smithi141 bash[72190]: cluster 2023-12-06T07:10:41.639577+0000 mgr.y (mgr.25474) 1969 : cluster 0 pgmap v286: 161 pgs: 9 active+undersized+degraded, 10 peering, 11 stale+active+clean, 20 active+undersized, 111 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 15/630 objects degraded (2.381%) 2023-12-06T07:10:44.279 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:42.980656+0000 mon.a (mon.0) 5447 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.280 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:42.990506+0000 mon.a (mon.0) 5448 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.280 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.006524+0000 mon.a (mon.0) 5449 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.280 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.008211+0000 mon.a (mon.0) 5450 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.280 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: cluster 2023-12-06T07:10:43.011512+0000 mgr.y (mgr.25474) 1970 : cluster 0 pgmap v287: 161 pgs: 9 active+undersized+degraded, 10 peering, 11 stale+active+clean, 20 active+undersized, 111 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 15/630 objects degraded (2.381%) 2023-12-06T07:10:44.280 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.018814+0000 mon.a (mon.0) 5451 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.280 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: cephadm 2023-12-06T07:10:43.019894+0000 mgr.y (mgr.25474) 1971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:44.280 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.106263+0000 mon.a (mon.0) 5452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.280 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.109661+0000 mon.a (mon.0) 5453 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.280 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.114944+0000 mon.a (mon.0) 5454 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.280 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.116670+0000 mon.a (mon.0) 5455 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.280 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.127735+0000 mon.a (mon.0) 5456 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.281 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: cephadm 2023-12-06T07:10:43.128579+0000 mgr.y (mgr.25474) 1972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:44.281 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.218363+0000 mon.a (mon.0) 5457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.281 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.220835+0000 mon.a (mon.0) 5458 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.281 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.223398+0000 mon.a (mon.0) 5459 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.281 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.224403+0000 mon.a (mon.0) 5460 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.281 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.232100+0000 mon.a (mon.0) 5461 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.281 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.313203+0000 mon.a (mon.0) 5462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.281 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.317432+0000 mon.a (mon.0) 5463 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.281 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.320950+0000 mon.a (mon.0) 5464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.281 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.322122+0000 mon.a (mon.0) 5465 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.281 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.328448+0000 mon.a (mon.0) 5466 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.281 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.410969+0000 mon.a (mon.0) 5467 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.281 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.415708+0000 mon.a (mon.0) 5468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.281 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.418840+0000 mon.a (mon.0) 5469 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.282 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.419804+0000 mon.a (mon.0) 5470 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.282 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.426753+0000 mon.a (mon.0) 5471 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.282 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.510779+0000 mon.a (mon.0) 5472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.282 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.513675+0000 mon.a (mon.0) 5473 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.282 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.516339+0000 mon.a (mon.0) 5474 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.282 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.517609+0000 mon.a (mon.0) 5475 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.282 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.525430+0000 mon.a (mon.0) 5476 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.282 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.606343+0000 mon.a (mon.0) 5477 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.282 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.608909+0000 mon.a (mon.0) 5478 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.282 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.611433+0000 mon.a (mon.0) 5479 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.282 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.612477+0000 mon.a (mon.0) 5480 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.282 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.619814+0000 mon.a (mon.0) 5481 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.282 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.699315+0000 mon.a (mon.0) 5482 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.282 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.701971+0000 mon.a (mon.0) 5483 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.283 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.704849+0000 mon.a (mon.0) 5484 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.283 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.706060+0000 mon.a (mon.0) 5485 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.283 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.714865+0000 mon.a (mon.0) 5486 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.283 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.798706+0000 mon.a (mon.0) 5487 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.283 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.800985+0000 mon.a (mon.0) 5488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.283 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.803703+0000 mon.a (mon.0) 5489 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.283 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.804704+0000 mon.a (mon.0) 5490 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.283 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.814117+0000 mon.a (mon.0) 5491 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.283 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.898286+0000 mon.a (mon.0) 5492 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.283 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.900267+0000 mon.a (mon.0) 5493 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.283 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.902620+0000 mon.a (mon.0) 5494 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.283 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.903423+0000 mon.a (mon.0) 5495 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.283 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:43 smithi141 bash[72190]: audit 2023-12-06T07:10:43.912502+0000 mon.a (mon.0) 5496 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:42.980656+0000 mon.a (mon.0) 5447 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:42.990506+0000 mon.a (mon.0) 5448 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.006524+0000 mon.a (mon.0) 5449 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.008211+0000 mon.a (mon.0) 5450 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: cluster 2023-12-06T07:10:43.011512+0000 mgr.y (mgr.25474) 1970 : cluster 0 pgmap v287: 161 pgs: 9 active+undersized+degraded, 10 peering, 11 stale+active+clean, 20 active+undersized, 111 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 15/630 objects degraded (2.381%) 2023-12-06T07:10:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.018814+0000 mon.a (mon.0) 5451 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: cephadm 2023-12-06T07:10:43.019894+0000 mgr.y (mgr.25474) 1971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.106263+0000 mon.a (mon.0) 5452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.109661+0000 mon.a (mon.0) 5453 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.114944+0000 mon.a (mon.0) 5454 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.116670+0000 mon.a (mon.0) 5455 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.127735+0000 mon.a (mon.0) 5456 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: cephadm 2023-12-06T07:10:43.128579+0000 mgr.y (mgr.25474) 1972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.218363+0000 mon.a (mon.0) 5457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.220835+0000 mon.a (mon.0) 5458 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.223398+0000 mon.a (mon.0) 5459 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.224403+0000 mon.a (mon.0) 5460 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.232100+0000 mon.a (mon.0) 5461 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.313203+0000 mon.a (mon.0) 5462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.317432+0000 mon.a (mon.0) 5463 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.320950+0000 mon.a (mon.0) 5464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.322122+0000 mon.a (mon.0) 5465 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.328448+0000 mon.a (mon.0) 5466 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.410969+0000 mon.a (mon.0) 5467 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.415708+0000 mon.a (mon.0) 5468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.418840+0000 mon.a (mon.0) 5469 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.419804+0000 mon.a (mon.0) 5470 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.426753+0000 mon.a (mon.0) 5471 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.510779+0000 mon.a (mon.0) 5472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.513675+0000 mon.a (mon.0) 5473 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.516339+0000 mon.a (mon.0) 5474 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.517609+0000 mon.a (mon.0) 5475 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.525430+0000 mon.a (mon.0) 5476 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.606343+0000 mon.a (mon.0) 5477 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.608909+0000 mon.a (mon.0) 5478 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.611433+0000 mon.a (mon.0) 5479 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.612477+0000 mon.a (mon.0) 5480 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.619814+0000 mon.a (mon.0) 5481 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.699315+0000 mon.a (mon.0) 5482 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.701971+0000 mon.a (mon.0) 5483 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.704849+0000 mon.a (mon.0) 5484 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.706060+0000 mon.a (mon.0) 5485 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.714865+0000 mon.a (mon.0) 5486 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.798706+0000 mon.a (mon.0) 5487 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.800985+0000 mon.a (mon.0) 5488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.803703+0000 mon.a (mon.0) 5489 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.804704+0000 mon.a (mon.0) 5490 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.814117+0000 mon.a (mon.0) 5491 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.898286+0000 mon.a (mon.0) 5492 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.900267+0000 mon.a (mon.0) 5493 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.902620+0000 mon.a (mon.0) 5494 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.903423+0000 mon.a (mon.0) 5495 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[84914]: audit 2023-12-06T07:10:43.912502+0000 mon.a (mon.0) 5496 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:42.980656+0000 mon.a (mon.0) 5447 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:42.990506+0000 mon.a (mon.0) 5448 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.006524+0000 mon.a (mon.0) 5449 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.008211+0000 mon.a (mon.0) 5450 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: cluster 2023-12-06T07:10:43.011512+0000 mgr.y (mgr.25474) 1970 : cluster 0 pgmap v287: 161 pgs: 9 active+undersized+degraded, 10 peering, 11 stale+active+clean, 20 active+undersized, 111 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 15/630 objects degraded (2.381%) 2023-12-06T07:10:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.018814+0000 mon.a (mon.0) 5451 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: cephadm 2023-12-06T07:10:43.019894+0000 mgr.y (mgr.25474) 1971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.106263+0000 mon.a (mon.0) 5452 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.109661+0000 mon.a (mon.0) 5453 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.114944+0000 mon.a (mon.0) 5454 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.116670+0000 mon.a (mon.0) 5455 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.127735+0000 mon.a (mon.0) 5456 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: cephadm 2023-12-06T07:10:43.128579+0000 mgr.y (mgr.25474) 1972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.218363+0000 mon.a (mon.0) 5457 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.220835+0000 mon.a (mon.0) 5458 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.223398+0000 mon.a (mon.0) 5459 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.224403+0000 mon.a (mon.0) 5460 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.232100+0000 mon.a (mon.0) 5461 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.313203+0000 mon.a (mon.0) 5462 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.317432+0000 mon.a (mon.0) 5463 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.320950+0000 mon.a (mon.0) 5464 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.322122+0000 mon.a (mon.0) 5465 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.328448+0000 mon.a (mon.0) 5466 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.410969+0000 mon.a (mon.0) 5467 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.415708+0000 mon.a (mon.0) 5468 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.418840+0000 mon.a (mon.0) 5469 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.419804+0000 mon.a (mon.0) 5470 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.426753+0000 mon.a (mon.0) 5471 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.510779+0000 mon.a (mon.0) 5472 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.513675+0000 mon.a (mon.0) 5473 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.516339+0000 mon.a (mon.0) 5474 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.517609+0000 mon.a (mon.0) 5475 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.525430+0000 mon.a (mon.0) 5476 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.606343+0000 mon.a (mon.0) 5477 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.608909+0000 mon.a (mon.0) 5478 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.611433+0000 mon.a (mon.0) 5479 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.612477+0000 mon.a (mon.0) 5480 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.619814+0000 mon.a (mon.0) 5481 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.699315+0000 mon.a (mon.0) 5482 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.701971+0000 mon.a (mon.0) 5483 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.704849+0000 mon.a (mon.0) 5484 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.706060+0000 mon.a (mon.0) 5485 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.714865+0000 mon.a (mon.0) 5486 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.798706+0000 mon.a (mon.0) 5487 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.800985+0000 mon.a (mon.0) 5488 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.803703+0000 mon.a (mon.0) 5489 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.804704+0000 mon.a (mon.0) 5490 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.814117+0000 mon.a (mon.0) 5491 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:44.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.898286+0000 mon.a (mon.0) 5492 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:44.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.900267+0000 mon.a (mon.0) 5493 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:44.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.902620+0000 mon.a (mon.0) 5494 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:44.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.903423+0000 mon.a (mon.0) 5495 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:44.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:43 smithi040 bash[78949]: audit 2023-12-06T07:10:43.912502+0000 mon.a (mon.0) 5496 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.209 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[89507]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-06T07:10:45.209 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[89507]: 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-06T07:10:45.209 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[89507]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-06T07:10:45.209 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[89507]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-06T07:10:45.209 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[89507]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2023-12-06T07:10:45.209 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[89507]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-06T07:10:45.209 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[89507]: --> ceph-volume raw activate successful for osd ID: 7 2023-12-06T07:10:45.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: cephadm 2023-12-06T07:10:43.232719+0000 mgr.y (mgr.25474) 1973 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: cephadm 2023-12-06T07:10:43.329179+0000 mgr.y (mgr.25474) 1974 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: cephadm 2023-12-06T07:10:43.427610+0000 mgr.y (mgr.25474) 1975 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: cephadm 2023-12-06T07:10:43.526375+0000 mgr.y (mgr.25474) 1976 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: cephadm 2023-12-06T07:10:43.620468+0000 mgr.y (mgr.25474) 1977 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: cephadm 2023-12-06T07:10:43.715749+0000 mgr.y (mgr.25474) 1978 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: cephadm 2023-12-06T07:10:43.814750+0000 mgr.y (mgr.25474) 1979 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: cephadm 2023-12-06T07:10:43.913097+0000 mgr.y (mgr.25474) 1980 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: cluster 2023-12-06T07:10:43.991425+0000 mon.a (mon.0) 5497 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:43.994723+0000 mon.a (mon.0) 5498 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:43.997236+0000 mon.a (mon.0) 5499 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:43.999205+0000 mon.a (mon.0) 5500 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:43.999960+0000 mon.a (mon.0) 5501 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.005233+0000 mon.a (mon.0) 5502 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: cephadm 2023-12-06T07:10:44.005686+0000 mgr.y (mgr.25474) 1981 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.084286+0000 mgr.y (mgr.25474) 1982 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.086931+0000 mon.a (mon.0) 5503 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.091233+0000 mon.a (mon.0) 5504 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.094301+0000 mon.a (mon.0) 5505 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.095607+0000 mon.a (mon.0) 5506 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.103621+0000 mon.a (mon.0) 5507 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: cephadm 2023-12-06T07:10:44.104143+0000 mgr.y (mgr.25474) 1983 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.182197+0000 mon.a (mon.0) 5508 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.184448+0000 mon.a (mon.0) 5509 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.187993+0000 mon.a (mon.0) 5510 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.188918+0000 mon.a (mon.0) 5511 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.194783+0000 mon.a (mon.0) 5512 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.273100+0000 mon.a (mon.0) 5513 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.275672+0000 mon.a (mon.0) 5514 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.278754+0000 mon.a (mon.0) 5515 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.279913+0000 mon.a (mon.0) 5516 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.287648+0000 mon.a (mon.0) 5517 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.366493+0000 mon.a (mon.0) 5518 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.370410+0000 mon.a (mon.0) 5519 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.373520+0000 mon.a (mon.0) 5520 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.374466+0000 mon.a (mon.0) 5521 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.382540+0000 mon.a (mon.0) 5522 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.463004+0000 mon.a (mon.0) 5523 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.465847+0000 mon.a (mon.0) 5524 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.468920+0000 mon.a (mon.0) 5525 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.469968+0000 mon.a (mon.0) 5526 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.478211+0000 mon.a (mon.0) 5527 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.556357+0000 mon.a (mon.0) 5528 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.559586+0000 mon.a (mon.0) 5529 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.563095+0000 mon.a (mon.0) 5530 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.564460+0000 mon.a (mon.0) 5531 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.572957+0000 mon.a (mon.0) 5532 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.656201+0000 mon.a (mon.0) 5533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.659044+0000 mon.a (mon.0) 5534 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.661756+0000 mon.a (mon.0) 5535 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.663032+0000 mon.a (mon.0) 5536 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.671472+0000 mon.a (mon.0) 5537 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.754615+0000 mon.a (mon.0) 5538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.757349+0000 mon.a (mon.0) 5539 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.760905+0000 mon.a (mon.0) 5540 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.762404+0000 mon.a (mon.0) 5541 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.771039+0000 mon.a (mon.0) 5542 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.852222+0000 mon.a (mon.0) 5543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.854776+0000 mon.a (mon.0) 5544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.858105+0000 mon.a (mon.0) 5545 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.859463+0000 mon.a (mon.0) 5546 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.867806+0000 mon.a (mon.0) 5547 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.951368+0000 mon.a (mon.0) 5548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.955494+0000 mon.a (mon.0) 5549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.959153+0000 mon.a (mon.0) 5550 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.960436+0000 mon.a (mon.0) 5551 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:44 smithi141 bash[72190]: audit 2023-12-06T07:10:44.968398+0000 mon.a (mon.0) 5552 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: cephadm 2023-12-06T07:10:43.232719+0000 mgr.y (mgr.25474) 1973 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: cephadm 2023-12-06T07:10:43.329179+0000 mgr.y (mgr.25474) 1974 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: cephadm 2023-12-06T07:10:43.427610+0000 mgr.y (mgr.25474) 1975 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: cephadm 2023-12-06T07:10:43.526375+0000 mgr.y (mgr.25474) 1976 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: cephadm 2023-12-06T07:10:43.620468+0000 mgr.y (mgr.25474) 1977 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: cephadm 2023-12-06T07:10:43.715749+0000 mgr.y (mgr.25474) 1978 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: cephadm 2023-12-06T07:10:43.814750+0000 mgr.y (mgr.25474) 1979 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: cephadm 2023-12-06T07:10:43.913097+0000 mgr.y (mgr.25474) 1980 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: cluster 2023-12-06T07:10:43.991425+0000 mon.a (mon.0) 5497 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:10:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:43.994723+0000 mon.a (mon.0) 5498 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:43.997236+0000 mon.a (mon.0) 5499 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:43.999205+0000 mon.a (mon.0) 5500 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:43.999960+0000 mon.a (mon.0) 5501 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.005233+0000 mon.a (mon.0) 5502 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: cephadm 2023-12-06T07:10:44.005686+0000 mgr.y (mgr.25474) 1981 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.084286+0000 mgr.y (mgr.25474) 1982 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:45.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.086931+0000 mon.a (mon.0) 5503 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.091233+0000 mon.a (mon.0) 5504 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.094301+0000 mon.a (mon.0) 5505 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.095607+0000 mon.a (mon.0) 5506 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: cephadm 2023-12-06T07:10:43.232719+0000 mgr.y (mgr.25474) 1973 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: cephadm 2023-12-06T07:10:43.329179+0000 mgr.y (mgr.25474) 1974 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: cephadm 2023-12-06T07:10:43.427610+0000 mgr.y (mgr.25474) 1975 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: cephadm 2023-12-06T07:10:43.526375+0000 mgr.y (mgr.25474) 1976 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: cephadm 2023-12-06T07:10:43.620468+0000 mgr.y (mgr.25474) 1977 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: cephadm 2023-12-06T07:10:43.715749+0000 mgr.y (mgr.25474) 1978 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: cephadm 2023-12-06T07:10:43.814750+0000 mgr.y (mgr.25474) 1979 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: cephadm 2023-12-06T07:10:43.913097+0000 mgr.y (mgr.25474) 1980 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: cluster 2023-12-06T07:10:43.991425+0000 mon.a (mon.0) 5497 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-06T07:10:45.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:43.994723+0000 mon.a (mon.0) 5498 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:43.997236+0000 mon.a (mon.0) 5499 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:43.999205+0000 mon.a (mon.0) 5500 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:43.999960+0000 mon.a (mon.0) 5501 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.005233+0000 mon.a (mon.0) 5502 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: cephadm 2023-12-06T07:10:44.005686+0000 mgr.y (mgr.25474) 1981 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.084286+0000 mgr.y (mgr.25474) 1982 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:45.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.086931+0000 mon.a (mon.0) 5503 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.091233+0000 mon.a (mon.0) 5504 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.094301+0000 mon.a (mon.0) 5505 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.095607+0000 mon.a (mon.0) 5506 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.103621+0000 mon.a (mon.0) 5507 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: cephadm 2023-12-06T07:10:44.104143+0000 mgr.y (mgr.25474) 1983 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.182197+0000 mon.a (mon.0) 5508 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.184448+0000 mon.a (mon.0) 5509 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.187993+0000 mon.a (mon.0) 5510 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.188918+0000 mon.a (mon.0) 5511 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.194783+0000 mon.a (mon.0) 5512 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.273100+0000 mon.a (mon.0) 5513 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.275672+0000 mon.a (mon.0) 5514 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.278754+0000 mon.a (mon.0) 5515 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.279913+0000 mon.a (mon.0) 5516 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.287648+0000 mon.a (mon.0) 5517 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.366493+0000 mon.a (mon.0) 5518 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.370410+0000 mon.a (mon.0) 5519 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.373520+0000 mon.a (mon.0) 5520 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.374466+0000 mon.a (mon.0) 5521 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.382540+0000 mon.a (mon.0) 5522 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.463004+0000 mon.a (mon.0) 5523 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.465847+0000 mon.a (mon.0) 5524 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.468920+0000 mon.a (mon.0) 5525 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.103621+0000 mon.a (mon.0) 5507 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: cephadm 2023-12-06T07:10:44.104143+0000 mgr.y (mgr.25474) 1983 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:45.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.182197+0000 mon.a (mon.0) 5508 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.184448+0000 mon.a (mon.0) 5509 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.187993+0000 mon.a (mon.0) 5510 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.188918+0000 mon.a (mon.0) 5511 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.194783+0000 mon.a (mon.0) 5512 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.273100+0000 mon.a (mon.0) 5513 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.275672+0000 mon.a (mon.0) 5514 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.278754+0000 mon.a (mon.0) 5515 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.279913+0000 mon.a (mon.0) 5516 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.287648+0000 mon.a (mon.0) 5517 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.366493+0000 mon.a (mon.0) 5518 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.370410+0000 mon.a (mon.0) 5519 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.373520+0000 mon.a (mon.0) 5520 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.374466+0000 mon.a (mon.0) 5521 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.382540+0000 mon.a (mon.0) 5522 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.463004+0000 mon.a (mon.0) 5523 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.465847+0000 mon.a (mon.0) 5524 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.468920+0000 mon.a (mon.0) 5525 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.469968+0000 mon.a (mon.0) 5526 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.478211+0000 mon.a (mon.0) 5527 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.556357+0000 mon.a (mon.0) 5528 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.559586+0000 mon.a (mon.0) 5529 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.563095+0000 mon.a (mon.0) 5530 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.564460+0000 mon.a (mon.0) 5531 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.572957+0000 mon.a (mon.0) 5532 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.656201+0000 mon.a (mon.0) 5533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.659044+0000 mon.a (mon.0) 5534 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.661756+0000 mon.a (mon.0) 5535 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.663032+0000 mon.a (mon.0) 5536 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.671472+0000 mon.a (mon.0) 5537 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.754615+0000 mon.a (mon.0) 5538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.757349+0000 mon.a (mon.0) 5539 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.760905+0000 mon.a (mon.0) 5540 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.762404+0000 mon.a (mon.0) 5541 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.771039+0000 mon.a (mon.0) 5542 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.852222+0000 mon.a (mon.0) 5543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.854776+0000 mon.a (mon.0) 5544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.858105+0000 mon.a (mon.0) 5545 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.859463+0000 mon.a (mon.0) 5546 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.867806+0000 mon.a (mon.0) 5547 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.951368+0000 mon.a (mon.0) 5548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.955494+0000 mon.a (mon.0) 5549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.959153+0000 mon.a (mon.0) 5550 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.960436+0000 mon.a (mon.0) 5551 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[84914]: audit 2023-12-06T07:10:44.968398+0000 mon.a (mon.0) 5552 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.469968+0000 mon.a (mon.0) 5526 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.478211+0000 mon.a (mon.0) 5527 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.556357+0000 mon.a (mon.0) 5528 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.559586+0000 mon.a (mon.0) 5529 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.563095+0000 mon.a (mon.0) 5530 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.564460+0000 mon.a (mon.0) 5531 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.572957+0000 mon.a (mon.0) 5532 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.656201+0000 mon.a (mon.0) 5533 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.659044+0000 mon.a (mon.0) 5534 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.661756+0000 mon.a (mon.0) 5535 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.663032+0000 mon.a (mon.0) 5536 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.671472+0000 mon.a (mon.0) 5537 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.754615+0000 mon.a (mon.0) 5538 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.757349+0000 mon.a (mon.0) 5539 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.760905+0000 mon.a (mon.0) 5540 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.762404+0000 mon.a (mon.0) 5541 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.771039+0000 mon.a (mon.0) 5542 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.852222+0000 mon.a (mon.0) 5543 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.854776+0000 mon.a (mon.0) 5544 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.858105+0000 mon.a (mon.0) 5545 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.859463+0000 mon.a (mon.0) 5546 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.867806+0000 mon.a (mon.0) 5547 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.951368+0000 mon.a (mon.0) 5548 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:45.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.955494+0000 mon.a (mon.0) 5549 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:45.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.959153+0000 mon.a (mon.0) 5550 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:45.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.960436+0000 mon.a (mon.0) 5551 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:45.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:44 smithi040 bash[78949]: audit 2023-12-06T07:10:44.968398+0000 mon.a (mon.0) 5552 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:45.925 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:10:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: cephadm 2023-12-06T07:10:44.195453+0000 mgr.y (mgr.25474) 1984 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: cephadm 2023-12-06T07:10:44.288269+0000 mgr.y (mgr.25474) 1985 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: cephadm 2023-12-06T07:10:44.383227+0000 mgr.y (mgr.25474) 1986 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: cephadm 2023-12-06T07:10:44.478792+0000 mgr.y (mgr.25474) 1987 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: cephadm 2023-12-06T07:10:44.573913+0000 mgr.y (mgr.25474) 1988 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: cephadm 2023-12-06T07:10:44.671970+0000 mgr.y (mgr.25474) 1989 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: cephadm 2023-12-06T07:10:44.771851+0000 mgr.y (mgr.25474) 1990 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: cephadm 2023-12-06T07:10:44.868634+0000 mgr.y (mgr.25474) 1991 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: cephadm 2023-12-06T07:10:44.969028+0000 mgr.y (mgr.25474) 1992 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: cluster 2023-12-06T07:10:45.012900+0000 mgr.y (mgr.25474) 1993 : cluster 0 pgmap v288: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:10:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.046939+0000 mon.a (mon.0) 5553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.049916+0000 mon.a (mon.0) 5554 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.053529+0000 mon.a (mon.0) 5555 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.054843+0000 mon.a (mon.0) 5556 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.063397+0000 mon.a (mon.0) 5557 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: cephadm 2023-12-06T07:10:45.064272+0000 mgr.y (mgr.25474) 1994 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.147025+0000 mon.a (mon.0) 5558 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.150169+0000 mon.a (mon.0) 5559 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.152908+0000 mon.a (mon.0) 5560 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.153802+0000 mon.a (mon.0) 5561 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: cephadm 2023-12-06T07:10:44.195453+0000 mgr.y (mgr.25474) 1984 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: cephadm 2023-12-06T07:10:44.288269+0000 mgr.y (mgr.25474) 1985 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: cephadm 2023-12-06T07:10:44.383227+0000 mgr.y (mgr.25474) 1986 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: cephadm 2023-12-06T07:10:44.478792+0000 mgr.y (mgr.25474) 1987 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: cephadm 2023-12-06T07:10:44.573913+0000 mgr.y (mgr.25474) 1988 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: cephadm 2023-12-06T07:10:44.671970+0000 mgr.y (mgr.25474) 1989 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: cephadm 2023-12-06T07:10:44.771851+0000 mgr.y (mgr.25474) 1990 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: cephadm 2023-12-06T07:10:44.868634+0000 mgr.y (mgr.25474) 1991 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: cephadm 2023-12-06T07:10:44.969028+0000 mgr.y (mgr.25474) 1992 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: cluster 2023-12-06T07:10:45.012900+0000 mgr.y (mgr.25474) 1993 : cluster 0 pgmap v288: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:10:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.046939+0000 mon.a (mon.0) 5553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.049916+0000 mon.a (mon.0) 5554 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.053529+0000 mon.a (mon.0) 5555 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.054843+0000 mon.a (mon.0) 5556 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.063397+0000 mon.a (mon.0) 5557 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: cephadm 2023-12-06T07:10:45.064272+0000 mgr.y (mgr.25474) 1994 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.147025+0000 mon.a (mon.0) 5558 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.150169+0000 mon.a (mon.0) 5559 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.152908+0000 mon.a (mon.0) 5560 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.153802+0000 mon.a (mon.0) 5561 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.160550+0000 mon.a (mon.0) 5562 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: cephadm 2023-12-06T07:10:45.160996+0000 mgr.y (mgr.25474) 1995 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.237920+0000 mon.a (mon.0) 5563 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.241041+0000 mon.a (mon.0) 5564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.245187+0000 mon.a (mon.0) 5565 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.246552+0000 mon.a (mon.0) 5566 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.255021+0000 mon.a (mon.0) 5567 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.332288+0000 mon.a (mon.0) 5568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.336267+0000 mon.a (mon.0) 5569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.340571+0000 mon.a (mon.0) 5570 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.342037+0000 mon.a (mon.0) 5571 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.350650+0000 mon.a (mon.0) 5572 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.427909+0000 mon.a (mon.0) 5573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.431126+0000 mon.a (mon.0) 5574 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.435040+0000 mon.a (mon.0) 5575 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.436422+0000 mon.a (mon.0) 5576 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.445336+0000 mon.a (mon.0) 5577 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.526719+0000 mon.a (mon.0) 5578 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.529398+0000 mon.a (mon.0) 5579 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.533808+0000 mon.a (mon.0) 5580 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.535486+0000 mon.a (mon.0) 5581 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.545378+0000 mon.a (mon.0) 5582 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.624217+0000 mon.a (mon.0) 5583 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.627681+0000 mon.a (mon.0) 5584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.631831+0000 mon.a (mon.0) 5585 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.633475+0000 mon.a (mon.0) 5586 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.640426+0000 mon.a (mon.0) 5587 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.723160+0000 mon.a (mon.0) 5588 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.727613+0000 mon.a (mon.0) 5589 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.730567+0000 mon.a (mon.0) 5590 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.731489+0000 mon.a (mon.0) 5591 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.737496+0000 mon.a (mon.0) 5592 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.819187+0000 mon.a (mon.0) 5593 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.823390+0000 mon.a (mon.0) 5594 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.826479+0000 mon.a (mon.0) 5595 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.827405+0000 mon.a (mon.0) 5596 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.835410+0000 mon.a (mon.0) 5597 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.909941+0000 mon.a (mon.0) 5598 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.912248+0000 mon.a (mon.0) 5599 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.915222+0000 mon.a (mon.0) 5600 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.916140+0000 mon.a (mon.0) 5601 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[78949]: audit 2023-12-06T07:10:45.922904+0000 mon.a (mon.0) 5602 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.160550+0000 mon.a (mon.0) 5562 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: cephadm 2023-12-06T07:10:45.160996+0000 mgr.y (mgr.25474) 1995 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.237920+0000 mon.a (mon.0) 5563 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.241041+0000 mon.a (mon.0) 5564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.245187+0000 mon.a (mon.0) 5565 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.246552+0000 mon.a (mon.0) 5566 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.255021+0000 mon.a (mon.0) 5567 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.332288+0000 mon.a (mon.0) 5568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.336267+0000 mon.a (mon.0) 5569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.340571+0000 mon.a (mon.0) 5570 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.342037+0000 mon.a (mon.0) 5571 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.350650+0000 mon.a (mon.0) 5572 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.427909+0000 mon.a (mon.0) 5573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.431126+0000 mon.a (mon.0) 5574 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.435040+0000 mon.a (mon.0) 5575 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.436422+0000 mon.a (mon.0) 5576 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.445336+0000 mon.a (mon.0) 5577 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.526719+0000 mon.a (mon.0) 5578 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.529398+0000 mon.a (mon.0) 5579 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.533808+0000 mon.a (mon.0) 5580 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.535486+0000 mon.a (mon.0) 5581 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.545378+0000 mon.a (mon.0) 5582 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.624217+0000 mon.a (mon.0) 5583 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.627681+0000 mon.a (mon.0) 5584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.631831+0000 mon.a (mon.0) 5585 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.633475+0000 mon.a (mon.0) 5586 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.640426+0000 mon.a (mon.0) 5587 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.723160+0000 mon.a (mon.0) 5588 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.727613+0000 mon.a (mon.0) 5589 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.730567+0000 mon.a (mon.0) 5590 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.731489+0000 mon.a (mon.0) 5591 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.737496+0000 mon.a (mon.0) 5592 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.819187+0000 mon.a (mon.0) 5593 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.823390+0000 mon.a (mon.0) 5594 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.826479+0000 mon.a (mon.0) 5595 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.827405+0000 mon.a (mon.0) 5596 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.835410+0000 mon.a (mon.0) 5597 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.909941+0000 mon.a (mon.0) 5598 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.912248+0000 mon.a (mon.0) 5599 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.915222+0000 mon.a (mon.0) 5600 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.916140+0000 mon.a (mon.0) 5601 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:45 smithi040 bash[84914]: audit 2023-12-06T07:10:45.922904+0000 mon.a (mon.0) 5602 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: cephadm 2023-12-06T07:10:44.195453+0000 mgr.y (mgr.25474) 1984 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: cephadm 2023-12-06T07:10:44.288269+0000 mgr.y (mgr.25474) 1985 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: cephadm 2023-12-06T07:10:44.383227+0000 mgr.y (mgr.25474) 1986 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: cephadm 2023-12-06T07:10:44.478792+0000 mgr.y (mgr.25474) 1987 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: cephadm 2023-12-06T07:10:44.573913+0000 mgr.y (mgr.25474) 1988 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: cephadm 2023-12-06T07:10:44.671970+0000 mgr.y (mgr.25474) 1989 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: cephadm 2023-12-06T07:10:44.771851+0000 mgr.y (mgr.25474) 1990 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: cephadm 2023-12-06T07:10:44.868634+0000 mgr.y (mgr.25474) 1991 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: cephadm 2023-12-06T07:10:44.969028+0000 mgr.y (mgr.25474) 1992 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: cluster 2023-12-06T07:10:45.012900+0000 mgr.y (mgr.25474) 1993 : cluster 0 pgmap v288: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:10:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.046939+0000 mon.a (mon.0) 5553 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.049916+0000 mon.a (mon.0) 5554 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.053529+0000 mon.a (mon.0) 5555 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.054843+0000 mon.a (mon.0) 5556 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.063397+0000 mon.a (mon.0) 5557 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: cephadm 2023-12-06T07:10:45.064272+0000 mgr.y (mgr.25474) 1994 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.147025+0000 mon.a (mon.0) 5558 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.150169+0000 mon.a (mon.0) 5559 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.152908+0000 mon.a (mon.0) 5560 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.153802+0000 mon.a (mon.0) 5561 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.160550+0000 mon.a (mon.0) 5562 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: cephadm 2023-12-06T07:10:45.160996+0000 mgr.y (mgr.25474) 1995 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.237920+0000 mon.a (mon.0) 5563 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.241041+0000 mon.a (mon.0) 5564 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.245187+0000 mon.a (mon.0) 5565 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.246552+0000 mon.a (mon.0) 5566 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.255021+0000 mon.a (mon.0) 5567 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.332288+0000 mon.a (mon.0) 5568 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.336267+0000 mon.a (mon.0) 5569 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.340571+0000 mon.a (mon.0) 5570 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.342037+0000 mon.a (mon.0) 5571 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.350650+0000 mon.a (mon.0) 5572 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.427909+0000 mon.a (mon.0) 5573 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.431126+0000 mon.a (mon.0) 5574 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.435040+0000 mon.a (mon.0) 5575 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.436422+0000 mon.a (mon.0) 5576 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.445336+0000 mon.a (mon.0) 5577 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.526719+0000 mon.a (mon.0) 5578 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.529398+0000 mon.a (mon.0) 5579 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.533808+0000 mon.a (mon.0) 5580 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.535486+0000 mon.a (mon.0) 5581 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.545378+0000 mon.a (mon.0) 5582 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.624217+0000 mon.a (mon.0) 5583 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.627681+0000 mon.a (mon.0) 5584 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.631831+0000 mon.a (mon.0) 5585 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.633475+0000 mon.a (mon.0) 5586 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.640426+0000 mon.a (mon.0) 5587 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.723160+0000 mon.a (mon.0) 5588 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:45 smithi141 bash[72190]: audit 2023-12-06T07:10:45.727613+0000 mon.a (mon.0) 5589 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.730567+0000 mon.a (mon.0) 5590 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.731489+0000 mon.a (mon.0) 5591 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.737496+0000 mon.a (mon.0) 5592 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.819187+0000 mon.a (mon.0) 5593 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.823390+0000 mon.a (mon.0) 5594 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.826479+0000 mon.a (mon.0) 5595 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.827405+0000 mon.a (mon.0) 5596 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.835410+0000 mon.a (mon.0) 5597 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.909941+0000 mon.a (mon.0) 5598 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:46.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.912248+0000 mon.a (mon.0) 5599 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:46.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.915222+0000 mon.a (mon.0) 5600 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:46.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.916140+0000 mon.a (mon.0) 5601 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:46.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.922904+0000 mon.a (mon.0) 5602 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:46.736 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:10:46.736 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 11s ago 23m - - 2023-12-06T07:10:46.737 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 7s ago 23m - - 2023-12-06T07:10:46.737 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (10m) 11s ago 16m 16.8M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:10:46.737 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (9m) 7s ago 16m 45.4M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:10:46.737 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (8m) 11s ago 14m 47.8M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:10:46.737 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (7m) 7s ago 22m 435M - 19.0.0-26-g0482646f 26bb7d89db2e 345817faf911 2023-12-06T07:10:46.737 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (8m) 11s ago 24m 526M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:10:46.737 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (8m) 11s ago 25m 79.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:10:46.737 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (6m) 7s ago 23m 54.0M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a46e947a89d4 2023-12-06T07:10:46.737 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (6m) 11s ago 23m 54.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e f003381b7d99 2023-12-06T07:10:46.737 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (10m) 11s ago 16m 12.7M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:10:46.737 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (9m) 7s ago 16m 12.4M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:10:46.737 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (4m) 11s ago 22m 58.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e bd803ebde49a 2023-12-06T07:10:46.737 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (4m) 11s ago 21m 57.8M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 17848df7e7ac 2023-12-06T07:10:46.737 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (3m) 11s ago 21m 51.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 129ef8397e96 2023-12-06T07:10:46.738 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (3m) 11s ago 20m 55.0M 4096M 19.0.0-26-g0482646f 26bb7d89db2e de107f4b0425 2023-12-06T07:10:46.738 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (115s) 7s ago 19m 49.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e9ae9478d62b 2023-12-06T07:10:46.738 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (78s) 7s ago 19m 50.9M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 475be89a2478 2023-12-06T07:10:46.738 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (37s) 7s ago 18m 47.9M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e6a99c993350 2023-12-06T07:10:46.738 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 starting - - - 4096M 2023-12-06T07:10:46.738 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (8m) 7s ago 16m 66.0M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:10:46.738 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (14m) 11s ago 14m 90.7M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:10:46.738 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (14m) 7s ago 14m 89.3M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:10:46.738 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (14m) 11s ago 14m 89.4M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:10:46.738 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (14m) 7s ago 14m 89.9M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:10:46.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:10:46] "GET /metrics HTTP/1.1" 200 38501 "" "Prometheus/2.33.4" 2023-12-06T07:10:47.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: cephadm 2023-12-06T07:10:45.255645+0000 mgr.y (mgr.25474) 1996 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: cephadm 2023-12-06T07:10:45.351328+0000 mgr.y (mgr.25474) 1997 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: cephadm 2023-12-06T07:10:45.445996+0000 mgr.y (mgr.25474) 1998 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: cephadm 2023-12-06T07:10:45.546309+0000 mgr.y (mgr.25474) 1999 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: cephadm 2023-12-06T07:10:45.641046+0000 mgr.y (mgr.25474) 2000 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: cephadm 2023-12-06T07:10:45.738035+0000 mgr.y (mgr.25474) 2001 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: cephadm 2023-12-06T07:10:45.836000+0000 mgr.y (mgr.25474) 2002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.897679+0000 mgr.y (mgr.25474) 2003 : audit 0 from='client.54547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: cephadm 2023-12-06T07:10:45.923695+0000 mgr.y (mgr.25474) 2004 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: cluster 2023-12-06T07:10:45.982643+0000 mon.a (mon.0) 5603 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 3 pgs peering) 2023-12-06T07:10:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.988615+0000 mon.a (mon.0) 5604 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:45.998180+0000 mon.a (mon.0) 5605 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:46.001123+0000 mon.a (mon.0) 5606 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:46.001788+0000 mon.a (mon.0) 5607 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:46.007311+0000 mon.a (mon.0) 5608 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: cephadm 2023-12-06T07:10:46.007866+0000 mgr.y (mgr.25474) 2005 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:46.071169+0000 mon.a (mon.0) 5609 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:46.073396+0000 mon.a (mon.0) 5610 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:46.077319+0000 mon.a (mon.0) 5611 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:46.078446+0000 mon.a (mon.0) 5612 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:46.085845+0000 mon.a (mon.0) 5613 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: cephadm 2023-12-06T07:10:46.086363+0000 mgr.y (mgr.25474) 2006 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:46.167850+0000 mon.a (mon.0) 5614 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:46.170393+0000 mon.a (mon.0) 5615 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:46 smithi141 bash[72190]: audit 2023-12-06T07:10:46.173092+0000 mon.a (mon.0) 5616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.174192+0000 mon.a (mon.0) 5617 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.180663+0000 mon.a (mon.0) 5618 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.263527+0000 mon.a (mon.0) 5619 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.267614+0000 mon.a (mon.0) 5620 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.270591+0000 mon.a (mon.0) 5621 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.271738+0000 mon.a (mon.0) 5622 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.279708+0000 mon.a (mon.0) 5623 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.342046+0000 mon.a (mon.0) 5624 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.344334+0000 mon.a (mon.0) 5625 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.347286+0000 mon.a (mon.0) 5626 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.348237+0000 mon.a (mon.0) 5627 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.356220+0000 mon.a (mon.0) 5628 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.434049+0000 mon.a (mon.0) 5629 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.436991+0000 mon.a (mon.0) 5630 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.439397+0000 mon.a (mon.0) 5631 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.440445+0000 mon.a (mon.0) 5632 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.448204+0000 mon.a (mon.0) 5633 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.530907+0000 mon.a (mon.0) 5634 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.533208+0000 mon.a (mon.0) 5635 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.535643+0000 mon.a (mon.0) 5636 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.536394+0000 mon.a (mon.0) 5637 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.542918+0000 mon.a (mon.0) 5638 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.620191+0000 mon.a (mon.0) 5639 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.624506+0000 mon.a (mon.0) 5640 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.628304+0000 mon.a (mon.0) 5641 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.629719+0000 mon.a (mon.0) 5642 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.638463+0000 mon.a (mon.0) 5643 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.704665+0000 mon.a (mon.0) 5644 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.708970+0000 mon.a (mon.0) 5645 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.732198+0000 mon.a (mon.0) 5646 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.733758+0000 mon.a (mon.0) 5647 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.741479+0000 mon.a (mon.0) 5648 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.805351+0000 mon.a (mon.0) 5649 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.809213+0000 mon.a (mon.0) 5650 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.812823+0000 mon.a (mon.0) 5651 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.814123+0000 mon.a (mon.0) 5652 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.823771+0000 mon.a (mon.0) 5653 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.906513+0000 mon.a (mon.0) 5654 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.910685+0000 mon.a (mon.0) 5655 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.914490+0000 mon.a (mon.0) 5656 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.915877+0000 mon.a (mon.0) 5657 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:47 smithi141 bash[72190]: audit 2023-12-06T07:10:46.923582+0000 mon.a (mon.0) 5658 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.262 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:10:47.263 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:10:47.263 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:10:47.263 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:10:47.263 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:10:47.263 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:10:47.263 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:10:47.263 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:10:47.263 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 7 2023-12-06T07:10:47.263 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:10:47.263 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:10:47.263 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:10:47.263 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:10:47.263 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:10:47.263 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-06T07:10:47.264 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 12 2023-12-06T07:10:47.264 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:10:47.264 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:10:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[78949]: cephadm 2023-12-06T07:10:45.255645+0000 mgr.y (mgr.25474) 1996 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: cephadm 2023-12-06T07:10:45.351328+0000 mgr.y (mgr.25474) 1997 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: cephadm 2023-12-06T07:10:45.445996+0000 mgr.y (mgr.25474) 1998 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: cephadm 2023-12-06T07:10:45.546309+0000 mgr.y (mgr.25474) 1999 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: cephadm 2023-12-06T07:10:45.641046+0000 mgr.y (mgr.25474) 2000 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: cephadm 2023-12-06T07:10:45.738035+0000 mgr.y (mgr.25474) 2001 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: cephadm 2023-12-06T07:10:45.836000+0000 mgr.y (mgr.25474) 2002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:45.897679+0000 mgr.y (mgr.25474) 2003 : audit 0 from='client.54547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: cephadm 2023-12-06T07:10:45.923695+0000 mgr.y (mgr.25474) 2004 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: cluster 2023-12-06T07:10:45.982643+0000 mon.a (mon.0) 5603 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 3 pgs peering) 2023-12-06T07:10:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:45.988615+0000 mon.a (mon.0) 5604 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:45.998180+0000 mon.a (mon.0) 5605 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.001123+0000 mon.a (mon.0) 5606 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.001788+0000 mon.a (mon.0) 5607 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.007311+0000 mon.a (mon.0) 5608 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: cephadm 2023-12-06T07:10:46.007866+0000 mgr.y (mgr.25474) 2005 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.071169+0000 mon.a (mon.0) 5609 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.073396+0000 mon.a (mon.0) 5610 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.077319+0000 mon.a (mon.0) 5611 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.078446+0000 mon.a (mon.0) 5612 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: cephadm 2023-12-06T07:10:45.255645+0000 mgr.y (mgr.25474) 1996 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: cephadm 2023-12-06T07:10:45.351328+0000 mgr.y (mgr.25474) 1997 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: cephadm 2023-12-06T07:10:45.445996+0000 mgr.y (mgr.25474) 1998 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: cephadm 2023-12-06T07:10:45.546309+0000 mgr.y (mgr.25474) 1999 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: cephadm 2023-12-06T07:10:45.641046+0000 mgr.y (mgr.25474) 2000 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: cephadm 2023-12-06T07:10:45.738035+0000 mgr.y (mgr.25474) 2001 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: cephadm 2023-12-06T07:10:45.836000+0000 mgr.y (mgr.25474) 2002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:45.897679+0000 mgr.y (mgr.25474) 2003 : audit 0 from='client.54547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: cephadm 2023-12-06T07:10:45.923695+0000 mgr.y (mgr.25474) 2004 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: cluster 2023-12-06T07:10:45.982643+0000 mon.a (mon.0) 5603 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 3 pgs peering) 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:45.988615+0000 mon.a (mon.0) 5604 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:45.998180+0000 mon.a (mon.0) 5605 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.001123+0000 mon.a (mon.0) 5606 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.001788+0000 mon.a (mon.0) 5607 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.007311+0000 mon.a (mon.0) 5608 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: cephadm 2023-12-06T07:10:46.007866+0000 mgr.y (mgr.25474) 2005 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.071169+0000 mon.a (mon.0) 5609 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.073396+0000 mon.a (mon.0) 5610 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.077319+0000 mon.a (mon.0) 5611 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.078446+0000 mon.a (mon.0) 5612 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.085845+0000 mon.a (mon.0) 5613 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: cephadm 2023-12-06T07:10:46.086363+0000 mgr.y (mgr.25474) 2006 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.167850+0000 mon.a (mon.0) 5614 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.170393+0000 mon.a (mon.0) 5615 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.173092+0000 mon.a (mon.0) 5616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.174192+0000 mon.a (mon.0) 5617 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.180663+0000 mon.a (mon.0) 5618 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.263527+0000 mon.a (mon.0) 5619 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.267614+0000 mon.a (mon.0) 5620 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.270591+0000 mon.a (mon.0) 5621 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.271738+0000 mon.a (mon.0) 5622 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.279708+0000 mon.a (mon.0) 5623 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.342046+0000 mon.a (mon.0) 5624 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.344334+0000 mon.a (mon.0) 5625 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.347286+0000 mon.a (mon.0) 5626 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.348237+0000 mon.a (mon.0) 5627 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.356220+0000 mon.a (mon.0) 5628 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.434049+0000 mon.a (mon.0) 5629 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.436991+0000 mon.a (mon.0) 5630 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.439397+0000 mon.a (mon.0) 5631 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.440445+0000 mon.a (mon.0) 5632 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.448204+0000 mon.a (mon.0) 5633 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.530907+0000 mon.a (mon.0) 5634 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.533208+0000 mon.a (mon.0) 5635 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.535643+0000 mon.a (mon.0) 5636 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.536394+0000 mon.a (mon.0) 5637 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.542918+0000 mon.a (mon.0) 5638 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.620191+0000 mon.a (mon.0) 5639 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.624506+0000 mon.a (mon.0) 5640 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.628304+0000 mon.a (mon.0) 5641 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.629719+0000 mon.a (mon.0) 5642 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.638463+0000 mon.a (mon.0) 5643 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.704665+0000 mon.a (mon.0) 5644 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.708970+0000 mon.a (mon.0) 5645 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.732198+0000 mon.a (mon.0) 5646 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.733758+0000 mon.a (mon.0) 5647 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.741479+0000 mon.a (mon.0) 5648 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.805351+0000 mon.a (mon.0) 5649 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.809213+0000 mon.a (mon.0) 5650 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.812823+0000 mon.a (mon.0) 5651 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.085845+0000 mon.a (mon.0) 5613 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: cephadm 2023-12-06T07:10:46.086363+0000 mgr.y (mgr.25474) 2006 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:47.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.167850+0000 mon.a (mon.0) 5614 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.170393+0000 mon.a (mon.0) 5615 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.173092+0000 mon.a (mon.0) 5616 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.174192+0000 mon.a (mon.0) 5617 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.180663+0000 mon.a (mon.0) 5618 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.263527+0000 mon.a (mon.0) 5619 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.267614+0000 mon.a (mon.0) 5620 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.270591+0000 mon.a (mon.0) 5621 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.271738+0000 mon.a (mon.0) 5622 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.279708+0000 mon.a (mon.0) 5623 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.342046+0000 mon.a (mon.0) 5624 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.344334+0000 mon.a (mon.0) 5625 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.347286+0000 mon.a (mon.0) 5626 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.348237+0000 mon.a (mon.0) 5627 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.356220+0000 mon.a (mon.0) 5628 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.434049+0000 mon.a (mon.0) 5629 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.436991+0000 mon.a (mon.0) 5630 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:46 smithi040 bash[84914]: audit 2023-12-06T07:10:46.439397+0000 mon.a (mon.0) 5631 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.814123+0000 mon.a (mon.0) 5652 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.823771+0000 mon.a (mon.0) 5653 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.906513+0000 mon.a (mon.0) 5654 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.910685+0000 mon.a (mon.0) 5655 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.914490+0000 mon.a (mon.0) 5656 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.915877+0000 mon.a (mon.0) 5657 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[78949]: audit 2023-12-06T07:10:46.923582+0000 mon.a (mon.0) 5658 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.440445+0000 mon.a (mon.0) 5632 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.448204+0000 mon.a (mon.0) 5633 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.530907+0000 mon.a (mon.0) 5634 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.533208+0000 mon.a (mon.0) 5635 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.535643+0000 mon.a (mon.0) 5636 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.536394+0000 mon.a (mon.0) 5637 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.542918+0000 mon.a (mon.0) 5638 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.620191+0000 mon.a (mon.0) 5639 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.624506+0000 mon.a (mon.0) 5640 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.628304+0000 mon.a (mon.0) 5641 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.629719+0000 mon.a (mon.0) 5642 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.638463+0000 mon.a (mon.0) 5643 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.704665+0000 mon.a (mon.0) 5644 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.708970+0000 mon.a (mon.0) 5645 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.732198+0000 mon.a (mon.0) 5646 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.733758+0000 mon.a (mon.0) 5647 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.741479+0000 mon.a (mon.0) 5648 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.805351+0000 mon.a (mon.0) 5649 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.809213+0000 mon.a (mon.0) 5650 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.812823+0000 mon.a (mon.0) 5651 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.814123+0000 mon.a (mon.0) 5652 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.823771+0000 mon.a (mon.0) 5653 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.906513+0000 mon.a (mon.0) 5654 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:47.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.910685+0000 mon.a (mon.0) 5655 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:47.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.914490+0000 mon.a (mon.0) 5656 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:47.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.915877+0000 mon.a (mon.0) 5657 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:47.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:47 smithi040 bash[84914]: audit 2023-12-06T07:10:46.923582+0000 mon.a (mon.0) 5658 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:47.660 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:10:47.660 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:10:47.660 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:10:47.660 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:10:47.660 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:10:47.660 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr", 2023-12-06T07:10:47.660 INFO:teuthology.orchestra.run.smithi040.stdout: "mon" 2023-12-06T07:10:47.661 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:10:47.661 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "12/23 daemons upgraded", 2023-12-06T07:10:47.661 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:10:47.661 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-06T07:10:47.661 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:10:48.147 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 84/630 objects degraded (13.333%), 27 pgs degraded 2023-12-06T07:10:48.147 INFO:teuthology.orchestra.run.smithi040.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T07:10:48.147 INFO:teuthology.orchestra.run.smithi040.stdout: osd.7 (root=default,host=smithi141) is down 2023-12-06T07:10:48.148 INFO:teuthology.orchestra.run.smithi040.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 84/630 objects degraded (13.333%), 27 pgs degraded 2023-12-06T07:10:48.148 INFO:teuthology.orchestra.run.smithi040.stdout: pg 1.0 is active+undersized+degraded, acting [0,6] 2023-12-06T07:10:48.148 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.4 is active+undersized+degraded, acting [1,0] 2023-12-06T07:10:48.148 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.8 is active+undersized+degraded, acting [0,1] 2023-12-06T07:10:48.148 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.9 is active+undersized+degraded, acting [1,3] 2023-12-06T07:10:48.148 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.a is active+undersized+degraded, acting [1,3] 2023-12-06T07:10:48.148 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.12 is active+undersized+degraded, acting [5,3] 2023-12-06T07:10:48.148 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.1b is active+undersized+degraded, acting [3,6] 2023-12-06T07:10:48.148 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.1c is active+undersized+degraded, acting [5,2] 2023-12-06T07:10:48.149 INFO:teuthology.orchestra.run.smithi040.stdout: pg 2.1f is active+undersized+degraded, acting [0,4] 2023-12-06T07:10:48.149 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.7 is active+undersized+degraded, acting [3,0] 2023-12-06T07:10:48.149 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.8 is active+undersized+degraded, acting [3,1] 2023-12-06T07:10:48.149 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.9 is active+undersized+degraded, acting [4,2] 2023-12-06T07:10:48.149 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.d is active+undersized+degraded, acting [5,6] 2023-12-06T07:10:48.149 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.e is active+undersized+degraded, acting [4,1] 2023-12-06T07:10:48.149 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.f is active+undersized+degraded, acting [4,0] 2023-12-06T07:10:48.149 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.11 is active+undersized+degraded, acting [4,6] 2023-12-06T07:10:48.149 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.12 is active+undersized+degraded, acting [0,3] 2023-12-06T07:10:48.149 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.13 is active+undersized+degraded, acting [4,2] 2023-12-06T07:10:48.149 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.14 is active+undersized+degraded, acting [4,6] 2023-12-06T07:10:48.149 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.15 is active+undersized+degraded, acting [3,4] 2023-12-06T07:10:48.149 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.16 is active+undersized+degraded, acting [5,1] 2023-12-06T07:10:48.149 INFO:teuthology.orchestra.run.smithi040.stdout: pg 3.1b is active+undersized+degraded, acting [0,4] 2023-12-06T07:10:48.149 INFO:teuthology.orchestra.run.smithi040.stdout: pg 4.0 is active+undersized+degraded, acting [3,0] 2023-12-06T07:10:48.150 INFO:teuthology.orchestra.run.smithi040.stdout: pg 4.3 is active+undersized+degraded, acting [0,5] 2023-12-06T07:10:48.150 INFO:teuthology.orchestra.run.smithi040.stdout: pg 4.14 is active+undersized+degraded, acting [3,1] 2023-12-06T07:10:48.150 INFO:teuthology.orchestra.run.smithi040.stdout: pg 4.15 is active+undersized+degraded, acting [5,3] 2023-12-06T07:10:48.150 INFO:teuthology.orchestra.run.smithi040.stdout: pg 5.4 is active+undersized+degraded, acting [2,5] 2023-12-06T07:10:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: cephadm 2023-12-06T07:10:46.181212+0000 mgr.y (mgr.25474) 2007 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: cephadm 2023-12-06T07:10:46.280284+0000 mgr.y (mgr.25474) 2008 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:46.299968+0000 mgr.y (mgr.25474) 2009 : audit 0 from='client.34707 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: cephadm 2023-12-06T07:10:46.356845+0000 mgr.y (mgr.25474) 2010 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: cephadm 2023-12-06T07:10:46.448818+0000 mgr.y (mgr.25474) 2011 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: cephadm 2023-12-06T07:10:46.543510+0000 mgr.y (mgr.25474) 2012 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: cephadm 2023-12-06T07:10:46.639086+0000 mgr.y (mgr.25474) 2013 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:46.693715+0000 mgr.y (mgr.25474) 2014 : audit 0 from='client.54559 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: cephadm 2023-12-06T07:10:46.742227+0000 mgr.y (mgr.25474) 2015 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: cephadm 2023-12-06T07:10:46.824300+0000 mgr.y (mgr.25474) 2016 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: cephadm 2023-12-06T07:10:46.924303+0000 mgr.y (mgr.25474) 2017 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.010263+0000 mon.a (mon.0) 5659 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.012076+0000 mon.a (mon.0) 5660 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: cluster 2023-12-06T07:10:47.013591+0000 mgr.y (mgr.25474) 2018 : cluster 0 pgmap v289: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:10:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.014488+0000 mon.a (mon.0) 5661 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.015252+0000 mon.a (mon.0) 5662 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.020589+0000 mon.a (mon.0) 5663 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: cephadm 2023-12-06T07:10:47.021133+0000 mgr.y (mgr.25474) 2019 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.102944+0000 mon.a (mon.0) 5664 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.104866+0000 mon.a (mon.0) 5665 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: cephadm 2023-12-06T07:10:46.181212+0000 mgr.y (mgr.25474) 2007 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: cephadm 2023-12-06T07:10:46.280284+0000 mgr.y (mgr.25474) 2008 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:46.299968+0000 mgr.y (mgr.25474) 2009 : audit 0 from='client.34707 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:48.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: cephadm 2023-12-06T07:10:46.356845+0000 mgr.y (mgr.25474) 2010 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: cephadm 2023-12-06T07:10:46.448818+0000 mgr.y (mgr.25474) 2011 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: cephadm 2023-12-06T07:10:46.543510+0000 mgr.y (mgr.25474) 2012 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: cephadm 2023-12-06T07:10:46.639086+0000 mgr.y (mgr.25474) 2013 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:46.693715+0000 mgr.y (mgr.25474) 2014 : audit 0 from='client.54559 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: cephadm 2023-12-06T07:10:46.742227+0000 mgr.y (mgr.25474) 2015 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: cephadm 2023-12-06T07:10:46.824300+0000 mgr.y (mgr.25474) 2016 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: cephadm 2023-12-06T07:10:46.924303+0000 mgr.y (mgr.25474) 2017 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.010263+0000 mon.a (mon.0) 5659 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.012076+0000 mon.a (mon.0) 5660 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: cluster 2023-12-06T07:10:47.013591+0000 mgr.y (mgr.25474) 2018 : cluster 0 pgmap v289: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:10:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.014488+0000 mon.a (mon.0) 5661 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.015252+0000 mon.a (mon.0) 5662 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.020589+0000 mon.a (mon.0) 5663 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: cephadm 2023-12-06T07:10:47.021133+0000 mgr.y (mgr.25474) 2019 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.102944+0000 mon.a (mon.0) 5664 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.284 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.104866+0000 mon.a (mon.0) 5665 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.107443+0000 mon.a (mon.0) 5666 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.108263+0000 mon.a (mon.0) 5667 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.117460+0000 mon.a (mon.0) 5668 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: cephadm 2023-12-06T07:10:47.118161+0000 mgr.y (mgr.25474) 2020 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.196354+0000 mon.a (mon.0) 5669 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.199447+0000 mon.a (mon.0) 5670 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.202691+0000 mon.a (mon.0) 5671 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.203740+0000 mon.a (mon.0) 5672 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.213117+0000 mon.a (mon.0) 5673 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.257095+0000 mon.c (mon.1) 18 : audit 0 from='client.? 172.21.15.40:0/2637149198' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.291906+0000 mon.a (mon.0) 5674 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.294053+0000 mon.a (mon.0) 5675 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.297306+0000 mon.a (mon.0) 5676 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.298268+0000 mon.a (mon.0) 5677 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.306794+0000 mon.a (mon.0) 5678 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.389184+0000 mon.a (mon.0) 5679 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.391720+0000 mon.a (mon.0) 5680 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.395172+0000 mon.a (mon.0) 5681 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.395947+0000 mon.a (mon.0) 5682 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.406813+0000 mon.a (mon.0) 5683 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.107443+0000 mon.a (mon.0) 5666 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.108263+0000 mon.a (mon.0) 5667 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.117460+0000 mon.a (mon.0) 5668 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: cephadm 2023-12-06T07:10:47.118161+0000 mgr.y (mgr.25474) 2020 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.196354+0000 mon.a (mon.0) 5669 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.199447+0000 mon.a (mon.0) 5670 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.202691+0000 mon.a (mon.0) 5671 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.203740+0000 mon.a (mon.0) 5672 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.213117+0000 mon.a (mon.0) 5673 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.257095+0000 mon.c (mon.1) 18 : audit 0 from='client.? 172.21.15.40:0/2637149198' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.291906+0000 mon.a (mon.0) 5674 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.294053+0000 mon.a (mon.0) 5675 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.297306+0000 mon.a (mon.0) 5676 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.298268+0000 mon.a (mon.0) 5677 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.306794+0000 mon.a (mon.0) 5678 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.389184+0000 mon.a (mon.0) 5679 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.391720+0000 mon.a (mon.0) 5680 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.395172+0000 mon.a (mon.0) 5681 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.395947+0000 mon.a (mon.0) 5682 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.406813+0000 mon.a (mon.0) 5683 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.486334+0000 mon.a (mon.0) 5684 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.490692+0000 mon.a (mon.0) 5685 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.494426+0000 mon.a (mon.0) 5686 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.495479+0000 mon.a (mon.0) 5687 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.505326+0000 mon.a (mon.0) 5688 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.584622+0000 mon.a (mon.0) 5689 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.588067+0000 mon.a (mon.0) 5690 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.591500+0000 mon.a (mon.0) 5691 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.592759+0000 mon.a (mon.0) 5692 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.603657+0000 mon.a (mon.0) 5693 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.666862+0000 mon.a (mon.0) 5694 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.670730+0000 mon.a (mon.0) 5695 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.674259+0000 mon.a (mon.0) 5696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.675757+0000 mon.a (mon.0) 5697 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.685768+0000 mon.a (mon.0) 5698 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: cluster 2023-12-06T07:10:47.723171+0000 mon.a (mon.0) 5699 : cluster 3 Health check update: Degraded data redundancy: 84/630 objects degraded (13.333%), 27 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:48.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.763712+0000 mon.a (mon.0) 5700 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.767966+0000 mon.a (mon.0) 5701 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.770711+0000 mon.a (mon.0) 5702 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.486334+0000 mon.a (mon.0) 5684 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.490692+0000 mon.a (mon.0) 5685 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.494426+0000 mon.a (mon.0) 5686 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.495479+0000 mon.a (mon.0) 5687 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.505326+0000 mon.a (mon.0) 5688 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.584622+0000 mon.a (mon.0) 5689 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.588067+0000 mon.a (mon.0) 5690 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.591500+0000 mon.a (mon.0) 5691 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.592759+0000 mon.a (mon.0) 5692 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.603657+0000 mon.a (mon.0) 5693 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.666862+0000 mon.a (mon.0) 5694 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.670730+0000 mon.a (mon.0) 5695 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.674259+0000 mon.a (mon.0) 5696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.675757+0000 mon.a (mon.0) 5697 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.685768+0000 mon.a (mon.0) 5698 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: cluster 2023-12-06T07:10:47.723171+0000 mon.a (mon.0) 5699 : cluster 3 Health check update: Degraded data redundancy: 84/630 objects degraded (13.333%), 27 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.763712+0000 mon.a (mon.0) 5700 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.767966+0000 mon.a (mon.0) 5701 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.770711+0000 mon.a (mon.0) 5702 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.771903+0000 mon.a (mon.0) 5703 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.783795+0000 mon.a (mon.0) 5704 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.861974+0000 mon.a (mon.0) 5705 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.864754+0000 mon.a (mon.0) 5706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.868329+0000 mon.a (mon.0) 5707 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.869503+0000 mon.a (mon.0) 5708 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.879444+0000 mon.a (mon.0) 5709 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.955689+0000 mon.a (mon.0) 5710 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.958052+0000 mon.a (mon.0) 5711 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.960663+0000 mon.a (mon.0) 5712 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.961820+0000 mon.a (mon.0) 5713 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[78949]: audit 2023-12-06T07:10:47.970172+0000 mon.a (mon.0) 5714 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.771903+0000 mon.a (mon.0) 5703 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.783795+0000 mon.a (mon.0) 5704 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.861974+0000 mon.a (mon.0) 5705 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.864754+0000 mon.a (mon.0) 5706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.868329+0000 mon.a (mon.0) 5707 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.869503+0000 mon.a (mon.0) 5708 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.879444+0000 mon.a (mon.0) 5709 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.955689+0000 mon.a (mon.0) 5710 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.958052+0000 mon.a (mon.0) 5711 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.960663+0000 mon.a (mon.0) 5712 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.961820+0000 mon.a (mon.0) 5713 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:48 smithi040 bash[84914]: audit 2023-12-06T07:10:47.970172+0000 mon.a (mon.0) 5714 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.388 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[89952]: debug 2023-12-06T07:10:48.215+0000 7f7211e25700 1 -- 172.21.15.141:0/3838053772 <== mon.1 v2:172.21.15.40:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5597287431e0 con 0x5597287c9000 2023-12-06T07:10:48.388 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: cephadm 2023-12-06T07:10:46.181212+0000 mgr.y (mgr.25474) 2007 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: cephadm 2023-12-06T07:10:46.280284+0000 mgr.y (mgr.25474) 2008 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:46.299968+0000 mgr.y (mgr.25474) 2009 : audit 0 from='client.34707 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:48.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: cephadm 2023-12-06T07:10:46.356845+0000 mgr.y (mgr.25474) 2010 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: cephadm 2023-12-06T07:10:46.448818+0000 mgr.y (mgr.25474) 2011 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: cephadm 2023-12-06T07:10:46.543510+0000 mgr.y (mgr.25474) 2012 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: cephadm 2023-12-06T07:10:46.639086+0000 mgr.y (mgr.25474) 2013 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:46.693715+0000 mgr.y (mgr.25474) 2014 : audit 0 from='client.54559 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:48.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: cephadm 2023-12-06T07:10:46.742227+0000 mgr.y (mgr.25474) 2015 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: cephadm 2023-12-06T07:10:46.824300+0000 mgr.y (mgr.25474) 2016 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: cephadm 2023-12-06T07:10:46.924303+0000 mgr.y (mgr.25474) 2017 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.010263+0000 mon.a (mon.0) 5659 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.012076+0000 mon.a (mon.0) 5660 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: cluster 2023-12-06T07:10:47.013591+0000 mgr.y (mgr.25474) 2018 : cluster 0 pgmap v289: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:10:48.389 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.014488+0000 mon.a (mon.0) 5661 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.015252+0000 mon.a (mon.0) 5662 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.020589+0000 mon.a (mon.0) 5663 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: cephadm 2023-12-06T07:10:47.021133+0000 mgr.y (mgr.25474) 2019 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.102944+0000 mon.a (mon.0) 5664 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.104866+0000 mon.a (mon.0) 5665 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.107443+0000 mon.a (mon.0) 5666 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.108263+0000 mon.a (mon.0) 5667 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.117460+0000 mon.a (mon.0) 5668 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: cephadm 2023-12-06T07:10:47.118161+0000 mgr.y (mgr.25474) 2020 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:48.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.196354+0000 mon.a (mon.0) 5669 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.199447+0000 mon.a (mon.0) 5670 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.202691+0000 mon.a (mon.0) 5671 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.203740+0000 mon.a (mon.0) 5672 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.390 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.213117+0000 mon.a (mon.0) 5673 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.257095+0000 mon.c (mon.1) 18 : audit 0 from='client.? 172.21.15.40:0/2637149198' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.291906+0000 mon.a (mon.0) 5674 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.294053+0000 mon.a (mon.0) 5675 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.297306+0000 mon.a (mon.0) 5676 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.298268+0000 mon.a (mon.0) 5677 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.306794+0000 mon.a (mon.0) 5678 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.389184+0000 mon.a (mon.0) 5679 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.391720+0000 mon.a (mon.0) 5680 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.395172+0000 mon.a (mon.0) 5681 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.395947+0000 mon.a (mon.0) 5682 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.406813+0000 mon.a (mon.0) 5683 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.486334+0000 mon.a (mon.0) 5684 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.490692+0000 mon.a (mon.0) 5685 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.494426+0000 mon.a (mon.0) 5686 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.495479+0000 mon.a (mon.0) 5687 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.391 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.505326+0000 mon.a (mon.0) 5688 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.392 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.584622+0000 mon.a (mon.0) 5689 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.392 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.588067+0000 mon.a (mon.0) 5690 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.392 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.591500+0000 mon.a (mon.0) 5691 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.392 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.592759+0000 mon.a (mon.0) 5692 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.392 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.603657+0000 mon.a (mon.0) 5693 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.392 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.666862+0000 mon.a (mon.0) 5694 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.392 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.670730+0000 mon.a (mon.0) 5695 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.674259+0000 mon.a (mon.0) 5696 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.675757+0000 mon.a (mon.0) 5697 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.685768+0000 mon.a (mon.0) 5698 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: cluster 2023-12-06T07:10:47.723171+0000 mon.a (mon.0) 5699 : cluster 3 Health check update: Degraded data redundancy: 84/630 objects degraded (13.333%), 27 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:48.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.763712+0000 mon.a (mon.0) 5700 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.767966+0000 mon.a (mon.0) 5701 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.770711+0000 mon.a (mon.0) 5702 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.771903+0000 mon.a (mon.0) 5703 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.783795+0000 mon.a (mon.0) 5704 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.861974+0000 mon.a (mon.0) 5705 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.864754+0000 mon.a (mon.0) 5706 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.868329+0000 mon.a (mon.0) 5707 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.869503+0000 mon.a (mon.0) 5708 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.393 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.879444+0000 mon.a (mon.0) 5709 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.394 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.955689+0000 mon.a (mon.0) 5710 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:48.394 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.958052+0000 mon.a (mon.0) 5711 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:48.394 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.960663+0000 mon.a (mon.0) 5712 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:48.394 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.961820+0000 mon.a (mon.0) 5713 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:48.394 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[72190]: audit 2023-12-06T07:10:47.970172+0000 mon.a (mon.0) 5714 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:48.959 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:48 smithi141 bash[89952]: debug 2023-12-06T07:10:48.763+0000 7f721afab640 -1 Falling back to public interface 2023-12-06T07:10:49.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: cephadm 2023-12-06T07:10:47.214097+0000 mgr.y (mgr.25474) 2021 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: cephadm 2023-12-06T07:10:47.307572+0000 mgr.y (mgr.25474) 2022 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: cephadm 2023-12-06T07:10:47.407471+0000 mgr.y (mgr.25474) 2023 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: cephadm 2023-12-06T07:10:47.506041+0000 mgr.y (mgr.25474) 2024 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: cephadm 2023-12-06T07:10:47.604305+0000 mgr.y (mgr.25474) 2025 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:47.653713+0000 mgr.y (mgr.25474) 2026 : audit 0 from='client.54571 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: cephadm 2023-12-06T07:10:47.686452+0000 mgr.y (mgr.25474) 2027 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: cephadm 2023-12-06T07:10:47.784321+0000 mgr.y (mgr.25474) 2028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: cephadm 2023-12-06T07:10:47.880075+0000 mgr.y (mgr.25474) 2029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: cephadm 2023-12-06T07:10:47.970937+0000 mgr.y (mgr.25474) 2030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.050117+0000 mon.a (mon.0) 5715 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.052543+0000 mon.a (mon.0) 5716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.055189+0000 mon.a (mon.0) 5717 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.056039+0000 mon.a (mon.0) 5718 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.062612+0000 mon.a (mon.0) 5719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: cephadm 2023-12-06T07:10:48.063164+0000 mgr.y (mgr.25474) 2031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.141412+0000 mon.a (mon.0) 5720 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.141776+0000 mon.c (mon.1) 19 : audit 0 from='client.? 172.21.15.40:0/1936001240' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:10:49.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.146218+0000 mon.a (mon.0) 5721 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.150394+0000 mon.a (mon.0) 5722 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: cephadm 2023-12-06T07:10:47.214097+0000 mgr.y (mgr.25474) 2021 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: cephadm 2023-12-06T07:10:47.307572+0000 mgr.y (mgr.25474) 2022 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: cephadm 2023-12-06T07:10:47.407471+0000 mgr.y (mgr.25474) 2023 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: cephadm 2023-12-06T07:10:47.506041+0000 mgr.y (mgr.25474) 2024 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: cephadm 2023-12-06T07:10:47.604305+0000 mgr.y (mgr.25474) 2025 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:47.653713+0000 mgr.y (mgr.25474) 2026 : audit 0 from='client.54571 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: cephadm 2023-12-06T07:10:47.686452+0000 mgr.y (mgr.25474) 2027 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: cephadm 2023-12-06T07:10:47.784321+0000 mgr.y (mgr.25474) 2028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: cephadm 2023-12-06T07:10:47.880075+0000 mgr.y (mgr.25474) 2029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: cephadm 2023-12-06T07:10:47.970937+0000 mgr.y (mgr.25474) 2030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.050117+0000 mon.a (mon.0) 5715 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.052543+0000 mon.a (mon.0) 5716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.055189+0000 mon.a (mon.0) 5717 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.056039+0000 mon.a (mon.0) 5718 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.062612+0000 mon.a (mon.0) 5719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: cephadm 2023-12-06T07:10:48.063164+0000 mgr.y (mgr.25474) 2031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.141412+0000 mon.a (mon.0) 5720 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.141776+0000 mon.c (mon.1) 19 : audit 0 from='client.? 172.21.15.40:0/1936001240' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:10:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.146218+0000 mon.a (mon.0) 5721 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.150394+0000 mon.a (mon.0) 5722 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.151598+0000 mon.a (mon.0) 5723 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.158375+0000 mon.a (mon.0) 5724 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: cephadm 2023-12-06T07:10:48.159022+0000 mgr.y (mgr.25474) 2032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.239900+0000 mon.a (mon.0) 5725 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.242283+0000 mon.a (mon.0) 5726 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.244966+0000 mon.a (mon.0) 5727 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.246130+0000 mon.a (mon.0) 5728 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.254901+0000 mon.a (mon.0) 5729 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.322762+0000 mon.a (mon.0) 5730 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.325647+0000 mon.a (mon.0) 5731 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.330239+0000 mon.a (mon.0) 5732 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.331548+0000 mon.a (mon.0) 5733 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.340003+0000 mon.a (mon.0) 5734 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.419638+0000 mon.a (mon.0) 5735 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.422800+0000 mon.a (mon.0) 5736 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.426573+0000 mon.a (mon.0) 5737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.428037+0000 mon.a (mon.0) 5738 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.437495+0000 mon.a (mon.0) 5739 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.520148+0000 mon.a (mon.0) 5740 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.522487+0000 mon.a (mon.0) 5741 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.151598+0000 mon.a (mon.0) 5723 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.158375+0000 mon.a (mon.0) 5724 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: cephadm 2023-12-06T07:10:48.159022+0000 mgr.y (mgr.25474) 2032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.239900+0000 mon.a (mon.0) 5725 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.242283+0000 mon.a (mon.0) 5726 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.244966+0000 mon.a (mon.0) 5727 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.246130+0000 mon.a (mon.0) 5728 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.254901+0000 mon.a (mon.0) 5729 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.322762+0000 mon.a (mon.0) 5730 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.287 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.325647+0000 mon.a (mon.0) 5731 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.330239+0000 mon.a (mon.0) 5732 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.331548+0000 mon.a (mon.0) 5733 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.340003+0000 mon.a (mon.0) 5734 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.419638+0000 mon.a (mon.0) 5735 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.422800+0000 mon.a (mon.0) 5736 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.426573+0000 mon.a (mon.0) 5737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.428037+0000 mon.a (mon.0) 5738 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.437495+0000 mon.a (mon.0) 5739 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.520148+0000 mon.a (mon.0) 5740 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.522487+0000 mon.a (mon.0) 5741 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.525135+0000 mon.a (mon.0) 5742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.526050+0000 mon.a (mon.0) 5743 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.534458+0000 mon.a (mon.0) 5744 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.612457+0000 mon.a (mon.0) 5745 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.615560+0000 mon.a (mon.0) 5746 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.620478+0000 mon.a (mon.0) 5747 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.622153+0000 mon.a (mon.0) 5748 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.629339+0000 mon.a (mon.0) 5749 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.708692+0000 mon.a (mon.0) 5750 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.711763+0000 mon.a (mon.0) 5751 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.714859+0000 mon.a (mon.0) 5752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.715870+0000 mon.a (mon.0) 5753 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.724063+0000 mon.a (mon.0) 5754 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.289 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.808614+0000 mon.a (mon.0) 5755 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.811220+0000 mon.a (mon.0) 5756 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.814014+0000 mon.a (mon.0) 5757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.814907+0000 mon.a (mon.0) 5758 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.823028+0000 mon.a (mon.0) 5759 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.903987+0000 mon.a (mon.0) 5760 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.906450+0000 mon.a (mon.0) 5761 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.525135+0000 mon.a (mon.0) 5742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.526050+0000 mon.a (mon.0) 5743 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.534458+0000 mon.a (mon.0) 5744 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.612457+0000 mon.a (mon.0) 5745 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.615560+0000 mon.a (mon.0) 5746 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.620478+0000 mon.a (mon.0) 5747 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.622153+0000 mon.a (mon.0) 5748 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.629339+0000 mon.a (mon.0) 5749 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.708692+0000 mon.a (mon.0) 5750 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.711763+0000 mon.a (mon.0) 5751 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.714859+0000 mon.a (mon.0) 5752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.715870+0000 mon.a (mon.0) 5753 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.724063+0000 mon.a (mon.0) 5754 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.808614+0000 mon.a (mon.0) 5755 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.811220+0000 mon.a (mon.0) 5756 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.814014+0000 mon.a (mon.0) 5757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.814907+0000 mon.a (mon.0) 5758 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.823028+0000 mon.a (mon.0) 5759 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.903987+0000 mon.a (mon.0) 5760 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.292 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.906450+0000 mon.a (mon.0) 5761 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.908770+0000 mon.a (mon.0) 5762 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.909707+0000 mon.a (mon.0) 5763 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.915603+0000 mon.a (mon.0) 5764 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.996417+0000 mon.a (mon.0) 5765 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:48.998524+0000 mon.a (mon.0) 5766 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:49.000986+0000 mon.a (mon.0) 5767 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.293 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[78949]: audit 2023-12-06T07:10:49.001794+0000 mon.a (mon.0) 5768 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.908770+0000 mon.a (mon.0) 5762 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.909707+0000 mon.a (mon.0) 5763 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.915603+0000 mon.a (mon.0) 5764 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.996417+0000 mon.a (mon.0) 5765 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:48.998524+0000 mon.a (mon.0) 5766 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:49.000986+0000 mon.a (mon.0) 5767 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.293 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:49 smithi040 bash[84914]: audit 2023-12-06T07:10:49.001794+0000 mon.a (mon.0) 5768 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: cephadm 2023-12-06T07:10:47.214097+0000 mgr.y (mgr.25474) 2021 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: cephadm 2023-12-06T07:10:47.307572+0000 mgr.y (mgr.25474) 2022 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: cephadm 2023-12-06T07:10:47.407471+0000 mgr.y (mgr.25474) 2023 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: cephadm 2023-12-06T07:10:47.506041+0000 mgr.y (mgr.25474) 2024 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: cephadm 2023-12-06T07:10:47.604305+0000 mgr.y (mgr.25474) 2025 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:47.653713+0000 mgr.y (mgr.25474) 2026 : audit 0 from='client.54571 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:10:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: cephadm 2023-12-06T07:10:47.686452+0000 mgr.y (mgr.25474) 2027 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: cephadm 2023-12-06T07:10:47.784321+0000 mgr.y (mgr.25474) 2028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: cephadm 2023-12-06T07:10:47.880075+0000 mgr.y (mgr.25474) 2029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: cephadm 2023-12-06T07:10:47.970937+0000 mgr.y (mgr.25474) 2030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.050117+0000 mon.a (mon.0) 5715 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.052543+0000 mon.a (mon.0) 5716 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.055189+0000 mon.a (mon.0) 5717 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.056039+0000 mon.a (mon.0) 5718 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.062612+0000 mon.a (mon.0) 5719 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: cephadm 2023-12-06T07:10:48.063164+0000 mgr.y (mgr.25474) 2031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.141412+0000 mon.a (mon.0) 5720 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.141776+0000 mon.c (mon.1) 19 : audit 0 from='client.? 172.21.15.40:0/1936001240' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:10:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.146218+0000 mon.a (mon.0) 5721 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.150394+0000 mon.a (mon.0) 5722 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.151598+0000 mon.a (mon.0) 5723 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.158375+0000 mon.a (mon.0) 5724 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: cephadm 2023-12-06T07:10:48.159022+0000 mgr.y (mgr.25474) 2032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.239900+0000 mon.a (mon.0) 5725 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.242283+0000 mon.a (mon.0) 5726 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.244966+0000 mon.a (mon.0) 5727 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.246130+0000 mon.a (mon.0) 5728 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.254901+0000 mon.a (mon.0) 5729 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.322762+0000 mon.a (mon.0) 5730 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.325647+0000 mon.a (mon.0) 5731 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.330239+0000 mon.a (mon.0) 5732 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.331548+0000 mon.a (mon.0) 5733 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.340003+0000 mon.a (mon.0) 5734 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.419638+0000 mon.a (mon.0) 5735 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.422800+0000 mon.a (mon.0) 5736 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.426573+0000 mon.a (mon.0) 5737 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.428037+0000 mon.a (mon.0) 5738 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.437495+0000 mon.a (mon.0) 5739 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.520148+0000 mon.a (mon.0) 5740 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.522487+0000 mon.a (mon.0) 5741 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.525135+0000 mon.a (mon.0) 5742 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.526050+0000 mon.a (mon.0) 5743 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.534458+0000 mon.a (mon.0) 5744 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.612457+0000 mon.a (mon.0) 5745 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.615560+0000 mon.a (mon.0) 5746 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.620478+0000 mon.a (mon.0) 5747 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.622153+0000 mon.a (mon.0) 5748 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.629339+0000 mon.a (mon.0) 5749 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.708692+0000 mon.a (mon.0) 5750 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.711763+0000 mon.a (mon.0) 5751 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.714859+0000 mon.a (mon.0) 5752 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.715870+0000 mon.a (mon.0) 5753 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.724063+0000 mon.a (mon.0) 5754 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.808614+0000 mon.a (mon.0) 5755 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.811220+0000 mon.a (mon.0) 5756 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.814014+0000 mon.a (mon.0) 5757 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.814907+0000 mon.a (mon.0) 5758 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.823028+0000 mon.a (mon.0) 5759 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.903987+0000 mon.a (mon.0) 5760 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.906450+0000 mon.a (mon.0) 5761 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.908770+0000 mon.a (mon.0) 5762 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.909707+0000 mon.a (mon.0) 5763 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:49.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.915603+0000 mon.a (mon.0) 5764 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.996417+0000 mon.a (mon.0) 5765 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:48.998524+0000 mon.a (mon.0) 5766 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:49.000986+0000 mon.a (mon.0) 5767 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:49.465 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:49 smithi141 bash[72190]: audit 2023-12-06T07:10:49.001794+0000 mon.a (mon.0) 5768 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: cephadm 2023-12-06T07:10:48.255517+0000 mgr.y (mgr.25474) 2033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: cephadm 2023-12-06T07:10:48.340867+0000 mgr.y (mgr.25474) 2034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: cephadm 2023-12-06T07:10:48.438393+0000 mgr.y (mgr.25474) 2035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: cephadm 2023-12-06T07:10:48.535085+0000 mgr.y (mgr.25474) 2036 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: cephadm 2023-12-06T07:10:48.630070+0000 mgr.y (mgr.25474) 2037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: cephadm 2023-12-06T07:10:48.724931+0000 mgr.y (mgr.25474) 2038 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: cephadm 2023-12-06T07:10:48.823710+0000 mgr.y (mgr.25474) 2039 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: cephadm 2023-12-06T07:10:48.916214+0000 mgr.y (mgr.25474) 2040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: cluster 2023-12-06T07:10:49.014421+0000 mgr.y (mgr.25474) 2041 : cluster 0 pgmap v290: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:10:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.017981+0000 mon.a (mon.0) 5769 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: cephadm 2023-12-06T07:10:49.018615+0000 mgr.y (mgr.25474) 2042 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.085984+0000 mon.a (mon.0) 5770 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.088247+0000 mon.a (mon.0) 5771 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.091327+0000 mon.a (mon.0) 5772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.092246+0000 mon.a (mon.0) 5773 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.098100+0000 mon.a (mon.0) 5774 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: cephadm 2023-12-06T07:10:49.098954+0000 mgr.y (mgr.25474) 2043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.180534+0000 mon.a (mon.0) 5775 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.184015+0000 mon.a (mon.0) 5776 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.283 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.187007+0000 mon.a (mon.0) 5777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: cephadm 2023-12-06T07:10:48.255517+0000 mgr.y (mgr.25474) 2033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: cephadm 2023-12-06T07:10:48.340867+0000 mgr.y (mgr.25474) 2034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: cephadm 2023-12-06T07:10:48.438393+0000 mgr.y (mgr.25474) 2035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: cephadm 2023-12-06T07:10:48.535085+0000 mgr.y (mgr.25474) 2036 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: cephadm 2023-12-06T07:10:48.630070+0000 mgr.y (mgr.25474) 2037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: cephadm 2023-12-06T07:10:48.724931+0000 mgr.y (mgr.25474) 2038 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: cephadm 2023-12-06T07:10:48.823710+0000 mgr.y (mgr.25474) 2039 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: cephadm 2023-12-06T07:10:48.916214+0000 mgr.y (mgr.25474) 2040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: cluster 2023-12-06T07:10:49.014421+0000 mgr.y (mgr.25474) 2041 : cluster 0 pgmap v290: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:10:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.017981+0000 mon.a (mon.0) 5769 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: cephadm 2023-12-06T07:10:49.018615+0000 mgr.y (mgr.25474) 2042 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.085984+0000 mon.a (mon.0) 5770 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.088247+0000 mon.a (mon.0) 5771 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.091327+0000 mon.a (mon.0) 5772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.092246+0000 mon.a (mon.0) 5773 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.098100+0000 mon.a (mon.0) 5774 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: cephadm 2023-12-06T07:10:49.098954+0000 mgr.y (mgr.25474) 2043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.180534+0000 mon.a (mon.0) 5775 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.184015+0000 mon.a (mon.0) 5776 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.187007+0000 mon.a (mon.0) 5777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.188323+0000 mon.a (mon.0) 5778 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.194984+0000 mon.a (mon.0) 5779 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.276403+0000 mon.a (mon.0) 5780 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.280341+0000 mon.a (mon.0) 5781 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.284450+0000 mon.a (mon.0) 5782 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.285813+0000 mon.a (mon.0) 5783 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.293757+0000 mon.a (mon.0) 5784 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.371739+0000 mon.a (mon.0) 5785 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.285 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.378792+0000 mon.a (mon.0) 5786 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.381376+0000 mon.a (mon.0) 5787 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.382303+0000 mon.a (mon.0) 5788 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.387869+0000 mon.a (mon.0) 5789 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.451506+0000 mon.a (mon.0) 5790 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.453490+0000 mon.a (mon.0) 5791 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.456043+0000 mon.a (mon.0) 5792 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.457146+0000 mon.a (mon.0) 5793 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.464017+0000 mon.a (mon.0) 5794 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.541701+0000 mon.a (mon.0) 5795 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.546214+0000 mon.a (mon.0) 5796 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.550266+0000 mon.a (mon.0) 5797 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.551713+0000 mon.a (mon.0) 5798 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.560586+0000 mon.a (mon.0) 5799 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.640643+0000 mon.a (mon.0) 5800 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.643575+0000 mon.a (mon.0) 5801 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.646313+0000 mon.a (mon.0) 5802 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.647391+0000 mon.a (mon.0) 5803 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.653557+0000 mon.a (mon.0) 5804 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.731966+0000 mon.a (mon.0) 5805 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.735204+0000 mon.a (mon.0) 5806 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.738671+0000 mon.a (mon.0) 5807 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.740020+0000 mon.a (mon.0) 5808 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.748625+0000 mon.a (mon.0) 5809 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.831402+0000 mon.a (mon.0) 5810 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.834227+0000 mon.a (mon.0) 5811 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.837323+0000 mon.a (mon.0) 5812 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.838587+0000 mon.a (mon.0) 5813 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.846851+0000 mon.a (mon.0) 5814 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.933195+0000 mon.a (mon.0) 5815 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.935412+0000 mon.a (mon.0) 5816 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.937866+0000 mon.a (mon.0) 5817 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.938723+0000 mon.a (mon.0) 5818 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[78949]: audit 2023-12-06T07:10:49.945892+0000 mon.a (mon.0) 5819 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.188323+0000 mon.a (mon.0) 5778 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.194984+0000 mon.a (mon.0) 5779 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.276403+0000 mon.a (mon.0) 5780 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.280341+0000 mon.a (mon.0) 5781 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.284450+0000 mon.a (mon.0) 5782 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.285813+0000 mon.a (mon.0) 5783 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.293757+0000 mon.a (mon.0) 5784 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.371739+0000 mon.a (mon.0) 5785 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.378792+0000 mon.a (mon.0) 5786 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.381376+0000 mon.a (mon.0) 5787 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.382303+0000 mon.a (mon.0) 5788 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.387869+0000 mon.a (mon.0) 5789 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.451506+0000 mon.a (mon.0) 5790 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.453490+0000 mon.a (mon.0) 5791 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.456043+0000 mon.a (mon.0) 5792 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.457146+0000 mon.a (mon.0) 5793 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.464017+0000 mon.a (mon.0) 5794 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.541701+0000 mon.a (mon.0) 5795 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.546214+0000 mon.a (mon.0) 5796 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.550266+0000 mon.a (mon.0) 5797 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.551713+0000 mon.a (mon.0) 5798 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.560586+0000 mon.a (mon.0) 5799 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.640643+0000 mon.a (mon.0) 5800 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.643575+0000 mon.a (mon.0) 5801 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.646313+0000 mon.a (mon.0) 5802 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.647391+0000 mon.a (mon.0) 5803 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.653557+0000 mon.a (mon.0) 5804 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.731966+0000 mon.a (mon.0) 5805 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.735204+0000 mon.a (mon.0) 5806 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.738671+0000 mon.a (mon.0) 5807 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.740020+0000 mon.a (mon.0) 5808 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.748625+0000 mon.a (mon.0) 5809 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.831402+0000 mon.a (mon.0) 5810 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.834227+0000 mon.a (mon.0) 5811 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.837323+0000 mon.a (mon.0) 5812 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.838587+0000 mon.a (mon.0) 5813 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.846851+0000 mon.a (mon.0) 5814 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.933195+0000 mon.a (mon.0) 5815 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.935412+0000 mon.a (mon.0) 5816 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.937866+0000 mon.a (mon.0) 5817 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.938723+0000 mon.a (mon.0) 5818 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.291 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:50 smithi040 bash[84914]: audit 2023-12-06T07:10:49.945892+0000 mon.a (mon.0) 5819 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: cephadm 2023-12-06T07:10:48.255517+0000 mgr.y (mgr.25474) 2033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: cephadm 2023-12-06T07:10:48.340867+0000 mgr.y (mgr.25474) 2034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: cephadm 2023-12-06T07:10:48.438393+0000 mgr.y (mgr.25474) 2035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: cephadm 2023-12-06T07:10:48.535085+0000 mgr.y (mgr.25474) 2036 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: cephadm 2023-12-06T07:10:48.630070+0000 mgr.y (mgr.25474) 2037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: cephadm 2023-12-06T07:10:48.724931+0000 mgr.y (mgr.25474) 2038 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: cephadm 2023-12-06T07:10:48.823710+0000 mgr.y (mgr.25474) 2039 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: cephadm 2023-12-06T07:10:48.916214+0000 mgr.y (mgr.25474) 2040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: cluster 2023-12-06T07:10:49.014421+0000 mgr.y (mgr.25474) 2041 : cluster 0 pgmap v290: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:10:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.017981+0000 mon.a (mon.0) 5769 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: cephadm 2023-12-06T07:10:49.018615+0000 mgr.y (mgr.25474) 2042 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.085984+0000 mon.a (mon.0) 5770 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.088247+0000 mon.a (mon.0) 5771 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.091327+0000 mon.a (mon.0) 5772 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.092246+0000 mon.a (mon.0) 5773 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.098100+0000 mon.a (mon.0) 5774 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: cephadm 2023-12-06T07:10:49.098954+0000 mgr.y (mgr.25474) 2043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.180534+0000 mon.a (mon.0) 5775 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.184015+0000 mon.a (mon.0) 5776 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.187007+0000 mon.a (mon.0) 5777 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.188323+0000 mon.a (mon.0) 5778 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.194984+0000 mon.a (mon.0) 5779 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.276403+0000 mon.a (mon.0) 5780 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.280341+0000 mon.a (mon.0) 5781 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.284450+0000 mon.a (mon.0) 5782 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.285813+0000 mon.a (mon.0) 5783 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.293757+0000 mon.a (mon.0) 5784 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.371739+0000 mon.a (mon.0) 5785 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.378792+0000 mon.a (mon.0) 5786 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.381376+0000 mon.a (mon.0) 5787 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.382303+0000 mon.a (mon.0) 5788 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.387869+0000 mon.a (mon.0) 5789 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.451506+0000 mon.a (mon.0) 5790 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.453490+0000 mon.a (mon.0) 5791 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.456043+0000 mon.a (mon.0) 5792 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.457146+0000 mon.a (mon.0) 5793 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.464017+0000 mon.a (mon.0) 5794 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.541701+0000 mon.a (mon.0) 5795 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.546214+0000 mon.a (mon.0) 5796 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.550266+0000 mon.a (mon.0) 5797 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.551713+0000 mon.a (mon.0) 5798 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.560586+0000 mon.a (mon.0) 5799 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.640643+0000 mon.a (mon.0) 5800 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.643575+0000 mon.a (mon.0) 5801 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.646313+0000 mon.a (mon.0) 5802 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.647391+0000 mon.a (mon.0) 5803 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.653557+0000 mon.a (mon.0) 5804 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.731966+0000 mon.a (mon.0) 5805 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.735204+0000 mon.a (mon.0) 5806 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.738671+0000 mon.a (mon.0) 5807 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.740020+0000 mon.a (mon.0) 5808 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.748625+0000 mon.a (mon.0) 5809 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.831402+0000 mon.a (mon.0) 5810 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.834227+0000 mon.a (mon.0) 5811 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.837323+0000 mon.a (mon.0) 5812 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.838587+0000 mon.a (mon.0) 5813 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.846851+0000 mon.a (mon.0) 5814 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:50.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.933195+0000 mon.a (mon.0) 5815 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:50.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.935412+0000 mon.a (mon.0) 5816 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:50.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.937866+0000 mon.a (mon.0) 5817 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:50.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.938723+0000 mon.a (mon.0) 5818 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:50.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:50 smithi141 bash[72190]: audit 2023-12-06T07:10:49.945892+0000 mon.a (mon.0) 5819 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: cephadm 2023-12-06T07:10:49.195590+0000 mgr.y (mgr.25474) 2044 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: cephadm 2023-12-06T07:10:49.294396+0000 mgr.y (mgr.25474) 2045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: cephadm 2023-12-06T07:10:49.388467+0000 mgr.y (mgr.25474) 2046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: cephadm 2023-12-06T07:10:49.464526+0000 mgr.y (mgr.25474) 2047 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: cephadm 2023-12-06T07:10:49.561131+0000 mgr.y (mgr.25474) 2048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: cephadm 2023-12-06T07:10:49.654120+0000 mgr.y (mgr.25474) 2049 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: cephadm 2023-12-06T07:10:49.749258+0000 mgr.y (mgr.25474) 2050 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: cephadm 2023-12-06T07:10:49.847688+0000 mgr.y (mgr.25474) 2051 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: cephadm 2023-12-06T07:10:49.946718+0000 mgr.y (mgr.25474) 2052 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.029683+0000 mon.a (mon.0) 5820 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.031842+0000 mon.a (mon.0) 5821 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.033857+0000 mon.a (mon.0) 5822 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.034532+0000 mon.a (mon.0) 5823 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.039066+0000 mon.a (mon.0) 5824 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: cephadm 2023-12-06T07:10:50.039598+0000 mgr.y (mgr.25474) 2053 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.100966+0000 mon.a (mon.0) 5825 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.105777+0000 mon.a (mon.0) 5826 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.110151+0000 mon.a (mon.0) 5827 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.111337+0000 mon.a (mon.0) 5828 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.120384+0000 mon.a (mon.0) 5829 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: cephadm 2023-12-06T07:10:50.121026+0000 mgr.y (mgr.25474) 2054 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.185937+0000 mon.a (mon.0) 5830 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.188173+0000 mon.a (mon.0) 5831 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.191119+0000 mon.a (mon.0) 5832 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.192169+0000 mon.a (mon.0) 5833 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.200550+0000 mon.a (mon.0) 5834 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.278929+0000 mon.a (mon.0) 5835 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.283963+0000 mon.a (mon.0) 5836 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.287524+0000 mon.a (mon.0) 5837 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.288992+0000 mon.a (mon.0) 5838 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.296944+0000 mon.a (mon.0) 5839 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.378797+0000 mon.a (mon.0) 5840 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.381271+0000 mon.a (mon.0) 5841 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.384342+0000 mon.a (mon.0) 5842 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.385251+0000 mon.a (mon.0) 5843 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.393535+0000 mon.a (mon.0) 5844 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.473839+0000 mon.a (mon.0) 5845 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.478070+0000 mon.a (mon.0) 5846 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.481587+0000 mon.a (mon.0) 5847 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.482765+0000 mon.a (mon.0) 5848 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.490076+0000 mon.a (mon.0) 5849 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.567866+0000 mon.a (mon.0) 5850 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.571065+0000 mon.a (mon.0) 5851 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.574727+0000 mon.a (mon.0) 5852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.576105+0000 mon.a (mon.0) 5853 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.584239+0000 mon.a (mon.0) 5854 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.663882+0000 mon.a (mon.0) 5855 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.666993+0000 mon.a (mon.0) 5856 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.670505+0000 mon.a (mon.0) 5857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.671881+0000 mon.a (mon.0) 5858 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.679006+0000 mon.a (mon.0) 5859 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.762009+0000 mon.a (mon.0) 5860 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.764370+0000 mon.a (mon.0) 5861 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.766678+0000 mon.a (mon.0) 5862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.767681+0000 mon.a (mon.0) 5863 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.773287+0000 mon.a (mon.0) 5864 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.852570+0000 mon.a (mon.0) 5865 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.856548+0000 mon.a (mon.0) 5866 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.860190+0000 mon.a (mon.0) 5867 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.861523+0000 mon.a (mon.0) 5868 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.870266+0000 mon.a (mon.0) 5869 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.951937+0000 mon.a (mon.0) 5870 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.954325+0000 mon.a (mon.0) 5871 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.957134+0000 mon.a (mon.0) 5872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.958478+0000 mon.a (mon.0) 5873 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[72190]: audit 2023-12-06T07:10:50.968359+0000 mon.a (mon.0) 5874 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: cephadm 2023-12-06T07:10:49.195590+0000 mgr.y (mgr.25474) 2044 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: cephadm 2023-12-06T07:10:49.294396+0000 mgr.y (mgr.25474) 2045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: cephadm 2023-12-06T07:10:49.388467+0000 mgr.y (mgr.25474) 2046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: cephadm 2023-12-06T07:10:49.464526+0000 mgr.y (mgr.25474) 2047 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: cephadm 2023-12-06T07:10:49.561131+0000 mgr.y (mgr.25474) 2048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: cephadm 2023-12-06T07:10:49.654120+0000 mgr.y (mgr.25474) 2049 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: cephadm 2023-12-06T07:10:49.749258+0000 mgr.y (mgr.25474) 2050 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: cephadm 2023-12-06T07:10:49.847688+0000 mgr.y (mgr.25474) 2051 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: cephadm 2023-12-06T07:10:49.946718+0000 mgr.y (mgr.25474) 2052 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.029683+0000 mon.a (mon.0) 5820 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.031842+0000 mon.a (mon.0) 5821 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.033857+0000 mon.a (mon.0) 5822 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.034532+0000 mon.a (mon.0) 5823 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.039066+0000 mon.a (mon.0) 5824 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: cephadm 2023-12-06T07:10:50.039598+0000 mgr.y (mgr.25474) 2053 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.100966+0000 mon.a (mon.0) 5825 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.105777+0000 mon.a (mon.0) 5826 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.110151+0000 mon.a (mon.0) 5827 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.111337+0000 mon.a (mon.0) 5828 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.120384+0000 mon.a (mon.0) 5829 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: cephadm 2023-12-06T07:10:50.121026+0000 mgr.y (mgr.25474) 2054 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.185937+0000 mon.a (mon.0) 5830 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.188173+0000 mon.a (mon.0) 5831 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.191119+0000 mon.a (mon.0) 5832 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.192169+0000 mon.a (mon.0) 5833 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.200550+0000 mon.a (mon.0) 5834 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.278929+0000 mon.a (mon.0) 5835 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.283963+0000 mon.a (mon.0) 5836 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.287524+0000 mon.a (mon.0) 5837 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.288992+0000 mon.a (mon.0) 5838 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.296944+0000 mon.a (mon.0) 5839 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.378797+0000 mon.a (mon.0) 5840 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.381271+0000 mon.a (mon.0) 5841 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.384342+0000 mon.a (mon.0) 5842 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.385251+0000 mon.a (mon.0) 5843 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.393535+0000 mon.a (mon.0) 5844 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.473839+0000 mon.a (mon.0) 5845 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.478070+0000 mon.a (mon.0) 5846 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.481587+0000 mon.a (mon.0) 5847 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.482765+0000 mon.a (mon.0) 5848 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.490076+0000 mon.a (mon.0) 5849 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.567866+0000 mon.a (mon.0) 5850 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.571065+0000 mon.a (mon.0) 5851 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.574727+0000 mon.a (mon.0) 5852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.576105+0000 mon.a (mon.0) 5853 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.584239+0000 mon.a (mon.0) 5854 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.663882+0000 mon.a (mon.0) 5855 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.666993+0000 mon.a (mon.0) 5856 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.670505+0000 mon.a (mon.0) 5857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.671881+0000 mon.a (mon.0) 5858 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.679006+0000 mon.a (mon.0) 5859 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.762009+0000 mon.a (mon.0) 5860 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.764370+0000 mon.a (mon.0) 5861 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.766678+0000 mon.a (mon.0) 5862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.767681+0000 mon.a (mon.0) 5863 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.773287+0000 mon.a (mon.0) 5864 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.852570+0000 mon.a (mon.0) 5865 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.856548+0000 mon.a (mon.0) 5866 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.860190+0000 mon.a (mon.0) 5867 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.861523+0000 mon.a (mon.0) 5868 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.870266+0000 mon.a (mon.0) 5869 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.951937+0000 mon.a (mon.0) 5870 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.954325+0000 mon.a (mon.0) 5871 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.957134+0000 mon.a (mon.0) 5872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.958478+0000 mon.a (mon.0) 5873 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[84914]: audit 2023-12-06T07:10:50.968359+0000 mon.a (mon.0) 5874 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: cephadm 2023-12-06T07:10:49.195590+0000 mgr.y (mgr.25474) 2044 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: cephadm 2023-12-06T07:10:49.294396+0000 mgr.y (mgr.25474) 2045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: cephadm 2023-12-06T07:10:49.388467+0000 mgr.y (mgr.25474) 2046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: cephadm 2023-12-06T07:10:49.464526+0000 mgr.y (mgr.25474) 2047 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: cephadm 2023-12-06T07:10:49.561131+0000 mgr.y (mgr.25474) 2048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: cephadm 2023-12-06T07:10:49.654120+0000 mgr.y (mgr.25474) 2049 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: cephadm 2023-12-06T07:10:49.749258+0000 mgr.y (mgr.25474) 2050 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: cephadm 2023-12-06T07:10:49.847688+0000 mgr.y (mgr.25474) 2051 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: cephadm 2023-12-06T07:10:49.946718+0000 mgr.y (mgr.25474) 2052 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.029683+0000 mon.a (mon.0) 5820 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.031842+0000 mon.a (mon.0) 5821 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.033857+0000 mon.a (mon.0) 5822 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.034532+0000 mon.a (mon.0) 5823 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.039066+0000 mon.a (mon.0) 5824 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: cephadm 2023-12-06T07:10:50.039598+0000 mgr.y (mgr.25474) 2053 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.100966+0000 mon.a (mon.0) 5825 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.105777+0000 mon.a (mon.0) 5826 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.110151+0000 mon.a (mon.0) 5827 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.111337+0000 mon.a (mon.0) 5828 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.120384+0000 mon.a (mon.0) 5829 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: cephadm 2023-12-06T07:10:50.121026+0000 mgr.y (mgr.25474) 2054 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:51.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.185937+0000 mon.a (mon.0) 5830 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.188173+0000 mon.a (mon.0) 5831 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.191119+0000 mon.a (mon.0) 5832 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.192169+0000 mon.a (mon.0) 5833 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.200550+0000 mon.a (mon.0) 5834 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.278929+0000 mon.a (mon.0) 5835 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.283963+0000 mon.a (mon.0) 5836 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.287524+0000 mon.a (mon.0) 5837 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.288992+0000 mon.a (mon.0) 5838 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.296944+0000 mon.a (mon.0) 5839 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.378797+0000 mon.a (mon.0) 5840 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.381271+0000 mon.a (mon.0) 5841 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.384342+0000 mon.a (mon.0) 5842 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.385251+0000 mon.a (mon.0) 5843 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.393535+0000 mon.a (mon.0) 5844 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.473839+0000 mon.a (mon.0) 5845 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.478070+0000 mon.a (mon.0) 5846 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.481587+0000 mon.a (mon.0) 5847 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.482765+0000 mon.a (mon.0) 5848 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.490076+0000 mon.a (mon.0) 5849 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.567866+0000 mon.a (mon.0) 5850 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.571065+0000 mon.a (mon.0) 5851 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.574727+0000 mon.a (mon.0) 5852 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.576105+0000 mon.a (mon.0) 5853 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.584239+0000 mon.a (mon.0) 5854 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.663882+0000 mon.a (mon.0) 5855 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.666993+0000 mon.a (mon.0) 5856 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.670505+0000 mon.a (mon.0) 5857 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.671881+0000 mon.a (mon.0) 5858 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.679006+0000 mon.a (mon.0) 5859 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.762009+0000 mon.a (mon.0) 5860 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.764370+0000 mon.a (mon.0) 5861 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.766678+0000 mon.a (mon.0) 5862 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.767681+0000 mon.a (mon.0) 5863 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.773287+0000 mon.a (mon.0) 5864 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.852570+0000 mon.a (mon.0) 5865 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.856548+0000 mon.a (mon.0) 5866 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.860190+0000 mon.a (mon.0) 5867 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.861523+0000 mon.a (mon.0) 5868 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.870266+0000 mon.a (mon.0) 5869 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:51.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.951937+0000 mon.a (mon.0) 5870 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:51.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.954325+0000 mon.a (mon.0) 5871 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:51.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.957134+0000 mon.a (mon.0) 5872 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:51.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.958478+0000 mon.a (mon.0) 5873 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:51.542 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:51 smithi040 bash[78949]: audit 2023-12-06T07:10:50.968359+0000 mon.a (mon.0) 5874 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.208 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[89952]: debug 2023-12-06T07:10:51.855+0000 7f721afab640 -1 osd.7 0 read_superblock omap replica is missing. 2023-12-06T07:10:52.209 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:51 smithi141 bash[89952]: debug 2023-12-06T07:10:51.895+0000 7f721afab640 -1 osd.7 147 log_to_monitors true 2023-12-06T07:10:52.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: cephadm 2023-12-06T07:10:50.201212+0000 mgr.y (mgr.25474) 2055 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: cephadm 2023-12-06T07:10:50.297668+0000 mgr.y (mgr.25474) 2056 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: cephadm 2023-12-06T07:10:50.394339+0000 mgr.y (mgr.25474) 2057 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: cephadm 2023-12-06T07:10:50.490810+0000 mgr.y (mgr.25474) 2058 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: cephadm 2023-12-06T07:10:50.584875+0000 mgr.y (mgr.25474) 2059 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: cephadm 2023-12-06T07:10:50.679659+0000 mgr.y (mgr.25474) 2060 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: cephadm 2023-12-06T07:10:50.773688+0000 mgr.y (mgr.25474) 2061 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: cephadm 2023-12-06T07:10:50.871008+0000 mgr.y (mgr.25474) 2062 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: cephadm 2023-12-06T07:10:50.969134+0000 mgr.y (mgr.25474) 2063 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: cluster 2023-12-06T07:10:51.015924+0000 mgr.y (mgr.25474) 2064 : cluster 0 pgmap v291: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:10:52.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.045406+0000 mon.a (mon.0) 5875 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.047305+0000 mon.a (mon.0) 5876 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.049262+0000 mon.a (mon.0) 5877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.050046+0000 mon.a (mon.0) 5878 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.058006+0000 mon.a (mon.0) 5879 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: cephadm 2023-12-06T07:10:51.058539+0000 mgr.y (mgr.25474) 2065 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.136546+0000 mon.a (mon.0) 5880 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.139180+0000 mon.a (mon.0) 5881 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.141589+0000 mon.a (mon.0) 5882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.142480+0000 mon.a (mon.0) 5883 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.153138+0000 mon.a (mon.0) 5884 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: cephadm 2023-12-06T07:10:51.153866+0000 mgr.y (mgr.25474) 2066 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.235641+0000 mon.a (mon.0) 5885 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.239776+0000 mon.a (mon.0) 5886 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.243222+0000 mon.a (mon.0) 5887 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.244347+0000 mon.a (mon.0) 5888 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.252617+0000 mon.a (mon.0) 5889 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.337225+0000 mon.a (mon.0) 5890 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.339798+0000 mon.a (mon.0) 5891 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.342923+0000 mon.a (mon.0) 5892 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.343961+0000 mon.a (mon.0) 5893 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.350472+0000 mon.a (mon.0) 5894 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.431884+0000 mon.a (mon.0) 5895 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.434442+0000 mon.a (mon.0) 5896 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.437457+0000 mon.a (mon.0) 5897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.438719+0000 mon.a (mon.0) 5898 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.446224+0000 mon.a (mon.0) 5899 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.528034+0000 mon.a (mon.0) 5900 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.530236+0000 mon.a (mon.0) 5901 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.532822+0000 mon.a (mon.0) 5902 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.533688+0000 mon.a (mon.0) 5903 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.539344+0000 mon.a (mon.0) 5904 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.624403+0000 mon.a (mon.0) 5905 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.627454+0000 mon.a (mon.0) 5906 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.630331+0000 mon.a (mon.0) 5907 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.631730+0000 mon.a (mon.0) 5908 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.639819+0000 mon.a (mon.0) 5909 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.723602+0000 mon.a (mon.0) 5910 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.726148+0000 mon.a (mon.0) 5911 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.729697+0000 mon.a (mon.0) 5912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.730813+0000 mon.a (mon.0) 5913 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.740949+0000 mon.a (mon.0) 5914 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.821193+0000 mon.a (mon.0) 5915 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.823361+0000 mon.a (mon.0) 5916 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.826288+0000 mon.a (mon.0) 5917 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.827309+0000 mon.a (mon.0) 5918 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.835203+0000 mon.a (mon.0) 5919 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.900350+0000 mon.a (mon.0) 5920 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:10:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.903402+0000 mon.b (mon.2) 11 : audit 1 from='osd.7 [v2:172.21.15.141:6824/1989984473,v1:172.21.15.141:6825/1989984473]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:10:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.915838+0000 mon.a (mon.0) 5921 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.918505+0000 mon.a (mon.0) 5922 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.921247+0000 mon.a (mon.0) 5923 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.922244+0000 mon.a (mon.0) 5924 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:51.928661+0000 mon.a (mon.0) 5925 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:52.008868+0000 mon.a (mon.0) 5926 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:52.011692+0000 mon.a (mon.0) 5927 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:52.015046+0000 mon.a (mon.0) 5928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[72190]: audit 2023-12-06T07:10:52.016753+0000 mon.a (mon.0) 5929 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: cephadm 2023-12-06T07:10:50.201212+0000 mgr.y (mgr.25474) 2055 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: cephadm 2023-12-06T07:10:50.297668+0000 mgr.y (mgr.25474) 2056 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: cephadm 2023-12-06T07:10:50.394339+0000 mgr.y (mgr.25474) 2057 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: cephadm 2023-12-06T07:10:50.490810+0000 mgr.y (mgr.25474) 2058 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: cephadm 2023-12-06T07:10:50.584875+0000 mgr.y (mgr.25474) 2059 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: cephadm 2023-12-06T07:10:50.679659+0000 mgr.y (mgr.25474) 2060 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: cephadm 2023-12-06T07:10:50.773688+0000 mgr.y (mgr.25474) 2061 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: cephadm 2023-12-06T07:10:50.871008+0000 mgr.y (mgr.25474) 2062 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: cephadm 2023-12-06T07:10:50.969134+0000 mgr.y (mgr.25474) 2063 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: cluster 2023-12-06T07:10:51.015924+0000 mgr.y (mgr.25474) 2064 : cluster 0 pgmap v291: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:10:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.045406+0000 mon.a (mon.0) 5875 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.047305+0000 mon.a (mon.0) 5876 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.049262+0000 mon.a (mon.0) 5877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.050046+0000 mon.a (mon.0) 5878 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.058006+0000 mon.a (mon.0) 5879 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: cephadm 2023-12-06T07:10:51.058539+0000 mgr.y (mgr.25474) 2065 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.136546+0000 mon.a (mon.0) 5880 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.139180+0000 mon.a (mon.0) 5881 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.141589+0000 mon.a (mon.0) 5882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.142480+0000 mon.a (mon.0) 5883 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: cephadm 2023-12-06T07:10:50.201212+0000 mgr.y (mgr.25474) 2055 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: cephadm 2023-12-06T07:10:50.297668+0000 mgr.y (mgr.25474) 2056 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: cephadm 2023-12-06T07:10:50.394339+0000 mgr.y (mgr.25474) 2057 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: cephadm 2023-12-06T07:10:50.490810+0000 mgr.y (mgr.25474) 2058 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: cephadm 2023-12-06T07:10:50.584875+0000 mgr.y (mgr.25474) 2059 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: cephadm 2023-12-06T07:10:50.679659+0000 mgr.y (mgr.25474) 2060 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: cephadm 2023-12-06T07:10:50.773688+0000 mgr.y (mgr.25474) 2061 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: cephadm 2023-12-06T07:10:50.871008+0000 mgr.y (mgr.25474) 2062 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: cephadm 2023-12-06T07:10:50.969134+0000 mgr.y (mgr.25474) 2063 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: cluster 2023-12-06T07:10:51.015924+0000 mgr.y (mgr.25474) 2064 : cluster 0 pgmap v291: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-06T07:10:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.045406+0000 mon.a (mon.0) 5875 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.047305+0000 mon.a (mon.0) 5876 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.049262+0000 mon.a (mon.0) 5877 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.050046+0000 mon.a (mon.0) 5878 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.058006+0000 mon.a (mon.0) 5879 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: cephadm 2023-12-06T07:10:51.058539+0000 mgr.y (mgr.25474) 2065 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.136546+0000 mon.a (mon.0) 5880 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.139180+0000 mon.a (mon.0) 5881 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.141589+0000 mon.a (mon.0) 5882 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.142480+0000 mon.a (mon.0) 5883 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.153138+0000 mon.a (mon.0) 5884 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: cephadm 2023-12-06T07:10:51.153866+0000 mgr.y (mgr.25474) 2066 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.235641+0000 mon.a (mon.0) 5885 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.239776+0000 mon.a (mon.0) 5886 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.243222+0000 mon.a (mon.0) 5887 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.244347+0000 mon.a (mon.0) 5888 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.252617+0000 mon.a (mon.0) 5889 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.337225+0000 mon.a (mon.0) 5890 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.339798+0000 mon.a (mon.0) 5891 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.342923+0000 mon.a (mon.0) 5892 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.343961+0000 mon.a (mon.0) 5893 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.350472+0000 mon.a (mon.0) 5894 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.431884+0000 mon.a (mon.0) 5895 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.434442+0000 mon.a (mon.0) 5896 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.437457+0000 mon.a (mon.0) 5897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.438719+0000 mon.a (mon.0) 5898 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.446224+0000 mon.a (mon.0) 5899 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.528034+0000 mon.a (mon.0) 5900 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.530236+0000 mon.a (mon.0) 5901 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.532822+0000 mon.a (mon.0) 5902 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.153138+0000 mon.a (mon.0) 5884 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: cephadm 2023-12-06T07:10:51.153866+0000 mgr.y (mgr.25474) 2066 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:52.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.235641+0000 mon.a (mon.0) 5885 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.535 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.239776+0000 mon.a (mon.0) 5886 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.243222+0000 mon.a (mon.0) 5887 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.244347+0000 mon.a (mon.0) 5888 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.252617+0000 mon.a (mon.0) 5889 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.337225+0000 mon.a (mon.0) 5890 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.339798+0000 mon.a (mon.0) 5891 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.342923+0000 mon.a (mon.0) 5892 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.343961+0000 mon.a (mon.0) 5893 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.350472+0000 mon.a (mon.0) 5894 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.431884+0000 mon.a (mon.0) 5895 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.434442+0000 mon.a (mon.0) 5896 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.437457+0000 mon.a (mon.0) 5897 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.438719+0000 mon.a (mon.0) 5898 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.446224+0000 mon.a (mon.0) 5899 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.545 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.528034+0000 mon.a (mon.0) 5900 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.545 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.530236+0000 mon.a (mon.0) 5901 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.545 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.532822+0000 mon.a (mon.0) 5902 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.545 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.533688+0000 mon.a (mon.0) 5903 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.545 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.539344+0000 mon.a (mon.0) 5904 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.545 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.624403+0000 mon.a (mon.0) 5905 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.546 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.627454+0000 mon.a (mon.0) 5906 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.546 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.630331+0000 mon.a (mon.0) 5907 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.546 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.631730+0000 mon.a (mon.0) 5908 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.546 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.639819+0000 mon.a (mon.0) 5909 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.546 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.723602+0000 mon.a (mon.0) 5910 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.546 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.726148+0000 mon.a (mon.0) 5911 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.546 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.729697+0000 mon.a (mon.0) 5912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.546 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.730813+0000 mon.a (mon.0) 5913 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.546 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.740949+0000 mon.a (mon.0) 5914 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.546 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.821193+0000 mon.a (mon.0) 5915 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.547 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.823361+0000 mon.a (mon.0) 5916 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.547 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.826288+0000 mon.a (mon.0) 5917 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.547 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.827309+0000 mon.a (mon.0) 5918 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.547 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.835203+0000 mon.a (mon.0) 5919 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.547 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.900350+0000 mon.a (mon.0) 5920 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:10:52.547 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.903402+0000 mon.b (mon.2) 11 : audit 1 from='osd.7 [v2:172.21.15.141:6824/1989984473,v1:172.21.15.141:6825/1989984473]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:10:52.547 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.533688+0000 mon.a (mon.0) 5903 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.547 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.539344+0000 mon.a (mon.0) 5904 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.547 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.624403+0000 mon.a (mon.0) 5905 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.547 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.627454+0000 mon.a (mon.0) 5906 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.548 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.630331+0000 mon.a (mon.0) 5907 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.548 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.631730+0000 mon.a (mon.0) 5908 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.548 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.639819+0000 mon.a (mon.0) 5909 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.548 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.723602+0000 mon.a (mon.0) 5910 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.548 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.726148+0000 mon.a (mon.0) 5911 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.548 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.729697+0000 mon.a (mon.0) 5912 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.548 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.730813+0000 mon.a (mon.0) 5913 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.548 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.740949+0000 mon.a (mon.0) 5914 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.548 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.821193+0000 mon.a (mon.0) 5915 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.548 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.823361+0000 mon.a (mon.0) 5916 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.548 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.826288+0000 mon.a (mon.0) 5917 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.548 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.827309+0000 mon.a (mon.0) 5918 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.548 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.835203+0000 mon.a (mon.0) 5919 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.548 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.900350+0000 mon.a (mon.0) 5920 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:10:52.548 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.903402+0000 mon.b (mon.2) 11 : audit 1 from='osd.7 [v2:172.21.15.141:6824/1989984473,v1:172.21.15.141:6825/1989984473]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:10:52.549 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.915838+0000 mon.a (mon.0) 5921 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.549 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.918505+0000 mon.a (mon.0) 5922 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.549 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.921247+0000 mon.a (mon.0) 5923 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.549 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.922244+0000 mon.a (mon.0) 5924 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.549 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:51.928661+0000 mon.a (mon.0) 5925 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.549 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:52.008868+0000 mon.a (mon.0) 5926 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.549 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:52.011692+0000 mon.a (mon.0) 5927 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.549 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:52.015046+0000 mon.a (mon.0) 5928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.549 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[84914]: audit 2023-12-06T07:10:52.016753+0000 mon.a (mon.0) 5929 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.550 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.915838+0000 mon.a (mon.0) 5921 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.550 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.918505+0000 mon.a (mon.0) 5922 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.550 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.921247+0000 mon.a (mon.0) 5923 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.550 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.922244+0000 mon.a (mon.0) 5924 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:52.550 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:51.928661+0000 mon.a (mon.0) 5925 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:52.550 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:52.008868+0000 mon.a (mon.0) 5926 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:52.550 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:52.011692+0000 mon.a (mon.0) 5927 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:52.550 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:52.015046+0000 mon.a (mon.0) 5928 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:52.550 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:52 smithi040 bash[78949]: audit 2023-12-06T07:10:52.016753+0000 mon.a (mon.0) 5929 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.208 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:10:52 smithi141 bash[89952]: debug 2023-12-06T07:10:52.902+0000 7f7209416700 -1 osd.7 147 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:10:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: cephadm 2023-12-06T07:10:51.253310+0000 mgr.y (mgr.25474) 2067 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: cephadm 2023-12-06T07:10:51.351054+0000 mgr.y (mgr.25474) 2068 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: cephadm 2023-12-06T07:10:51.446792+0000 mgr.y (mgr.25474) 2069 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: cephadm 2023-12-06T07:10:51.540067+0000 mgr.y (mgr.25474) 2070 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: cephadm 2023-12-06T07:10:51.640879+0000 mgr.y (mgr.25474) 2071 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: cephadm 2023-12-06T07:10:51.741631+0000 mgr.y (mgr.25474) 2072 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: cephadm 2023-12-06T07:10:51.835826+0000 mgr.y (mgr.25474) 2073 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: cephadm 2023-12-06T07:10:51.929462+0000 mgr.y (mgr.25474) 2074 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.026727+0000 mon.a (mon.0) 5930 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: cephadm 2023-12-06T07:10:52.027302+0000 mgr.y (mgr.25474) 2075 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.109658+0000 mon.a (mon.0) 5931 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.113114+0000 mon.a (mon.0) 5932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.115895+0000 mon.a (mon.0) 5933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.116951+0000 mon.a (mon.0) 5934 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.124248+0000 mon.a (mon.0) 5935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: cephadm 2023-12-06T07:10:52.124965+0000 mgr.y (mgr.25474) 2076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.207131+0000 mon.a (mon.0) 5936 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.209313+0000 mon.a (mon.0) 5937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.211839+0000 mon.a (mon.0) 5938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.212954+0000 mon.a (mon.0) 5939 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.221921+0000 mon.a (mon.0) 5940 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.304125+0000 mon.a (mon.0) 5941 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.307296+0000 mon.a (mon.0) 5942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.310824+0000 mon.a (mon.0) 5943 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.311912+0000 mon.a (mon.0) 5944 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.319323+0000 mon.a (mon.0) 5945 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.402849+0000 mon.a (mon.0) 5946 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.405499+0000 mon.a (mon.0) 5947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.408748+0000 mon.a (mon.0) 5948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.410045+0000 mon.a (mon.0) 5949 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.419469+0000 mon.a (mon.0) 5950 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.498573+0000 mon.a (mon.0) 5951 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.501613+0000 mon.a (mon.0) 5952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.504289+0000 mon.a (mon.0) 5953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.505166+0000 mon.a (mon.0) 5954 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.512607+0000 mon.a (mon.0) 5955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.596127+0000 mon.a (mon.0) 5956 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.598681+0000 mon.a (mon.0) 5957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.601891+0000 mon.a (mon.0) 5958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.602878+0000 mon.a (mon.0) 5959 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.609179+0000 mon.a (mon.0) 5960 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.689194+0000 mon.a (mon.0) 5961 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.691223+0000 mon.a (mon.0) 5962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.694009+0000 mon.a (mon.0) 5963 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.694762+0000 mon.a (mon.0) 5964 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.700596+0000 mon.a (mon.0) 5965 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.764989+0000 mon.a (mon.0) 5966 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.767392+0000 mon.a (mon.0) 5967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.770005+0000 mon.a (mon.0) 5968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.770992+0000 mon.a (mon.0) 5969 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.776797+0000 mon.a (mon.0) 5970 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.783996+0000 mon.a (mon.0) 5971 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.785652+0000 mon.a (mon.0) 5972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:10:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.833745+0000 mon.a (mon.0) 5973 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T07:10:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: cluster 2023-12-06T07:10:52.837915+0000 mon.a (mon.0) 5974 : cluster 0 osdmap e150: 8 total, 7 up, 8 in 2023-12-06T07:10:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.845104+0000 mon.a (mon.0) 5975 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:10:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.848262+0000 mon.b (mon.2) 12 : audit 1 from='osd.7 [v2:172.21.15.141:6824/1989984473,v1:172.21.15.141:6825/1989984473]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:10:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.892769+0000 mon.a (mon.0) 5976 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.897682+0000 mon.a (mon.0) 5977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.902874+0000 mon.a (mon.0) 5978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.904113+0000 mon.a (mon.0) 5979 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:52.912604+0000 mon.a (mon.0) 5980 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:53.007426+0000 mon.a (mon.0) 5981 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:53.010404+0000 mon.a (mon.0) 5982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:53.014118+0000 mon.a (mon.0) 5983 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:53.015553+0000 mon.a (mon.0) 5984 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.214 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:53 smithi141 bash[72190]: audit 2023-12-06T07:10:53.023308+0000 mon.a (mon.0) 5985 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: cephadm 2023-12-06T07:10:51.253310+0000 mgr.y (mgr.25474) 2067 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: cephadm 2023-12-06T07:10:51.351054+0000 mgr.y (mgr.25474) 2068 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: cephadm 2023-12-06T07:10:51.446792+0000 mgr.y (mgr.25474) 2069 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: cephadm 2023-12-06T07:10:51.540067+0000 mgr.y (mgr.25474) 2070 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: cephadm 2023-12-06T07:10:51.640879+0000 mgr.y (mgr.25474) 2071 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: cephadm 2023-12-06T07:10:51.741631+0000 mgr.y (mgr.25474) 2072 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: cephadm 2023-12-06T07:10:51.835826+0000 mgr.y (mgr.25474) 2073 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: cephadm 2023-12-06T07:10:51.929462+0000 mgr.y (mgr.25474) 2074 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.026727+0000 mon.a (mon.0) 5930 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: cephadm 2023-12-06T07:10:52.027302+0000 mgr.y (mgr.25474) 2075 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.109658+0000 mon.a (mon.0) 5931 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.113114+0000 mon.a (mon.0) 5932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.115895+0000 mon.a (mon.0) 5933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.116951+0000 mon.a (mon.0) 5934 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.124248+0000 mon.a (mon.0) 5935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: cephadm 2023-12-06T07:10:52.124965+0000 mgr.y (mgr.25474) 2076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.207131+0000 mon.a (mon.0) 5936 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.209313+0000 mon.a (mon.0) 5937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.211839+0000 mon.a (mon.0) 5938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.212954+0000 mon.a (mon.0) 5939 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.221921+0000 mon.a (mon.0) 5940 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.304125+0000 mon.a (mon.0) 5941 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.307296+0000 mon.a (mon.0) 5942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.310824+0000 mon.a (mon.0) 5943 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.311912+0000 mon.a (mon.0) 5944 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.319323+0000 mon.a (mon.0) 5945 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.402849+0000 mon.a (mon.0) 5946 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.405499+0000 mon.a (mon.0) 5947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.408748+0000 mon.a (mon.0) 5948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.410045+0000 mon.a (mon.0) 5949 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.419469+0000 mon.a (mon.0) 5950 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.498573+0000 mon.a (mon.0) 5951 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.501613+0000 mon.a (mon.0) 5952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.504289+0000 mon.a (mon.0) 5953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.505166+0000 mon.a (mon.0) 5954 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.512607+0000 mon.a (mon.0) 5955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.596127+0000 mon.a (mon.0) 5956 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.598681+0000 mon.a (mon.0) 5957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.601891+0000 mon.a (mon.0) 5958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.602878+0000 mon.a (mon.0) 5959 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.609179+0000 mon.a (mon.0) 5960 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.689194+0000 mon.a (mon.0) 5961 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.691223+0000 mon.a (mon.0) 5962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.694009+0000 mon.a (mon.0) 5963 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.694762+0000 mon.a (mon.0) 5964 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.700596+0000 mon.a (mon.0) 5965 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.764989+0000 mon.a (mon.0) 5966 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.767392+0000 mon.a (mon.0) 5967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.770005+0000 mon.a (mon.0) 5968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.770992+0000 mon.a (mon.0) 5969 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.776797+0000 mon.a (mon.0) 5970 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.783996+0000 mon.a (mon.0) 5971 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.785652+0000 mon.a (mon.0) 5972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.833745+0000 mon.a (mon.0) 5973 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: cluster 2023-12-06T07:10:52.837915+0000 mon.a (mon.0) 5974 : cluster 0 osdmap e150: 8 total, 7 up, 8 in 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.845104+0000 mon.a (mon.0) 5975 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.848262+0000 mon.b (mon.2) 12 : audit 1 from='osd.7 [v2:172.21.15.141:6824/1989984473,v1:172.21.15.141:6825/1989984473]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.892769+0000 mon.a (mon.0) 5976 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.897682+0000 mon.a (mon.0) 5977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.902874+0000 mon.a (mon.0) 5978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.904113+0000 mon.a (mon.0) 5979 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:52.912604+0000 mon.a (mon.0) 5980 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:53.007426+0000 mon.a (mon.0) 5981 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:53.010404+0000 mon.a (mon.0) 5982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:53.014118+0000 mon.a (mon.0) 5983 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:53.015553+0000 mon.a (mon.0) 5984 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.536 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[84914]: audit 2023-12-06T07:10:53.023308+0000 mon.a (mon.0) 5985 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: cephadm 2023-12-06T07:10:51.253310+0000 mgr.y (mgr.25474) 2067 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: cephadm 2023-12-06T07:10:51.351054+0000 mgr.y (mgr.25474) 2068 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: cephadm 2023-12-06T07:10:51.446792+0000 mgr.y (mgr.25474) 2069 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: cephadm 2023-12-06T07:10:51.540067+0000 mgr.y (mgr.25474) 2070 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: cephadm 2023-12-06T07:10:51.640879+0000 mgr.y (mgr.25474) 2071 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: cephadm 2023-12-06T07:10:51.741631+0000 mgr.y (mgr.25474) 2072 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: cephadm 2023-12-06T07:10:51.835826+0000 mgr.y (mgr.25474) 2073 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: cephadm 2023-12-06T07:10:51.929462+0000 mgr.y (mgr.25474) 2074 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.026727+0000 mon.a (mon.0) 5930 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: cephadm 2023-12-06T07:10:52.027302+0000 mgr.y (mgr.25474) 2075 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.109658+0000 mon.a (mon.0) 5931 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.113114+0000 mon.a (mon.0) 5932 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.115895+0000 mon.a (mon.0) 5933 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.116951+0000 mon.a (mon.0) 5934 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.124248+0000 mon.a (mon.0) 5935 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: cephadm 2023-12-06T07:10:52.124965+0000 mgr.y (mgr.25474) 2076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.207131+0000 mon.a (mon.0) 5936 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.209313+0000 mon.a (mon.0) 5937 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.211839+0000 mon.a (mon.0) 5938 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.212954+0000 mon.a (mon.0) 5939 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.221921+0000 mon.a (mon.0) 5940 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.304125+0000 mon.a (mon.0) 5941 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.307296+0000 mon.a (mon.0) 5942 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.310824+0000 mon.a (mon.0) 5943 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.311912+0000 mon.a (mon.0) 5944 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.319323+0000 mon.a (mon.0) 5945 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.402849+0000 mon.a (mon.0) 5946 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.405499+0000 mon.a (mon.0) 5947 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.408748+0000 mon.a (mon.0) 5948 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.410045+0000 mon.a (mon.0) 5949 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.419469+0000 mon.a (mon.0) 5950 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.498573+0000 mon.a (mon.0) 5951 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.501613+0000 mon.a (mon.0) 5952 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.504289+0000 mon.a (mon.0) 5953 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.505166+0000 mon.a (mon.0) 5954 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.512607+0000 mon.a (mon.0) 5955 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.596127+0000 mon.a (mon.0) 5956 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.598681+0000 mon.a (mon.0) 5957 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.601891+0000 mon.a (mon.0) 5958 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.602878+0000 mon.a (mon.0) 5959 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.609179+0000 mon.a (mon.0) 5960 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.689194+0000 mon.a (mon.0) 5961 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.691223+0000 mon.a (mon.0) 5962 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.694009+0000 mon.a (mon.0) 5963 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.694762+0000 mon.a (mon.0) 5964 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.700596+0000 mon.a (mon.0) 5965 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.764989+0000 mon.a (mon.0) 5966 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.767392+0000 mon.a (mon.0) 5967 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.770005+0000 mon.a (mon.0) 5968 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.770992+0000 mon.a (mon.0) 5969 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.776797+0000 mon.a (mon.0) 5970 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.783996+0000 mon.a (mon.0) 5971 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.785652+0000 mon.a (mon.0) 5972 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:10:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.833745+0000 mon.a (mon.0) 5973 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T07:10:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: cluster 2023-12-06T07:10:52.837915+0000 mon.a (mon.0) 5974 : cluster 0 osdmap e150: 8 total, 7 up, 8 in 2023-12-06T07:10:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.845104+0000 mon.a (mon.0) 5975 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:10:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.848262+0000 mon.b (mon.2) 12 : audit 1 from='osd.7 [v2:172.21.15.141:6824/1989984473,v1:172.21.15.141:6825/1989984473]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-06T07:10:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.892769+0000 mon.a (mon.0) 5976 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.897682+0000 mon.a (mon.0) 5977 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.902874+0000 mon.a (mon.0) 5978 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.904113+0000 mon.a (mon.0) 5979 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:52.912604+0000 mon.a (mon.0) 5980 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:53.007426+0000 mon.a (mon.0) 5981 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:53.010404+0000 mon.a (mon.0) 5982 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:53.014118+0000 mon.a (mon.0) 5983 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:53.015553+0000 mon.a (mon.0) 5984 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:53.541 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:53 smithi040 bash[78949]: audit 2023-12-06T07:10:53.023308+0000 mon.a (mon.0) 5985 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: cephadm 2023-12-06T07:10:52.222561+0000 mgr.y (mgr.25474) 2077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: cephadm 2023-12-06T07:10:52.320081+0000 mgr.y (mgr.25474) 2078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: cephadm 2023-12-06T07:10:52.420012+0000 mgr.y (mgr.25474) 2079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: cephadm 2023-12-06T07:10:52.513552+0000 mgr.y (mgr.25474) 2080 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: cephadm 2023-12-06T07:10:52.609891+0000 mgr.y (mgr.25474) 2081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: cephadm 2023-12-06T07:10:52.701089+0000 mgr.y (mgr.25474) 2082 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: cephadm 2023-12-06T07:10:52.777296+0000 mgr.y (mgr.25474) 2083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: cephadm 2023-12-06T07:10:52.915109+0000 mgr.y (mgr.25474) 2084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: cluster 2023-12-06T07:10:53.016786+0000 mgr.y (mgr.25474) 2085 : cluster 0 pgmap v293: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 84/630 objects degraded (13.333%) 2023-12-06T07:10:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: cephadm 2023-12-06T07:10:53.023874+0000 mgr.y (mgr.25474) 2086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.310249+0000 mon.a (mon.0) 5986 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.396005+0000 mon.a (mon.0) 5987 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.398829+0000 mon.a (mon.0) 5988 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.404228+0000 mon.a (mon.0) 5989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.405277+0000 mon.a (mon.0) 5990 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.412806+0000 mon.a (mon.0) 5991 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.495574+0000 mon.a (mon.0) 5992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.499771+0000 mon.a (mon.0) 5993 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.503604+0000 mon.a (mon.0) 5994 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.505109+0000 mon.a (mon.0) 5995 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.517234+0000 mon.a (mon.0) 5996 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.628654+0000 mon.a (mon.0) 5997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.631629+0000 mon.a (mon.0) 5998 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.634827+0000 mon.a (mon.0) 5999 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.636024+0000 mon.a (mon.0) 6000 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.642025+0000 mon.a (mon.0) 6001 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.722318+0000 mon.a (mon.0) 6002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.724586+0000 mon.a (mon.0) 6003 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.727100+0000 mon.a (mon.0) 6004 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.727981+0000 mon.a (mon.0) 6005 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.734997+0000 mon.a (mon.0) 6006 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.818703+0000 mon.a (mon.0) 6007 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.821524+0000 mon.a (mon.0) 6008 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.825464+0000 mon.a (mon.0) 6009 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.826683+0000 mon.a (mon.0) 6010 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.835101+0000 mon.a (mon.0) 6011 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: cluster 2023-12-06T07:10:53.836467+0000 mon.a (mon.0) 6012 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:10:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: cluster 2023-12-06T07:10:53.841677+0000 mon.a (mon.0) 6013 : cluster 1 osd.7 [v2:172.21.15.141:6824/1989984473,v1:172.21.15.141:6825/1989984473] boot 2023-12-06T07:10:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: cluster 2023-12-06T07:10:53.841877+0000 mon.a (mon.0) 6014 : cluster 0 osdmap e151: 8 total, 8 up, 8 in 2023-12-06T07:10:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.846465+0000 mon.a (mon.0) 6015 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:10:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.918262+0000 mon.a (mon.0) 6016 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.920960+0000 mon.a (mon.0) 6017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.923662+0000 mon.a (mon.0) 6018 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.212 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.924747+0000 mon.a (mon.0) 6019 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:53.932237+0000 mon.a (mon.0) 6020 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:54.009837+0000 mon.a (mon.0) 6021 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:54.013126+0000 mon.a (mon.0) 6022 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:54.017313+0000 mon.a (mon.0) 6023 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:54.018873+0000 mon.a (mon.0) 6024 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.213 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:54 smithi141 bash[72190]: audit 2023-12-06T07:10:54.027628+0000 mon.a (mon.0) 6025 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: cephadm 2023-12-06T07:10:52.222561+0000 mgr.y (mgr.25474) 2077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: cephadm 2023-12-06T07:10:52.320081+0000 mgr.y (mgr.25474) 2078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: cephadm 2023-12-06T07:10:52.420012+0000 mgr.y (mgr.25474) 2079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: cephadm 2023-12-06T07:10:52.513552+0000 mgr.y (mgr.25474) 2080 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: cephadm 2023-12-06T07:10:52.609891+0000 mgr.y (mgr.25474) 2081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: cephadm 2023-12-06T07:10:52.701089+0000 mgr.y (mgr.25474) 2082 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: cephadm 2023-12-06T07:10:52.777296+0000 mgr.y (mgr.25474) 2083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: cephadm 2023-12-06T07:10:52.915109+0000 mgr.y (mgr.25474) 2084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: cluster 2023-12-06T07:10:53.016786+0000 mgr.y (mgr.25474) 2085 : cluster 0 pgmap v293: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 84/630 objects degraded (13.333%) 2023-12-06T07:10:54.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: cephadm 2023-12-06T07:10:53.023874+0000 mgr.y (mgr.25474) 2086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.310249+0000 mon.a (mon.0) 5986 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.396005+0000 mon.a (mon.0) 5987 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.398829+0000 mon.a (mon.0) 5988 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.404228+0000 mon.a (mon.0) 5989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.405277+0000 mon.a (mon.0) 5990 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.412806+0000 mon.a (mon.0) 5991 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.495574+0000 mon.a (mon.0) 5992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.499771+0000 mon.a (mon.0) 5993 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.503604+0000 mon.a (mon.0) 5994 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.532 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.505109+0000 mon.a (mon.0) 5995 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: cephadm 2023-12-06T07:10:52.222561+0000 mgr.y (mgr.25474) 2077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: cephadm 2023-12-06T07:10:52.320081+0000 mgr.y (mgr.25474) 2078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: cephadm 2023-12-06T07:10:52.420012+0000 mgr.y (mgr.25474) 2079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: cephadm 2023-12-06T07:10:52.513552+0000 mgr.y (mgr.25474) 2080 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: cephadm 2023-12-06T07:10:52.609891+0000 mgr.y (mgr.25474) 2081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: cephadm 2023-12-06T07:10:52.701089+0000 mgr.y (mgr.25474) 2082 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: cephadm 2023-12-06T07:10:52.777296+0000 mgr.y (mgr.25474) 2083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: cephadm 2023-12-06T07:10:52.915109+0000 mgr.y (mgr.25474) 2084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: cluster 2023-12-06T07:10:53.016786+0000 mgr.y (mgr.25474) 2085 : cluster 0 pgmap v293: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 84/630 objects degraded (13.333%) 2023-12-06T07:10:54.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: cephadm 2023-12-06T07:10:53.023874+0000 mgr.y (mgr.25474) 2086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:54.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.310249+0000 mon.a (mon.0) 5986 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.396005+0000 mon.a (mon.0) 5987 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.398829+0000 mon.a (mon.0) 5988 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.533 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.404228+0000 mon.a (mon.0) 5989 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.405277+0000 mon.a (mon.0) 5990 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.412806+0000 mon.a (mon.0) 5991 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.495574+0000 mon.a (mon.0) 5992 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.499771+0000 mon.a (mon.0) 5993 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.503604+0000 mon.a (mon.0) 5994 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.505109+0000 mon.a (mon.0) 5995 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.517234+0000 mon.a (mon.0) 5996 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.628654+0000 mon.a (mon.0) 5997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.631629+0000 mon.a (mon.0) 5998 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.634827+0000 mon.a (mon.0) 5999 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.636024+0000 mon.a (mon.0) 6000 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.534 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.642025+0000 mon.a (mon.0) 6001 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.722318+0000 mon.a (mon.0) 6002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.724586+0000 mon.a (mon.0) 6003 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.727100+0000 mon.a (mon.0) 6004 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.727981+0000 mon.a (mon.0) 6005 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.734997+0000 mon.a (mon.0) 6006 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.818703+0000 mon.a (mon.0) 6007 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.821524+0000 mon.a (mon.0) 6008 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.825464+0000 mon.a (mon.0) 6009 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.826683+0000 mon.a (mon.0) 6010 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.835101+0000 mon.a (mon.0) 6011 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: cluster 2023-12-06T07:10:53.836467+0000 mon.a (mon.0) 6012 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:10:54.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: cluster 2023-12-06T07:10:53.841677+0000 mon.a (mon.0) 6013 : cluster 1 osd.7 [v2:172.21.15.141:6824/1989984473,v1:172.21.15.141:6825/1989984473] boot 2023-12-06T07:10:54.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: cluster 2023-12-06T07:10:53.841877+0000 mon.a (mon.0) 6014 : cluster 0 osdmap e151: 8 total, 8 up, 8 in 2023-12-06T07:10:54.535 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.846465+0000 mon.a (mon.0) 6015 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:10:54.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.517234+0000 mon.a (mon.0) 5996 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.628654+0000 mon.a (mon.0) 5997 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.631629+0000 mon.a (mon.0) 5998 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.634827+0000 mon.a (mon.0) 5999 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.636024+0000 mon.a (mon.0) 6000 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.642025+0000 mon.a (mon.0) 6001 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.722318+0000 mon.a (mon.0) 6002 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.724586+0000 mon.a (mon.0) 6003 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.727100+0000 mon.a (mon.0) 6004 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.536 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.727981+0000 mon.a (mon.0) 6005 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.734997+0000 mon.a (mon.0) 6006 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.818703+0000 mon.a (mon.0) 6007 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.821524+0000 mon.a (mon.0) 6008 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.825464+0000 mon.a (mon.0) 6009 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.826683+0000 mon.a (mon.0) 6010 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.835101+0000 mon.a (mon.0) 6011 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: cluster 2023-12-06T07:10:53.836467+0000 mon.a (mon.0) 6012 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:10:54.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: cluster 2023-12-06T07:10:53.841677+0000 mon.a (mon.0) 6013 : cluster 1 osd.7 [v2:172.21.15.141:6824/1989984473,v1:172.21.15.141:6825/1989984473] boot 2023-12-06T07:10:54.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: cluster 2023-12-06T07:10:53.841877+0000 mon.a (mon.0) 6014 : cluster 0 osdmap e151: 8 total, 8 up, 8 in 2023-12-06T07:10:54.537 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.846465+0000 mon.a (mon.0) 6015 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:10:54.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.918262+0000 mon.a (mon.0) 6016 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.920960+0000 mon.a (mon.0) 6017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.923662+0000 mon.a (mon.0) 6018 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.924747+0000 mon.a (mon.0) 6019 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:53.932237+0000 mon.a (mon.0) 6020 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:54.009837+0000 mon.a (mon.0) 6021 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:54.013126+0000 mon.a (mon.0) 6022 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:54.017313+0000 mon.a (mon.0) 6023 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:54.018873+0000 mon.a (mon.0) 6024 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.538 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[84914]: audit 2023-12-06T07:10:54.027628+0000 mon.a (mon.0) 6025 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.538 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.918262+0000 mon.a (mon.0) 6016 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.920960+0000 mon.a (mon.0) 6017 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.923662+0000 mon.a (mon.0) 6018 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.924747+0000 mon.a (mon.0) 6019 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:53.932237+0000 mon.a (mon.0) 6020 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:54.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:54.009837+0000 mon.a (mon.0) 6021 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:54.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:54.013126+0000 mon.a (mon.0) 6022 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:54.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:54.017313+0000 mon.a (mon.0) 6023 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:54.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:54.018873+0000 mon.a (mon.0) 6024 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:54.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:54 smithi040 bash[78949]: audit 2023-12-06T07:10:54.027628+0000 mon.a (mon.0) 6025 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: cephadm 2023-12-06T07:10:53.413509+0000 mgr.y (mgr.25474) 2087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: cephadm 2023-12-06T07:10:53.518101+0000 mgr.y (mgr.25474) 2088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: cephadm 2023-12-06T07:10:53.642620+0000 mgr.y (mgr.25474) 2089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.315 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: cephadm 2023-12-06T07:10:53.735563+0000 mgr.y (mgr.25474) 2090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: cephadm 2023-12-06T07:10:53.835751+0000 mgr.y (mgr.25474) 2091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: cephadm 2023-12-06T07:10:53.932852+0000 mgr.y (mgr.25474) 2092 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: cephadm 2023-12-06T07:10:54.028255+0000 mgr.y (mgr.25474) 2093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.091704+0000 mgr.y (mgr.25474) 2094 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:55.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.110894+0000 mon.a (mon.0) 6026 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.113787+0000 mon.a (mon.0) 6027 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.116950+0000 mon.a (mon.0) 6028 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.118151+0000 mon.a (mon.0) 6029 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.316 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.125121+0000 mon.a (mon.0) 6030 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: cephadm 2023-12-06T07:10:54.125659+0000 mgr.y (mgr.25474) 2095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.202577+0000 mon.a (mon.0) 6031 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.205696+0000 mon.a (mon.0) 6032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.209485+0000 mon.a (mon.0) 6033 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.210728+0000 mon.a (mon.0) 6034 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.218862+0000 mon.a (mon.0) 6035 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.317 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.303260+0000 mon.a (mon.0) 6036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.305914+0000 mon.a (mon.0) 6037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.309127+0000 mon.a (mon.0) 6038 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.318 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.310364+0000 mon.a (mon.0) 6039 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.317628+0000 mon.a (mon.0) 6040 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.397216+0000 mon.a (mon.0) 6041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.399575+0000 mon.a (mon.0) 6042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.402283+0000 mon.a (mon.0) 6043 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.403337+0000 mon.a (mon.0) 6044 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.319 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.412228+0000 mon.a (mon.0) 6045 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.320 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.491952+0000 mon.a (mon.0) 6046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.320 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.494024+0000 mon.a (mon.0) 6047 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.320 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.496068+0000 mon.a (mon.0) 6048 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.320 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.496840+0000 mon.a (mon.0) 6049 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.320 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.504193+0000 mon.a (mon.0) 6050 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.320 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.584384+0000 mon.a (mon.0) 6051 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.320 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.587251+0000 mon.a (mon.0) 6052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.321 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.591189+0000 mon.a (mon.0) 6053 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.321 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.592528+0000 mon.a (mon.0) 6054 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.321 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.600792+0000 mon.a (mon.0) 6055 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.321 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.682174+0000 mon.a (mon.0) 6056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.321 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.684784+0000 mon.a (mon.0) 6057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.321 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.687711+0000 mon.a (mon.0) 6058 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.321 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.688754+0000 mon.a (mon.0) 6059 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.322 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.695081+0000 mon.a (mon.0) 6060 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.322 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.776309+0000 mon.a (mon.0) 6061 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.322 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.778826+0000 mon.a (mon.0) 6062 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.322 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.782857+0000 mon.a (mon.0) 6063 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.322 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.784188+0000 mon.a (mon.0) 6064 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.322 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.792343+0000 mon.a (mon.0) 6065 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.322 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: cluster 2023-12-06T07:10:54.855703+0000 mon.a (mon.0) 6066 : cluster 0 osdmap e152: 8 total, 8 up, 8 in 2023-12-06T07:10:55.322 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.879694+0000 mon.a (mon.0) 6067 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.322 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.883064+0000 mon.a (mon.0) 6068 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.322 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.891181+0000 mon.a (mon.0) 6069 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.323 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.892041+0000 mon.a (mon.0) 6070 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.323 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.897077+0000 mon.a (mon.0) 6071 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.323 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.990595+0000 mon.a (mon.0) 6072 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.323 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.993846+0000 mon.a (mon.0) 6073 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.323 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.997697+0000 mon.a (mon.0) 6074 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.323 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:54.999007+0000 mon.a (mon.0) 6075 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.323 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:55 smithi141 bash[72190]: audit 2023-12-06T07:10:55.009180+0000 mon.a (mon.0) 6076 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.487 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: cephadm 2023-12-06T07:10:53.413509+0000 mgr.y (mgr.25474) 2087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.488 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: cephadm 2023-12-06T07:10:53.518101+0000 mgr.y (mgr.25474) 2088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.488 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: cephadm 2023-12-06T07:10:53.642620+0000 mgr.y (mgr.25474) 2089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.488 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: cephadm 2023-12-06T07:10:53.735563+0000 mgr.y (mgr.25474) 2090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.488 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: cephadm 2023-12-06T07:10:53.835751+0000 mgr.y (mgr.25474) 2091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.488 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: cephadm 2023-12-06T07:10:53.932852+0000 mgr.y (mgr.25474) 2092 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.488 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: cephadm 2023-12-06T07:10:54.028255+0000 mgr.y (mgr.25474) 2093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.488 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.091704+0000 mgr.y (mgr.25474) 2094 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:55.488 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.110894+0000 mon.a (mon.0) 6026 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.488 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.113787+0000 mon.a (mon.0) 6027 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.488 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.116950+0000 mon.a (mon.0) 6028 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.488 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.118151+0000 mon.a (mon.0) 6029 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.488 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.125121+0000 mon.a (mon.0) 6030 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.489 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: cephadm 2023-12-06T07:10:54.125659+0000 mgr.y (mgr.25474) 2095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.489 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.202577+0000 mon.a (mon.0) 6031 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.489 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.205696+0000 mon.a (mon.0) 6032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.489 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.209485+0000 mon.a (mon.0) 6033 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.489 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.210728+0000 mon.a (mon.0) 6034 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.489 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.218862+0000 mon.a (mon.0) 6035 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.489 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.303260+0000 mon.a (mon.0) 6036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.489 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.305914+0000 mon.a (mon.0) 6037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.489 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.309127+0000 mon.a (mon.0) 6038 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.489 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.310364+0000 mon.a (mon.0) 6039 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.489 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.317628+0000 mon.a (mon.0) 6040 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.489 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.397216+0000 mon.a (mon.0) 6041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.489 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.399575+0000 mon.a (mon.0) 6042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.489 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.402283+0000 mon.a (mon.0) 6043 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.489 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.403337+0000 mon.a (mon.0) 6044 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.490 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.412228+0000 mon.a (mon.0) 6045 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.490 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.491952+0000 mon.a (mon.0) 6046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.490 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.494024+0000 mon.a (mon.0) 6047 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.490 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.496068+0000 mon.a (mon.0) 6048 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.490 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.496840+0000 mon.a (mon.0) 6049 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.490 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.504193+0000 mon.a (mon.0) 6050 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.490 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.584384+0000 mon.a (mon.0) 6051 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.490 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.587251+0000 mon.a (mon.0) 6052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.490 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.591189+0000 mon.a (mon.0) 6053 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.490 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.592528+0000 mon.a (mon.0) 6054 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.490 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.600792+0000 mon.a (mon.0) 6055 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.490 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.682174+0000 mon.a (mon.0) 6056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.491 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: cephadm 2023-12-06T07:10:53.413509+0000 mgr.y (mgr.25474) 2087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.491 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: cephadm 2023-12-06T07:10:53.518101+0000 mgr.y (mgr.25474) 2088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.491 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: cephadm 2023-12-06T07:10:53.642620+0000 mgr.y (mgr.25474) 2089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.491 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: cephadm 2023-12-06T07:10:53.735563+0000 mgr.y (mgr.25474) 2090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.491 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: cephadm 2023-12-06T07:10:53.835751+0000 mgr.y (mgr.25474) 2091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.491 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: cephadm 2023-12-06T07:10:53.932852+0000 mgr.y (mgr.25474) 2092 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.491 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: cephadm 2023-12-06T07:10:54.028255+0000 mgr.y (mgr.25474) 2093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.491 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.091704+0000 mgr.y (mgr.25474) 2094 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:10:55.491 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.110894+0000 mon.a (mon.0) 6026 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.491 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.113787+0000 mon.a (mon.0) 6027 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.491 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.116950+0000 mon.a (mon.0) 6028 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.491 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.118151+0000 mon.a (mon.0) 6029 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.491 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.125121+0000 mon.a (mon.0) 6030 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.492 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: cephadm 2023-12-06T07:10:54.125659+0000 mgr.y (mgr.25474) 2095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:55.492 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.202577+0000 mon.a (mon.0) 6031 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.492 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.205696+0000 mon.a (mon.0) 6032 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.492 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.209485+0000 mon.a (mon.0) 6033 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.492 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.210728+0000 mon.a (mon.0) 6034 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.492 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.218862+0000 mon.a (mon.0) 6035 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.492 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.303260+0000 mon.a (mon.0) 6036 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.492 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.684784+0000 mon.a (mon.0) 6057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.492 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.687711+0000 mon.a (mon.0) 6058 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.492 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.688754+0000 mon.a (mon.0) 6059 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.695081+0000 mon.a (mon.0) 6060 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.776309+0000 mon.a (mon.0) 6061 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.778826+0000 mon.a (mon.0) 6062 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.782857+0000 mon.a (mon.0) 6063 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.784188+0000 mon.a (mon.0) 6064 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.792343+0000 mon.a (mon.0) 6065 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: cluster 2023-12-06T07:10:54.855703+0000 mon.a (mon.0) 6066 : cluster 0 osdmap e152: 8 total, 8 up, 8 in 2023-12-06T07:10:55.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.879694+0000 mon.a (mon.0) 6067 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.883064+0000 mon.a (mon.0) 6068 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.891181+0000 mon.a (mon.0) 6069 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.892041+0000 mon.a (mon.0) 6070 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.897077+0000 mon.a (mon.0) 6071 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.990595+0000 mon.a (mon.0) 6072 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.993846+0000 mon.a (mon.0) 6073 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.493 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.997697+0000 mon.a (mon.0) 6074 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.494 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:54.999007+0000 mon.a (mon.0) 6075 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.494 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[84914]: audit 2023-12-06T07:10:55.009180+0000 mon.a (mon.0) 6076 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.494 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.305914+0000 mon.a (mon.0) 6037 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.494 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.309127+0000 mon.a (mon.0) 6038 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.494 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.310364+0000 mon.a (mon.0) 6039 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.494 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.317628+0000 mon.a (mon.0) 6040 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.494 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.397216+0000 mon.a (mon.0) 6041 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.494 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.399575+0000 mon.a (mon.0) 6042 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.494 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.402283+0000 mon.a (mon.0) 6043 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.403337+0000 mon.a (mon.0) 6044 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.412228+0000 mon.a (mon.0) 6045 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.491952+0000 mon.a (mon.0) 6046 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.494024+0000 mon.a (mon.0) 6047 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.496068+0000 mon.a (mon.0) 6048 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.496840+0000 mon.a (mon.0) 6049 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.504193+0000 mon.a (mon.0) 6050 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.496 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.584384+0000 mon.a (mon.0) 6051 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.497 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.587251+0000 mon.a (mon.0) 6052 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.497 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.591189+0000 mon.a (mon.0) 6053 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.497 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.592528+0000 mon.a (mon.0) 6054 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.497 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.600792+0000 mon.a (mon.0) 6055 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.497 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.682174+0000 mon.a (mon.0) 6056 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.497 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.684784+0000 mon.a (mon.0) 6057 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.497 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.687711+0000 mon.a (mon.0) 6058 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.497 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.688754+0000 mon.a (mon.0) 6059 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.497 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.695081+0000 mon.a (mon.0) 6060 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.497 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.776309+0000 mon.a (mon.0) 6061 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.497 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.778826+0000 mon.a (mon.0) 6062 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.497 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.782857+0000 mon.a (mon.0) 6063 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.497 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.784188+0000 mon.a (mon.0) 6064 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.497 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.792343+0000 mon.a (mon.0) 6065 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: cluster 2023-12-06T07:10:54.855703+0000 mon.a (mon.0) 6066 : cluster 0 osdmap e152: 8 total, 8 up, 8 in 2023-12-06T07:10:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.879694+0000 mon.a (mon.0) 6067 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.883064+0000 mon.a (mon.0) 6068 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.891181+0000 mon.a (mon.0) 6069 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.892041+0000 mon.a (mon.0) 6070 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.897077+0000 mon.a (mon.0) 6071 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.990595+0000 mon.a (mon.0) 6072 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.993846+0000 mon.a (mon.0) 6073 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.997697+0000 mon.a (mon.0) 6074 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:54.999007+0000 mon.a (mon.0) 6075 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:55.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[78949]: audit 2023-12-06T07:10:55.009180+0000 mon.a (mon.0) 6076 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:55.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:10:55 smithi040 bash[75188]: debug 2023-12-06T07:10:55.475+0000 7efda9e52700 -1 log_channel(cephadm) log [ERR] : Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T07:10:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: debug 2023-12-06T07:10:55.999+0000 7fa7e20e4700 -1 log_channel(cluster) log [ERR] : Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T07:10:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: cephadm 2023-12-06T07:10:54.219859+0000 mgr.y (mgr.25474) 2096 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: cephadm 2023-12-06T07:10:54.318230+0000 mgr.y (mgr.25474) 2097 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: cephadm 2023-12-06T07:10:54.413015+0000 mgr.y (mgr.25474) 2098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: cephadm 2023-12-06T07:10:54.504709+0000 mgr.y (mgr.25474) 2099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: cephadm 2023-12-06T07:10:54.601351+0000 mgr.y (mgr.25474) 2100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: cephadm 2023-12-06T07:10:54.695645+0000 mgr.y (mgr.25474) 2101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: cephadm 2023-12-06T07:10:54.792877+0000 mgr.y (mgr.25474) 2102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: cephadm 2023-12-06T07:10:54.897534+0000 mgr.y (mgr.25474) 2103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: cephadm 2023-12-06T07:10:55.009953+0000 mgr.y (mgr.25474) 2104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: cluster 2023-12-06T07:10:55.017675+0000 mgr.y (mgr.25474) 2105 : cluster 0 pgmap v296: 161 pgs: 7 peering, 24 active+undersized+degraded, 38 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 77/630 objects degraded (12.222%) 2023-12-06T07:10:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.089121+0000 mon.a (mon.0) 6077 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.092036+0000 mon.a (mon.0) 6078 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.095036+0000 mon.a (mon.0) 6079 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.096220+0000 mon.a (mon.0) 6080 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.104450+0000 mon.a (mon.0) 6081 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: cephadm 2023-12-06T07:10:55.105363+0000 mgr.y (mgr.25474) 2106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.183488+0000 mon.a (mon.0) 6082 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.186432+0000 mon.a (mon.0) 6083 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.189024+0000 mon.a (mon.0) 6084 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: cephadm 2023-12-06T07:10:54.219859+0000 mgr.y (mgr.25474) 2096 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: cephadm 2023-12-06T07:10:54.318230+0000 mgr.y (mgr.25474) 2097 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: cephadm 2023-12-06T07:10:54.413015+0000 mgr.y (mgr.25474) 2098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: cephadm 2023-12-06T07:10:54.504709+0000 mgr.y (mgr.25474) 2099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: cephadm 2023-12-06T07:10:54.601351+0000 mgr.y (mgr.25474) 2100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: cephadm 2023-12-06T07:10:54.695645+0000 mgr.y (mgr.25474) 2101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: cephadm 2023-12-06T07:10:54.792877+0000 mgr.y (mgr.25474) 2102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: cephadm 2023-12-06T07:10:54.897534+0000 mgr.y (mgr.25474) 2103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: cephadm 2023-12-06T07:10:55.009953+0000 mgr.y (mgr.25474) 2104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: cluster 2023-12-06T07:10:55.017675+0000 mgr.y (mgr.25474) 2105 : cluster 0 pgmap v296: 161 pgs: 7 peering, 24 active+undersized+degraded, 38 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 77/630 objects degraded (12.222%) 2023-12-06T07:10:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.089121+0000 mon.a (mon.0) 6077 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.092036+0000 mon.a (mon.0) 6078 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.095036+0000 mon.a (mon.0) 6079 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.096220+0000 mon.a (mon.0) 6080 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.104450+0000 mon.a (mon.0) 6081 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: cephadm 2023-12-06T07:10:55.105363+0000 mgr.y (mgr.25474) 2106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.183488+0000 mon.a (mon.0) 6082 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.186432+0000 mon.a (mon.0) 6083 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.189024+0000 mon.a (mon.0) 6084 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.189837+0000 mon.a (mon.0) 6085 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.199687+0000 mon.a (mon.0) 6086 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.289350+0000 mon.a (mon.0) 6087 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.290784+0000 mon.a (mon.0) 6088 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:56.284 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.295101+0000 mon.a (mon.0) 6089 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.298677+0000 mon.a (mon.0) 6090 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.299266+0000 mon.a (mon.0) 6091 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.301609+0000 mon.a (mon.0) 6092 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.306641+0000 mon.a (mon.0) 6093 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.312333+0000 mon.a (mon.0) 6094 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.399335+0000 mon.a (mon.0) 6095 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.403941+0000 mon.a (mon.0) 6096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.406971+0000 mon.a (mon.0) 6097 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.409115+0000 mon.a (mon.0) 6098 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.413285+0000 mon.a (mon.0) 6099 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.420486+0000 mon.a (mon.0) 6100 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.422853+0000 mon.a (mon.0) 6101 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-06T07:10:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.429649+0000 mon.a (mon.0) 6102 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-06T07:10:56.285 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.433070+0000 mon.a (mon.0) 6103 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-06T07:10:56.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.437114+0000 mon.a (mon.0) 6104 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-06T07:10:56.286 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.440134+0000 mon.a (mon.0) 6105 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-06T07:10:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.189837+0000 mon.a (mon.0) 6085 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.199687+0000 mon.a (mon.0) 6086 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.289350+0000 mon.a (mon.0) 6087 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.290784+0000 mon.a (mon.0) 6088 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.295101+0000 mon.a (mon.0) 6089 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.298677+0000 mon.a (mon.0) 6090 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.299266+0000 mon.a (mon.0) 6091 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.301609+0000 mon.a (mon.0) 6092 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:56.286 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.306641+0000 mon.a (mon.0) 6093 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.312333+0000 mon.a (mon.0) 6094 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.399335+0000 mon.a (mon.0) 6095 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:56.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.403941+0000 mon.a (mon.0) 6096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.406971+0000 mon.a (mon.0) 6097 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.409115+0000 mon.a (mon.0) 6098 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.413285+0000 mon.a (mon.0) 6099 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.420486+0000 mon.a (mon.0) 6100 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.422853+0000 mon.a (mon.0) 6101 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-06T07:10:56.287 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.429649+0000 mon.a (mon.0) 6102 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-06T07:10:56.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.433070+0000 mon.a (mon.0) 6103 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-06T07:10:56.288 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.437114+0000 mon.a (mon.0) 6104 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-06T07:10:56.288 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.444219+0000 mon.a (mon.0) 6106 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-06T07:10:56.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.446933+0000 mon.a (mon.0) 6107 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-06T07:10:56.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.450603+0000 mon.a (mon.0) 6108 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-06T07:10:56.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.452960+0000 mon.a (mon.0) 6109 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-06T07:10:56.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.456608+0000 mon.a (mon.0) 6110 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-06T07:10:56.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.458999+0000 mon.a (mon.0) 6111 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-06T07:10:56.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.462960+0000 mon.a (mon.0) 6112 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-06T07:10:56.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.465753+0000 mon.a (mon.0) 6113 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-06T07:10:56.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.468630+0000 mon.a (mon.0) 6114 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-06T07:10:56.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.470561+0000 mon.a (mon.0) 6115 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-06T07:10:56.289 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.475703+0000 mon.a (mon.0) 6116 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-06T07:10:56.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.481220+0000 mon.a (mon.0) 6117 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-06T07:10:56.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.485546+0000 mon.a (mon.0) 6118 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.488145+0000 mon.a (mon.0) 6119 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:56.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.489222+0000 mon.a (mon.0) 6120 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:56.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.496013+0000 mon.a (mon.0) 6121 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.834572+0000 mon.a (mon.0) 6122 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.844091+0000 mon.a (mon.0) 6123 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: audit 2023-12-06T07:10:55.851944+0000 mon.a (mon.0) 6124 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: cluster 2023-12-06T07:10:56.004932+0000 mon.a (mon.0) 6125 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 21 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:56.290 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[84914]: cluster 2023-12-06T07:10:56.005011+0000 mon.a (mon.0) 6126 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T07:10:56.290 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.440134+0000 mon.a (mon.0) 6105 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-06T07:10:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.444219+0000 mon.a (mon.0) 6106 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-06T07:10:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.446933+0000 mon.a (mon.0) 6107 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-06T07:10:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.450603+0000 mon.a (mon.0) 6108 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-06T07:10:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.452960+0000 mon.a (mon.0) 6109 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-06T07:10:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.456608+0000 mon.a (mon.0) 6110 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-06T07:10:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.458999+0000 mon.a (mon.0) 6111 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-06T07:10:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.462960+0000 mon.a (mon.0) 6112 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-06T07:10:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.465753+0000 mon.a (mon.0) 6113 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-06T07:10:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.468630+0000 mon.a (mon.0) 6114 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-06T07:10:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.470561+0000 mon.a (mon.0) 6115 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-06T07:10:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.475703+0000 mon.a (mon.0) 6116 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-06T07:10:56.291 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.481220+0000 mon.a (mon.0) 6117 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-06T07:10:56.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.485546+0000 mon.a (mon.0) 6118 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.488145+0000 mon.a (mon.0) 6119 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:56.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.489222+0000 mon.a (mon.0) 6120 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:56.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.496013+0000 mon.a (mon.0) 6121 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.834572+0000 mon.a (mon.0) 6122 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.844091+0000 mon.a (mon.0) 6123 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: audit 2023-12-06T07:10:55.851944+0000 mon.a (mon.0) 6124 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: cluster 2023-12-06T07:10:56.004932+0000 mon.a (mon.0) 6125 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 21 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:56.292 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[78949]: cluster 2023-12-06T07:10:56.005011+0000 mon.a (mon.0) 6126 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T07:10:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: cephadm 2023-12-06T07:10:54.219859+0000 mgr.y (mgr.25474) 2096 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: cephadm 2023-12-06T07:10:54.318230+0000 mgr.y (mgr.25474) 2097 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: cephadm 2023-12-06T07:10:54.413015+0000 mgr.y (mgr.25474) 2098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: cephadm 2023-12-06T07:10:54.504709+0000 mgr.y (mgr.25474) 2099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: cephadm 2023-12-06T07:10:54.601351+0000 mgr.y (mgr.25474) 2100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: cephadm 2023-12-06T07:10:54.695645+0000 mgr.y (mgr.25474) 2101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: cephadm 2023-12-06T07:10:54.792877+0000 mgr.y (mgr.25474) 2102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: cephadm 2023-12-06T07:10:54.897534+0000 mgr.y (mgr.25474) 2103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: cephadm 2023-12-06T07:10:55.009953+0000 mgr.y (mgr.25474) 2104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: cluster 2023-12-06T07:10:55.017675+0000 mgr.y (mgr.25474) 2105 : cluster 0 pgmap v296: 161 pgs: 7 peering, 24 active+undersized+degraded, 38 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 77/630 objects degraded (12.222%) 2023-12-06T07:10:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.089121+0000 mon.a (mon.0) 6077 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.092036+0000 mon.a (mon.0) 6078 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.095036+0000 mon.a (mon.0) 6079 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.096220+0000 mon.a (mon.0) 6080 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.104450+0000 mon.a (mon.0) 6081 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: cephadm 2023-12-06T07:10:55.105363+0000 mgr.y (mgr.25474) 2106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.183488+0000 mon.a (mon.0) 6082 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.186432+0000 mon.a (mon.0) 6083 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.189024+0000 mon.a (mon.0) 6084 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:56.460 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.189837+0000 mon.a (mon.0) 6085 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:56.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.199687+0000 mon.a (mon.0) 6086 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.289350+0000 mon.a (mon.0) 6087 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.290784+0000 mon.a (mon.0) 6088 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:56.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.295101+0000 mon.a (mon.0) 6089 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.298677+0000 mon.a (mon.0) 6090 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.299266+0000 mon.a (mon.0) 6091 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:56.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.301609+0000 mon.a (mon.0) 6092 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.306641+0000 mon.a (mon.0) 6093 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.312333+0000 mon.a (mon.0) 6094 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.399335+0000 mon.a (mon.0) 6095 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:10:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.403941+0000 mon.a (mon.0) 6096 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.406971+0000 mon.a (mon.0) 6097 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.409115+0000 mon.a (mon.0) 6098 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.413285+0000 mon.a (mon.0) 6099 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:10:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.420486+0000 mon.a (mon.0) 6100 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.422853+0000 mon.a (mon.0) 6101 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-06T07:10:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.429649+0000 mon.a (mon.0) 6102 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-06T07:10:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.433070+0000 mon.a (mon.0) 6103 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-06T07:10:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.437114+0000 mon.a (mon.0) 6104 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-06T07:10:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.440134+0000 mon.a (mon.0) 6105 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-06T07:10:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.444219+0000 mon.a (mon.0) 6106 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-06T07:10:56.462 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.446933+0000 mon.a (mon.0) 6107 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-06T07:10:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.450603+0000 mon.a (mon.0) 6108 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-06T07:10:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.452960+0000 mon.a (mon.0) 6109 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-06T07:10:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.456608+0000 mon.a (mon.0) 6110 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-06T07:10:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.458999+0000 mon.a (mon.0) 6111 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-06T07:10:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.462960+0000 mon.a (mon.0) 6112 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-06T07:10:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.465753+0000 mon.a (mon.0) 6113 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-06T07:10:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.468630+0000 mon.a (mon.0) 6114 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-06T07:10:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.470561+0000 mon.a (mon.0) 6115 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-06T07:10:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.475703+0000 mon.a (mon.0) 6116 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-06T07:10:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.481220+0000 mon.a (mon.0) 6117 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-06T07:10:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.485546+0000 mon.a (mon.0) 6118 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.488145+0000 mon.a (mon.0) 6119 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:10:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.489222+0000 mon.a (mon.0) 6120 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:10:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.496013+0000 mon.a (mon.0) 6121 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.463 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.834572+0000 mon.a (mon.0) 6122 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.844091+0000 mon.a (mon.0) 6123 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: audit 2023-12-06T07:10:55.851944+0000 mon.a (mon.0) 6124 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:56.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: cluster 2023-12-06T07:10:56.004932+0000 mon.a (mon.0) 6125 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 21 pgs degraded (PG_DEGRADED) 2023-12-06T07:10:56.464 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:56 smithi141 bash[72190]: cluster 2023-12-06T07:10:56.005011+0000 mon.a (mon.0) 6126 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T07:10:56.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:10:56 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:10:56] "GET /metrics HTTP/1.1" 200 38510 "" "Prometheus/2.33.4" 2023-12-06T07:10:57.343 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:57 smithi141 bash[72190]: cephadm 2023-12-06T07:10:55.200415+0000 mgr.y (mgr.25474) 2107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:57.343 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:57 smithi141 bash[72190]: cephadm 2023-12-06T07:10:55.414385+0000 mgr.y (mgr.25474) 2108 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-06T07:10:57.343 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:57 smithi141 bash[72190]: cephadm 2023-12-06T07:10:55.480838+0000 mgr.y (mgr.25474) 2109 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-06T07:10:57.343 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:57 smithi141 bash[72190]: cephadm 2023-12-06T07:10:55.481876+0000 mgr.y (mgr.25474) 2110 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T07:10:57.343 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:57 smithi141 bash[72190]: cluster 2023-12-06T07:10:55.486652+0000 mgr.y (mgr.25474) 2111 : cluster 0 pgmap v297: 161 pgs: 7 peering, 21 active+undersized+degraded, 37 active+undersized, 96 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 74/630 objects degraded (11.746%) 2023-12-06T07:10:57.355 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:57 smithi040 bash[84914]: cephadm 2023-12-06T07:10:55.200415+0000 mgr.y (mgr.25474) 2107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:57.355 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:57 smithi040 bash[84914]: cephadm 2023-12-06T07:10:55.414385+0000 mgr.y (mgr.25474) 2108 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-06T07:10:57.356 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:57 smithi040 bash[84914]: cephadm 2023-12-06T07:10:55.480838+0000 mgr.y (mgr.25474) 2109 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-06T07:10:57.356 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:57 smithi040 bash[84914]: cephadm 2023-12-06T07:10:55.481876+0000 mgr.y (mgr.25474) 2110 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T07:10:57.356 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:57 smithi040 bash[84914]: cluster 2023-12-06T07:10:55.486652+0000 mgr.y (mgr.25474) 2111 : cluster 0 pgmap v297: 161 pgs: 7 peering, 21 active+undersized+degraded, 37 active+undersized, 96 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 74/630 objects degraded (11.746%) 2023-12-06T07:10:57.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:57 smithi040 bash[78949]: cephadm 2023-12-06T07:10:55.200415+0000 mgr.y (mgr.25474) 2107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-06T07:10:57.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:57 smithi040 bash[78949]: cephadm 2023-12-06T07:10:55.414385+0000 mgr.y (mgr.25474) 2108 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-06T07:10:57.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:57 smithi040 bash[78949]: cephadm 2023-12-06T07:10:55.480838+0000 mgr.y (mgr.25474) 2109 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-06T07:10:57.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:57 smithi040 bash[78949]: cephadm 2023-12-06T07:10:55.481876+0000 mgr.y (mgr.25474) 2110 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T07:10:57.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:57 smithi040 bash[78949]: cluster 2023-12-06T07:10:55.486652+0000 mgr.y (mgr.25474) 2111 : cluster 0 pgmap v297: 161 pgs: 7 peering, 21 active+undersized+degraded, 37 active+undersized, 96 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 74/630 objects degraded (11.746%) 2023-12-06T07:10:59.349 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:59 smithi141 bash[72190]: cluster 2023-12-06T07:10:57.488106+0000 mgr.y (mgr.25474) 2112 : cluster 0 pgmap v298: 161 pgs: 7 peering, 17 active+undersized+degraded, 25 active+undersized, 112 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 65/630 objects degraded (10.317%) 2023-12-06T07:10:59.349 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:59 smithi141 bash[72190]: audit 2023-12-06T07:10:58.962929+0000 mon.a (mon.0) 6127 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:59.349 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:59 smithi141 bash[72190]: audit 2023-12-06T07:10:58.974330+0000 mon.a (mon.0) 6128 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:59.349 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:10:59 smithi141 bash[72190]: audit 2023-12-06T07:10:58.984956+0000 mon.a (mon.0) 6129 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:59.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:59 smithi040 bash[78949]: cluster 2023-12-06T07:10:57.488106+0000 mgr.y (mgr.25474) 2112 : cluster 0 pgmap v298: 161 pgs: 7 peering, 17 active+undersized+degraded, 25 active+undersized, 112 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 65/630 objects degraded (10.317%) 2023-12-06T07:10:59.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:59 smithi040 bash[78949]: audit 2023-12-06T07:10:58.962929+0000 mon.a (mon.0) 6127 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:59.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:59 smithi040 bash[78949]: audit 2023-12-06T07:10:58.974330+0000 mon.a (mon.0) 6128 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:59.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:10:59 smithi040 bash[78949]: audit 2023-12-06T07:10:58.984956+0000 mon.a (mon.0) 6129 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:59.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:59 smithi040 bash[84914]: cluster 2023-12-06T07:10:57.488106+0000 mgr.y (mgr.25474) 2112 : cluster 0 pgmap v298: 161 pgs: 7 peering, 17 active+undersized+degraded, 25 active+undersized, 112 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 65/630 objects degraded (10.317%) 2023-12-06T07:10:59.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:59 smithi040 bash[84914]: audit 2023-12-06T07:10:58.962929+0000 mon.a (mon.0) 6127 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:59.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:59 smithi040 bash[84914]: audit 2023-12-06T07:10:58.974330+0000 mon.a (mon.0) 6128 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:10:59.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:10:59 smithi040 bash[84914]: audit 2023-12-06T07:10:58.984956+0000 mon.a (mon.0) 6129 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:00.461 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:00 smithi141 bash[72190]: cluster 2023-12-06T07:11:00.046768+0000 mon.a (mon.0) 6130 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 65/630 objects degraded (10.317%), 17 pgs degraded) 2023-12-06T07:11:00.476 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:00 smithi040 bash[84914]: cluster 2023-12-06T07:11:00.046768+0000 mon.a (mon.0) 6130 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 65/630 objects degraded (10.317%), 17 pgs degraded) 2023-12-06T07:11:00.476 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:00 smithi040 bash[78949]: cluster 2023-12-06T07:11:00.046768+0000 mon.a (mon.0) 6130 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 65/630 objects degraded (10.317%), 17 pgs degraded) 2023-12-06T07:11:01.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:01 smithi141 bash[72190]: cluster 2023-12-06T07:10:59.489503+0000 mgr.y (mgr.25474) 2113 : cluster 0 pgmap v299: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-06T07:11:01.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:01 smithi040 bash[84914]: cluster 2023-12-06T07:10:59.489503+0000 mgr.y (mgr.25474) 2113 : cluster 0 pgmap v299: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-06T07:11:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:01 smithi040 bash[78949]: cluster 2023-12-06T07:10:59.489503+0000 mgr.y (mgr.25474) 2113 : cluster 0 pgmap v299: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-06T07:11:03.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:03 smithi141 bash[72190]: cluster 2023-12-06T07:11:01.490832+0000 mgr.y (mgr.25474) 2114 : cluster 0 pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 669 B/s rd, 0 op/s 2023-12-06T07:11:03.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:03 smithi040 bash[78949]: cluster 2023-12-06T07:11:01.490832+0000 mgr.y (mgr.25474) 2114 : cluster 0 pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 669 B/s rd, 0 op/s 2023-12-06T07:11:03.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:03 smithi040 bash[84914]: cluster 2023-12-06T07:11:01.490832+0000 mgr.y (mgr.25474) 2114 : cluster 0 pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 669 B/s rd, 0 op/s 2023-12-06T07:11:05.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:05 smithi141 bash[72190]: cluster 2023-12-06T07:11:03.492158+0000 mgr.y (mgr.25474) 2115 : cluster 0 pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:05.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:05 smithi141 bash[72190]: audit 2023-12-06T07:11:04.102705+0000 mgr.y (mgr.25474) 2116 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:05.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:05 smithi040 bash[78949]: cluster 2023-12-06T07:11:03.492158+0000 mgr.y (mgr.25474) 2115 : cluster 0 pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:05.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:05 smithi040 bash[78949]: audit 2023-12-06T07:11:04.102705+0000 mgr.y (mgr.25474) 2116 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:05.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:05 smithi040 bash[84914]: cluster 2023-12-06T07:11:03.492158+0000 mgr.y (mgr.25474) 2115 : cluster 0 pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:05.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:05 smithi040 bash[84914]: audit 2023-12-06T07:11:04.102705+0000 mgr.y (mgr.25474) 2116 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:06.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:11:06 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:11:06] "GET /metrics HTTP/1.1" 200 38510 "" "Prometheus/2.33.4" 2023-12-06T07:11:07.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:07 smithi141 bash[72190]: cluster 2023-12-06T07:11:05.493314+0000 mgr.y (mgr.25474) 2117 : cluster 0 pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 977 B/s rd, 0 op/s 2023-12-06T07:11:07.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:07 smithi040 bash[84914]: cluster 2023-12-06T07:11:05.493314+0000 mgr.y (mgr.25474) 2117 : cluster 0 pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 977 B/s rd, 0 op/s 2023-12-06T07:11:07.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:07 smithi040 bash[78949]: cluster 2023-12-06T07:11:05.493314+0000 mgr.y (mgr.25474) 2117 : cluster 0 pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 977 B/s rd, 0 op/s 2023-12-06T07:11:09.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:08 smithi141 bash[72190]: cluster 2023-12-06T07:11:07.494474+0000 mgr.y (mgr.25474) 2118 : cluster 0 pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:09.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:08 smithi141 bash[72190]: audit 2023-12-06T07:11:07.788062+0000 mon.a (mon.0) 6131 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:09.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:08 smithi141 bash[72190]: audit 2023-12-06T07:11:07.790438+0000 mon.a (mon.0) 6132 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:11:09.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:08 smithi141 bash[72190]: audit 2023-12-06T07:11:08.338520+0000 mon.a (mon.0) 6133 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:09.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:08 smithi040 bash[84914]: cluster 2023-12-06T07:11:07.494474+0000 mgr.y (mgr.25474) 2118 : cluster 0 pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:09.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:08 smithi040 bash[84914]: audit 2023-12-06T07:11:07.788062+0000 mon.a (mon.0) 6131 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:09.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:08 smithi040 bash[84914]: audit 2023-12-06T07:11:07.790438+0000 mon.a (mon.0) 6132 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:11:09.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:08 smithi040 bash[84914]: audit 2023-12-06T07:11:08.338520+0000 mon.a (mon.0) 6133 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:08 smithi040 bash[78949]: cluster 2023-12-06T07:11:07.494474+0000 mgr.y (mgr.25474) 2118 : cluster 0 pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:08 smithi040 bash[78949]: audit 2023-12-06T07:11:07.788062+0000 mon.a (mon.0) 6131 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:08 smithi040 bash[78949]: audit 2023-12-06T07:11:07.790438+0000 mon.a (mon.0) 6132 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:11:09.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:08 smithi040 bash[78949]: audit 2023-12-06T07:11:08.338520+0000 mon.a (mon.0) 6133 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:11.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:10 smithi141 bash[72190]: cluster 2023-12-06T07:11:09.495939+0000 mgr.y (mgr.25474) 2119 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:11.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:10 smithi040 bash[78949]: cluster 2023-12-06T07:11:09.495939+0000 mgr.y (mgr.25474) 2119 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:10 smithi040 bash[84914]: cluster 2023-12-06T07:11:09.495939+0000 mgr.y (mgr.25474) 2119 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:13.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:12 smithi141 bash[72190]: cluster 2023-12-06T07:11:11.497368+0000 mgr.y (mgr.25474) 2120 : cluster 0 pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:13.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:12 smithi040 bash[78949]: cluster 2023-12-06T07:11:11.497368+0000 mgr.y (mgr.25474) 2120 : cluster 0 pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:13.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:12 smithi040 bash[84914]: cluster 2023-12-06T07:11:11.497368+0000 mgr.y (mgr.25474) 2120 : cluster 0 pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:14 smithi141 bash[72190]: cluster 2023-12-06T07:11:13.498681+0000 mgr.y (mgr.25474) 2121 : cluster 0 pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:14 smithi141 bash[72190]: audit 2023-12-06T07:11:14.112275+0000 mgr.y (mgr.25474) 2122 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:14 smithi040 bash[78949]: cluster 2023-12-06T07:11:13.498681+0000 mgr.y (mgr.25474) 2121 : cluster 0 pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:14 smithi040 bash[78949]: audit 2023-12-06T07:11:14.112275+0000 mgr.y (mgr.25474) 2122 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:15.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:14 smithi040 bash[84914]: cluster 2023-12-06T07:11:13.498681+0000 mgr.y (mgr.25474) 2121 : cluster 0 pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:15.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:14 smithi040 bash[84914]: audit 2023-12-06T07:11:14.112275+0000 mgr.y (mgr.25474) 2122 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:16.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:11:16 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:11:16] "GET /metrics HTTP/1.1" 200 38581 "" "Prometheus/2.33.4" 2023-12-06T07:11:17.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:17 smithi040 bash[84914]: cluster 2023-12-06T07:11:15.499993+0000 mgr.y (mgr.25474) 2123 : cluster 0 pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:17.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:17 smithi040 bash[84914]: audit 2023-12-06T07:11:16.009001+0000 mon.a (mon.0) 6134 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:17.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:17 smithi040 bash[84914]: audit 2023-12-06T07:11:16.019217+0000 mon.a (mon.0) 6135 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:17.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:17 smithi040 bash[84914]: audit 2023-12-06T07:11:16.031345+0000 mon.a (mon.0) 6136 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:17.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:17 smithi040 bash[78949]: cluster 2023-12-06T07:11:15.499993+0000 mgr.y (mgr.25474) 2123 : cluster 0 pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:17.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:17 smithi040 bash[78949]: audit 2023-12-06T07:11:16.009001+0000 mon.a (mon.0) 6134 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:17.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:17 smithi040 bash[78949]: audit 2023-12-06T07:11:16.019217+0000 mon.a (mon.0) 6135 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:17.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:17 smithi040 bash[78949]: audit 2023-12-06T07:11:16.031345+0000 mon.a (mon.0) 6136 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:17.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:17 smithi141 bash[72190]: cluster 2023-12-06T07:11:15.499993+0000 mgr.y (mgr.25474) 2123 : cluster 0 pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:17.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:17 smithi141 bash[72190]: audit 2023-12-06T07:11:16.009001+0000 mon.a (mon.0) 6134 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:17.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:17 smithi141 bash[72190]: audit 2023-12-06T07:11:16.019217+0000 mon.a (mon.0) 6135 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:17.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:17 smithi141 bash[72190]: audit 2023-12-06T07:11:16.031345+0000 mon.a (mon.0) 6136 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:18.548 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-06T07:11:18.945 INFO:teuthology.orchestra.run.smithi040.stdout:"Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception" 2023-12-06T07:11:19.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:19 smithi040 bash[78949]: cluster 2023-12-06T07:11:17.501584+0000 mgr.y (mgr.25474) 2124 : cluster 0 pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:19.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:19 smithi040 bash[84914]: cluster 2023-12-06T07:11:17.501584+0000 mgr.y (mgr.25474) 2124 : cluster 0 pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:19.378 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:19 smithi141 bash[72190]: cluster 2023-12-06T07:11:17.501584+0000 mgr.y (mgr.25474) 2124 : cluster 0 pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:19.850 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch ps' 2023-12-06T07:11:20.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:20 smithi141 bash[72190]: audit 2023-12-06T07:11:18.526398+0000 mgr.y (mgr.25474) 2125 : audit 0 from='client.34743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:11:20.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:20 smithi141 bash[72190]: audit 2023-12-06T07:11:18.920871+0000 mgr.y (mgr.25474) 2126 : audit 0 from='client.34749 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:11:20.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:20 smithi141 bash[72190]: audit 2023-12-06T07:11:19.136645+0000 mon.a (mon.0) 6137 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:20.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:20 smithi141 bash[72190]: audit 2023-12-06T07:11:19.145015+0000 mon.a (mon.0) 6138 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:20.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:20 smithi141 bash[72190]: audit 2023-12-06T07:11:19.154827+0000 mon.a (mon.0) 6139 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:20.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:20 smithi040 bash[78949]: audit 2023-12-06T07:11:18.526398+0000 mgr.y (mgr.25474) 2125 : audit 0 from='client.34743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:11:20.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:20 smithi040 bash[78949]: audit 2023-12-06T07:11:18.920871+0000 mgr.y (mgr.25474) 2126 : audit 0 from='client.34749 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:11:20.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:20 smithi040 bash[78949]: audit 2023-12-06T07:11:19.136645+0000 mon.a (mon.0) 6137 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:20.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:20 smithi040 bash[78949]: audit 2023-12-06T07:11:19.145015+0000 mon.a (mon.0) 6138 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:20.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:20 smithi040 bash[78949]: audit 2023-12-06T07:11:19.154827+0000 mon.a (mon.0) 6139 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:20.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:20 smithi040 bash[84914]: audit 2023-12-06T07:11:18.526398+0000 mgr.y (mgr.25474) 2125 : audit 0 from='client.34743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:11:20.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:20 smithi040 bash[84914]: audit 2023-12-06T07:11:18.920871+0000 mgr.y (mgr.25474) 2126 : audit 0 from='client.34749 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:11:20.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:20 smithi040 bash[84914]: audit 2023-12-06T07:11:19.136645+0000 mon.a (mon.0) 6137 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:20.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:20 smithi040 bash[84914]: audit 2023-12-06T07:11:19.145015+0000 mon.a (mon.0) 6138 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:20.532 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:20 smithi040 bash[84914]: audit 2023-12-06T07:11:19.154827+0000 mon.a (mon.0) 6139 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:21.247 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:21 smithi040 bash[78949]: cluster 2023-12-06T07:11:19.503042+0000 mgr.y (mgr.25474) 2127 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:21.248 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:21 smithi040 bash[84914]: cluster 2023-12-06T07:11:19.503042+0000 mgr.y (mgr.25474) 2127 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:21.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:21 smithi141 bash[72190]: cluster 2023-12-06T07:11:19.503042+0000 mgr.y (mgr.25474) 2127 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:23.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:23 smithi141 bash[72190]: cluster 2023-12-06T07:11:21.504125+0000 mgr.y (mgr.25474) 2128 : cluster 0 pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:23.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:23 smithi141 bash[72190]: audit 2023-12-06T07:11:22.780553+0000 mon.a (mon.0) 6140 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:11:23.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:23 smithi040 bash[78949]: cluster 2023-12-06T07:11:21.504125+0000 mgr.y (mgr.25474) 2128 : cluster 0 pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:23.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:23 smithi040 bash[78949]: audit 2023-12-06T07:11:22.780553+0000 mon.a (mon.0) 6140 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:11:23.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:23 smithi040 bash[84914]: cluster 2023-12-06T07:11:21.504125+0000 mgr.y (mgr.25474) 2128 : cluster 0 pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:23.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:23 smithi040 bash[84914]: audit 2023-12-06T07:11:22.780553+0000 mon.a (mon.0) 6140 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:11:23.695 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:11:23.695 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 7s ago 24m - - 2023-12-06T07:11:23.695 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 4s ago 24m - - 2023-12-06T07:11:23.696 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (10m) 7s ago 17m 17.2M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:11:23.696 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (9m) 4s ago 16m 45.2M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:11:23.696 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (9m) 7s ago 14m 48.0M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:11:23.696 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (7m) 4s ago 23m 435M - 19.0.0-26-g0482646f 26bb7d89db2e 345817faf911 2023-12-06T07:11:23.696 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (9m) 7s ago 25m 529M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:11:23.696 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (8m) 7s ago 25m 83.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:11:23.696 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (6m) 4s ago 23m 55.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a46e947a89d4 2023-12-06T07:11:23.696 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (7m) 7s ago 23m 57.0M 2048M 19.0.0-26-g0482646f 26bb7d89db2e f003381b7d99 2023-12-06T07:11:23.696 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (10m) 7s ago 17m 12.8M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:11:23.696 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (10m) 4s ago 17m 12.3M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:11:23.696 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (5m) 7s ago 23m 59.5M 4096M 19.0.0-26-g0482646f 26bb7d89db2e bd803ebde49a 2023-12-06T07:11:23.696 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (4m) 7s ago 22m 59.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 17848df7e7ac 2023-12-06T07:11:23.696 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (4m) 7s ago 21m 53.6M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 129ef8397e96 2023-12-06T07:11:23.696 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (3m) 7s ago 21m 56.7M 4096M 19.0.0-26-g0482646f 26bb7d89db2e de107f4b0425 2023-12-06T07:11:23.697 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (2m) 4s ago 20m 50.2M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e9ae9478d62b 2023-12-06T07:11:23.697 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (115s) 4s ago 19m 51.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 475be89a2478 2023-12-06T07:11:23.697 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (74s) 4s ago 19m 49.9M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e6a99c993350 2023-12-06T07:11:23.697 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (37s) 4s ago 18m 50.1M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e477e8be0c29 2023-12-06T07:11:23.697 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (9m) 4s ago 17m 65.8M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:11:23.697 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (15m) 7s ago 15m 90.9M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:11:23.697 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (15m) 4s ago 15m 90.0M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:11:23.697 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (15m) 7s ago 15m 89.6M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:11:23.697 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (15m) 4s ago 15m 90.0M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:11:24.469 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions' 2023-12-06T07:11:25.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:25 smithi141 bash[72190]: cluster 2023-12-06T07:11:23.505356+0000 mgr.y (mgr.25474) 2129 : cluster 0 pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:25.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:25 smithi141 bash[72190]: audit 2023-12-06T07:11:23.664203+0000 mgr.y (mgr.25474) 2130 : audit 0 from='client.34755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:11:25.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:25 smithi141 bash[72190]: audit 2023-12-06T07:11:24.121595+0000 mgr.y (mgr.25474) 2131 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:25.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:25 smithi040 bash[78949]: cluster 2023-12-06T07:11:23.505356+0000 mgr.y (mgr.25474) 2129 : cluster 0 pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:25.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:25 smithi040 bash[78949]: audit 2023-12-06T07:11:23.664203+0000 mgr.y (mgr.25474) 2130 : audit 0 from='client.34755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:11:25.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:25 smithi040 bash[78949]: audit 2023-12-06T07:11:24.121595+0000 mgr.y (mgr.25474) 2131 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:25.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:25 smithi040 bash[84914]: cluster 2023-12-06T07:11:23.505356+0000 mgr.y (mgr.25474) 2129 : cluster 0 pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:25.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:25 smithi040 bash[84914]: audit 2023-12-06T07:11:23.664203+0000 mgr.y (mgr.25474) 2130 : audit 0 from='client.34755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:11:25.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:25 smithi040 bash[84914]: audit 2023-12-06T07:11:24.121595+0000 mgr.y (mgr.25474) 2131 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:26.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:11:26 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:11:26] "GET /metrics HTTP/1.1" 200 38581 "" "Prometheus/2.33.4" 2023-12-06T07:11:27.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:27 smithi141 bash[72190]: cluster 2023-12-06T07:11:25.506630+0000 mgr.y (mgr.25474) 2132 : cluster 0 pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:27.530 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:27 smithi040 bash[84914]: cluster 2023-12-06T07:11:25.506630+0000 mgr.y (mgr.25474) 2132 : cluster 0 pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:27.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:27 smithi040 bash[78949]: cluster 2023-12-06T07:11:25.506630+0000 mgr.y (mgr.25474) 2132 : cluster 0 pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:27.710 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:11:27.710 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:11:27.710 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:11:27.710 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:11:27.710 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:11:27.710 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:11:27.710 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:11:27.710 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:11:27.711 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 8 2023-12-06T07:11:27.711 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:11:27.711 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:11:27.711 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:11:27.711 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:11:27.711 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:11:27.711 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-06T07:11:27.711 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 13 2023-12-06T07:11:27.711 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:11:27.712 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:11:28.449 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:28 smithi040 bash[84914]: audit 2023-12-06T07:11:27.703181+0000 mon.a (mon.0) 6141 : audit 0 from='client.? 172.21.15.40:0/1289037809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:11:28.449 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:28 smithi040 bash[78949]: audit 2023-12-06T07:11:27.703181+0000 mon.a (mon.0) 6141 : audit 0 from='client.? 172.21.15.40:0/1289037809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:11:28.450 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-06T07:11:28.458 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:28 smithi141 bash[72190]: audit 2023-12-06T07:11:27.703181+0000 mon.a (mon.0) 6141 : audit 0 from='client.? 172.21.15.40:0/1289037809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:11:29.459 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:29 smithi141 bash[72190]: cluster 2023-12-06T07:11:27.507681+0000 mgr.y (mgr.25474) 2133 : cluster 0 pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:29.512 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:29 smithi040 bash[84914]: cluster 2023-12-06T07:11:27.507681+0000 mgr.y (mgr.25474) 2133 : cluster 0 pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:29.512 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:29 smithi040 bash[78949]: cluster 2023-12-06T07:11:27.507681+0000 mgr.y (mgr.25474) 2133 : cluster 0 pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:30.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:30 smithi040 bash[78949]: cluster 2023-12-06T07:11:29.508841+0000 mgr.y (mgr.25474) 2134 : cluster 0 pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:30.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:30 smithi040 bash[84914]: cluster 2023-12-06T07:11:29.508841+0000 mgr.y (mgr.25474) 2134 : cluster 0 pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:30.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:30 smithi141 bash[72190]: cluster 2023-12-06T07:11:29.508841+0000 mgr.y (mgr.25474) 2134 : cluster 0 pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:31.406 INFO:teuthology.orchestra.run.smithi040.stdout:wait for servicemap items w/ changing names to refresh 2023-12-06T07:11:32.155 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'sleep 60' 2023-12-06T07:11:32.781 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:32 smithi040 bash[78949]: cluster 2023-12-06T07:11:31.510195+0000 mgr.y (mgr.25474) 2135 : cluster 0 pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:32.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:32 smithi040 bash[84914]: cluster 2023-12-06T07:11:31.510195+0000 mgr.y (mgr.25474) 2135 : cluster 0 pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:32.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:32 smithi141 bash[72190]: cluster 2023-12-06T07:11:31.510195+0000 mgr.y (mgr.25474) 2135 : cluster 0 pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:35.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:34 smithi040 bash[84914]: cluster 2023-12-06T07:11:33.511563+0000 mgr.y (mgr.25474) 2136 : cluster 0 pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:35.026 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:34 smithi040 bash[84914]: audit 2023-12-06T07:11:34.131986+0000 mgr.y (mgr.25474) 2137 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:35.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:34 smithi040 bash[78949]: cluster 2023-12-06T07:11:33.511563+0000 mgr.y (mgr.25474) 2136 : cluster 0 pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:35.026 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:34 smithi040 bash[78949]: audit 2023-12-06T07:11:34.131986+0000 mgr.y (mgr.25474) 2137 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:35.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:34 smithi141 bash[72190]: cluster 2023-12-06T07:11:33.511563+0000 mgr.y (mgr.25474) 2136 : cluster 0 pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:35.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:34 smithi141 bash[72190]: audit 2023-12-06T07:11:34.131986+0000 mgr.y (mgr.25474) 2137 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:36.763 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:11:36 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:11:36] "GET /metrics HTTP/1.1" 200 38581 "" "Prometheus/2.33.4" 2023-12-06T07:11:37.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:36 smithi040 bash[78949]: cluster 2023-12-06T07:11:35.512676+0000 mgr.y (mgr.25474) 2138 : cluster 0 pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:37.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:36 smithi040 bash[78949]: audit 2023-12-06T07:11:36.198097+0000 mon.a (mon.0) 6142 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:37.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:36 smithi040 bash[78949]: audit 2023-12-06T07:11:36.207622+0000 mon.a (mon.0) 6143 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:37.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:36 smithi040 bash[78949]: audit 2023-12-06T07:11:36.216447+0000 mon.a (mon.0) 6144 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:37.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:36 smithi040 bash[84914]: cluster 2023-12-06T07:11:35.512676+0000 mgr.y (mgr.25474) 2138 : cluster 0 pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:37.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:36 smithi040 bash[84914]: audit 2023-12-06T07:11:36.198097+0000 mon.a (mon.0) 6142 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:37.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:36 smithi040 bash[84914]: audit 2023-12-06T07:11:36.207622+0000 mon.a (mon.0) 6143 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:37.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:36 smithi040 bash[84914]: audit 2023-12-06T07:11:36.216447+0000 mon.a (mon.0) 6144 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:37.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:36 smithi141 bash[72190]: cluster 2023-12-06T07:11:35.512676+0000 mgr.y (mgr.25474) 2138 : cluster 0 pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:37.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:36 smithi141 bash[72190]: audit 2023-12-06T07:11:36.198097+0000 mon.a (mon.0) 6142 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:37.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:36 smithi141 bash[72190]: audit 2023-12-06T07:11:36.207622+0000 mon.a (mon.0) 6143 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:37.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:36 smithi141 bash[72190]: audit 2023-12-06T07:11:36.216447+0000 mon.a (mon.0) 6144 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:39.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:38 smithi040 bash[78949]: cluster 2023-12-06T07:11:37.513713+0000 mgr.y (mgr.25474) 2139 : cluster 0 pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:39.033 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:38 smithi040 bash[78949]: audit 2023-12-06T07:11:37.780743+0000 mon.a (mon.0) 6145 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:11:39.033 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:38 smithi040 bash[84914]: cluster 2023-12-06T07:11:37.513713+0000 mgr.y (mgr.25474) 2139 : cluster 0 pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:39.034 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:38 smithi040 bash[84914]: audit 2023-12-06T07:11:37.780743+0000 mon.a (mon.0) 6145 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:11:39.065 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:38 smithi141 bash[72190]: cluster 2023-12-06T07:11:37.513713+0000 mgr.y (mgr.25474) 2139 : cluster 0 pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:39.065 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:38 smithi141 bash[72190]: audit 2023-12-06T07:11:37.780743+0000 mon.a (mon.0) 6145 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:11:40.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:40 smithi040 bash[78949]: audit 2023-12-06T07:11:39.335525+0000 mon.a (mon.0) 6146 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:40.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:40 smithi040 bash[78949]: audit 2023-12-06T07:11:39.348950+0000 mon.a (mon.0) 6147 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:40.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:40 smithi040 bash[78949]: audit 2023-12-06T07:11:39.361725+0000 mon.a (mon.0) 6148 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:40.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:40 smithi040 bash[78949]: cluster 2023-12-06T07:11:39.515053+0000 mgr.y (mgr.25474) 2140 : cluster 0 pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:40.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:40 smithi040 bash[84914]: audit 2023-12-06T07:11:39.335525+0000 mon.a (mon.0) 6146 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:40.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:40 smithi040 bash[84914]: audit 2023-12-06T07:11:39.348950+0000 mon.a (mon.0) 6147 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:40.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:40 smithi040 bash[84914]: audit 2023-12-06T07:11:39.361725+0000 mon.a (mon.0) 6148 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:40.531 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:40 smithi040 bash[84914]: cluster 2023-12-06T07:11:39.515053+0000 mgr.y (mgr.25474) 2140 : cluster 0 pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:40.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:40 smithi141 bash[72190]: audit 2023-12-06T07:11:39.335525+0000 mon.a (mon.0) 6146 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:40.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:40 smithi141 bash[72190]: audit 2023-12-06T07:11:39.348950+0000 mon.a (mon.0) 6147 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:40.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:40 smithi141 bash[72190]: audit 2023-12-06T07:11:39.361725+0000 mon.a (mon.0) 6148 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:40.709 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:40 smithi141 bash[72190]: cluster 2023-12-06T07:11:39.515053+0000 mgr.y (mgr.25474) 2140 : cluster 0 pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:42.708 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:42 smithi141 bash[72190]: cluster 2023-12-06T07:11:41.516344+0000 mgr.y (mgr.25474) 2141 : cluster 0 pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:43.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:42 smithi040 bash[78949]: cluster 2023-12-06T07:11:41.516344+0000 mgr.y (mgr.25474) 2141 : cluster 0 pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:43.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:42 smithi040 bash[84914]: cluster 2023-12-06T07:11:41.516344+0000 mgr.y (mgr.25474) 2141 : cluster 0 pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:45.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:44 smithi040 bash[78949]: cluster 2023-12-06T07:11:43.517574+0000 mgr.y (mgr.25474) 2142 : cluster 0 pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:45.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:44 smithi040 bash[78949]: audit 2023-12-06T07:11:44.143224+0000 mgr.y (mgr.25474) 2143 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:45.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:44 smithi040 bash[84914]: cluster 2023-12-06T07:11:43.517574+0000 mgr.y (mgr.25474) 2142 : cluster 0 pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:45.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:44 smithi040 bash[84914]: audit 2023-12-06T07:11:44.143224+0000 mgr.y (mgr.25474) 2143 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:44 smithi141 bash[72190]: cluster 2023-12-06T07:11:43.517574+0000 mgr.y (mgr.25474) 2142 : cluster 0 pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:45.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:44 smithi141 bash[72190]: audit 2023-12-06T07:11:44.143224+0000 mgr.y (mgr.25474) 2143 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:46.765 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:11:46 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:11:46] "GET /metrics HTTP/1.1" 200 38581 "" "Prometheus/2.33.4" 2023-12-06T07:11:47.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:46 smithi040 bash[84914]: cluster 2023-12-06T07:11:45.518765+0000 mgr.y (mgr.25474) 2144 : cluster 0 pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:47.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:46 smithi040 bash[78949]: cluster 2023-12-06T07:11:45.518765+0000 mgr.y (mgr.25474) 2144 : cluster 0 pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:47.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:46 smithi141 bash[72190]: cluster 2023-12-06T07:11:45.518765+0000 mgr.y (mgr.25474) 2144 : cluster 0 pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:48 smithi040 bash[84914]: cluster 2023-12-06T07:11:47.519884+0000 mgr.y (mgr.25474) 2145 : cluster 0 pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:49.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:48 smithi040 bash[78949]: cluster 2023-12-06T07:11:47.519884+0000 mgr.y (mgr.25474) 2145 : cluster 0 pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:49.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:48 smithi141 bash[72190]: cluster 2023-12-06T07:11:47.519884+0000 mgr.y (mgr.25474) 2145 : cluster 0 pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:51.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:50 smithi040 bash[78949]: cluster 2023-12-06T07:11:49.521231+0000 mgr.y (mgr.25474) 2146 : cluster 0 pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:51.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:50 smithi040 bash[84914]: cluster 2023-12-06T07:11:49.521231+0000 mgr.y (mgr.25474) 2146 : cluster 0 pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:51.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:50 smithi141 bash[72190]: cluster 2023-12-06T07:11:49.521231+0000 mgr.y (mgr.25474) 2146 : cluster 0 pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:53.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:52 smithi040 bash[78949]: cluster 2023-12-06T07:11:51.522525+0000 mgr.y (mgr.25474) 2147 : cluster 0 pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:53.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:52 smithi040 bash[84914]: cluster 2023-12-06T07:11:51.522525+0000 mgr.y (mgr.25474) 2147 : cluster 0 pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:52 smithi141 bash[72190]: cluster 2023-12-06T07:11:51.522525+0000 mgr.y (mgr.25474) 2147 : cluster 0 pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:54.158 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:53 smithi040 bash[78949]: audit 2023-12-06T07:11:52.781254+0000 mon.a (mon.0) 6149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:11:54.159 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:53 smithi040 bash[84914]: audit 2023-12-06T07:11:52.781254+0000 mon.a (mon.0) 6149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:11:54.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:53 smithi141 bash[72190]: audit 2023-12-06T07:11:52.781254+0000 mon.a (mon.0) 6149 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:11:55.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:54 smithi141 bash[72190]: cluster 2023-12-06T07:11:53.523865+0000 mgr.y (mgr.25474) 2148 : cluster 0 pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:55.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:54 smithi141 bash[72190]: audit 2023-12-06T07:11:54.151901+0000 mgr.y (mgr.25474) 2149 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:55.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:54 smithi040 bash[78949]: cluster 2023-12-06T07:11:53.523865+0000 mgr.y (mgr.25474) 2148 : cluster 0 pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:55.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:54 smithi040 bash[78949]: audit 2023-12-06T07:11:54.151901+0000 mgr.y (mgr.25474) 2149 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:54 smithi040 bash[84914]: cluster 2023-12-06T07:11:53.523865+0000 mgr.y (mgr.25474) 2148 : cluster 0 pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:11:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:54 smithi040 bash[84914]: audit 2023-12-06T07:11:54.151901+0000 mgr.y (mgr.25474) 2149 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:11:56.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:55 smithi141 bash[72190]: audit 2023-12-06T07:11:55.582914+0000 mon.a (mon.0) 6150 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:11:56.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:55 smithi141 bash[72190]: audit 2023-12-06T07:11:55.585035+0000 mon.a (mon.0) 6151 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:11:56.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:55 smithi141 bash[72190]: audit 2023-12-06T07:11:55.597016+0000 mon.a (mon.0) 6152 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:55 smithi040 bash[78949]: audit 2023-12-06T07:11:55.582914+0000 mon.a (mon.0) 6150 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:11:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:55 smithi040 bash[78949]: audit 2023-12-06T07:11:55.585035+0000 mon.a (mon.0) 6151 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:11:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:55 smithi040 bash[78949]: audit 2023-12-06T07:11:55.597016+0000 mon.a (mon.0) 6152 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:55 smithi040 bash[84914]: audit 2023-12-06T07:11:55.582914+0000 mon.a (mon.0) 6150 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:11:56.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:55 smithi040 bash[84914]: audit 2023-12-06T07:11:55.585035+0000 mon.a (mon.0) 6151 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:11:56.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:55 smithi040 bash[84914]: audit 2023-12-06T07:11:55.597016+0000 mon.a (mon.0) 6152 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:56.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:11:56 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:11:56] "GET /metrics HTTP/1.1" 200 38581 "" "Prometheus/2.33.4" 2023-12-06T07:11:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:56 smithi141 bash[72190]: cluster 2023-12-06T07:11:55.525007+0000 mgr.y (mgr.25474) 2150 : cluster 0 pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:56 smithi141 bash[72190]: audit 2023-12-06T07:11:56.377375+0000 mon.a (mon.0) 6153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:56 smithi141 bash[72190]: audit 2023-12-06T07:11:56.387653+0000 mon.a (mon.0) 6154 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:57.211 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:56 smithi141 bash[72190]: audit 2023-12-06T07:11:56.397451+0000 mon.a (mon.0) 6155 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:57.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:56 smithi040 bash[78949]: cluster 2023-12-06T07:11:55.525007+0000 mgr.y (mgr.25474) 2150 : cluster 0 pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:57.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:56 smithi040 bash[78949]: audit 2023-12-06T07:11:56.377375+0000 mon.a (mon.0) 6153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:57.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:56 smithi040 bash[78949]: audit 2023-12-06T07:11:56.387653+0000 mon.a (mon.0) 6154 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:57.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:56 smithi040 bash[78949]: audit 2023-12-06T07:11:56.397451+0000 mon.a (mon.0) 6155 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:57.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:56 smithi040 bash[84914]: cluster 2023-12-06T07:11:55.525007+0000 mgr.y (mgr.25474) 2150 : cluster 0 pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:57.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:56 smithi040 bash[84914]: audit 2023-12-06T07:11:56.377375+0000 mon.a (mon.0) 6153 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:57.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:56 smithi040 bash[84914]: audit 2023-12-06T07:11:56.387653+0000 mon.a (mon.0) 6154 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:57.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:56 smithi040 bash[84914]: audit 2023-12-06T07:11:56.397451+0000 mon.a (mon.0) 6155 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:11:59.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:11:58 smithi040 bash[78949]: cluster 2023-12-06T07:11:57.526084+0000 mgr.y (mgr.25474) 2151 : cluster 0 pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:59.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:11:58 smithi040 bash[84914]: cluster 2023-12-06T07:11:57.526084+0000 mgr.y (mgr.25474) 2151 : cluster 0 pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:11:59.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:11:58 smithi141 bash[72190]: cluster 2023-12-06T07:11:57.526084+0000 mgr.y (mgr.25474) 2151 : cluster 0 pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:00.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:00 smithi040 bash[84914]: audit 2023-12-06T07:11:59.524311+0000 mon.a (mon.0) 6156 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:00.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:00 smithi040 bash[84914]: cluster 2023-12-06T07:11:59.527009+0000 mgr.y (mgr.25474) 2152 : cluster 0 pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:00.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:00 smithi040 bash[84914]: audit 2023-12-06T07:11:59.534687+0000 mon.a (mon.0) 6157 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:00.781 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:00 smithi040 bash[84914]: audit 2023-12-06T07:11:59.544990+0000 mon.a (mon.0) 6158 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:00.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:00 smithi040 bash[78949]: audit 2023-12-06T07:11:59.524311+0000 mon.a (mon.0) 6156 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:00.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:00 smithi040 bash[78949]: cluster 2023-12-06T07:11:59.527009+0000 mgr.y (mgr.25474) 2152 : cluster 0 pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:00.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:00 smithi040 bash[78949]: audit 2023-12-06T07:11:59.534687+0000 mon.a (mon.0) 6157 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:00.782 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:00 smithi040 bash[78949]: audit 2023-12-06T07:11:59.544990+0000 mon.a (mon.0) 6158 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:00.820 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:00 smithi141 bash[72190]: audit 2023-12-06T07:11:59.524311+0000 mon.a (mon.0) 6156 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:00.820 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:00 smithi141 bash[72190]: cluster 2023-12-06T07:11:59.527009+0000 mgr.y (mgr.25474) 2152 : cluster 0 pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:00.820 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:00 smithi141 bash[72190]: audit 2023-12-06T07:11:59.534687+0000 mon.a (mon.0) 6157 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:00.820 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:00 smithi141 bash[72190]: audit 2023-12-06T07:11:59.544990+0000 mon.a (mon.0) 6158 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:02.958 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:02 smithi141 bash[72190]: cluster 2023-12-06T07:12:01.528430+0000 mgr.y (mgr.25474) 2153 : cluster 0 pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:03.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:02 smithi040 bash[78949]: cluster 2023-12-06T07:12:01.528430+0000 mgr.y (mgr.25474) 2153 : cluster 0 pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:03.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:02 smithi040 bash[84914]: cluster 2023-12-06T07:12:01.528430+0000 mgr.y (mgr.25474) 2153 : cluster 0 pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:05.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:04 smithi040 bash[78949]: cluster 2023-12-06T07:12:03.529718+0000 mgr.y (mgr.25474) 2154 : cluster 0 pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:05.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:04 smithi040 bash[78949]: audit 2023-12-06T07:12:04.156406+0000 mgr.y (mgr.25474) 2155 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:05.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:04 smithi040 bash[84914]: cluster 2023-12-06T07:12:03.529718+0000 mgr.y (mgr.25474) 2154 : cluster 0 pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:05.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:04 smithi040 bash[84914]: audit 2023-12-06T07:12:04.156406+0000 mgr.y (mgr.25474) 2155 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:05.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:04 smithi141 bash[72190]: cluster 2023-12-06T07:12:03.529718+0000 mgr.y (mgr.25474) 2154 : cluster 0 pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:05.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:04 smithi141 bash[72190]: audit 2023-12-06T07:12:04.156406+0000 mgr.y (mgr.25474) 2155 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:06.772 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:12:06 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:12:06] "GET /metrics HTTP/1.1" 200 38581 "" "Prometheus/2.33.4" 2023-12-06T07:12:07.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:06 smithi040 bash[78949]: cluster 2023-12-06T07:12:05.530897+0000 mgr.y (mgr.25474) 2156 : cluster 0 pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:07.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:06 smithi040 bash[84914]: cluster 2023-12-06T07:12:05.530897+0000 mgr.y (mgr.25474) 2156 : cluster 0 pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:07.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:06 smithi141 bash[72190]: cluster 2023-12-06T07:12:05.530897+0000 mgr.y (mgr.25474) 2156 : cluster 0 pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:09.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:08 smithi040 bash[84914]: cluster 2023-12-06T07:12:07.532045+0000 mgr.y (mgr.25474) 2157 : cluster 0 pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:09.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:08 smithi040 bash[84914]: audit 2023-12-06T07:12:07.781579+0000 mon.a (mon.0) 6159 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:12:09.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:08 smithi040 bash[78949]: cluster 2023-12-06T07:12:07.532045+0000 mgr.y (mgr.25474) 2157 : cluster 0 pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:09.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:08 smithi040 bash[78949]: audit 2023-12-06T07:12:07.781579+0000 mon.a (mon.0) 6159 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:12:09.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:08 smithi141 bash[72190]: cluster 2023-12-06T07:12:07.532045+0000 mgr.y (mgr.25474) 2157 : cluster 0 pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:09.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:08 smithi141 bash[72190]: audit 2023-12-06T07:12:07.781579+0000 mon.a (mon.0) 6159 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:12:11.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:10 smithi141 bash[72190]: cluster 2023-12-06T07:12:09.533437+0000 mgr.y (mgr.25474) 2158 : cluster 0 pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:11.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:10 smithi040 bash[78949]: cluster 2023-12-06T07:12:09.533437+0000 mgr.y (mgr.25474) 2158 : cluster 0 pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:11.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:10 smithi040 bash[84914]: cluster 2023-12-06T07:12:09.533437+0000 mgr.y (mgr.25474) 2158 : cluster 0 pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:13.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:12 smithi141 bash[72190]: cluster 2023-12-06T07:12:11.534889+0000 mgr.y (mgr.25474) 2159 : cluster 0 pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:13.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:12 smithi040 bash[78949]: cluster 2023-12-06T07:12:11.534889+0000 mgr.y (mgr.25474) 2159 : cluster 0 pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:13.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:12 smithi040 bash[84914]: cluster 2023-12-06T07:12:11.534889+0000 mgr.y (mgr.25474) 2159 : cluster 0 pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:15.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:14 smithi141 bash[72190]: cluster 2023-12-06T07:12:13.536353+0000 mgr.y (mgr.25474) 2160 : cluster 0 pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:15.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:14 smithi141 bash[72190]: audit 2023-12-06T07:12:14.163947+0000 mgr.y (mgr.25474) 2161 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:14 smithi040 bash[78949]: cluster 2023-12-06T07:12:13.536353+0000 mgr.y (mgr.25474) 2160 : cluster 0 pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:15.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:14 smithi040 bash[78949]: audit 2023-12-06T07:12:14.163947+0000 mgr.y (mgr.25474) 2161 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:15.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:14 smithi040 bash[84914]: cluster 2023-12-06T07:12:13.536353+0000 mgr.y (mgr.25474) 2160 : cluster 0 pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:15.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:14 smithi040 bash[84914]: audit 2023-12-06T07:12:14.163947+0000 mgr.y (mgr.25474) 2161 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:16.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:12:16 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:12:16] "GET /metrics HTTP/1.1" 200 38584 "" "Prometheus/2.33.4" 2023-12-06T07:12:17.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:16 smithi141 bash[72190]: cluster 2023-12-06T07:12:15.537642+0000 mgr.y (mgr.25474) 2162 : cluster 0 pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:17.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:16 smithi141 bash[72190]: audit 2023-12-06T07:12:16.564752+0000 mon.a (mon.0) 6160 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:17.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:16 smithi141 bash[72190]: audit 2023-12-06T07:12:16.579322+0000 mon.a (mon.0) 6161 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:17.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:16 smithi141 bash[72190]: audit 2023-12-06T07:12:16.591966+0000 mon.a (mon.0) 6162 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:17.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:16 smithi040 bash[78949]: cluster 2023-12-06T07:12:15.537642+0000 mgr.y (mgr.25474) 2162 : cluster 0 pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:17.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:16 smithi040 bash[78949]: audit 2023-12-06T07:12:16.564752+0000 mon.a (mon.0) 6160 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:17.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:16 smithi040 bash[78949]: audit 2023-12-06T07:12:16.579322+0000 mon.a (mon.0) 6161 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:17.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:16 smithi040 bash[78949]: audit 2023-12-06T07:12:16.591966+0000 mon.a (mon.0) 6162 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:17.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:16 smithi040 bash[84914]: cluster 2023-12-06T07:12:15.537642+0000 mgr.y (mgr.25474) 2162 : cluster 0 pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:17.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:16 smithi040 bash[84914]: audit 2023-12-06T07:12:16.564752+0000 mon.a (mon.0) 6160 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:17.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:16 smithi040 bash[84914]: audit 2023-12-06T07:12:16.579322+0000 mon.a (mon.0) 6161 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:17.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:16 smithi040 bash[84914]: audit 2023-12-06T07:12:16.591966+0000 mon.a (mon.0) 6162 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:18.848 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:18 smithi040 bash[78949]: cluster 2023-12-06T07:12:17.538848+0000 mgr.y (mgr.25474) 2163 : cluster 0 pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:18.848 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:18 smithi040 bash[84914]: cluster 2023-12-06T07:12:17.538848+0000 mgr.y (mgr.25474) 2163 : cluster 0 pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:19.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:18 smithi141 bash[72190]: cluster 2023-12-06T07:12:17.538848+0000 mgr.y (mgr.25474) 2163 : cluster 0 pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:20.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:20 smithi141 bash[72190]: cluster 2023-12-06T07:12:19.540331+0000 mgr.y (mgr.25474) 2164 : cluster 0 pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:20.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:20 smithi141 bash[72190]: audit 2023-12-06T07:12:19.710348+0000 mon.a (mon.0) 6163 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:20.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:20 smithi141 bash[72190]: audit 2023-12-06T07:12:19.719503+0000 mon.a (mon.0) 6164 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:20.959 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:20 smithi141 bash[72190]: audit 2023-12-06T07:12:19.728837+0000 mon.a (mon.0) 6165 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:21.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:20 smithi040 bash[78949]: cluster 2023-12-06T07:12:19.540331+0000 mgr.y (mgr.25474) 2164 : cluster 0 pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:21.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:20 smithi040 bash[78949]: audit 2023-12-06T07:12:19.710348+0000 mon.a (mon.0) 6163 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:21.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:20 smithi040 bash[78949]: audit 2023-12-06T07:12:19.719503+0000 mon.a (mon.0) 6164 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:21.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:20 smithi040 bash[78949]: audit 2023-12-06T07:12:19.728837+0000 mon.a (mon.0) 6165 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:21.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:20 smithi040 bash[84914]: cluster 2023-12-06T07:12:19.540331+0000 mgr.y (mgr.25474) 2164 : cluster 0 pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:21.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:20 smithi040 bash[84914]: audit 2023-12-06T07:12:19.710348+0000 mon.a (mon.0) 6163 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:21.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:20 smithi040 bash[84914]: audit 2023-12-06T07:12:19.719503+0000 mon.a (mon.0) 6164 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:21.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:20 smithi040 bash[84914]: audit 2023-12-06T07:12:19.728837+0000 mon.a (mon.0) 6165 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:23.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:22 smithi040 bash[84914]: cluster 2023-12-06T07:12:21.541672+0000 mgr.y (mgr.25474) 2165 : cluster 0 pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:23.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:22 smithi040 bash[78949]: cluster 2023-12-06T07:12:21.541672+0000 mgr.y (mgr.25474) 2165 : cluster 0 pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:23.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:22 smithi141 bash[72190]: cluster 2023-12-06T07:12:21.541672+0000 mgr.y (mgr.25474) 2165 : cluster 0 pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:24.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:23 smithi040 bash[78949]: audit 2023-12-06T07:12:22.782119+0000 mon.a (mon.0) 6166 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:12:24.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:23 smithi040 bash[84914]: audit 2023-12-06T07:12:22.782119+0000 mon.a (mon.0) 6166 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:12:24.190 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:23 smithi141 bash[72190]: audit 2023-12-06T07:12:22.782119+0000 mon.a (mon.0) 6166 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:12:25.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:24 smithi141 bash[72190]: cluster 2023-12-06T07:12:23.542980+0000 mgr.y (mgr.25474) 2166 : cluster 0 pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:25.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:24 smithi141 bash[72190]: audit 2023-12-06T07:12:24.167860+0000 mgr.y (mgr.25474) 2167 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:25.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:24 smithi040 bash[78949]: cluster 2023-12-06T07:12:23.542980+0000 mgr.y (mgr.25474) 2166 : cluster 0 pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:25.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:24 smithi040 bash[78949]: audit 2023-12-06T07:12:24.167860+0000 mgr.y (mgr.25474) 2167 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:24 smithi040 bash[84914]: cluster 2023-12-06T07:12:23.542980+0000 mgr.y (mgr.25474) 2166 : cluster 0 pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:25.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:24 smithi040 bash[84914]: audit 2023-12-06T07:12:24.167860+0000 mgr.y (mgr.25474) 2167 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:26.781 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:12:26 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:12:26] "GET /metrics HTTP/1.1" 200 38580 "" "Prometheus/2.33.4" 2023-12-06T07:12:27.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:26 smithi141 bash[72190]: cluster 2023-12-06T07:12:25.544095+0000 mgr.y (mgr.25474) 2168 : cluster 0 pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:27.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:26 smithi040 bash[78949]: cluster 2023-12-06T07:12:25.544095+0000 mgr.y (mgr.25474) 2168 : cluster 0 pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:27.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:26 smithi040 bash[84914]: cluster 2023-12-06T07:12:25.544095+0000 mgr.y (mgr.25474) 2168 : cluster 0 pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:29.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:28 smithi141 bash[72190]: cluster 2023-12-06T07:12:27.545179+0000 mgr.y (mgr.25474) 2169 : cluster 0 pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:29.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:28 smithi040 bash[78949]: cluster 2023-12-06T07:12:27.545179+0000 mgr.y (mgr.25474) 2169 : cluster 0 pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:29.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:28 smithi040 bash[84914]: cluster 2023-12-06T07:12:27.545179+0000 mgr.y (mgr.25474) 2169 : cluster 0 pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:31.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:30 smithi141 bash[72190]: cluster 2023-12-06T07:12:29.546514+0000 mgr.y (mgr.25474) 2170 : cluster 0 pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:31.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:30 smithi040 bash[78949]: cluster 2023-12-06T07:12:29.546514+0000 mgr.y (mgr.25474) 2170 : cluster 0 pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:31.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:30 smithi040 bash[84914]: cluster 2023-12-06T07:12:29.546514+0000 mgr.y (mgr.25474) 2170 : cluster 0 pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:33.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:32 smithi141 bash[72190]: cluster 2023-12-06T07:12:31.547865+0000 mgr.y (mgr.25474) 2171 : cluster 0 pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:33.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:32 smithi040 bash[84914]: cluster 2023-12-06T07:12:31.547865+0000 mgr.y (mgr.25474) 2171 : cluster 0 pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:33.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:32 smithi040 bash[78949]: cluster 2023-12-06T07:12:31.547865+0000 mgr.y (mgr.25474) 2171 : cluster 0 pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:35.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:34 smithi040 bash[78949]: cluster 2023-12-06T07:12:33.549178+0000 mgr.y (mgr.25474) 2172 : cluster 0 pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:35.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:34 smithi040 bash[78949]: audit 2023-12-06T07:12:34.175959+0000 mgr.y (mgr.25474) 2173 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:35.080 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:34 smithi040 bash[84914]: cluster 2023-12-06T07:12:33.549178+0000 mgr.y (mgr.25474) 2172 : cluster 0 pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:35.080 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:34 smithi040 bash[84914]: audit 2023-12-06T07:12:34.175959+0000 mgr.y (mgr.25474) 2173 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:35.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:34 smithi141 bash[72190]: cluster 2023-12-06T07:12:33.549178+0000 mgr.y (mgr.25474) 2172 : cluster 0 pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:35.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:34 smithi141 bash[72190]: audit 2023-12-06T07:12:34.175959+0000 mgr.y (mgr.25474) 2173 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:35.951 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch ps' 2023-12-06T07:12:36.777 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:12:36 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:12:36] "GET /metrics HTTP/1.1" 200 38580 "" "Prometheus/2.33.4" 2023-12-06T07:12:37.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:36 smithi040 bash[78949]: cluster 2023-12-06T07:12:35.550327+0000 mgr.y (mgr.25474) 2174 : cluster 0 pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:37.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:36 smithi040 bash[78949]: audit 2023-12-06T07:12:36.750545+0000 mon.a (mon.0) 6167 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:37.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:36 smithi040 bash[78949]: audit 2023-12-06T07:12:36.760566+0000 mon.a (mon.0) 6168 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:37.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:36 smithi040 bash[78949]: audit 2023-12-06T07:12:36.769902+0000 mon.a (mon.0) 6169 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:37.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:36 smithi040 bash[84914]: cluster 2023-12-06T07:12:35.550327+0000 mgr.y (mgr.25474) 2174 : cluster 0 pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:37.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:36 smithi040 bash[84914]: audit 2023-12-06T07:12:36.750545+0000 mon.a (mon.0) 6167 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:37.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:36 smithi040 bash[84914]: audit 2023-12-06T07:12:36.760566+0000 mon.a (mon.0) 6168 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:37.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:36 smithi040 bash[84914]: audit 2023-12-06T07:12:36.769902+0000 mon.a (mon.0) 6169 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:37.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:36 smithi141 bash[72190]: cluster 2023-12-06T07:12:35.550327+0000 mgr.y (mgr.25474) 2174 : cluster 0 pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:37.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:36 smithi141 bash[72190]: audit 2023-12-06T07:12:36.750545+0000 mon.a (mon.0) 6167 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:37.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:36 smithi141 bash[72190]: audit 2023-12-06T07:12:36.760566+0000 mon.a (mon.0) 6168 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:37.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:36 smithi141 bash[72190]: audit 2023-12-06T07:12:36.769902+0000 mon.a (mon.0) 6169 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:39.074 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:38 smithi040 bash[78949]: cluster 2023-12-06T07:12:37.551358+0000 mgr.y (mgr.25474) 2175 : cluster 0 pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:39.074 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:38 smithi040 bash[78949]: audit 2023-12-06T07:12:37.782536+0000 mon.a (mon.0) 6170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:12:39.074 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:38 smithi040 bash[84914]: cluster 2023-12-06T07:12:37.551358+0000 mgr.y (mgr.25474) 2175 : cluster 0 pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:39.074 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:38 smithi040 bash[84914]: audit 2023-12-06T07:12:37.782536+0000 mon.a (mon.0) 6170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:12:39.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:38 smithi141 bash[72190]: cluster 2023-12-06T07:12:37.551358+0000 mgr.y (mgr.25474) 2175 : cluster 0 pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:39.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:38 smithi141 bash[72190]: audit 2023-12-06T07:12:37.782536+0000 mon.a (mon.0) 6170 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:12:40.104 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:12:40.104 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 3s ago 25m - - 2023-12-06T07:12:40.104 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi141 smithi141 running 0s ago 25m - - 2023-12-06T07:12:40.104 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.a smithi040 *:9093,9094 running (12m) 3s ago 18m 17.5M - 0.23.0 ba2b418f427c 573dc36ca461 2023-12-06T07:12:40.104 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.a smithi141 *:3000 running (11m) 0s ago 18m 45.5M - 8.3.5 dad864ee21e9 3fb5d340bbdb 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:iscsi.foo.smithi040.vqsiqg smithi040 running (10m) 3s ago 16m 48.3M - 3.5 e1d6a67b021e b004fbd33f9f 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.x smithi141 *:8443,9283,8765 running (8m) 0s ago 24m 435M - 19.0.0-26-g0482646f 26bb7d89db2e 345817faf911 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.y smithi040 *:8443,9283,8765 running (10m) 3s ago 26m 530M - 19.0.0-26-g0482646f 26bb7d89db2e 0e6dd40e58f7 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (9m) 3s ago 26m 84.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 18cb4384d982 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi141 running (7m) 0s ago 25m 57.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a46e947a89d4 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi040 running (8m) 3s ago 25m 59.0M 2048M 19.0.0-26-g0482646f 26bb7d89db2e f003381b7d99 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.a smithi040 *:9100 running (12m) 3s ago 18m 12.8M - 1.3.1 1dbe0e931976 65478c4bee61 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.b smithi141 *:9100 running (11m) 0s ago 18m 12.2M - 1.3.1 1dbe0e931976 af6c193e61a1 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (6m) 3s ago 24m 60.2M 4096M 19.0.0-26-g0482646f 26bb7d89db2e bd803ebde49a 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (6m) 3s ago 23m 60.6M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 17848df7e7ac 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (5m) 3s ago 23m 54.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 129ef8397e96 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (4m) 3s ago 22m 58.2M 4096M 19.0.0-26-g0482646f 26bb7d89db2e de107f4b0425 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi141 running (3m) 0s ago 21m 51.3M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e9ae9478d62b 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi141 running (3m) 0s ago 21m 52.2M 4096M 19.0.0-26-g0482646f 26bb7d89db2e 475be89a2478 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi141 running (2m) 0s ago 20m 50.4M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e6a99c993350 2023-12-06T07:12:40.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi141 running (114s) 0s ago 19m 51.0M 4096M 19.0.0-26-g0482646f 26bb7d89db2e e477e8be0c29 2023-12-06T07:12:40.106 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.a smithi141 *:9095 running (10m) 0s ago 18m 66.7M - 2.33.4 514e6a882f6e e28e41270ef5 2023-12-06T07:12:40.106 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi040.aeyrta smithi040 *:8000 running (16m) 3s ago 16m 91.3M - 17.2.0 e1d6a67b021e 5b3ec5a997e8 2023-12-06T07:12:40.106 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.foo.smithi141.cdtajj smithi141 *:8000 running (16m) 0s ago 16m 90.3M - 17.2.0 e1d6a67b021e 402a583d9bf4 2023-12-06T07:12:40.106 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi040.lyhfbk smithi040 *:80 running (16m) 3s ago 16m 89.9M - 17.2.0 e1d6a67b021e 58921cb66df0 2023-12-06T07:12:40.106 INFO:teuthology.orchestra.run.smithi040.stdout:rgw.smpl.smithi141.nwuffv smithi141 *:80 running (16m) 0s ago 16m 90.3M - 17.2.0 e1d6a67b021e 9005b4269d28 2023-12-06T07:12:41.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:40 smithi040 bash[78949]: cluster 2023-12-06T07:12:39.553103+0000 mgr.y (mgr.25474) 2176 : cluster 0 pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:41.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:40 smithi040 bash[78949]: audit 2023-12-06T07:12:39.886003+0000 mon.a (mon.0) 6171 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:41.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:40 smithi040 bash[78949]: audit 2023-12-06T07:12:39.896551+0000 mon.a (mon.0) 6172 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:41.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:40 smithi040 bash[78949]: audit 2023-12-06T07:12:39.905369+0000 mon.a (mon.0) 6173 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:41.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:40 smithi040 bash[78949]: audit 2023-12-06T07:12:40.067433+0000 mgr.y (mgr.25474) 2177 : audit 0 from='client.34767 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:12:41.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:40 smithi040 bash[84914]: cluster 2023-12-06T07:12:39.553103+0000 mgr.y (mgr.25474) 2176 : cluster 0 pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:41.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:40 smithi040 bash[84914]: audit 2023-12-06T07:12:39.886003+0000 mon.a (mon.0) 6171 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:41.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:40 smithi040 bash[84914]: audit 2023-12-06T07:12:39.896551+0000 mon.a (mon.0) 6172 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:41.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:40 smithi040 bash[84914]: audit 2023-12-06T07:12:39.905369+0000 mon.a (mon.0) 6173 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:41.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:40 smithi040 bash[84914]: audit 2023-12-06T07:12:40.067433+0000 mgr.y (mgr.25474) 2177 : audit 0 from='client.34767 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:12:41.075 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions' 2023-12-06T07:12:41.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:40 smithi141 bash[72190]: cluster 2023-12-06T07:12:39.553103+0000 mgr.y (mgr.25474) 2176 : cluster 0 pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:41.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:40 smithi141 bash[72190]: audit 2023-12-06T07:12:39.886003+0000 mon.a (mon.0) 6171 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:41.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:40 smithi141 bash[72190]: audit 2023-12-06T07:12:39.896551+0000 mon.a (mon.0) 6172 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:41.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:40 smithi141 bash[72190]: audit 2023-12-06T07:12:39.905369+0000 mon.a (mon.0) 6173 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:41.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:40 smithi141 bash[72190]: audit 2023-12-06T07:12:40.067433+0000 mgr.y (mgr.25474) 2177 : audit 0 from='client.34767 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:12:43.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:42 smithi141 bash[72190]: cluster 2023-12-06T07:12:41.554460+0000 mgr.y (mgr.25474) 2178 : cluster 0 pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:43.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:42 smithi040 bash[78949]: cluster 2023-12-06T07:12:41.554460+0000 mgr.y (mgr.25474) 2178 : cluster 0 pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:43.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:42 smithi040 bash[84914]: cluster 2023-12-06T07:12:41.554460+0000 mgr.y (mgr.25474) 2178 : cluster 0 pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:45.169 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:44 smithi040 bash[78949]: cluster 2023-12-06T07:12:43.555927+0000 mgr.y (mgr.25474) 2179 : cluster 0 pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:45.170 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:44 smithi040 bash[78949]: audit 2023-12-06T07:12:44.184257+0000 mgr.y (mgr.25474) 2180 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:45.170 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:44 smithi040 bash[84914]: cluster 2023-12-06T07:12:43.555927+0000 mgr.y (mgr.25474) 2179 : cluster 0 pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:45.170 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:44 smithi040 bash[84914]: audit 2023-12-06T07:12:44.184257+0000 mgr.y (mgr.25474) 2180 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:44 smithi141 bash[72190]: cluster 2023-12-06T07:12:43.555927+0000 mgr.y (mgr.25474) 2179 : cluster 0 pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:45.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:44 smithi141 bash[72190]: audit 2023-12-06T07:12:44.184257+0000 mgr.y (mgr.25474) 2180 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:45.680 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:12:45.680 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-06T07:12:45.681 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:12:45.681 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:12:45.681 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-06T07:12:45.681 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:12:45.681 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:12:45.681 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-06T07:12:45.681 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 8 2023-12-06T07:12:45.681 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:12:45.681 INFO:teuthology.orchestra.run.smithi040.stdout: "rgw": { 2023-12-06T07:12:45.681 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:12:45.681 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-06T07:12:45.681 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-06T07:12:45.681 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-06T07:12:45.681 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 13 2023-12-06T07:12:45.681 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-06T07:12:45.682 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:12:46.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:45 smithi040 bash[78949]: audit 2023-12-06T07:12:45.674050+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.40:0/639451593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:12:46.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:45 smithi040 bash[84914]: audit 2023-12-06T07:12:45.674050+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.40:0/639451593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:12:46.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:45 smithi141 bash[72190]: audit 2023-12-06T07:12:45.674050+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.40:0/639451593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:12:46.584 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch upgrade status' 2023-12-06T07:12:46.778 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:12:46 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:12:46] "GET /metrics HTTP/1.1" 200 38582 "" "Prometheus/2.33.4" 2023-12-06T07:12:47.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:46 smithi040 bash[78949]: cluster 2023-12-06T07:12:45.557139+0000 mgr.y (mgr.25474) 2181 : cluster 0 pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:47.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:46 smithi040 bash[84914]: cluster 2023-12-06T07:12:45.557139+0000 mgr.y (mgr.25474) 2181 : cluster 0 pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:47.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:46 smithi141 bash[72190]: cluster 2023-12-06T07:12:45.557139+0000 mgr.y (mgr.25474) 2181 : cluster 0 pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:49.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:48 smithi040 bash[84914]: cluster 2023-12-06T07:12:47.558268+0000 mgr.y (mgr.25474) 2182 : cluster 0 pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:49.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:48 smithi040 bash[78949]: cluster 2023-12-06T07:12:47.558268+0000 mgr.y (mgr.25474) 2182 : cluster 0 pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:49.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:48 smithi141 bash[72190]: cluster 2023-12-06T07:12:47.558268+0000 mgr.y (mgr.25474) 2182 : cluster 0 pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:49.955 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-06T07:12:49.955 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:12:49.955 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-06T07:12:49.955 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:12:49.955 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [ 2023-12-06T07:12:49.955 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr", 2023-12-06T07:12:49.955 INFO:teuthology.orchestra.run.smithi040.stdout: "osd", 2023-12-06T07:12:49.955 INFO:teuthology.orchestra.run.smithi040.stdout: "mon" 2023-12-06T07:12:49.955 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2023-12-06T07:12:49.956 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "13/23 daemons upgraded", 2023-12-06T07:12:49.956 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception", 2023-12-06T07:12:49.956 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": true 2023-12-06T07:12:49.956 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-06T07:12:50.744 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph health detail' 2023-12-06T07:12:51.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:50 smithi040 bash[78949]: cluster 2023-12-06T07:12:49.559290+0000 mgr.y (mgr.25474) 2183 : cluster 0 pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:51.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:50 smithi040 bash[78949]: audit 2023-12-06T07:12:49.948019+0000 mgr.y (mgr.25474) 2184 : audit 0 from='client.54625 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:12:51.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:50 smithi040 bash[84914]: cluster 2023-12-06T07:12:49.559290+0000 mgr.y (mgr.25474) 2183 : cluster 0 pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:51.031 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:50 smithi040 bash[84914]: audit 2023-12-06T07:12:49.948019+0000 mgr.y (mgr.25474) 2184 : audit 0 from='client.54625 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:12:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:50 smithi141 bash[72190]: cluster 2023-12-06T07:12:49.559290+0000 mgr.y (mgr.25474) 2183 : cluster 0 pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:51.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:50 smithi141 bash[72190]: audit 2023-12-06T07:12:49.948019+0000 mgr.y (mgr.25474) 2184 : audit 0 from='client.54625 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:12:53.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:52 smithi040 bash[78949]: cluster 2023-12-06T07:12:51.560556+0000 mgr.y (mgr.25474) 2185 : cluster 0 pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:53.031 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:52 smithi040 bash[78949]: audit 2023-12-06T07:12:52.782245+0000 mon.a (mon.0) 6174 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:12:53.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:52 smithi040 bash[84914]: cluster 2023-12-06T07:12:51.560556+0000 mgr.y (mgr.25474) 2185 : cluster 0 pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:53.032 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:52 smithi040 bash[84914]: audit 2023-12-06T07:12:52.782245+0000 mon.a (mon.0) 6174 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:12:53.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:52 smithi141 bash[72190]: cluster 2023-12-06T07:12:51.560556+0000 mgr.y (mgr.25474) 2185 : cluster 0 pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:53.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:52 smithi141 bash[72190]: audit 2023-12-06T07:12:52.782245+0000 mon.a (mon.0) 6174 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:12:54.130 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_ERR Upgrade: failed due to an unexpected exception 2023-12-06T07:12:54.130 INFO:teuthology.orchestra.run.smithi040.stdout:[ERR] UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T07:12:54.130 INFO:teuthology.orchestra.run.smithi040.stdout: Unexpected exception occurred during upgrade process: osd require-osd-release failed: unrecognized release unknown retval: -22 2023-12-06T07:12:54.915 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-06T07:12:55.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:54 smithi141 bash[72190]: cluster 2023-12-06T07:12:53.561914+0000 mgr.y (mgr.25474) 2186 : cluster 0 pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:55.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:54 smithi141 bash[72190]: audit 2023-12-06T07:12:54.124040+0000 mon.c (mon.1) 21 : audit 0 from='client.? 172.21.15.40:0/3998105715' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:12:55.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:54 smithi141 bash[72190]: audit 2023-12-06T07:12:54.191825+0000 mgr.y (mgr.25474) 2187 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:54 smithi040 bash[84914]: cluster 2023-12-06T07:12:53.561914+0000 mgr.y (mgr.25474) 2186 : cluster 0 pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:54 smithi040 bash[84914]: audit 2023-12-06T07:12:54.124040+0000 mon.c (mon.1) 21 : audit 0 from='client.? 172.21.15.40:0/3998105715' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:12:55.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:54 smithi040 bash[84914]: audit 2023-12-06T07:12:54.191825+0000 mgr.y (mgr.25474) 2187 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:55.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:54 smithi040 bash[78949]: cluster 2023-12-06T07:12:53.561914+0000 mgr.y (mgr.25474) 2186 : cluster 0 pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:12:55.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:54 smithi040 bash[78949]: audit 2023-12-06T07:12:54.124040+0000 mon.c (mon.1) 21 : audit 0 from='client.? 172.21.15.40:0/3998105715' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:12:55.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:54 smithi040 bash[78949]: audit 2023-12-06T07:12:54.191825+0000 mgr.y (mgr.25474) 2187 : audit 0 from='client.15489 -' entity='client.iscsi.foo.smithi040.vqsiqg' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:12:56.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:55 smithi141 bash[72190]: audit 2023-12-06T07:12:55.690426+0000 mon.a (mon.0) 6175 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:55 smithi141 bash[72190]: audit 2023-12-06T07:12:55.691064+0000 mon.a (mon.0) 6176 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:55 smithi141 bash[72190]: audit 2023-12-06T07:12:55.693623+0000 mon.a (mon.0) 6177 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:55 smithi141 bash[72190]: audit 2023-12-06T07:12:55.694230+0000 mon.a (mon.0) 6178 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:55 smithi141 bash[72190]: audit 2023-12-06T07:12:55.696018+0000 mon.a (mon.0) 6179 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:55 smithi141 bash[72190]: audit 2023-12-06T07:12:55.698906+0000 mon.a (mon.0) 6180 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:55 smithi141 bash[72190]: audit 2023-12-06T07:12:55.699363+0000 mon.a (mon.0) 6181 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:55 smithi141 bash[72190]: audit 2023-12-06T07:12:55.700286+0000 mon.a (mon.0) 6182 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:55 smithi141 bash[72190]: audit 2023-12-06T07:12:55.706089+0000 mon.a (mon.0) 6183 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:56.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:55 smithi141 bash[72190]: audit 2023-12-06T07:12:55.713871+0000 mon.a (mon.0) 6184 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:55 smithi141 bash[72190]: audit 2023-12-06T07:12:55.716872+0000 mon.a (mon.0) 6185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:12:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:55 smithi141 bash[72190]: audit 2023-12-06T07:12:55.718402+0000 mon.a (mon.0) 6186 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:12:56.210 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:55 smithi141 bash[72190]: audit 2023-12-06T07:12:55.726895+0000 mon.a (mon.0) 6187 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[78949]: audit 2023-12-06T07:12:55.690426+0000 mon.a (mon.0) 6175 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[78949]: audit 2023-12-06T07:12:55.691064+0000 mon.a (mon.0) 6176 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[78949]: audit 2023-12-06T07:12:55.693623+0000 mon.a (mon.0) 6177 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[78949]: audit 2023-12-06T07:12:55.694230+0000 mon.a (mon.0) 6178 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[78949]: audit 2023-12-06T07:12:55.696018+0000 mon.a (mon.0) 6179 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[78949]: audit 2023-12-06T07:12:55.698906+0000 mon.a (mon.0) 6180 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[78949]: audit 2023-12-06T07:12:55.699363+0000 mon.a (mon.0) 6181 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[78949]: audit 2023-12-06T07:12:55.700286+0000 mon.a (mon.0) 6182 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[78949]: audit 2023-12-06T07:12:55.706089+0000 mon.a (mon.0) 6183 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[78949]: audit 2023-12-06T07:12:55.713871+0000 mon.a (mon.0) 6184 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[78949]: audit 2023-12-06T07:12:55.716872+0000 mon.a (mon.0) 6185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:12:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[78949]: audit 2023-12-06T07:12:55.718402+0000 mon.a (mon.0) 6186 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:12:56.282 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[78949]: audit 2023-12-06T07:12:55.726895+0000 mon.a (mon.0) 6187 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:56.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[84914]: audit 2023-12-06T07:12:55.690426+0000 mon.a (mon.0) 6175 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[84914]: audit 2023-12-06T07:12:55.691064+0000 mon.a (mon.0) 6176 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[84914]: audit 2023-12-06T07:12:55.693623+0000 mon.a (mon.0) 6177 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[84914]: audit 2023-12-06T07:12:55.694230+0000 mon.a (mon.0) 6178 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[84914]: audit 2023-12-06T07:12:55.696018+0000 mon.a (mon.0) 6179 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.282 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[84914]: audit 2023-12-06T07:12:55.698906+0000 mon.a (mon.0) 6180 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[84914]: audit 2023-12-06T07:12:55.699363+0000 mon.a (mon.0) 6181 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[84914]: audit 2023-12-06T07:12:55.700286+0000 mon.a (mon.0) 6182 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:12:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[84914]: audit 2023-12-06T07:12:55.706089+0000 mon.a (mon.0) 6183 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[84914]: audit 2023-12-06T07:12:55.713871+0000 mon.a (mon.0) 6184 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[84914]: audit 2023-12-06T07:12:55.716872+0000 mon.a (mon.0) 6185 : audit 0 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:12:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[84914]: audit 2023-12-06T07:12:55.718402+0000 mon.a (mon.0) 6186 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:12:56.283 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:55 smithi040 bash[84914]: audit 2023-12-06T07:12:55.726895+0000 mon.a (mon.0) 6187 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:56.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:12:56 smithi040 bash[75188]: ::ffff:172.21.15.141 - - [06/Dec/2023:07:12:56] "GET /metrics HTTP/1.1" 200 38583 "" "Prometheus/2.33.4" 2023-12-06T07:12:57.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:56 smithi141 bash[72190]: cluster 2023-12-06T07:12:55.563160+0000 mgr.y (mgr.25474) 2188 : cluster 0 pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:57.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:56 smithi141 bash[72190]: cephadm 2023-12-06T07:12:55.700400+0000 mgr.y (mgr.25474) 2189 : cephadm 1 Adjusting osd_memory_target on smithi141 to 2781M 2023-12-06T07:12:57.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:56 smithi141 bash[72190]: cephadm 2023-12-06T07:12:55.701924+0000 mgr.y (mgr.25474) 2190 : cephadm 1 Adjusting osd_memory_target on smithi040 to 2526M 2023-12-06T07:12:57.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:57 smithi040 bash[84914]: cluster 2023-12-06T07:12:55.563160+0000 mgr.y (mgr.25474) 2188 : cluster 0 pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:57.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:57 smithi040 bash[84914]: cephadm 2023-12-06T07:12:55.700400+0000 mgr.y (mgr.25474) 2189 : cephadm 1 Adjusting osd_memory_target on smithi141 to 2781M 2023-12-06T07:12:57.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:57 smithi040 bash[84914]: cephadm 2023-12-06T07:12:55.701924+0000 mgr.y (mgr.25474) 2190 : cephadm 1 Adjusting osd_memory_target on smithi040 to 2526M 2023-12-06T07:12:57.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:56 smithi040 bash[78949]: cluster 2023-12-06T07:12:55.563160+0000 mgr.y (mgr.25474) 2188 : cluster 0 pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:57.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:56 smithi040 bash[78949]: cephadm 2023-12-06T07:12:55.700400+0000 mgr.y (mgr.25474) 2189 : cephadm 1 Adjusting osd_memory_target on smithi141 to 2781M 2023-12-06T07:12:57.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:56 smithi040 bash[78949]: cephadm 2023-12-06T07:12:55.701924+0000 mgr.y (mgr.25474) 2190 : cephadm 1 Adjusting osd_memory_target on smithi040 to 2526M 2023-12-06T07:12:58.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:57 smithi141 bash[72190]: audit 2023-12-06T07:12:56.936314+0000 mon.a (mon.0) 6188 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:58.208 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:57 smithi141 bash[72190]: audit 2023-12-06T07:12:56.948358+0000 mon.a (mon.0) 6189 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:58.209 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:57 smithi141 bash[72190]: audit 2023-12-06T07:12:56.956681+0000 mon.a (mon.0) 6190 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:58.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:57 smithi040 bash[84914]: audit 2023-12-06T07:12:56.936314+0000 mon.a (mon.0) 6188 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:58.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:57 smithi040 bash[84914]: audit 2023-12-06T07:12:56.948358+0000 mon.a (mon.0) 6189 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:58.281 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:57 smithi040 bash[84914]: audit 2023-12-06T07:12:56.956681+0000 mon.a (mon.0) 6190 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:58.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:57 smithi040 bash[78949]: audit 2023-12-06T07:12:56.936314+0000 mon.a (mon.0) 6188 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:58.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:57 smithi040 bash[78949]: audit 2023-12-06T07:12:56.948358+0000 mon.a (mon.0) 6189 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:58.281 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:57 smithi040 bash[78949]: audit 2023-12-06T07:12:56.956681+0000 mon.a (mon.0) 6190 : audit 1 from='mgr.25474 172.21.15.40:0/2928341105' entity='mgr.y' 2023-12-06T07:12:58.464 INFO:teuthology.orchestra.run.smithi040.stdout:false 2023-12-06T07:12:59.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:12:59.215 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 smithi040 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 f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-06T07:12:59.290 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7880af15d9414a67acbfd126f87c7911 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 smithi040 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 f675b9d0-9402-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-06T07:12:59.292 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-06T07:12:59.302 INFO:tasks.cephadm:Teardown begin 2023-12-06T07:12:59.303 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T07:12:59.307 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:58 smithi040 bash[84914]: cluster 2023-12-06T07:12:57.564254+0000 mgr.y (mgr.25474) 2191 : cluster 0 pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:59.307 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:12:58 smithi040 bash[84914]: audit 2023-12-06T07:12:58.443589+0000 mon.c (mon.1) 22 : audit 0 from='client.? 172.21.15.40:0/3111535431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:12:59.308 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:58 smithi040 bash[78949]: cluster 2023-12-06T07:12:57.564254+0000 mgr.y (mgr.25474) 2191 : cluster 0 pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:59.308 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:58 smithi040 bash[78949]: audit 2023-12-06T07:12:58.443589+0000 mon.c (mon.1) 22 : audit 0 from='client.? 172.21.15.40:0/3111535431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:12:59.324 DEBUG:teuthology.orchestra.run.smithi141:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T07:12:59.336 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:58 smithi141 bash[72190]: cluster 2023-12-06T07:12:57.564254+0000 mgr.y (mgr.25474) 2191 : cluster 0 pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:12:59.337 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:12:58 smithi141 bash[72190]: audit 2023-12-06T07:12:58.443589+0000 mon.c (mon.1) 22 : audit 0 from='client.? 172.21.15.40:0/3111535431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:12:59.339 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-06T07:12:59.340 DEBUG:teuthology.orchestra.run.smithi040:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T07:12:59.374 DEBUG:teuthology.orchestra.run.smithi141:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T07:12:59.381 INFO:tasks.cephadm:Stopping all daemons... 2023-12-06T07:12:59.381 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-06T07:12:59.381 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.a 2023-12-06T07:12:59.571 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:12:59 smithi040 bash[75188]: [06/Dec/2023:07:12:59] ENGINE Bus STOPPING 2023-12-06T07:12:59.571 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:59 smithi040 systemd[1]: Stopping Ceph mon.a for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:12:59.571 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:59 smithi040 bash[78949]: debug 2023-12-06T07:12:59.533+0000 7fa7e50ea700 -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-06T07:12:59.572 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:12:59 smithi040 bash[78949]: debug 2023-12-06T07:12:59.533+0000 7fa7e50ea700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-12-06T07:12:59.848 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:12:59 smithi040 bash[75188]: [06/Dec/2023:07:12:59] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T07:12:59.849 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:12:59 smithi040 bash[75188]: [06/Dec/2023:07:12:59] ENGINE Bus STOPPED 2023-12-06T07:12:59.849 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:12:59 smithi040 bash[75188]: [06/Dec/2023:07:12:59] ENGINE Bus STARTING 2023-12-06T07:12:59.849 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:12:59 smithi040 bash[75188]: [06/Dec/2023:07:12:59] ENGINE Serving on http://:::9283 2023-12-06T07:12:59.849 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:12:59 smithi040 bash[75188]: [06/Dec/2023:07:12:59] ENGINE Bus STARTED 2023-12-06T07:13:00.524 INFO:journalctl@ceph.mon.a.smithi040.stdout:Dec 06 07:13:00 smithi040 bash[108971]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mon-a 2023-12-06T07:13:01.119 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.a.service' 2023-12-06T07:13:01.202 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:13:01.203 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-06T07:13:01.203 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2023-12-06T07:13:01.203 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.c 2023-12-06T07:13:01.461 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:13:01 smithi040 systemd[1]: Stopping Ceph mon.c for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:13:01.736 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:13:01 smithi040 bash[84914]: debug 2023-12-06T07:13:01.453+0000 7fe42aaac700 -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-06T07:13:01.736 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:13:01 smithi040 bash[84914]: debug 2023-12-06T07:13:01.453+0000 7fe42aaac700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2023-12-06T07:13:02.780 INFO:journalctl@ceph.mon.c.smithi040.stdout:Dec 06 07:13:02 smithi040 bash[109111]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mon-c 2023-12-06T07:13:02.931 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.c.service' 2023-12-06T07:13:02.963 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:13:02.963 INFO:tasks.cephadm.mon.b:Stopped mon.c 2023-12-06T07:13:02.963 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-12-06T07:13:02.964 DEBUG:teuthology.orchestra.run.smithi141:> sudo systemctl stop ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.b 2023-12-06T07:13:03.234 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:13:02 smithi141 systemd[1]: Stopping Ceph mon.b for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:13:03.234 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:13:03 smithi141 bash[72190]: debug 2023-12-06T07:13:03.152+0000 7f2d6fab4700 -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-06T07:13:03.234 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:13:03 smithi141 bash[72190]: debug 2023-12-06T07:13:03.152+0000 7f2d6fab4700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2023-12-06T07:13:04.653 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:13:04 smithi141 bash[93525]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mon-b 2023-12-06T07:13:04.653 INFO:journalctl@ceph.mon.b.smithi141.stdout:Dec 06 07:13:04 smithi141 bash[93664]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mon-b 2023-12-06T07:13:04.656 DEBUG:teuthology.orchestra.run.smithi141:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mon.b.service' 2023-12-06T07:13:04.699 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:13:04.699 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-12-06T07:13:04.699 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-12-06T07:13:04.699 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.y 2023-12-06T07:13:04.780 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:13:04 smithi040 systemd[1]: Stopping Ceph mgr.y for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:13:05.280 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:13:04 smithi040 bash[75188]: debug 2023-12-06T07:13:04.849+0000 7efe17914700 -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-06T07:13:05.281 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:13:04 smithi040 bash[75188]: debug 2023-12-06T07:13:04.849+0000 7efe17914700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2023-12-06T07:13:05.767 INFO:journalctl@ceph.mgr.y.smithi040.stdout:Dec 06 07:13:05 smithi040 bash[109448]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr-y 2023-12-06T07:13:05.783 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.y.service' 2023-12-06T07:13:05.816 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:13:05.816 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-12-06T07:13:05.817 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-12-06T07:13:05.817 DEBUG:teuthology.orchestra.run.smithi141:> sudo systemctl stop ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.x 2023-12-06T07:13:06.208 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:13:05 smithi141 systemd[1]: Stopping Ceph mgr.x for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:13:06.591 INFO:journalctl@ceph.mgr.x.smithi141.stdout:Dec 06 07:13:06 smithi141 bash[93732]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-mgr-x 2023-12-06T07:13:06.801 DEBUG:teuthology.orchestra.run.smithi141:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@mgr.x.service' 2023-12-06T07:13:06.838 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:13:06.839 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-12-06T07:13:06.839 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-06T07:13:06.839 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.0 2023-12-06T07:13:07.280 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:13:06 smithi040 systemd[1]: Stopping Ceph osd.0 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:13:07.281 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:13:07 smithi040 bash[89495]: debug 2023-12-06T07:13:07.037+0000 7f0247c94700 -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-06T07:13:07.281 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:13:07 smithi040 bash[89495]: debug 2023-12-06T07:13:07.037+0000 7f0247c94700 -1 osd.0 152 *** Got signal Terminated *** 2023-12-06T07:13:07.281 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:13:07 smithi040 bash[89495]: debug 2023-12-06T07:13:07.037+0000 7f0247c94700 -1 osd.0 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:13:13.418 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:13:13 smithi040 bash[109590]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-0 2023-12-06T07:13:13.419 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 06 07:13:13 smithi040 bash[110141]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-0 2023-12-06T07:13:15.578 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.0.service' 2023-12-06T07:13:15.615 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:13:15.616 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-06T07:13:15.616 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-06T07:13:15.616 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.1 2023-12-06T07:13:16.031 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:13:15 smithi040 systemd[1]: Stopping Ceph osd.1 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:13:16.031 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:13:15 smithi040 bash[92933]: debug 2023-12-06T07:13:15.805+0000 7fe82d544700 -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-06T07:13:16.031 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:13:15 smithi040 bash[92933]: debug 2023-12-06T07:13:15.805+0000 7fe82d544700 -1 osd.1 152 *** Got signal Terminated *** 2023-12-06T07:13:16.031 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:13:15 smithi040 bash[92933]: debug 2023-12-06T07:13:15.805+0000 7fe82d544700 -1 osd.1 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:13:19.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:13:19 smithi141 bash[61993]: ts=2023-12-06T07:13:19.124Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.40:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.40:8765: connect: connection refused" 2023-12-06T07:13:19.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:13:19 smithi141 bash[61993]: ts=2023-12-06T07:13:19.128Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.40:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.40:8765: connect: connection refused" 2023-12-06T07:13:19.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:13:19 smithi141 bash[61993]: ts=2023-12-06T07:13:19.131Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.40:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.40:8765: connect: connection refused" 2023-12-06T07:13:19.459 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:13:19 smithi141 bash[61993]: ts=2023-12-06T07:13:19.131Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.40:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.40:8765: connect: connection refused" 2023-12-06T07:13:22.530 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:13:22 smithi040 bash[110279]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-1 2023-12-06T07:13:23.030 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 06 07:13:22 smithi040 bash[110371]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-1 2023-12-06T07:13:25.294 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.1.service' 2023-12-06T07:13:25.330 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:13:25.331 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-06T07:13:25.331 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-06T07:13:25.331 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.2 2023-12-06T07:13:25.543 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:13:25 smithi040 systemd[1]: Stopping Ceph osd.2 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:13:26.030 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:13:25 smithi040 bash[96279]: debug 2023-12-06T07:13:25.533+0000 7fa71aceb700 -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-06T07:13:26.031 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:13:25 smithi040 bash[96279]: debug 2023-12-06T07:13:25.533+0000 7fa71aceb700 -1 osd.2 152 *** Got signal Terminated *** 2023-12-06T07:13:26.031 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:13:25 smithi040 bash[96279]: debug 2023-12-06T07:13:25.533+0000 7fa71aceb700 -1 osd.2 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:13:31.781 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:13:31 smithi040 bash[110591]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-2 2023-12-06T07:13:31.874 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 06 07:13:31 smithi040 bash[110887]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-2 2023-12-06T07:13:33.778 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:13:33 smithi040 bash[99162]: debug 2023-12-06T07:13:33.401+0000 7f9db0e98700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:07.725401+0000 front 2023-12-06T07:13:07.725633+0000 (oldest deadline 2023-12-06T07:13:32.926355+0000) 2023-12-06T07:13:33.782 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.2.service' 2023-12-06T07:13:33.819 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:13:33.819 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-06T07:13:33.819 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-06T07:13:33.820 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.3 2023-12-06T07:13:34.030 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:13:33 smithi040 systemd[1]: Stopping Ceph osd.3 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:13:34.030 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:13:33 smithi040 bash[99162]: debug 2023-12-06T07:13:33.965+0000 7f9db78a3700 -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-06T07:13:34.030 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:13:33 smithi040 bash[99162]: debug 2023-12-06T07:13:33.965+0000 7f9db78a3700 -1 osd.3 152 *** Got signal Terminated *** 2023-12-06T07:13:34.031 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:13:33 smithi040 bash[99162]: debug 2023-12-06T07:13:33.965+0000 7f9db78a3700 -1 osd.3 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:13:34.458 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:34 smithi141 bash[87049]: debug 2023-12-06T07:13:34.143+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:34.780 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:13:34 smithi040 bash[99162]: debug 2023-12-06T07:13:34.381+0000 7f9db0e98700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:07.725401+0000 front 2023-12-06T07:13:07.725633+0000 (oldest deadline 2023-12-06T07:13:32.926355+0000) 2023-12-06T07:13:35.458 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:35 smithi141 bash[87049]: debug 2023-12-06T07:13:35.147+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:35.780 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:13:35 smithi040 bash[99162]: debug 2023-12-06T07:13:35.389+0000 7f9db0e98700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:07.725401+0000 front 2023-12-06T07:13:07.725633+0000 (oldest deadline 2023-12-06T07:13:32.926355+0000) 2023-12-06T07:13:36.458 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:36 smithi141 bash[87049]: debug 2023-12-06T07:13:36.111+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:36.459 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:36 smithi141 bash[81061]: debug 2023-12-06T07:13:36.247+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:10.719989+0000 front 2023-12-06T07:13:10.719826+0000 (oldest deadline 2023-12-06T07:13:35.419846+0000) 2023-12-06T07:13:36.780 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:13:36 smithi040 bash[99162]: debug 2023-12-06T07:13:36.353+0000 7f9db0e98700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:07.725401+0000 front 2023-12-06T07:13:07.725633+0000 (oldest deadline 2023-12-06T07:13:32.926355+0000) 2023-12-06T07:13:36.958 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:36 smithi141 bash[89952]: debug 2023-12-06T07:13:36.495+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:37.459 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:37 smithi141 bash[87049]: debug 2023-12-06T07:13:37.091+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:37.459 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:37 smithi141 bash[81061]: debug 2023-12-06T07:13:37.275+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:10.719989+0000 front 2023-12-06T07:13:10.719826+0000 (oldest deadline 2023-12-06T07:13:35.419846+0000) 2023-12-06T07:13:37.780 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:13:37 smithi040 bash[99162]: debug 2023-12-06T07:13:37.369+0000 7f9db0e98700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:07.725401+0000 front 2023-12-06T07:13:07.725633+0000 (oldest deadline 2023-12-06T07:13:32.926355+0000) 2023-12-06T07:13:37.911 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:37 smithi141 bash[89952]: debug 2023-12-06T07:13:37.495+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:38.208 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:37 smithi141 bash[83920]: debug 2023-12-06T07:13:37.903+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:38.209 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:38 smithi141 bash[87049]: debug 2023-12-06T07:13:38.083+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:38.708 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:38 smithi141 bash[81061]: debug 2023-12-06T07:13:38.251+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:10.719989+0000 front 2023-12-06T07:13:10.719826+0000 (oldest deadline 2023-12-06T07:13:35.419846+0000) 2023-12-06T07:13:38.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:38 smithi141 bash[89952]: debug 2023-12-06T07:13:38.463+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:38.780 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:13:38 smithi040 bash[99162]: debug 2023-12-06T07:13:38.341+0000 7f9db0e98700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:07.725401+0000 front 2023-12-06T07:13:07.725633+0000 (oldest deadline 2023-12-06T07:13:32.926355+0000) 2023-12-06T07:13:39.208 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:39 smithi141 bash[87049]: debug 2023-12-06T07:13:39.099+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:39.209 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:38 smithi141 bash[83920]: debug 2023-12-06T07:13:38.927+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:39.708 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:39 smithi141 bash[81061]: debug 2023-12-06T07:13:39.231+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:10.719989+0000 front 2023-12-06T07:13:10.719826+0000 (oldest deadline 2023-12-06T07:13:35.419846+0000) 2023-12-06T07:13:39.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:39 smithi141 bash[89952]: debug 2023-12-06T07:13:39.471+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:40.158 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:13:39 smithi040 bash[111278]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-3 2023-12-06T07:13:40.159 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 06 07:13:40 smithi040 bash[111641]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-3 2023-12-06T07:13:40.208 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:39 smithi141 bash[83920]: debug 2023-12-06T07:13:39.903+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:40.209 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:40 smithi141 bash[87049]: debug 2023-12-06T07:13:40.139+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:40.709 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:40 smithi141 bash[81061]: debug 2023-12-06T07:13:40.251+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:10.719989+0000 front 2023-12-06T07:13:10.719826+0000 (oldest deadline 2023-12-06T07:13:35.419846+0000) 2023-12-06T07:13:40.710 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:40 smithi141 bash[89952]: debug 2023-12-06T07:13:40.467+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:41.184 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:40 smithi141 bash[83920]: debug 2023-12-06T07:13:40.911+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:41.459 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:41 smithi141 bash[81061]: debug 2023-12-06T07:13:41.247+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:10.719989+0000 front 2023-12-06T07:13:10.719826+0000 (oldest deadline 2023-12-06T07:13:35.419846+0000) 2023-12-06T07:13:41.459 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:41 smithi141 bash[87049]: debug 2023-12-06T07:13:41.179+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:41.889 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:41 smithi141 bash[89952]: debug 2023-12-06T07:13:41.507+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:42.208 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:41 smithi141 bash[83920]: debug 2023-12-06T07:13:41.883+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:42.263 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.3.service' 2023-12-06T07:13:42.298 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:13:42.298 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-06T07:13:42.298 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-06T07:13:42.299 DEBUG:teuthology.orchestra.run.smithi141:> sudo systemctl stop ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.4 2023-12-06T07:13:42.477 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:42 smithi141 bash[87049]: debug 2023-12-06T07:13:42.203+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:42.477 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:42 smithi141 bash[81061]: debug 2023-12-06T07:13:42.259+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:10.719989+0000 front 2023-12-06T07:13:10.719826+0000 (oldest deadline 2023-12-06T07:13:35.419846+0000) 2023-12-06T07:13:42.477 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:42 smithi141 systemd[1]: Stopping Ceph osd.4 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:13:42.877 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:42 smithi141 bash[89952]: debug 2023-12-06T07:13:42.471+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:42.877 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:42 smithi141 bash[89952]: debug 2023-12-06T07:13:42.471+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:42.877 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:42 smithi141 bash[81061]: debug 2023-12-06T07:13:42.499+0000 7fa89879d700 -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-06T07:13:42.877 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:42 smithi141 bash[81061]: debug 2023-12-06T07:13:42.499+0000 7fa89879d700 -1 osd.4 152 *** Got signal Terminated *** 2023-12-06T07:13:42.878 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:42 smithi141 bash[81061]: debug 2023-12-06T07:13:42.499+0000 7fa89879d700 -1 osd.4 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:13:43.137 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:42 smithi141 bash[83920]: debug 2023-12-06T07:13:42.871+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:43.574 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:43 smithi141 bash[87049]: debug 2023-12-06T07:13:43.191+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:43.575 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:43 smithi141 bash[87049]: debug 2023-12-06T07:13:43.191+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:43.575 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:43 smithi141 bash[81061]: debug 2023-12-06T07:13:43.235+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:10.719989+0000 front 2023-12-06T07:13:10.719826+0000 (oldest deadline 2023-12-06T07:13:35.419846+0000) 2023-12-06T07:13:43.575 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:43 smithi141 bash[81061]: debug 2023-12-06T07:13:43.235+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.021734+0000 front 2023-12-06T07:13:20.021770+0000 (oldest deadline 2023-12-06T07:13:42.321632+0000) 2023-12-06T07:13:43.872 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:43 smithi141 bash[89952]: debug 2023-12-06T07:13:43.515+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:43.872 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:43 smithi141 bash[89952]: debug 2023-12-06T07:13:43.515+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:44.166 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:43 smithi141 bash[83920]: debug 2023-12-06T07:13:43.867+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:44.459 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:44 smithi141 bash[87049]: debug 2023-12-06T07:13:44.159+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:44.459 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:44 smithi141 bash[87049]: debug 2023-12-06T07:13:44.159+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:44.459 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:44 smithi141 bash[81061]: debug 2023-12-06T07:13:44.195+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:10.719989+0000 front 2023-12-06T07:13:10.719826+0000 (oldest deadline 2023-12-06T07:13:35.419846+0000) 2023-12-06T07:13:44.459 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:44 smithi141 bash[81061]: debug 2023-12-06T07:13:44.195+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.021734+0000 front 2023-12-06T07:13:20.021770+0000 (oldest deadline 2023-12-06T07:13:42.321632+0000) 2023-12-06T07:13:44.811 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:44 smithi141 bash[89952]: debug 2023-12-06T07:13:44.551+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:44.811 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:44 smithi141 bash[89952]: debug 2023-12-06T07:13:44.551+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:45.159 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:44 smithi141 bash[83920]: debug 2023-12-06T07:13:44.871+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:45.159 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:44 smithi141 bash[83920]: debug 2023-12-06T07:13:44.871+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:17.716974+0000 front 2023-12-06T07:13:17.716877+0000 (oldest deadline 2023-12-06T07:13:44.117363+0000) 2023-12-06T07:13:45.455 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:45 smithi141 bash[87049]: debug 2023-12-06T07:13:45.151+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:45.455 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:45 smithi141 bash[87049]: debug 2023-12-06T07:13:45.151+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:45.455 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:45 smithi141 bash[81061]: debug 2023-12-06T07:13:45.159+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:10.719989+0000 front 2023-12-06T07:13:10.719826+0000 (oldest deadline 2023-12-06T07:13:35.419846+0000) 2023-12-06T07:13:45.455 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:45 smithi141 bash[81061]: debug 2023-12-06T07:13:45.159+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.021734+0000 front 2023-12-06T07:13:20.021770+0000 (oldest deadline 2023-12-06T07:13:42.321632+0000) 2023-12-06T07:13:45.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:45 smithi141 bash[89952]: debug 2023-12-06T07:13:45.579+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:45.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:45 smithi141 bash[89952]: debug 2023-12-06T07:13:45.579+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:46.122 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:45 smithi141 bash[83920]: debug 2023-12-06T07:13:45.863+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:46.123 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:45 smithi141 bash[83920]: debug 2023-12-06T07:13:45.863+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:17.716974+0000 front 2023-12-06T07:13:17.716877+0000 (oldest deadline 2023-12-06T07:13:44.117363+0000) 2023-12-06T07:13:46.123 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:46 smithi141 bash[87049]: debug 2023-12-06T07:13:46.107+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:46.123 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:46 smithi141 bash[87049]: debug 2023-12-06T07:13:46.107+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:46.453 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:46 smithi141 bash[81061]: debug 2023-12-06T07:13:46.115+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:10.719989+0000 front 2023-12-06T07:13:10.719826+0000 (oldest deadline 2023-12-06T07:13:35.419846+0000) 2023-12-06T07:13:46.453 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:46 smithi141 bash[81061]: debug 2023-12-06T07:13:46.115+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.021734+0000 front 2023-12-06T07:13:20.021770+0000 (oldest deadline 2023-12-06T07:13:42.321632+0000) 2023-12-06T07:13:46.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:46 smithi141 bash[89952]: debug 2023-12-06T07:13:46.543+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:46.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:46 smithi141 bash[89952]: debug 2023-12-06T07:13:46.543+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:47.143 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:46 smithi141 bash[83920]: debug 2023-12-06T07:13:46.883+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:47.143 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:46 smithi141 bash[83920]: debug 2023-12-06T07:13:46.883+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:17.716974+0000 front 2023-12-06T07:13:17.716877+0000 (oldest deadline 2023-12-06T07:13:44.117363+0000) 2023-12-06T07:13:47.144 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:47 smithi141 bash[87049]: debug 2023-12-06T07:13:47.115+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:47.144 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:47 smithi141 bash[87049]: debug 2023-12-06T07:13:47.115+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:47.458 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:47 smithi141 bash[81061]: debug 2023-12-06T07:13:47.135+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:10.719989+0000 front 2023-12-06T07:13:10.719826+0000 (oldest deadline 2023-12-06T07:13:35.419846+0000) 2023-12-06T07:13:47.458 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:47 smithi141 bash[81061]: debug 2023-12-06T07:13:47.135+0000 7fa890d90700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.021734+0000 front 2023-12-06T07:13:20.021770+0000 (oldest deadline 2023-12-06T07:13:42.321632+0000) 2023-12-06T07:13:47.861 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:47 smithi141 bash[89952]: debug 2023-12-06T07:13:47.499+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:47.861 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:47 smithi141 bash[89952]: debug 2023-12-06T07:13:47.499+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:48.208 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:47 smithi141 bash[83920]: debug 2023-12-06T07:13:47.855+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:48.209 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:47 smithi141 bash[83920]: debug 2023-12-06T07:13:47.855+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:17.716974+0000 front 2023-12-06T07:13:17.716877+0000 (oldest deadline 2023-12-06T07:13:44.117363+0000) 2023-12-06T07:13:48.209 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:48 smithi141 bash[87049]: debug 2023-12-06T07:13:48.075+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:48.209 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:48 smithi141 bash[87049]: debug 2023-12-06T07:13:48.075+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:48.857 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:48 smithi141 bash[89952]: debug 2023-12-06T07:13:48.507+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:48.857 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:48 smithi141 bash[89952]: debug 2023-12-06T07:13:48.507+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:48.958 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:48 smithi141 bash[83920]: debug 2023-12-06T07:13:48.851+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:48.958 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:48 smithi141 bash[83920]: debug 2023-12-06T07:13:48.851+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:17.716974+0000 front 2023-12-06T07:13:17.716877+0000 (oldest deadline 2023-12-06T07:13:44.117363+0000) 2023-12-06T07:13:49.130 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:48 smithi141 bash[94718]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-4 2023-12-06T07:13:49.386 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 06 07:13:49 smithi141 bash[95027]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-4 2023-12-06T07:13:49.386 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:49 smithi141 bash[87049]: debug 2023-12-06T07:13:49.123+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:49.386 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:49 smithi141 bash[87049]: debug 2023-12-06T07:13:49.123+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:49.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:49 smithi141 bash[89952]: debug 2023-12-06T07:13:49.527+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:49.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:49 smithi141 bash[89952]: debug 2023-12-06T07:13:49.527+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:50.121 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:49 smithi141 bash[83920]: debug 2023-12-06T07:13:49.847+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:50.121 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:49 smithi141 bash[83920]: debug 2023-12-06T07:13:49.847+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:17.716974+0000 front 2023-12-06T07:13:17.716877+0000 (oldest deadline 2023-12-06T07:13:44.117363+0000) 2023-12-06T07:13:50.458 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:50 smithi141 bash[87049]: debug 2023-12-06T07:13:50.115+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:50.458 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:50 smithi141 bash[87049]: debug 2023-12-06T07:13:50.115+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:50.868 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:50 smithi141 bash[89952]: debug 2023-12-06T07:13:50.495+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:50.869 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:50 smithi141 bash[89952]: debug 2023-12-06T07:13:50.495+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:51.082 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:50 smithi141 bash[83920]: debug 2023-12-06T07:13:50.863+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:51.083 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:50 smithi141 bash[83920]: debug 2023-12-06T07:13:50.863+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:17.716974+0000 front 2023-12-06T07:13:17.716877+0000 (oldest deadline 2023-12-06T07:13:44.117363+0000) 2023-12-06T07:13:51.208 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:51 smithi141 bash[87049]: debug 2023-12-06T07:13:51.075+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:51.208 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:51 smithi141 bash[87049]: debug 2023-12-06T07:13:51.075+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:51.309 DEBUG:teuthology.orchestra.run.smithi141:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.4.service' 2023-12-06T07:13:51.336 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:13:51.337 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-06T07:13:51.337 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-06T07:13:51.337 DEBUG:teuthology.orchestra.run.smithi141:> sudo systemctl stop ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.5 2023-12-06T07:13:51.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:51 smithi141 bash[89952]: debug 2023-12-06T07:13:51.495+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:51.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:51 smithi141 bash[89952]: debug 2023-12-06T07:13:51.495+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:51.709 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:51 smithi141 systemd[1]: Stopping Ceph osd.5 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:13:51.709 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:51 smithi141 bash[83920]: debug 2023-12-06T07:13:51.507+0000 7f03fb2d9700 -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-06T07:13:51.709 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:51 smithi141 bash[83920]: debug 2023-12-06T07:13:51.507+0000 7f03fb2d9700 -1 osd.5 152 *** Got signal Terminated *** 2023-12-06T07:13:51.709 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:51 smithi141 bash[83920]: debug 2023-12-06T07:13:51.507+0000 7f03fb2d9700 -1 osd.5 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:13:52.208 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:51 smithi141 bash[83920]: debug 2023-12-06T07:13:51.895+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:52.209 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:51 smithi141 bash[83920]: debug 2023-12-06T07:13:51.895+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:17.716974+0000 front 2023-12-06T07:13:17.716877+0000 (oldest deadline 2023-12-06T07:13:44.117363+0000) 2023-12-06T07:13:52.209 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:52 smithi141 bash[87049]: debug 2023-12-06T07:13:52.031+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:52.209 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:52 smithi141 bash[87049]: debug 2023-12-06T07:13:52.031+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:52.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:52 smithi141 bash[89952]: debug 2023-12-06T07:13:52.451+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:52.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:52 smithi141 bash[89952]: debug 2023-12-06T07:13:52.451+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:52.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:52 smithi141 bash[89952]: debug 2023-12-06T07:13:52.451+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:13:53.208 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:52 smithi141 bash[83920]: debug 2023-12-06T07:13:52.943+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:53.208 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:52 smithi141 bash[83920]: debug 2023-12-06T07:13:52.943+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:17.716974+0000 front 2023-12-06T07:13:17.716877+0000 (oldest deadline 2023-12-06T07:13:44.117363+0000) 2023-12-06T07:13:53.209 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:53 smithi141 bash[87049]: debug 2023-12-06T07:13:53.071+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:53.209 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:53 smithi141 bash[87049]: debug 2023-12-06T07:13:53.071+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:53.848 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:53 smithi141 bash[89952]: debug 2023-12-06T07:13:53.491+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:53.848 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:53 smithi141 bash[89952]: debug 2023-12-06T07:13:53.491+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:53.848 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:53 smithi141 bash[89952]: debug 2023-12-06T07:13:53.491+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:13:54.030 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:13:53 smithi040 bash[70784]: level=warn ts=2023-12-06T07:13:53.768Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi040.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.40:8443: connect: connection refused" 2023-12-06T07:13:54.030 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:13:53 smithi040 bash[70784]: level=warn ts=2023-12-06T07:13:53.770Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi141.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.141:8443: connect: connection refused" 2023-12-06T07:13:54.208 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:53 smithi141 bash[83920]: debug 2023-12-06T07:13:53.927+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:54.208 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:53 smithi141 bash[83920]: debug 2023-12-06T07:13:53.927+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:17.716974+0000 front 2023-12-06T07:13:17.716877+0000 (oldest deadline 2023-12-06T07:13:44.117363+0000) 2023-12-06T07:13:54.209 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:54 smithi141 bash[87049]: debug 2023-12-06T07:13:54.047+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:54.209 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:54 smithi141 bash[87049]: debug 2023-12-06T07:13:54.047+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:54.958 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:54 smithi141 bash[89952]: debug 2023-12-06T07:13:54.527+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:54.958 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:54 smithi141 bash[89952]: debug 2023-12-06T07:13:54.527+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:54.959 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:54 smithi141 bash[89952]: debug 2023-12-06T07:13:54.527+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:13:55.458 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:54 smithi141 bash[83920]: debug 2023-12-06T07:13:54.975+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:55.459 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:54 smithi141 bash[83920]: debug 2023-12-06T07:13:54.975+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:17.716974+0000 front 2023-12-06T07:13:17.716877+0000 (oldest deadline 2023-12-06T07:13:44.117363+0000) 2023-12-06T07:13:55.459 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:55 smithi141 bash[87049]: debug 2023-12-06T07:13:55.043+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:55.459 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:55 smithi141 bash[87049]: debug 2023-12-06T07:13:55.043+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:55.459 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:55 smithi141 bash[87049]: debug 2023-12-06T07:13:55.043+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.396844+0000 front 2023-12-06T07:13:30.397038+0000 (oldest deadline 2023-12-06T07:13:54.496657+0000) 2023-12-06T07:13:55.958 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:55 smithi141 bash[89952]: debug 2023-12-06T07:13:55.527+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:55.959 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:55 smithi141 bash[89952]: debug 2023-12-06T07:13:55.527+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:55.959 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:55 smithi141 bash[89952]: debug 2023-12-06T07:13:55.527+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:13:56.459 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:55 smithi141 bash[83920]: debug 2023-12-06T07:13:55.967+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:11.315022+0000 front 2023-12-06T07:13:11.315195+0000 (oldest deadline 2023-12-06T07:13:37.715908+0000) 2023-12-06T07:13:56.459 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:55 smithi141 bash[83920]: debug 2023-12-06T07:13:55.967+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:17.716974+0000 front 2023-12-06T07:13:17.716877+0000 (oldest deadline 2023-12-06T07:13:44.117363+0000) 2023-12-06T07:13:56.459 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:55 smithi141 bash[83920]: debug 2023-12-06T07:13:55.967+0000 7f03f70d3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.018860+0000 front 2023-12-06T07:13:30.018827+0000 (oldest deadline 2023-12-06T07:13:55.318780+0000) 2023-12-06T07:13:56.460 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:56 smithi141 bash[87049]: debug 2023-12-06T07:13:56.011+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:56.460 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:56 smithi141 bash[87049]: debug 2023-12-06T07:13:56.011+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:56.460 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:56 smithi141 bash[87049]: debug 2023-12-06T07:13:56.011+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.396844+0000 front 2023-12-06T07:13:30.397038+0000 (oldest deadline 2023-12-06T07:13:54.496657+0000) 2023-12-06T07:13:56.958 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:56 smithi141 bash[89952]: debug 2023-12-06T07:13:56.499+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:56.959 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:56 smithi141 bash[89952]: debug 2023-12-06T07:13:56.499+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:56.959 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:56 smithi141 bash[89952]: debug 2023-12-06T07:13:56.499+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:13:57.350 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:57 smithi141 bash[87049]: debug 2023-12-06T07:13:56.999+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:57.351 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:57 smithi141 bash[87049]: debug 2023-12-06T07:13:56.999+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:57.351 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:57 smithi141 bash[87049]: debug 2023-12-06T07:13:56.999+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.396844+0000 front 2023-12-06T07:13:30.397038+0000 (oldest deadline 2023-12-06T07:13:54.496657+0000) 2023-12-06T07:13:57.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:57 smithi141 bash[89952]: debug 2023-12-06T07:13:57.475+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:57.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:57 smithi141 bash[89952]: debug 2023-12-06T07:13:57.475+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:57.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:57 smithi141 bash[89952]: debug 2023-12-06T07:13:57.475+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:13:58.080 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:57 smithi141 bash[95236]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-5 2023-12-06T07:13:58.080 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 06 07:13:58 smithi141 bash[95795]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-5 2023-12-06T07:13:58.080 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:58 smithi141 bash[87049]: debug 2023-12-06T07:13:58.019+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:58.081 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:58 smithi141 bash[87049]: debug 2023-12-06T07:13:58.019+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:58.081 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:58 smithi141 bash[87049]: debug 2023-12-06T07:13:58.019+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.396844+0000 front 2023-12-06T07:13:30.397038+0000 (oldest deadline 2023-12-06T07:13:54.496657+0000) 2023-12-06T07:13:58.958 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:58 smithi141 bash[89952]: debug 2023-12-06T07:13:58.463+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:58.959 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:58 smithi141 bash[89952]: debug 2023-12-06T07:13:58.463+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:58.959 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:58 smithi141 bash[89952]: debug 2023-12-06T07:13:58.463+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:13:59.458 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:59 smithi141 bash[87049]: debug 2023-12-06T07:13:59.035+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:13:59.459 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:59 smithi141 bash[87049]: debug 2023-12-06T07:13:59.035+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:13:59.459 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:13:59 smithi141 bash[87049]: debug 2023-12-06T07:13:59.035+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.396844+0000 front 2023-12-06T07:13:30.397038+0000 (oldest deadline 2023-12-06T07:13:54.496657+0000) 2023-12-06T07:13:59.958 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:59 smithi141 bash[89952]: debug 2023-12-06T07:13:59.463+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:13:59.959 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:59 smithi141 bash[89952]: debug 2023-12-06T07:13:59.463+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:13:59.959 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:13:59 smithi141 bash[89952]: debug 2023-12-06T07:13:59.463+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:00.280 DEBUG:teuthology.orchestra.run.smithi141:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.5.service' 2023-12-06T07:14:00.311 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:00 smithi141 bash[87049]: debug 2023-12-06T07:14:00.039+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:14:00.312 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:00 smithi141 bash[87049]: debug 2023-12-06T07:14:00.039+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:14:00.312 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:00 smithi141 bash[87049]: debug 2023-12-06T07:14:00.039+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.396844+0000 front 2023-12-06T07:13:30.397038+0000 (oldest deadline 2023-12-06T07:13:54.496657+0000) 2023-12-06T07:14:00.313 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:14:00.313 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-06T07:14:00.314 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-06T07:14:00.314 DEBUG:teuthology.orchestra.run.smithi141:> sudo systemctl stop ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.6 2023-12-06T07:14:00.709 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:00 smithi141 systemd[1]: Stopping Ceph osd.6 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:14:00.709 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:00 smithi141 bash[87049]: debug 2023-12-06T07:14:00.459+0000 7fb093d19700 -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-06T07:14:00.709 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:00 smithi141 bash[87049]: debug 2023-12-06T07:14:00.459+0000 7fb093d19700 -1 osd.6 152 *** Got signal Terminated *** 2023-12-06T07:14:00.709 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:00 smithi141 bash[87049]: debug 2023-12-06T07:14:00.459+0000 7fb093d19700 -1 osd.6 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:14:00.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:00 smithi141 bash[89952]: debug 2023-12-06T07:14:00.479+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:14:00.710 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:00 smithi141 bash[89952]: debug 2023-12-06T07:14:00.479+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:14:00.710 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:00 smithi141 bash[89952]: debug 2023-12-06T07:14:00.479+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:01.449 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:01 smithi141 bash[87049]: debug 2023-12-06T07:14:00.999+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:14:01.449 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:01 smithi141 bash[87049]: debug 2023-12-06T07:14:00.999+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:14:01.449 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:01 smithi141 bash[87049]: debug 2023-12-06T07:14:00.999+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.396844+0000 front 2023-12-06T07:13:30.397038+0000 (oldest deadline 2023-12-06T07:13:54.496657+0000) 2023-12-06T07:14:01.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:01 smithi141 bash[89952]: debug 2023-12-06T07:14:01.443+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:14:01.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:01 smithi141 bash[89952]: debug 2023-12-06T07:14:01.443+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:14:01.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:01 smithi141 bash[89952]: debug 2023-12-06T07:14:01.443+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:02.417 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:02 smithi141 bash[87049]: debug 2023-12-06T07:14:02.047+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:14:02.417 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:02 smithi141 bash[87049]: debug 2023-12-06T07:14:02.047+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:14:02.418 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:02 smithi141 bash[87049]: debug 2023-12-06T07:14:02.047+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.396844+0000 front 2023-12-06T07:13:30.397038+0000 (oldest deadline 2023-12-06T07:13:54.496657+0000) 2023-12-06T07:14:02.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:02 smithi141 bash[89952]: debug 2023-12-06T07:14:02.411+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:14:02.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:02 smithi141 bash[89952]: debug 2023-12-06T07:14:02.411+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:14:02.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:02 smithi141 bash[89952]: debug 2023-12-06T07:14:02.411+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:03.394 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:03 smithi141 bash[87049]: debug 2023-12-06T07:14:03.095+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:14:03.394 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:03 smithi141 bash[87049]: debug 2023-12-06T07:14:03.095+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:14:03.394 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:03 smithi141 bash[87049]: debug 2023-12-06T07:14:03.095+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.396844+0000 front 2023-12-06T07:13:30.397038+0000 (oldest deadline 2023-12-06T07:13:54.496657+0000) 2023-12-06T07:14:03.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:03 smithi141 bash[89952]: debug 2023-12-06T07:14:03.391+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:14:03.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:03 smithi141 bash[89952]: debug 2023-12-06T07:14:03.391+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:14:03.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:03 smithi141 bash[89952]: debug 2023-12-06T07:14:03.391+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:04.030 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:03 smithi040 bash[70784]: level=error ts=2023-12-06T07:14:03.768Z 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://smithi040.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.40:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi141.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.141:8443: connect: connection refused" 2023-12-06T07:14:04.030 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:03 smithi040 bash[70784]: level=warn ts=2023-12-06T07:14:03.769Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi040.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.40:8443: connect: connection refused" 2023-12-06T07:14:04.030 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:03 smithi040 bash[70784]: level=warn ts=2023-12-06T07:14:03.771Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi141.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.141:8443: connect: connection refused" 2023-12-06T07:14:04.208 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:04 smithi141 bash[87049]: debug 2023-12-06T07:14:04.127+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:14:04.209 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:04 smithi141 bash[87049]: debug 2023-12-06T07:14:04.127+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:14:04.209 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:04 smithi141 bash[87049]: debug 2023-12-06T07:14:04.127+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.396844+0000 front 2023-12-06T07:13:30.397038+0000 (oldest deadline 2023-12-06T07:13:54.496657+0000) 2023-12-06T07:14:04.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:04 smithi141 bash[89952]: debug 2023-12-06T07:14:04.379+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:14:04.710 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:04 smithi141 bash[89952]: debug 2023-12-06T07:14:04.379+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:14:04.710 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:04 smithi141 bash[89952]: debug 2023-12-06T07:14:04.379+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:04.710 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:04 smithi141 bash[89952]: debug 2023-12-06T07:14:04.379+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-06T07:13:38.746277+0000 front 2023-12-06T07:13:38.746314+0000 (oldest deadline 2023-12-06T07:14:03.946665+0000) 2023-12-06T07:14:05.208 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:05 smithi141 bash[87049]: debug 2023-12-06T07:14:05.091+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:09.392356+0000 front 2023-12-06T07:13:09.392037+0000 (oldest deadline 2023-12-06T07:13:33.492200+0000) 2023-12-06T07:14:05.208 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:05 smithi141 bash[87049]: debug 2023-12-06T07:14:05.091+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:16.894624+0000 front 2023-12-06T07:13:16.894731+0000 (oldest deadline 2023-12-06T07:13:42.794657+0000) 2023-12-06T07:14:05.209 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:05 smithi141 bash[87049]: debug 2023-12-06T07:14:05.091+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.396844+0000 front 2023-12-06T07:13:30.397038+0000 (oldest deadline 2023-12-06T07:13:54.496657+0000) 2023-12-06T07:14:05.209 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:05 smithi141 bash[87049]: debug 2023-12-06T07:14:05.091+0000 7fb08d30e700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-06T07:13:36.798139+0000 front 2023-12-06T07:13:36.798086+0000 (oldest deadline 2023-12-06T07:14:04.398624+0000) 2023-12-06T07:14:05.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:05 smithi141 bash[89952]: debug 2023-12-06T07:14:05.387+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:14:05.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:05 smithi141 bash[89952]: debug 2023-12-06T07:14:05.387+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:14:05.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:05 smithi141 bash[89952]: debug 2023-12-06T07:14:05.387+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:05.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:05 smithi141 bash[89952]: debug 2023-12-06T07:14:05.387+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-06T07:13:38.746277+0000 front 2023-12-06T07:13:38.746314+0000 (oldest deadline 2023-12-06T07:14:03.946665+0000) 2023-12-06T07:14:06.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:06 smithi141 bash[89952]: debug 2023-12-06T07:14:06.387+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:14:06.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:06 smithi141 bash[89952]: debug 2023-12-06T07:14:06.387+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:14:06.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:06 smithi141 bash[89952]: debug 2023-12-06T07:14:06.387+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:06.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:06 smithi141 bash[89952]: debug 2023-12-06T07:14:06.387+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-06T07:13:38.746277+0000 front 2023-12-06T07:13:38.746314+0000 (oldest deadline 2023-12-06T07:14:03.946665+0000) 2023-12-06T07:14:07.133 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:06 smithi141 bash[95934]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-6 2023-12-06T07:14:07.417 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 06 07:14:07 smithi141 bash[96102]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-6 2023-12-06T07:14:07.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:07 smithi141 bash[89952]: debug 2023-12-06T07:14:07.343+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:14:07.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:07 smithi141 bash[89952]: debug 2023-12-06T07:14:07.343+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:14:07.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:07 smithi141 bash[89952]: debug 2023-12-06T07:14:07.343+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:07.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:07 smithi141 bash[89952]: debug 2023-12-06T07:14:07.343+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-06T07:13:38.746277+0000 front 2023-12-06T07:13:38.746314+0000 (oldest deadline 2023-12-06T07:14:03.946665+0000) 2023-12-06T07:14:08.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:08 smithi141 bash[89952]: debug 2023-12-06T07:14:08.299+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:14:08.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:08 smithi141 bash[89952]: debug 2023-12-06T07:14:08.299+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:14:08.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:08 smithi141 bash[89952]: debug 2023-12-06T07:14:08.299+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:08.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:08 smithi141 bash[89952]: debug 2023-12-06T07:14:08.299+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-06T07:13:38.746277+0000 front 2023-12-06T07:13:38.746314+0000 (oldest deadline 2023-12-06T07:14:03.946665+0000) 2023-12-06T07:14:09.531 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:09 smithi141 bash[89952]: debug 2023-12-06T07:14:09.271+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:14:09.531 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:09 smithi141 bash[89952]: debug 2023-12-06T07:14:09.271+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:14:09.531 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:09 smithi141 bash[89952]: debug 2023-12-06T07:14:09.271+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:09.531 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:09 smithi141 bash[89952]: debug 2023-12-06T07:14:09.271+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-06T07:13:38.746277+0000 front 2023-12-06T07:13:38.746314+0000 (oldest deadline 2023-12-06T07:14:03.946665+0000) 2023-12-06T07:14:09.532 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:09 smithi141 bash[89952]: debug 2023-12-06T07:14:09.271+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.141:6804 osd.4 since back 2023-12-06T07:13:43.947339+0000 front 2023-12-06T07:13:43.947683+0000 (oldest deadline 2023-12-06T07:14:08.647277+0000) 2023-12-06T07:14:09.535 DEBUG:teuthology.orchestra.run.smithi141:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.6.service' 2023-12-06T07:14:09.571 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:14:09.572 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-06T07:14:09.572 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-06T07:14:09.572 DEBUG:teuthology.orchestra.run.smithi141:> sudo systemctl stop ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.7 2023-12-06T07:14:09.958 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:09 smithi141 systemd[1]: Stopping Ceph osd.7 for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:14:10.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:09 smithi141 bash[89952]: debug 2023-12-06T07:14:09.991+0000 7f7211624700 -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-06T07:14:10.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:09 smithi141 bash[89952]: debug 2023-12-06T07:14:09.991+0000 7f7211624700 -1 osd.7 152 *** Got signal Terminated *** 2023-12-06T07:14:10.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:09 smithi141 bash[89952]: debug 2023-12-06T07:14:09.991+0000 7f7211624700 -1 osd.7 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:14:10.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:10 smithi141 bash[89952]: debug 2023-12-06T07:14:10.235+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:14:10.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:10 smithi141 bash[89952]: debug 2023-12-06T07:14:10.235+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:14:10.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:10 smithi141 bash[89952]: debug 2023-12-06T07:14:10.235+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:10.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:10 smithi141 bash[89952]: debug 2023-12-06T07:14:10.235+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-06T07:13:38.746277+0000 front 2023-12-06T07:13:38.746314+0000 (oldest deadline 2023-12-06T07:14:03.946665+0000) 2023-12-06T07:14:10.460 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:10 smithi141 bash[89952]: debug 2023-12-06T07:14:10.235+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.141:6804 osd.4 since back 2023-12-06T07:13:43.947339+0000 front 2023-12-06T07:13:43.947683+0000 (oldest deadline 2023-12-06T07:14:08.647277+0000) 2023-12-06T07:14:11.458 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:11 smithi141 bash[89952]: debug 2023-12-06T07:14:11.187+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:14:11.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:11 smithi141 bash[89952]: debug 2023-12-06T07:14:11.187+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:14:11.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:11 smithi141 bash[89952]: debug 2023-12-06T07:14:11.187+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:11.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:11 smithi141 bash[89952]: debug 2023-12-06T07:14:11.187+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-06T07:13:38.746277+0000 front 2023-12-06T07:13:38.746314+0000 (oldest deadline 2023-12-06T07:14:03.946665+0000) 2023-12-06T07:14:11.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:11 smithi141 bash[89952]: debug 2023-12-06T07:14:11.187+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.141:6804 osd.4 since back 2023-12-06T07:13:43.947339+0000 front 2023-12-06T07:13:43.947683+0000 (oldest deadline 2023-12-06T07:14:08.647277+0000) 2023-12-06T07:14:12.458 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:12 smithi141 bash[89952]: debug 2023-12-06T07:14:12.187+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:14:12.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:12 smithi141 bash[89952]: debug 2023-12-06T07:14:12.187+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:14:12.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:12 smithi141 bash[89952]: debug 2023-12-06T07:14:12.187+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:12.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:12 smithi141 bash[89952]: debug 2023-12-06T07:14:12.187+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-06T07:13:38.746277+0000 front 2023-12-06T07:13:38.746314+0000 (oldest deadline 2023-12-06T07:14:03.946665+0000) 2023-12-06T07:14:12.459 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:12 smithi141 bash[89952]: debug 2023-12-06T07:14:12.187+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.141:6804 osd.4 since back 2023-12-06T07:13:43.947339+0000 front 2023-12-06T07:13:43.947683+0000 (oldest deadline 2023-12-06T07:14:08.647277+0000) 2023-12-06T07:14:13.708 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:13 smithi141 bash[89952]: debug 2023-12-06T07:14:13.223+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:14:13.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:13 smithi141 bash[89952]: debug 2023-12-06T07:14:13.223+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:14:13.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:13 smithi141 bash[89952]: debug 2023-12-06T07:14:13.223+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:13.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:13 smithi141 bash[89952]: debug 2023-12-06T07:14:13.223+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-06T07:13:38.746277+0000 front 2023-12-06T07:13:38.746314+0000 (oldest deadline 2023-12-06T07:14:03.946665+0000) 2023-12-06T07:14:13.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:13 smithi141 bash[89952]: debug 2023-12-06T07:14:13.223+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.141:6804 osd.4 since back 2023-12-06T07:13:43.947339+0000 front 2023-12-06T07:13:43.947683+0000 (oldest deadline 2023-12-06T07:14:08.647277+0000) 2023-12-06T07:14:14.030 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:13 smithi040 bash[70784]: level=error ts=2023-12-06T07:14:13.769Z 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://smithi040.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.40:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi141.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.141:8443: connect: connection refused" 2023-12-06T07:14:14.030 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:13 smithi040 bash[70784]: level=warn ts=2023-12-06T07:14:13.772Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi040.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.40:8443: connect: connection refused" 2023-12-06T07:14:14.030 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:13 smithi040 bash[70784]: level=warn ts=2023-12-06T07:14:13.773Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi141.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.141:8443: connect: connection refused" 2023-12-06T07:14:14.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:14 smithi141 bash[89952]: debug 2023-12-06T07:14:14.242+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-06T07:13:12.038970+0000 front 2023-12-06T07:13:12.038620+0000 (oldest deadline 2023-12-06T07:13:35.538816+0000) 2023-12-06T07:14:14.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:14 smithi141 bash[89952]: debug 2023-12-06T07:14:14.242+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-06T07:13:20.240777+0000 front 2023-12-06T07:13:20.240624+0000 (oldest deadline 2023-12-06T07:13:41.940397+0000) 2023-12-06T07:14:14.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:14 smithi141 bash[89952]: debug 2023-12-06T07:14:14.242+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-06T07:13:30.043613+0000 front 2023-12-06T07:13:30.043892+0000 (oldest deadline 2023-12-06T07:13:51.743746+0000) 2023-12-06T07:14:14.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:14 smithi141 bash[89952]: debug 2023-12-06T07:14:14.242+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-06T07:13:38.746277+0000 front 2023-12-06T07:13:38.746314+0000 (oldest deadline 2023-12-06T07:14:03.946665+0000) 2023-12-06T07:14:14.709 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:14 smithi141 bash[89952]: debug 2023-12-06T07:14:14.242+0000 7f720ac19700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.141:6804 osd.4 since back 2023-12-06T07:13:43.947339+0000 front 2023-12-06T07:13:43.947683+0000 (oldest deadline 2023-12-06T07:14:08.647277+0000) 2023-12-06T07:14:16.420 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:16 smithi141 bash[96363]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-7 2023-12-06T07:14:16.420 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 06 07:14:16 smithi141 bash[96779]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-osd-7 2023-12-06T07:14:18.489 DEBUG:teuthology.orchestra.run.smithi141:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@osd.7.service' 2023-12-06T07:14:18.522 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:14:18.522 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-06T07:14:18.523 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-12-06T07:14:18.523 DEBUG:teuthology.orchestra.run.smithi141:> sudo systemctl stop ceph-f675b9d0-9402-11ee-95a2-87774f69a715@prometheus.a 2023-12-06T07:14:18.809 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:14:18 smithi141 systemd[1]: Stopping Ceph prometheus.a for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:14:18.809 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:14:18 smithi141 bash[61993]: ts=2023-12-06T07:14:18.622Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T07:14:18.810 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:14:18 smithi141 bash[61993]: ts=2023-12-06T07:14:18.622Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T07:14:18.810 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:14:18 smithi141 bash[61993]: ts=2023-12-06T07:14:18.622Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T07:14:18.810 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:14:18 smithi141 bash[61993]: ts=2023-12-06T07:14:18.622Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T07:14:18.810 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:14:18 smithi141 bash[61993]: ts=2023-12-06T07:14:18.622Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T07:14:18.810 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:14:18 smithi141 bash[61993]: ts=2023-12-06T07:14:18.622Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T07:14:18.810 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:14:18 smithi141 bash[61993]: ts=2023-12-06T07:14:18.622Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T07:14:18.810 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:14:18 smithi141 bash[61993]: ts=2023-12-06T07:14:18.622Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T07:14:18.810 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:14:18 smithi141 bash[61993]: ts=2023-12-06T07:14:18.622Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T07:14:18.811 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:14:18 smithi141 bash[61993]: ts=2023-12-06T07:14:18.623Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T07:14:18.811 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:14:18 smithi141 bash[61993]: ts=2023-12-06T07:14:18.623Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T07:14:18.811 INFO:journalctl@ceph.prometheus.a.smithi141.stdout:Dec 06 07:14:18 smithi141 bash[61993]: ts=2023-12-06T07:14:18.623Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T07:14:19.375 DEBUG:teuthology.orchestra.run.smithi141:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f675b9d0-9402-11ee-95a2-87774f69a715@prometheus.a.service' 2023-12-06T07:14:19.412 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:14:19.413 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-12-06T07:14:19.413 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f675b9d0-9402-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T07:14:22.030 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:21 smithi040 bash[70784]: level=warn ts=2023-12-06T07:14: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://smithi040.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.40:8443: connect: connection refused" 2023-12-06T07:14:22.030 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:21 smithi040 bash[70784]: level=warn ts=2023-12-06T07:14: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://smithi141.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.141:8443: connect: connection refused" 2023-12-06T07:14:24.030 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:23 smithi040 bash[70784]: level=error ts=2023-12-06T07:14:23.769Z 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://smithi141.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.141:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi040.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.40:8443: connect: connection refused" 2023-12-06T07:14:24.030 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:23 smithi040 bash[70784]: level=warn ts=2023-12-06T07:14:23.770Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi040.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.40:8443: connect: connection refused" 2023-12-06T07:14:24.030 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:23 smithi040 bash[70784]: level=warn ts=2023-12-06T07:14:23.771Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi141.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.141:8443: connect: connection refused" 2023-12-06T07:14:24.466 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:14:24 smithi040 systemd[1]: Stopping Ceph node-exporter.a for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:14:25.279 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:14:24 smithi040 bash[113255]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-node-exporter-a 2023-12-06T07:14:25.280 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:14:25 smithi040 bash[113314]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-node-exporter.a 2023-12-06T07:14:25.280 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:14:25 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:14:25.280 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:14:25 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-06T07:14:25.280 INFO:journalctl@ceph.node-exporter.a.smithi040.stdout:Dec 06 07:14:25 smithi040 systemd[1]: Stopped Ceph node-exporter.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:14:25.772 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:25 smithi040 systemd[1]: Stopping Ceph alertmanager.a for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:14:25.772 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:25 smithi040 bash[70784]: level=info ts=2023-12-06T07:14:25.516Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-06T07:14:26.435 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:26 smithi040 bash[113352]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-alertmanager-a 2023-12-06T07:14:26.436 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:26 smithi040 bash[113400]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T07:14:26.436 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:26 smithi040 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-06T07:14:26.436 INFO:journalctl@ceph.alertmanager.a.smithi040.stdout:Dec 06 07:14:26 smithi040 systemd[1]: Stopped Ceph alertmanager.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:15:00.423 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f675b9d0-9402-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T07:15:05.099 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:15:04 smithi141 systemd[1]: Stopping Ceph node-exporter.b for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:15:05.962 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:15:05 smithi141 bash[98555]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-node-exporter-b 2023-12-06T07:15:05.963 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:15:05 smithi141 bash[98601]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-node-exporter.b 2023-12-06T07:15:05.963 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:15:05 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:15:05.963 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:15:05 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-06T07:15:05.963 INFO:journalctl@ceph.node-exporter.b.smithi141.stdout:Dec 06 07:15:05 smithi141 systemd[1]: Stopped Ceph node-exporter.b for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:15:06.355 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:15:06 smithi141 systemd[1]: Stopping Ceph grafana.a for f675b9d0-9402-11ee-95a2-87774f69a715... 2023-12-06T07:15:06.355 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:15:06 smithi141 bash[59037]: t=2023-12-06T07:15:06+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-06T07:15:06.958 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:15:06 smithi141 bash[98638]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-grafana-a 2023-12-06T07:15:06.958 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:15:06 smithi141 bash[98684]: Error response from daemon: No such container: ceph-f675b9d0-9402-11ee-95a2-87774f69a715-grafana.a 2023-12-06T07:15:06.959 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:15:06 smithi141 systemd[1]: ceph-f675b9d0-9402-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-06T07:15:06.959 INFO:journalctl@ceph.grafana.a.smithi141.stdout:Dec 06 07:15:06 smithi141 systemd[1]: Stopped Ceph grafana.a for f675b9d0-9402-11ee-95a2-87774f69a715. 2023-12-06T07:15:29.758 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T07:15:29.774 DEBUG:teuthology.orchestra.run.smithi141:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T07:15:29.787 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-06T07:15:29.789 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479308/remote/smithi040/crash 2023-12-06T07:15:29.790 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/crash -- . 2023-12-06T07:15:29.803 INFO:teuthology.orchestra.run.smithi040.stderr:tar: /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T07:15:29.804 INFO:teuthology.orchestra.run.smithi040.stderr:tar: Error is not recoverable: exiting now 2023-12-06T07:15:29.806 DEBUG:teuthology.misc:Transferring archived files from smithi141:/var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479308/remote/smithi141/crash 2023-12-06T07:15:29.807 DEBUG:teuthology.orchestra.run.smithi141:> sudo tar c -f - -C /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/crash -- . 2023-12-06T07:15:29.821 INFO:teuthology.orchestra.run.smithi141.stderr:tar: /var/lib/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T07:15:29.822 INFO:teuthology.orchestra.run.smithi141.stderr:tar: Error is not recoverable: exiting now 2023-12-06T07:15:29.823 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-06T07:15:29.823 DEBUG:teuthology.orchestra.run.smithi040:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-06T07:15:29.863 INFO:teuthology.orchestra.run.smithi040.stderr:grep: /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-06T07:15:29.864 INFO:tasks.cephadm:Compressing logs... 2023-12-06T07:15:29.865 DEBUG:teuthology.orchestra.run.smithi040:> 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-06T07:15:29.867 DEBUG:teuthology.orchestra.run.smithi141:> 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-06T07:15:29.879 INFO:teuthology.orchestra.run.smithi040.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-06T07:15:29.883 INFO:teuthology.orchestra.run.smithi141.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-06T07:15:29.891 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-mon.a.log 2023-12-06T07:15:29.892 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-mgr.y.log 2023-12-06T07:15:29.892 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi040.lyhfbk.log 2023-12-06T07:15:29.893 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-mon.a.log: /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-mon.c.log 2023-12-06T07:15:29.894 INFO:teuthology.orchestra.run.smithi141.stderr:gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi141.nwuffv.log 2023-12-06T07:15:29.894 INFO:teuthology.orchestra.run.smithi141.stderr:gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-mon.b.log 2023-12-06T07:15:29.894 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-06T07:15:29.894 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi040.lyhfbk.log: gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/tcmu-runner.log 2023-12-06T07:15:29.894 INFO:teuthology.orchestra.run.smithi040.stderr: 62.5% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi040.lyhfbk.log.gz 2023-12-06T07:15:29.895 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi040.aeyrta.log 2023-12-06T07:15:29.897 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.1.log: /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/tcmu-runner.log: gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-06T07:15:29.897 INFO:teuthology.orchestra.run.smithi040.stderr: 82.0% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/tcmu-runner.log.gz 2023-12-06T07:15:29.897 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-06T07:15:29.897 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi040.aeyrta.log: /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.0.log: 62.5% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi040.aeyrta.log.gz 2023-12-06T07:15:29.898 INFO:teuthology.orchestra.run.smithi141.stderr:gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-06T07:15:29.899 INFO:teuthology.orchestra.run.smithi141.stderr:/var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi141.nwuffv.log: /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-mgr.x.log 2023-12-06T07:15:29.899 INFO:teuthology.orchestra.run.smithi141.stderr: 62.6% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi141.nwuffv.log.gz 2023-12-06T07:15:29.899 INFO:teuthology.orchestra.run.smithi141.stderr:gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-06T07:15:29.899 INFO:teuthology.orchestra.run.smithi141.stderr:/var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.5.log: /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi141.cdtajj.log 2023-12-06T07:15:29.899 INFO:teuthology.orchestra.run.smithi141.stderr:/var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-06T07:15:29.899 INFO:teuthology.orchestra.run.smithi141.stderr:/var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi141.cdtajj.log: 62.7% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi141.cdtajj.log.gz 2023-12-06T07:15:29.899 INFO:teuthology.orchestra.run.smithi141.stderr:gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T07:15:29.899 INFO:teuthology.orchestra.run.smithi141.stderr:/var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-06T07:15:29.900 INFO:teuthology.orchestra.run.smithi141.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T07:15:29.903 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T07:15:29.904 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-06T07:15:29.904 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.3.log: /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T07:15:29.930 INFO:teuthology.orchestra.run.smithi141.stderr:/var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 88.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T07:15:29.953 INFO:teuthology.orchestra.run.smithi141.stderr: 93.9% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T07:15:29.959 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.2.log: /var/log/ceph/cephadm.log: 93.8% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T07:15:29.961 INFO:teuthology.orchestra.run.smithi040.stderr: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T07:15:29.973 INFO:teuthology.orchestra.run.smithi141.stderr: 89.1% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-mgr.x.log.gz 2023-12-06T07:15:30.577 INFO:teuthology.orchestra.run.smithi040.stderr: 92.9% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-mon.c.log.gz 2023-12-06T07:15:30.706 INFO:teuthology.orchestra.run.smithi141.stderr: 93.0% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-mon.b.log.gz 2023-12-06T07:15:30.958 INFO:teuthology.orchestra.run.smithi141.stderr: 93.1% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-06T07:15:31.133 INFO:teuthology.orchestra.run.smithi040.stderr: 93.4% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-06T07:15:31.203 INFO:teuthology.orchestra.run.smithi141.stderr: 93.3% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-06T07:15:31.365 INFO:teuthology.orchestra.run.smithi141.stderr: 93.6% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-06T07:15:31.402 INFO:teuthology.orchestra.run.smithi040.stderr: 88.8% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-mgr.y.log.gz 2023-12-06T07:15:31.435 INFO:teuthology.orchestra.run.smithi141.stderr: 93.6% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-06T07:15:31.437 INFO:teuthology.orchestra.run.smithi141.stderr: 2023-12-06T07:15:31.437 INFO:teuthology.orchestra.run.smithi141.stderr:real 0m1.564s 2023-12-06T07:15:31.437 INFO:teuthology.orchestra.run.smithi141.stderr:user 0m6.090s 2023-12-06T07:15:31.438 INFO:teuthology.orchestra.run.smithi141.stderr:sys 0m0.278s 2023-12-06T07:15:31.527 INFO:teuthology.orchestra.run.smithi040.stderr: 93.5% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-06T07:15:31.627 INFO:teuthology.orchestra.run.smithi040.stderr: 93.6% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-06T07:15:31.828 INFO:teuthology.orchestra.run.smithi040.stderr: 93.5% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-06T07:15:31.835 INFO:teuthology.orchestra.run.smithi040.stderr: 91.9% -- replaced with /var/log/ceph/f675b9d0-9402-11ee-95a2-87774f69a715/ceph-mon.a.log.gz 2023-12-06T07:15:31.836 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-06T07:15:31.837 INFO:teuthology.orchestra.run.smithi040.stderr:real 0m1.968s 2023-12-06T07:15:31.837 INFO:teuthology.orchestra.run.smithi040.stderr:user 0m10.394s 2023-12-06T07:15:31.837 INFO:teuthology.orchestra.run.smithi040.stderr:sys 0m0.311s 2023-12-06T07:15:31.837 INFO:tasks.cephadm:Archiving logs... 2023-12-06T07:15:31.837 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479308/remote/smithi040/log 2023-12-06T07:15:31.838 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T07:15:33.183 DEBUG:teuthology.misc:Transferring archived files from smithi141:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479308/remote/smithi141/log 2023-12-06T07:15:33.185 DEBUG:teuthology.orchestra.run.smithi141:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T07:15:34.037 INFO:tasks.cephadm:Removing cluster... 2023-12-06T07:15:34.037 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f675b9d0-9402-11ee-95a2-87774f69a715 --force 2023-12-06T07:15:34.843 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f675b9d0-9402-11ee-95a2-87774f69a715 --force 2023-12-06T07:15:35.629 INFO:tasks.cephadm:Removing cephadm ... 2023-12-06T07:15:35.630 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T07:15:35.637 DEBUG:teuthology.orchestra.run.smithi141:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T07:15:35.643 INFO:tasks.cephadm:Teardown complete 2023-12-06T07:15:35.644 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-06T07:15:35.655 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-06T07:15:35.656 DEBUG:teuthology.orchestra.run.smithi040:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T07:15:35.658 DEBUG:teuthology.orchestra.run.smithi141:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T07:15:35.678 INFO:teuthology.orchestra.run.smithi040.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T07:15:35.678 INFO:teuthology.orchestra.run.smithi040.stdout:============================================================================== 2023-12-06T07:15:35.678 INFO:teuthology.orchestra.run.smithi040.stdout:*hv01.front.sepi 44.4.53.2 2 u 62 64 377 0.098 2.972 0.413 2023-12-06T07:15:35.678 INFO:teuthology.orchestra.run.smithi040.stdout:+hv02.front.sepi 63.231.80.2 3 u 64 64 377 0.083 4.920 0.396 2023-12-06T07:15:35.678 INFO:teuthology.orchestra.run.smithi040.stdout:+hv03.front.sepi 74.6.168.72 3 u 12 64 377 0.101 4.413 0.681 2023-12-06T07:15:35.678 INFO:teuthology.orchestra.run.smithi040.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-06T07:15:35.681 INFO:teuthology.orchestra.run.smithi141.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T07:15:35.681 INFO:teuthology.orchestra.run.smithi141.stdout:============================================================================== 2023-12-06T07:15:35.681 INFO:teuthology.orchestra.run.smithi141.stdout:*hv01.front.sepi 44.4.53.2 2 u 15 128 377 0.091 -0.630 0.274 2023-12-06T07:15:35.681 INFO:teuthology.orchestra.run.smithi141.stdout:+hv02.front.sepi 63.231.80.2 3 u 131 128 377 0.075 1.609 0.229 2023-12-06T07:15:35.681 INFO:teuthology.orchestra.run.smithi141.stdout:+hv03.front.sepi 74.6.168.72 3 u 2 128 377 0.097 0.709 0.239 2023-12-06T07:15:35.681 INFO:teuthology.orchestra.run.smithi141.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-06T07:15:35.682 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-06T07:15:35.693 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-06T07:15:35.693 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-06T07:15:35.760 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-06T07:15:35.805 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-06T07:15:35.813 INFO:teuthology.task.internal:Duration was 2208.362795 seconds 2023-12-06T07:15:35.813 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-06T07:15:35.822 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-06T07:15:35.822 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T07:15:35.825 DEBUG:teuthology.orchestra.run.smithi141:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T07:15:35.880 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-06T07:15:35.880 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2023-12-06T07:15:35.881 DEBUG:teuthology.orchestra.run.smithi040:> 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-06T07:15:35.895 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi141.front.sepia.ceph.com 2023-12-06T07:15:35.895 DEBUG:teuthology.orchestra.run.smithi141:> 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-06T07:15:35.911 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-06T07:15:35.911 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T07:15:35.913 DEBUG:teuthology.orchestra.run.smithi141:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T07:15:36.036 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-06T07:15:36.036 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T07:15:36.038 DEBUG:teuthology.orchestra.run.smithi141:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T07:15:36.377 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-06T07:15:36.387 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-06T07:15:36.387 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T07:15:36.403 DEBUG:teuthology.orchestra.run.smithi141:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T07:15:36.418 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-06T07:15:36.428 DEBUG:teuthology.orchestra.run.smithi040:> 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-06T07:15:36.430 DEBUG:teuthology.orchestra.run.smithi141:> 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-06T07:15:36.442 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2023-12-06T07:15:36.473 INFO:teuthology.orchestra.run.smithi141.stdout:kernel.core_pattern = core 2023-12-06T07:15:36.509 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T07:15:36.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:15:36.520 DEBUG:teuthology.orchestra.run.smithi141:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T07:15:36.525 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:15:36.526 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-06T07:15:36.536 INFO:teuthology.task.internal:Transferring archived files... 2023-12-06T07:15:36.537 DEBUG:teuthology.misc:Transferring archived files from smithi040:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479308/remote/smithi040 2023-12-06T07:15:36.537 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T07:15:36.577 DEBUG:teuthology.misc:Transferring archived files from smithi141:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479308/remote/smithi141 2023-12-06T07:15:36.578 DEBUG:teuthology.orchestra.run.smithi141:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T07:15:36.614 INFO:teuthology.task.internal:Removing archive directory... 2023-12-06T07:15:36.615 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T07:15:36.617 DEBUG:teuthology.orchestra.run.smithi141:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T07:15:36.625 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-06T07:15:36.642 INFO:teuthology.task.internal:Not uploading archives. 2023-12-06T07:15:36.643 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-06T07:15:36.655 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-06T07:15:36.656 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T07:15:36.659 DEBUG:teuthology.orchestra.run.smithi141:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T07:15:36.664 INFO:teuthology.orchestra.run.smithi040.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 07:15 /home/ubuntu/cephtest 2023-12-06T07:15:36.668 INFO:teuthology.orchestra.run.smithi141.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 07:15 /home/ubuntu/cephtest 2023-12-06T07:15:36.670 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-06T07:15:36.682 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-06T07:15:36.718 INFO:teuthology.nuke:Checking targets against current locks 2023-12-06T07:15:36.747 DEBUG:teuthology.nuke:shortname: smithi040 2023-12-06T07:15:36.747 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T07:15:36.771 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479308', '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 06:29:54.105675', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-06T07:15:36.776 DEBUG:teuthology.nuke:shortname: smithi141 2023-12-06T07:15:36.776 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T07:15:36.799 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi141.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479308', '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 06:29:54.107093', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-06T07:15:36.825 INFO:teuthology.orchestra.console.smithi040:Power off 2023-12-06T07:15:36.825 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T07:15:36.859 DEBUG:teuthology.orchestra.console.smithi040:power off output: Chassis Power Control: Down/Off 2023-12-06T07:15:36.859 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:15:36.876 INFO:teuthology.orchestra.console.smithi141:Power off 2023-12-06T07:15:36.876 DEBUG:teuthology.orchestra.console.smithi141:pexpect command: ipmitool -H smithi141.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T07:15:36.889 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2023-12-06T07:15:36.906 DEBUG:teuthology.orchestra.console.smithi141:power off output: Chassis Power Control: Down/Off 2023-12-06T07:15:36.907 DEBUG:teuthology.orchestra.console.smithi141:pexpect command: ipmitool -H smithi141.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:15:36.936 DEBUG:teuthology.orchestra.console.smithi141:check power output: Chassis Power is on 2023-12-06T07:15:40.890 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:15:40.937 DEBUG:teuthology.orchestra.console.smithi141:pexpect command: ipmitool -H smithi141.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:15:41.003 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2023-12-06T07:15:41.049 DEBUG:teuthology.orchestra.console.smithi141:check power output: Chassis Power is on 2023-12-06T07:15:45.006 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:15:45.050 DEBUG:teuthology.orchestra.console.smithi141:pexpect command: ipmitool -H smithi141.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:15:45.119 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is off 2023-12-06T07:15:45.161 DEBUG:teuthology.orchestra.console.smithi141:check power output: Chassis Power is on 2023-12-06T07:15:45.220 INFO:teuthology.orchestra.console.smithi040:Power off completed 2023-12-06T07:15:49.165 DEBUG:teuthology.orchestra.console.smithi141:pexpect command: ipmitool -H smithi141.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:15:49.275 DEBUG:teuthology.orchestra.console.smithi141:check power output: Chassis Power is off 2023-12-06T07:15:49.376 INFO:teuthology.orchestra.console.smithi141:Power off completed 2023-12-06T07:15:49.481 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: 2208.36279463768 failure_reason: 'Command failed on smithi040 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 f675b9d0-9402-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=7880af15d9414a67acbfd126f87c7911 status: fail success: false 2023-12-06T07:15:49.481 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T07:15:49.572 INFO:teuthology.run:FAIL